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 300 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.
This round started with an introduction and some essential video screening. Then there were two sections for 1 each question for DSA and Frontend.



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

Use a slow and fast pointer approach.
This question was front end question named Dogs Gallery. In this, we have to fetch API and put images in some particular order as per the question requirement.
Use the fetch api concept of javascript and it will be the perfect start for it.
It was totally based on DSA.



Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL
Output: 5 -> 7 -> 9 -> NULL
Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.
Quick Sort VS Merge Sort (with a dry run on any random example)
I have to explain both with time complexity and all other things.
What is BCNF?
Tell the difference with other NF with the help of example.
It was totally based on Fron end knowledge.
I had one project named Weather Forecast System. The interviewer asked me to write its logical code in my favorite ide.
Just always focus on your resume projects.
He asked some logic-based questions on React and JavaScript like Hoisting, HOF, etc.
Always focus on basic knowledge.
It was totally based on DSA, DBMS, and OS.



Can you solve each query in O(logN) ?
I told him the brute force but not optimized approach which uses binary search modification.



If N = 2 and prerequisite = [[1, 2]]. Then, there are a total of 2 courses you need to take. To take course 1 you need to finish course 2. So, it is possible to complete all courses.
Use detect a cycle concept in directed graph.
What is meant by ACID properties in DBMS?
What is RAID structure in OS?
Main purpose of OS.
What is the difference between all Noral Forms?
What is transaction deadlock?
I was not selected for but Hr round but as per my knowledge from my friends. I will be sharing the experience of this round.
1. Introduce yourself.
2. What are your hobbies?
Where do you see yourself in coming years?
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?