Tip 1 : Don’t forget to learn about the fundamentals like Oops, Dbms , computer network
Tip 2 : Solve dsa question as much as you can
Tip 3 : Do participate in contests to be able to solve problems in the coding round within the limited time stamp
Tip 1 : Mention your projects along with link and credentials
Tip 2 : Mention all the achievements and certificate you earned , mention your contest rank if it is good on any coding platform
It was divided into two parts first was for 60 minutes and there were 30ncq questions
And the next part was for 150 minutes and 3 coding problems were asked. I remember only 1.



You are given ‘ARR’ = [5, 2, 3]
In the first step, you can change 5 to 3, so the new array is [3, 2,3].
In the second step, you can change the 3 to 2, then the array is [2, 2,3].
In the third step, you can change the 3 to 2, then the array is [2, 2, 2]
Hence the answer is 3.
It was held on Rakshabandhan around 11am and this was so impressive because occasion doesn’t means you stop working



If the given list is (1 -> -2 -> 0 -> 4) and N=2:

Then the 2nd node from the end is 0.


I was for my intro first then about my projects I have done and the difficulties i had faced . I was asked about my strengths and weaknesses. Then i was asked for relocation in future if needed . And the round was over
Strengths and weaknesses
What keeps you motivated?
Who is your role model?

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?