The code inspection, I didn't get past there as I spent too long realising what they wanted me to do.
Placement Coordinator Interview Questions
5,382 placement coordinator interview questions shared by candidates
Say you have an array of n values. Find the moving average of m values. (i.e. average of 0..m-1, 1...m -> n-m...n-1)
// Find the average time between a starting point and an end point (subway stations) // A USER AT STATION 1 : time 0; // A USER EXIT STATION 1 : time 3; (0, 3) - 1.5 // B USER AT STATION 2 : time 4 // B USER EXIT STATION 2 : time 7; (4, 7) - 5.5
What is a linked list? Asked to write pseudo code to solve a medium level problem. Asked about complexities of different ways to solve the problem.
LRU Cache dressed up as browser history
You're given a protein of interest, and we don't know anything about it. What would we do to find out more?
What would you like me to know about you that’s not on your resume?
They put two components of an engine and asked what they were and where they went.
Personality-based questions, such as what is a pet peeve, what are your hobbies, etc.
Standard compentency based questions
Viewing 681 - 690 interview questions