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 employement(as I applied Experinced 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.
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.
In the following directed graph has a cycle i.e. B->C->E->D->B.
1. The cycle must contain at least two nodes.
2. It is guaranteed that the given graph has no self-loops in the graph.
3. The graph may or may not be connected.
4. Nodes are numbered from 1 to N.
5. Your solution will run on multiple test cases. If you are using global variables make sure to clear them.
Simple HR related Questions and Salary Discussion.
Tell me about yourself.
What do you love to do in free time?
What are your salary expectations?
Do 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
How do you select an element by class name in CSS?