Tip 1: Your resume should be concise and to the point.
Tip 2: Prepare by practicing specifically for DSA.
Tip 3: Be well-versed in your projects from the ground up.
Tip 1: Keep your resume clear and concise.
Tip 2: Highlight your accomplishments.
15 MCQs and 2 coding questions appeared on the exam.



A connected component in the map is the maximum subset of cities that are connected i.e we can go from one city to any other in that subset.



The strings are non-empty.
The strings only contain lowercase English letters.
Coding questions and some puzzle questions were asked in the interview.



If a string has 'x' repeated 5 times, replace this "xxxxx" with "x5".
The string is compressed only when the repeated character count is more than 1.
The consecutive count of every character in the input string is less than or equal to 9.
You have a set of 10 weights, each weighing 10g. There are 10 such sets. However, one set contains 10 weights of 9g. Determine the set of 9g weights by using a weighing scale only once.
Basic HR questions were asked.
Tell me about yourself
Why do you want to be a part of our company?
Why do you want to join as Computer engineer?
Why did you choose this college?
Strength, weakness, family background.
Tip 1: Be honest.
Tip 2: Clearly specify your location preferences if asked.

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?