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
Sde Interview Questions
16,641 sde interview questions shared by candidates
OOPs Concepts, SQL Queries, String Java Concept
The first question was to remove every 5th element from a map.
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.
Leetcode questions, experience at work at previous company
which language are you comfortable with
Longest palindrome subsequence, given a non empty string.
monkey problem to find the correct path
Sorting algorithm, array, opps, coding
Given is the number n and array of size n-1 containing all numbers from 1 to n except a number which you have to find.
Viewing 1031 - 1040 interview questions