Tip 1 : Practice Atleast 150 Questions (Different questions)
Tip 2 : Give time to your Engineering subject
Tip 1 : Add skills in which you are confident
Tip 2 : Add at least 2 projects
Timing( was it late night) -> morning
How was the environment? -> Nice
Any other significant activity -> Have a good internet connection
How the interviewer was? (If it was there any interview) -> everything was perfect



The order of elements in the resulting array is not important.
Let the array be [1, 2, -3, 4, -4, -5]. On rearranging the array such that all negative numbers appear before all positive numbers we get the resulting array [-3, -5, -4, 2, 4, 1].
Timing( was it late night) - morning
How was the environment? - google meet



Can you solve each query in O(logN) ?
I don't remember the question
Timing( was it late night) - morning
How was the environment? - Nice
1. few basic coding question
2. Design a Make-my-trip kind-of , Database design , provide query to fetch data from the database
3. Some optimizations and a good amount of discussion how to make the design more effective
Tip 1: Go from basics
Tip 2: Do practice some youtube videos on LLD on tic-tac
Forth round -> Hr Round , I must say i enjoyed this round .
Key points to be remembered
1. Be confident
2. don't fake yourself , they will find it out(HR superpowers)
3. Try to be calm and composed.
1. Tell me about yourself?
2. What is more important to you: the money or the work?(answer it wisely)
3. Tell me about the company(give a research before attending this round)
4. Your strong and weak areas.
Tip 1: Be confident
Tip 2: don't fake yourself , they will find it out(HR superpowers)

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?