Round 1 : Aptitude + Technical + Coding Section
- The first section was Aptitude consisting of 20 questions to be solved in 20 minutes.
- The technical section has 20 MCQ's based on collections, find the output etc.
- The coding section had 4 questions each of 15 marks on topics :
- Linked List: https://www.geeksforgeeks.org/dsa/reverse-a-linked-list-in-groups-of-given-size/
- Tree: https://www.geeksforgeeks.org/problems/mirror-tree/1
- Mathematical
- Hash Map
- Root to leaf path of a binary tree.
- Check if binary tree is a sum tree.
- Vertical Order Traversal in a binary tree.
- Given an number and it's index find if it's a valid index for that number in the game of Sudoku.
- Given two coordinated find if the lines intersect.