Tip 1 : Do more focused on System Designs
Tip 2 : Have great Technical Knowledge of your domain
Tip 1 : It Should be of One Page
Tip 2 : Mentioned clearly what u have done in your previous employment(as I applied Experienced basis)
Make a CRUD APP in ReactJs Framework.
Tip 1: First You should have excellent knowledge on Javacsript and ReactJs.
Tip 2: Start from basic npm react app command and create the project
Tip 3: then add one by one functionalities of CREATE,READ,UPDATE,DELETE
Inteviewer Asked me More about questions related to data structures and System design.



In the below map of Ninjaland let say you want to go from S=1 to T=8, the shortest path is (1, 3, 8). You can also go from S=1 to T=8 via (1, 2, 5, 8) or (1, 4, 6, 7, 8) but these paths are not shortest.

What do you understand by load balancing? Why is it important in system design?
Load balancing refers to the concept of distributing incoming traffic efficiently across a group of various backend servers. These servers are called server pools. Modern-day websites are designed to serve millions of requests from clients and return the responses in a fast and reliable manner. In order to serve these requests, the addition of more servers is required.
Simple HR related Questions and Salary Discussion.
What are your salary expectations?
Will you agree to work in Night Shift?

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