Tip 1 : Make at least 1-2 good projects.
Tip 2 : Apply for it based on your profile.
Tip 3 : Try to solve at least 200 questions of different patterns.
Tip 1:At least have 2 projects on your resume. It should not be copy pasted.
Tip 2: Do not put false things.
It consists of 2 types. The first type was the MCQ round and 2nd type was coding round.



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

Use a slow and fast pointer approach.




If we are given the above binary tree as input then moving from root node(5) to the farthest leaf node(50), the path formed will be [ 5->10->25->35->40->45->50 ]. The total number of nodes encountered is 7, therefore the maximum depth of the binary tree is 7.
Use recursion to understand the flow of the base case.
What is BCNF ?
Tip 1: Tell the difference with other NF with the help of example.
It was totally based on DSA and knowledge of javascript.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
Use hashmap and pointer for more optimized.
Understanding of JavaScript such as hoisting, and many like this.
What are maps and filters in javascript
I explained them with examples
Project Based Round
They asked me about my project. My approach and idea about my projects.
I explained to them the approach and my ideas.
It was an HR round and this was for around 15 minutes and asked me to introduce myself and several other questions.
1. Introduce yourself.
2. What are your hobbies?
3. What are your strengths and weakness?

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