Tip 1 : Practice Questions in a time constrained environment a few days before your test.
Tip 2 : Also go through topics such as DBMS,CN,OS and have a good unerstanding.
Tip 3 : Try to maintain a good CGPA (helps in shortlisting in On Campus opportunities)
Tip 1 : Go through the projects you have worked on once again.
Tip 2 : Do not add any technology you are not confident with.
3 Coding Questions and many MCQ questions related to Aptitude,CS core



'arr '= [1,2,3,4,5]
'k' = 1 rotated array = [2,3,4,5,1]
'k' = 2 rotated array = [3,4,5,1,2]
'k' = 3 rotated array = [4,5,1,2,3] and so on.
Basic algorithm without using any extra space.
Video call interview. There were 2 interviewers. The main topics discussed were:
1) In-depth discussion on the resume.
2)Understanding what my role was in my previous internships.
3)Explanation of each project I worked on and questions related to technical concepts involved.
4) DBMS-related questions for web apps are mentioned in the resume.
5) ML-specific questions since I had an ML project on my resume.
6)Finally some HR type discussion(will you go for higher studies etc)
Designing DBMS Schema for E Commerce Application.
Tip 1 : It was comparatively very easy from the first round the interviewers helped me out wherever I was stuck.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Why is "hello world" (2 tokens) more than "helloworld" (1 token)?