Tip 1 : Prepare well for everything you have written in the resume. Do not write anything just for the sake of it.
Tip 2 : practice graphs properly as it was asked a lot.
Tip 3 : You should mention atleast 1-2 projects.
Tip 1 : Never write anything in the resume that you are not sure about.
Tip 2 : Keep it short and simple, and mention your achievements too.
The aptitude round was on 20th February, at around 5 pm.
There was +5 for correct response and -2 for wrong answer. Numerical computation section was the toughest.
After clearing the round, there was technical assessment which had MCQs on computer fundamentals, two subjective questions and 3 coding questions. It was held on 20th March.






1. If ‘k’ is not present in the array, then the first and the last occurrence will be -1.
2. 'arr' may contain duplicate elements.
Input: 'arr' = [0,1,1,5] , 'k' = 1
Output: 1 2
Explanation:
If 'arr' = [0, 1, 1, 5] and 'k' = 1, then the first and last occurrence of 1 will be 1(0 - indexed) and 2.
It was a zoom call at around 10:30 am in the morning. There were other candidates in the waiting area. My interview started at 12 in the noon. The interviewer gave his introduction and asked me to introduce myself. He saw my resume and asked questions from it. He asked coding questions and shared a hackerrank code pair link for me to code. It went for 40 minutes. And I got my result at 3pm. I had to stay in the zoom call till 3.
What is deadlock and how you can prevent it?
What is difference between process and thread?
Explain critical section.
There is a city with bad roads. You have to repair the roads. How will you find the roads which are in bad condition? What parameters you will take to check if the road is in good condition? How will you collect that information? Now you have all the information, how will you prioritise which road will you repair first? What will be the order for repairing?
I mentioned front-end web developer internship in my resume, so he asked me which data structures I have used in frontend web development

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?