Tip 1 : Learn the core concepts of JavaScript thoroughly.
Tip 2 : Learn and implement middle wares and APIs.
Tip 3 : Practice arrays and string questions.
Tip 1 : Have at least 2 good projects on your resume with the GitHub link.
Tip 2 : Add any internship experience if you have.
Tip 3 : Do not put any false information.
The interview was at 12PM.



Given array/list can contain duplicate elements.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
In this round, the interviewer asked questions about projects, DBMS and domain.
What are joins in SQL?
Tip 1 : Practice SQL queries.
Tip 2 : Don't skip DBMS theory.
Tip 3 : Use queries to explain your answer.
Explain your projects and the difficulties you faced while making them.
Tip 1 : Never copy projects from the internet.
Tip 2 : Use classes and methods.
Tip 3 : Always write comments.
How does Node.js work behind the scenes and how does middlewares work?
Tip 1 : Read how Node.js works
Tip 2 : Practice creating middlewares and APIs yourself
The interview was conducted 30 minutes after the technical interview.
The interviewer was very polite and respectful.
Tell me about yourself.
Tell me about your family.
Explain your internship experience.
Why do you want to join this company?
Where do you see yourself in 5 years?
Tip 1 : Be confident and speak in English.
Tip 2 : Do not lie about anything.
Tip 3 : Try not to hesitate when answering questions.

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