Tip 1: Practice 5 questions on DSA daily.
Tip 2: Read interview questions on the skills that you have.
Tip 3: Present your projects and work very well. I would suggest preparing points in advance so that you don't miss anything.
Tip 4: Most importantly, stay confident and calm.
Tip 5 (important): Read about the questions you were unable to answer in interviews.
Tip 1: Be professional in your resume.
Tip 2: Don't mention skills in which you don't have a good grasp.



Given a binary array nums, you should delete one element from it.Return the size of the longest non-empty subarray containing only 1's in the resulting array.



Given an integer array nums of length n and an integer target, find three integers in nums such that the sum is closest to target.Return the sum of the three integers.



Given the root of a binary tree, return the zigzag level order traversal of its nodes' values. (i.e., from left to right, then right to left for the next level and alternate between).
Explain ACID Properties.
How would you choose between a Relational DB and a NoSQL Database.
Why Relational Database are good for ACID Properties?
What are hooks in reactjs?
What are closures in JS?
What is event Loop in Js?
How did you built Video calling in your Personal Project.
What are sockets in JS?
What are CORS ?
How do you handle concurrency in NodeJs?
Async/Await Vs Promises.(Link)



Write a Pseudo Code to check if a Linked List have Loop.
How will you measure 4 ltr of milk from 3 ltr and 5 ltr jar?
Difference between Horizontal and Vertical Scaling.(Link)
Difference between sharding and Partitioning.
How can you create a algorithm that can generate a random and distinct number everytime we call it?
Discussion on my personal project , like(why did you use this and not other etc)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?