Tip 1 : Explain your projects as the STAR approach(Situation, Task, Action, and Result).
Tip 2 : Practice coding questions and prepare for the best approaches.
Tip 3 : Be Confident about behavioral questions and scenario-based questions.
Tip 1 : Have some projects on your resume.
Tip 2 : Do not put wrong things on your resume.
Tip 3 : It is better if it is a single page.
It contains 5 MCQs and 2 coding questions. The level of the questions was leetcode medium.



1. The heights of the buildings are positive.
2. Santa starts from the cell (0, 0) and he has to reach the building (N - 1, M - 1).
3. Santa cannot leave the grid at any point of time.
Standard DP question
It was 1 hr of technical discussion asking about previous company project work, questions regarding your projects, and 1 coding question.



Solved the best approach. It was good enough
An app similar to a URL shortener
Tip 1: The code should be working.
Tip 2: Unit test cases should be there
Tip 3: Proper explanation of the approach
It was a system design round. The interviewer asked me to design an app like BookMyShow. Post that the team asked about a backtracking problem
Book My Show
Tip 1: Design LLD properly
Tip 2: Explain all the components
It is a team member round. The interviewer asked me to write code/ design APIs for the BookMyShow followed by SQL queries. Post that , again a coding question was asked .



The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

Solved with multiple approaches
This was a normal Behavioural round, we had a long discussion on my past projects, and some scenario-based questions.
1. Where do you see yourself after 5 years?

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?