Tip 1 : Practice for the 1st round beforehand, solve MCQs, and practice problems on BST and AVL trees
Tip 2 : Practice a lot of coding problems related to DSA
Tip 3 : Study DBMS, OS, and OOPs Properly
Tip 1 : Keep some projects in your resume and also write about your internships if you did any
Tip 2 : Dont add the the skills in which you are not confident in, interviewer will know about it and it might not be good for the process
Online MCQ round had Aptitude based questions, Technical MCQs, Coding-based MCQs, English language-based MCQs. It was a total of 107 minutes while each section had its own unique duration.
The Interviewer asked me to introduce myself first and then went on to ask me coding questions.
The interviewer asked me to share the screen and write some codes on a text editor.



Consider the two strings 'P' = "abfyg" and 'Q' = "gabfy"
If we cyclically rotate String 'P' to the right once. The resulting string P becomes "gabfy" which is equal to String 'Q'.
Therefore it is possible to convert String 'P' to String 'Q'.






If two or more such subarrays exist, return any subarray.

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