Tip 1: Practice standard questions of DSA like DP problems, graph problems, stack/queue, linked list, etc.
Tip 2: Revise technical subjects like operating systems, databases, and networking.
Tip 3: Try to keep at least two good projects in your resume to show your recruiter the working areas you have tried your hands on.
Tip 1 : You should have at least two good projects.
Tip 2 : You should be confident about everything you have written on the resume.
The online assessment was held in the afternoon. The environment was perfect.






You are allowed to break the items.
If 'N = 4' and 'W = 10'. The weights and values of items are weights = [6, 1, 5, 3] and values = [3, 6, 1, 4].
Then the best way to fill the knapsack is to choose items with weight 6, 1 and 3. The total value of knapsack = 3 + 6 + 4 = 13.00
I have used GCD concept to solve this question.
Group discussion was held in the early morning, around 10:00 am. First, they gave us a 10-minute ppt about the Engineering development group role, and the topic of the gd was this only.
What do you expect from this role? What changes do you expect in yourself?
The time was around 11:00 am. The environment was perfect.



A binary string is a string in which all characters are either ‘1’ or ‘0’.
Step 1 : I explained the problem in my words.
Step 2 : Then, I gave one approach with two different loops. But he asked me to do this in one loop.
Step 3 : I gave him one loop approach and submitted my code on hacker rank, which got accepted.



The time was 05:00 pm, which became hectic as my whole day was gone for the interviews. The interview was pretty good, and I was confident enough to answer every HR question. As I already gave the managerial round, the hr round was a cakewalk for me since most of the questions were pretty same.
Tell me about yourself
Tell me about your projects
What were your learnings while doing the projects?
Were there any conflicts between you and your teammates?
Have you received any constructive criticism?
If your friends would describe you, then what would be that description?

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?