Leetcode questions, experience at work at previous company
Sde Interview Questions
16,614 sde interview questions shared by candidates
What is your expected salary
how good are you at DSA and problem solving?
If Your teammate is not working from beginning and I'm the one who is doing everything and suddenly she came up with on idea, which is suitable for the project.will you implement it ?was my question
Given arrival and departure times of all trains that reach a railway station. Find the minimum number of platforms required for the railway station so that no train is kept waiting. Consider that all the trains arrive on the same day and leave on the same day. Arrival and departure time can never be the same for a train but we can have arrival time of one train equal to departure time of the other. At any given instance of time, same platform can not be used for both departure of a train and arrival of another train. In such cases, we need different platforms.
Edit distance , DFS 4sum
How is word search done on text files ?
code linked list from scratch
The first question was to remove every 5th element from a map.
DSA question was to sort an array but you can move only 'k' steps a time. and asked me to optimise to n* log(n) complexity
Viewing 1031 - 1040 interview questions