Research Associate Ii Interview Questions

5,977 research associate ii interview questions shared by candidates

You are given an array of numbers. You need to print the length of the maximum continuous sequence that you encounter. For example if input is [3,8,10,1,9,6,5,7,2 ], the continuous sequences are{1,2,3} and {5,6,7,8,9,10} the latter is the longest one so the answer becomes 6. O(n) solution was asked for, assuming you have a hash map which supports O(1) insertion and fetching operations
avatar

Software Development Engineer II

Interviewed at Microsoft

4
Apr 30, 2013

You are given an array of numbers. You need to print the length of the maximum continuous sequence that you encounter. For example if input is [3,8,10,1,9,6,5,7,2 ], the continuous sequences are{1,2,3} and {5,6,7,8,9,10} the latter is the longest one so the answer becomes 6. O(n) solution was asked for, assuming you have a hash map which supports O(1) insertion and fetching operations

It wasn't a serious of tough or difficult questions. There was a series of questions which I answered, and then because I thought I properly done my homework. when I was asked if there were any questions I had for the interviewer, I asked if they had tested their pages against some security issues that were going on at the time. The interviewer had to admit no they hadn't.
avatar

Technical Support Analyst Level II

Interviewed at Bullhorn

3.8
Jun 29, 2014

It wasn't a serious of tough or difficult questions. There was a series of questions which I answered, and then because I thought I properly done my homework. when I was asked if there were any questions I had for the interviewer, I asked if they had tested their pages against some security issues that were going on at the time. The interviewer had to admit no they hadn't.

Viewing 1 - 10 interview questions

Glassdoor has 5,977 interview questions and reports from Research associate ii interviews. Prepare for your interview. Get hired. Love your job.