Sde Interview Questions

16,612 sde interview questions shared by candidates

I passed the coding but did not get any match within the three-team matching process. The coding question is not allowed to be exposed. Team match: they will give you a review about their proposal, then during the interview, they will give more background about the proposal/project, then ask about your previous experience.
avatar

SDE-intern

Interviewed at Google

4.4
Aug 29, 2023

I passed the coding but did not get any match within the three-team matching process. The coding question is not allowed to be exposed. Team match: they will give you a review about their proposal, then during the interview, they will give more background about the proposal/project, then ask about your previous experience.

She asked for binary search functionality which tells no exists in array or not. Generally we find mid element through (low+high)/ 2 so she asked to change that and use random function to decide mid. Binary search is performed on sorted array but here unsorted array is given. Two modifications are performed on binary search logic. 1) instead of sorted array, unsorted array has been given 2) Mid element is decided based on random function. Now we have to find out numbers from given array for which this function gives true result. Hint: Function will return true for value x, if all numbers on left side of x are small and all number on the right side of x are greater.
avatar

SDE-2

Interviewed at Google

4.4
Oct 28, 2022

She asked for binary search functionality which tells no exists in array or not. Generally we find mid element through (low+high)/ 2 so she asked to change that and use random function to decide mid. Binary search is performed on sorted array but here unsorted array is given. Two modifications are performed on binary search logic. 1) instead of sorted array, unsorted array has been given 2) Mid element is decided based on random function. Now we have to find out numbers from given array for which this function gives true result. Hint: Function will return true for value x, if all numbers on left side of x are small and all number on the right side of x are greater.

Viewing 521 - 530 interview questions

Glassdoor has 16,612 interview questions and reports from Sde interviews. Prepare for your interview. Get hired. Love your job.