Tip 1 : Try to revise the things in the weekend, otherwise it might be possible that you will forget the things.
Tip 2 : For aptitude, try to solve in the paper.
Tip 3 : If you are studying only for 2-3 hours per day, then give your 100% in those hours.
Tip 1 : Mention the name of the project because they will ask about the project.
Tip 2 : Try to mention the things that you know only.
First round is the Aptitude and coding round.In the aptitude round, there were questions related to logic, English,aptitude, and also few questions were from data structure.They were mcqs and after that 3 coding questions were there. They are neither easy nor tough. You could say that it was medium. I have given the test and interview both online. My interview was conducted at the evening 6-6:30.The interviewer was very good.
What is the worst-case time complexity of a quick sort algorithm?
Tip 1 : Try to understand the concept of all the algorithm
Tip 2 : Read the time complexity and all the complexity of every algorithm
Tip 3 : Try to revise it on a weekly basis



Input: 'N' = 4 'K' = 3
Output: 1
There is only one permutation [0, 1, 2, 3] such that a number of elements with 'ARR[I] = I' is 'K' = 3.
It was a technical round. It happened in the evening through video call.
Tip 1 : Understand the concept of DBMS
Tip 2 : Learn the command of queries.
Tip 3 : Try to revise it before the interview
A little bit HR kind of round
Tip 1 : Try to tell about yourself in briefly
Tip 2 : Don't tell the weakness until and unless they don't ask about it.
Tip 3 : Be confident and a little smile on your face.

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?