Development Engineer Interview Questions

37,113 development engineer interview questions shared by candidates

Given a sorted array of integers in increasing order (can contain duplicates), return the last index of a specified target integer, or return -1 otherwise. Thus 1, 2, 2, 3, 4 and the target is 2, the function should return 2.
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Apr 2, 2017

Given a sorted array of integers in increasing order (can contain duplicates), return the last index of a specified target integer, or return -1 otherwise. Thus 1, 2, 2, 3, 4 and the target is 2, the function should return 2.

The input to a function is an array of n elements.Output of that function is also an array where each element is product of all elements in the input array except the one with same index. Input ::::: 1 2 3 4 Output ::::: 2*3*4 1*3*4 1*2*4 1*2*3
avatar

Software Development Engineer Intern

Interviewed at Amazon

3.5
Mar 20, 2011

The input to a function is an array of n elements.Output of that function is also an array where each element is product of all elements in the input array except the one with same index. Input ::::: 1 2 3 4 Output ::::: 2*3*4 1*3*4 1*2*4 1*2*3

Viewing 741 - 750 interview questions

Glassdoor has 37,113 interview questions and reports from Development engineer interviews. Prepare for your interview. Get hired. Love your job.