Tip 1 : Learn Data Structures in Depth and Prepare Interview Questions from CodeStudio as well
Tip 2 : Learn JS in depth and try to understand how and why working of every code.
Tip 3 : Only Write those things in Resume that you completely know about and Add atleast 2-3 Projects in Resume with proper description.
Tip 1 : Don't write anything that you don't know in Resume
Tip 2 : Try to explain Projects properly and have links there.
It was in afternoon around 3PM and I got selected for this via LinkedIn.
The Round was on Google meet and Interviewer was very good and she made me comfortable in each and every question and gave hints also wherever I was stuck.
And DSA Level was good.


Input: ‘arr’ = {1, 1, 2, 3, 3, 4, 4}.
Output: 2
Explanation: 1, 3, and 4 occur exactly twice. 2 occurs exactly once. Hence the answer is 2.
1. First I used Hashmap and explained that approach that is to take the Hashmap and store the number and the frequency of that number to solve that and got the code also.
2. Then I moved on the next solution worked on bitwise operation and told about the XOR Operation and explained each and everything through that.



1. My Intro
2. Why I want to join this company?
3. What are your expectations?
Tip 1 : Tell Briefly about Previous Experiences
Tip 2 : Tell about Projects and show the live Projects in your intro
Tip 3 : Prepare it first by writing and practice that also.

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