Software Engineer New Grad Interview Questions

3,069 software engineer new grad interview questions shared by candidates

This time it was a tough question about writing a program where given a sorted array, repetitions allowed, and given an integer, I had to return the start index and end index of that integer in the array. I chose the Binary Search approach but some modifications had to be made to make it optimistic in run-time.
avatar

New Grad- Software Engineer

Interviewed at LinkedIn

3.8
Apr 12, 2012

This time it was a tough question about writing a program where given a sorted array, repetitions allowed, and given an integer, I had to return the start index and end index of that integer in the array. I chose the Binary Search approach but some modifications had to be made to make it optimistic in run-time.

for phone interview, the question is: given an array of integer sorted in order of ascending, find the missing number in that array. For example, the given array is [0,1,3,4], [1,2,3,4], [0,2,3,4], so there's always a missing number in that array and you have to find that one.
avatar

Software Engineer (University Grad)

Interviewed at Google

4.4
Feb 21, 2017

for phone interview, the question is: given an array of integer sorted in order of ascending, find the missing number in that array. For example, the given array is [0,1,3,4], [1,2,3,4], [0,2,3,4], so there's always a missing number in that array and you have to find that one.

Viewing 201 - 210 interview questions

Glassdoor has 3,069 interview questions and reports from Software engineer new grad interviews. Prepare for your interview. Get hired. Love your job.