Tip 1 : If it's a startup they'll focus MORE on your work and its quality rather than your problem solving skills.
Tip 2 : Projects help you to discuss upon something in the interview in which both sides will be interested. So having 1 big project helps a lot.
Tip 1 : Have working and usable links in resume for projects.
Tip 2 : Properly describe the work you've done and what impact it made.
Tip 3 : If you're a fresher and have no prior experience your resume won't and shouldn't exceed 1 page.
The interview was on Google Meet with initial presence of the HR and then the hiring manager.



(1) Do not use data types with the capacity of more than 32-bit like ‘long int’ or ‘long long int’ in C++. The problem is meant to reverse the integer using a 32-bit data type only.
(2) You should assume that the environment does not allow storing signed or unsigned 64-bit integers.
Given the project I mentioned in my resume, how would you scale that application. I said that it uses central databased and JWT tokens for authentication so the application can be horizontally scaled easily with multiple instances.
Tip 1 : Have in depth knowledge of the system.
Tip 2 : Understand the problem clearly and think of the corner case possible.

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