Tip 1 : Do at least 2 projects
Tip 2 : Prepare well for javascript interview questions
Tip 3 : Prepare well for React.js interview questions
Tip 1 : Only put those things in a resume on which you are very confident. They really go deep on everything you mention.
Tip 2 : At least mention 2-3 projects
The timing was 4 pm to 7 pm.
The interviewer was friendly.
Hoisting
what are props and what is Context Api.
All hooks: useState, useEffect, useHistory, useReduce, etc
DOM vs Virtual DOM
callbacks vs Promises vs Async Await
Event Loop and how javascript works under the hood.
Let vs Var vs Const
Debouncing



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Create a trivia game, having certain features like, fetch 5 questions from a given API and user show a single question with multiple options to answer from at a time user can press next or prev to switch between questions.
After submitting user gets a score.
Users can see the history of scores of previous quizzes taken.
Login component was also required to be made.
The timing was in the morning at 10 AM.
HR asked general questions and rather it was just a discussion.
What are your hobbies?
How do you handle conflict?
Are you a team player?

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