Tip 1 : Work on application based questions for backend because you might get asked questions on implementing certain features
Tip 2 : Learn core concepts of JavaScript like how does the event loop work and so on
Tip 1 : Clearly explain your projects along with tech stack used
Tip 2 : Keep it simple and short and don't overwhelm the interviewer/recruiter
It was an automated test interview where we had to answer certain HR questions as well as 1 easy to medium system design question. I was asked to design the system for a bulk mail server. It might look overwhelming at first but you can use a drawing platform(provided by them) to explain it. I don't remember those HR questions but I remember that system design question.
Explain the system design for a bulk mail server.
Tip 1 : Keep it simple and short
Tip 2 : Use the drawing tool provided, will help to explain better
The interviewer was very chill and made me super comfortable, he kept giving me hints and helped me to solve it. It didnt feel like a interview and rather like a discussion
Explain the ER diagram for a ecommerce website.
What are ACID properties?
What is the use of ER diagram?
The interviewer again made me feel super comfortable and asked only one implementation question. He helped me throughout the round and even allowed me to check the internet for syntax problems.
Design the API for a car parking system without using any in memory data storing solutions (basically use an array).
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which traversal uses a queue as its primary data structure?