Questions on dp, pre computation kind of stuff
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.
How is react connected to HTML / how does react render on the browser?
What is B2B? What does a B2B company does?
Describe your projects done in ug and pg
Oops in java and coding
The 3-Sum question on Leetcode.
Given two sorted arrays, merge into 1 sorted array
Data structure ,algorithm and coding based on real scenario
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