Tip 1 : Practice easy and medium questions on any coding platform.
Tip 2 : Be prepared for system design questions.
Tip 3 : Prepare the concepts of your preferred coding language.
Tip 1 : Make it Simple
Tip 2 : Highlight your skills
Coding questions and java questions mostly
For the trees given below:-
The given trees are identical as:-
1. The number of nodes in both trees is the same.
2. The number of edges in both trees is the same.
3. The data for root for both the trees is the same i.e 5.
4. The data of root -> left (root’s left child) for both the trees is the same i.e 2.
5. The data of root -> right (root’s right child) for both the trees is the same i.e 3.
6. The data of root -> right -> left ( left child of root’s right child) for both the trees is the same i.e 6.
7. Nodes with data 2 and 6 are the leaf nodes for both the binary trees.
System design question, how will to distribute load.
How will you design an ecommerce application and how ill you scale it.
What is horizontal scaling, vertical scaling, consistent hashing, CDNs,
How microservices interact within a system ?
Kafka ?
Redis ?
Kubernatis
Tip 1 : Solve as many design questions as you can
Tip 2 : Start visualizing from product from end user view
Tip 3 : Gain the concepts of system design.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the purpose of the < title > tag in HTML?