Tip 1: Prepare DSA well and I personally recommend Coding Ninjas for interview preparation.
Tip 2: Be confident & relaxed during the interview.
Tip 3: Do revise your projects i.e how it works and what are its functionalities.
Tip 1: Keep your resume concise, aiming for just one page, and include only the skills you are confident in.
Tip 2: Do not include false information on your resume.
Coding round that was easy-medium questions,
60 MCQ Questions based on Aptitude



Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.



If the given input string is "Welcome to Coding Ninjas", then you should return "Ninjas Coding to Welcome" as the reversed string has only a single space between two words and there is no leading or trailing space.
I was not performing well in the Technical Round due to not being able to answer some SQL queries. The interviewer asked me about OOP, Python, and project-related questions, as well as some advanced SQL queries.



Query to find Duplicate Records in Table? (Learn)
Display last 50% records from Employee table?
Tip 1: Have Advanced Level SQL Knowledge. Please Practice well.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?