Tip 1: Know your tech stack related to your projects well
Tip 2: Practice Arrays, Strings, questions
Tip 3: Do your research about the company
Tip 1: Include at least two projects.
Tip 2: Do not put false information on your resume.
We received a link to book a time slot and date of our choice. The time slots were available throughout the day. You can choose as per your availability.
Time, speed distance
Profit and Loss
Simple Interest, Compound Interest
Ratio and proportion
Tip 1: Practice easy to medium-level aptitude questions
Sara has a box which has N chocolates in it. Sara decides to gift them to Alice and Bob. Bob gets x chocolates and Alice gets the remaining y chocolates.
Bob and Alice start fighting for chocolates so Sara comes up with a game.
If Bob gets x chocolates and Alice gets y chocolates and if x>y, then
Bob should put y chocolates into the box and vice versa is also applicable.
This continues till either of them is left with 0 chocolates or they both have the same number of chocolates.
Write a code to find the number of chocolates in the box.
This question was done with the help of a while loop.
My interview was in the afternoon around 2:30 PM and went on for 30-40 minutes. Again, we had to choose our interview slot. It was held on multiple days at different time slots. It was an online interview.
During the interview majority of the discussion was related to my project. Regarding how the backend works, how it fetches data from users, what was my role in the project etc. I was also asked to create a similar web page.
Other questions were related to SQL and OOPS.
He asked some non-technical questions as well to check my presence of mind. For example: What would you do to prevent the scams and frauds done by customers on online shopping apps?
The interviewer asked me to write a front-end code using JavaScript. It was a basic question. Since my projects were related to the MERN stack, he asked me to write this code.
Problem statement - Create a web page to show different colours based on the heart rate input by the user.
For example: if the heart rate was too high, the button should turn red and give an alert to the user.
I created the basic structure using HTML and then manipulated the elements through JavaScript DOM. I explained all the code written by me to the interviewer.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL keyword removes duplicate records from a result set?