Tip 1 : Don't take your personal projects lightly
Tip 2 : If possible try to build something that is solving some kind of real world problem (problem can be very small as well)
Tip 3 : Practice basic System Designing
Tip 1 : Have at least 2 good projects on the resume.
Tip 2 : Have deep understanding of the projects and tech stack mentioned on the resume.
Tip 3 : Do mention any open source contributions that you may have done in the past.
This round was held using Zoom video call.



‘?’ – matches any single character
‘*’ – Matches any sequence of characters(sequence can be of length 0 or more)
Asked to explain a High Level Design of one of my personal project.
Tip 1 : Have deep understanding of your project technologies and why and how have you used it in your project.
How will you render a grid of different size images?
Tip 1 : Have a good understanding of ReactJS, Javascript and CSS.

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