You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chetan Garg edited this page Oct 30, 2018
·
1 revision
2018
Summer Analyst (Tech division)
Round 1 - Technical
The interviewer saw my CP profile and asked me about the hardest problem which I've solved. Then she asked me the approach to solve that problem. She seemed satisfied with my approach.
Question based on graph traversal. (bfs/dfs)
Question based on modification of binary search.
Round 2 - Technical + HR
Loop in a linked list.
There is an array A of size N with elements from 1 to N, out of which 1 element is missing and 1 element is repeated. Find the indices of repeated element and also report the missing element in O(n) time. Modification of array elements is not allowed.
Puzzle on Bayes theorem. (probability)
A few questions of HR based on different situations.