Tip 1 : Be efficient in one language and practice 3 coding questions from any coding platform(Leetcode,Geekforgeeks,CodingBlocks)
Tip 2 : Do internships in your summer break during the whole Btech so that you would have good experience when you go for interviews
Tip 3 : Always add projects to your CV and try to make connections on LinkedIn so that you can apply for off-campus jobs
Tip 1 : Have some projects and internship on resume
Tip 2 : Do not put unnecessary certificates and other things that you don’t know about that.
First Round was MCQ(Aptitude and English) and Coding Question. Timing was at afternoon which held for 90 minutes.
Test was divided into 4 parts
1. Aptitude
2. English
3. Technical MCQ(Database,OOPS,Operating System
4. Coding Question



Input String: "aaaa"
Expected Output: "a"
Input String: "aabbbcc"
Expected Output: "abc"
Basic Coding question- Your task is to complete the function rremove() which takes the string S as input parameter and returns the resultant string.
Note: For some test cases, the resultant string would be an empty string. For that case, the function should return the empty string only.
Timing- Afternoon
Environment was good and happening. All students were tensed also.
Interviewer was good and seems to be happy
Many technical questions were asked from OOPS,DBMS and DSA(Sorting)



Try to solve the problem in 'Single Scan'. ' Single Scan' refers to iterating over the array/list just once or to put it in other words, you will be visiting each element in the array/list just once.
Timing- Afternoon
Environment was good and happening. All students were happy as technical round was cleared.
HR round was easy as compare to previous ones.
You just need to be confident and don’t lie in front of your HR
Where you live
College Academics
Environment during the course
5 years down the line
Tip 1 : Be confident and be calm
Tip 2 : Don’t lie
Tip 3 : Don’t show that you have some other company pffer letter.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?