Tip 1: Prepare for DSA well, and I personally recommend Coding Ninjas for interview preparation.
Tip 2: Be confident and relaxed during the interview.
Tip 3: Revise your projects, i.e., how they work and what their functionalities are.
Tip 1: Keep your resume concise and limit it to one page, mentioning only the skills in which you are confident.
Tip 2: Do not include false information on your resume.
There were 10 MCQ questions based on DBMS and DSA, followed by 2 coding questions.



In that round, the interviewer asked DBMS and JavaScript questions like hoisting and closure. After that, they asked how the website works and posed one coding question.



Each pair should be sorted i.e the first value should be less than or equals to the second value.
Return the list of pairs sorted in non-decreasing order of their first value. In case if two pairs have the same first value, the pair with a smaller second value should come first.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?