-
Notifications
You must be signed in to change notification settings - Fork 13
Interview Experience 140(Intern)
Chetan Garg edited this page Oct 30, 2018
·
1 revision
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.