Engineer Software Interview Questions

419,802 engineer software interview questions shared by candidates

2 Medium questions. (chosen language c++) 1. Implement code for a class representing a number in digits, with ++ operator to raise by 1. 2. You have unsorted array. You must design algorithm to create array where every even value is greater than it's odd neighbors. So if a(i) is value at index i (=0,1,2...n), the result must hold that: a1 < a2 > a3 < a4 > a5... etc'
avatar

Software Engineer

Interviewed at Google

4.4
Jun 4, 2016

2 Medium questions. (chosen language c++) 1. Implement code for a class representing a number in digits, with ++ operator to raise by 1. 2. You have unsorted array. You must design algorithm to create array where every even value is greater than it's odd neighbors. So if a(i) is value at index i (=0,1,2...n), the result must hold that: a1 < a2 > a3 < a4 > a5... etc'

Fermi estimation problem. Implement LRU cache. On-site coding session. (Essentially create an RSS feed reader that sends URL information to an excerpt generation site, and somehow persist which feed entries have already been read so they aren't counted as new feeds the next time you run the program.)
avatar

Software Engineer

Interviewed at Clari

3.4
Jan 24, 2015

Fermi estimation problem. Implement LRU cache. On-site coding session. (Essentially create an RSS feed reader that sends URL information to an excerpt generation site, and somehow persist which feed entries have already been read so they aren't counted as new feeds the next time you run the program.)

Viewing 2981 - 2990 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 419,802 interview questions and reports from Engineer software interviews. Prepare for your interview. Get hired. Love your job.