Tip 1 : Try out basic leetcode questions
Tip 2 : Speak out the logic with the interviewer, they are testing your analytical skills, not how correctly you know the syntax
Tip 1 : Don't lie on resume
Tip 2 : Make sure that whatever is on resume, you go thorough with each topic/project
Test was at 11am, we were gicing the test from home, aand were asked to switch on the web camera, and there was tab monitoring. The test had negative marking as well for MCQ questions +5, -2, so only answer those question which you are absolutely sure of.



You are given ‘X’ as 20 and ‘Y’ as 15. The greatest common divisor, which divides both 15 and 20, is 5. Hence the answer is 5.
I had practiced similar questions and hence was able to solve this.
Interview started at around 10:30am



Had seen this code before, tried the hard coding one just to have a fall safe solution. And then spent 30min in optimising the code
Started at around 1pm, Interviewer was a senior person from hiring team
Parking Lot design
Tip 1 : Read basics of system design
Tip 2 : Get your requirements before you dwell into designing
Tip 3 : Talk with the interviewer
Final round, with Senior person non-hiring team
Basic questions related to speed time distance, profit-loss, prime factors, etc
Tip 1 : Keep calm and hear the question thoroughly
Tip 2 : Don't rush to answer, even if you get it in few seconds, take your time.

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?