Tip 1 : Focus on the quality of the questions rather than quantity.
Tip 2 : Adding a project on the resume is must for 0-3 years of experience.
Tip 1 : Adding projects is must and with through knowledge.
Tip 2 : Mention the leetcode link or any other platform if you have some great achievement.
It was a video call interview and I was given a problem statement to solve on my laptop.
I have to design a Parking system for vehicles.
Tip 1 : Cover the corner cases.
Tip 2 : Discuss the functional and non functional requirement.
DSA question was provided.



A 'deep copy' of a linked list means we do not copy the references of the nodes of the original linked list, rather for each node in the original linked list, a new node is created.
I have created a new linked list and in that storing only the next pointer. Once copy of the next nodes are done, link the arbit pointers.
Managerial Round.
What all technologies i have worked on?
Brief on current project
Some OOPS questions were asked.

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