-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 24
sggarg edited this page Aug 13, 2017
·
1 revision
##Round 1 Online Test Round of 1.5 90 Minutes which consisted of 4 sections:
- Aptitude
- Technical: Questions from OOPS, DBMS, Networking, OS
- Code Snippet: Find errors and outputs from code snippets
- Code Assist:
1 Question of Coding: Given an array and a number K, find whether a pair of numbers exists in array where there sum is equals to K
##Round 2 G.D. : On common topics
##Round 3 Technical Round of about 40 minutes.
- SQL queries ranging from very trivial to of moderate complexity
- Given an infinite singly linked list, and pointer to a particular node in the middle, whether can i delete that node or not.
- Difference between Heap and Stack and few theoretical questions
- Quick Sort and its code
- Given a number, print it in words. Example.
Input: 919
Output: Nine Hundred Nineteen
- Few very basic conceptual questions on array, stack, linked lists
##Round 4 HR Round