Tip 1 : Practice Data Structure Questions from Programming Platform at least basic on all the Data Structure.
Tip 2 : Computer System Architecture and Operating system is Key for any Placement, watch out with many scenario's based questions.
Tip 3 : Work on Soft skills it will always help you to showcase your talent and will boost your confidence, which is a key to crack interviews.
Tip 1 : Make it short and Precise with all the necessary things but not over feeding, it sometimes makes the important things ignored
Tip 2 : Put projects and live learnings like internship's, research work and Recognitions from hackathons, it showcase your practical knowledge and working class.
This Round was based on Data Structure questions and it consist of 2 Programming question which was of simple and average level. Other then this There were Technical MCQ on DBMS, OS and system design. The codding Portion is a must do thing to easily crack this round



This Round was of almost 45 minutes, the interview room was light mood, the environment was soo comfortable as the interviewer asked me same basic things before going technical, soo I was all okay to give those answers.



Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.

Tip 1:The Test was on Notepad soo Dry run things must be perfect, they usually checks the concepts are clear to us or not
Tip 2:Projects things should we very clear to us, as the questions can come on any thing that includes the real life applications.
Tip 3:Just GO good with confidence and Clear voice, the confidence should be there when they give a complicated situations.
This was again on the same platform but this time there was a interviewer from senior team and the environment was not that much chill as it was in previous round, but it was still an awesome experience. The Interviewer was very kind aswell.
It was multiple coins concepts with the Arithmetic Progression formula on 2 Pointer's Method. We have to Iterate over a list of coins growing with a constant Difference, but the was to Make it more optimized.
Tip 1: First Read the Story and trying to draw logic, try to figure out the input and output, it will help to find a way to solve problem
Tip 2: Before writing the code, try to communicate the solution concept to the interviewer sometimes they help us if we are slightly going off the directions, this is always a hack in interview to use, you might miss the code but the approach will be delivered to interviewer.
Tip 3: The final coding should be done once all the possible way of solutions is plotted and the efficient one is clear. Also while writing recite the things so that you can get directions from interviewer, as most of the times it works.

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