Tip 1 : Give mock interview as much as you can.
Tip 2 : Be confident in the interview.
Tip 3 : Try to explain your logic to yourself whenever you are preparing. It will help you in the real interview
Tip 4 : Make one or two good project (good project means using functionalities like database, authentication).
Tip 1 : Explain your project briefly in your resume.
Tip 2 : Write only those points in the resume that is linked to this profile.
There was three questions in the test. I was able to solve 2.5 questions. 2 Questions was of medium difficulty and one was easy.



I created two array, 1st one is for tens places and 2nd is for ones places and then divide the number by 10 and use tense place in the first array and ones place for 2nd array
Interviewer asked me 2 DSA question and 10 short answer type questions.
Timing around 1 hour.
Interview was on zoom and we can use our own editor, for eg I used Vs Code.
Interviewer was very helpful. He helps me finding the edge cases.



In the given linked list, there is a cycle, hence we return true.

I use slow and fast pointer approach to solve this problem. Fast pointer move in the double speed as compare to slow pointer and if they meet while traversing the linkedlist then there is a loop otherwise no loop
Total duration of the round is 60 minutes.
Interview was on zoom. we can use any editor.
It was Design round.
I have to design Social media platform with all the features like friend requests and post etc.
Tip 1 : Ask as many question as you can to get familiar with the statement.
Tip 2 : Tell him the approach first before start coding.
Tip 3 : Use efficient data structure for storing and time complexity wise
Duration of this round is 20 minutes.
Interview was on zoom.
Interviewer was very friendly.
She asked me my introduction first. then some questions related to my project and some behavioral questions and 1 scenario question.
What are your hobbies?
How do you manage your time?
Tip 1 : Be confident.
Tip 2 : Read about the company
Tip 3 : Prepare 50 most common HR Questions

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?