Tip 1 : Start from basics, because that is what asked in interviews.
Tip 2 : Don't give up early while solving any problem, try it yourself.
Tip 3 : Follow Love Babbar and Striver sheets
Tip 1 : Just put what u have done, nothing more.
Tip 2 : Should be clean and highlight main tech stacks
We were given 3 hrs window in the evening 6-9pm to attempt the test.





Interviewer was chill he asked resume based questions on project, internships. Why u used this tech stack and one basic DSA question reverse a string.



‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
I explained 2 pointer approach one pointer at head and one at end, then swap first and last then first++ and last--.
It was HR + Technical Round. HR was friendly and just asked me introduction and basic stuff like family background and all. Then other technical person asked me some project related and internship related questions and some basic stack array concepts,
Introduce yourself.
What are your hobbies?
Why do you want to join us?
Tip 1 : Be calm
Tip 2 : HR round can be risky, prepare all kind of hr questions beforehand.

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