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



All the elements in the array are distinct.
Input: arr = [3,4,5,1,2]
Output: 1
Explanation: The original array was [1,2,3,4,5] and it was rotated 3 times.

Floor of 'x' is the largest element in the array which is smaller than or equal to 'x'.
Ceiling of 'x' is the smallest element in the array greater than or equal to 'x'.
Input:
n=6, x=5, a=[3, 4, 7, 8, 8, 10]
Output:
4
Explanation:
The floor and ceiling of 'x' = 5 are 4 and 7, respectively.
Video call interview. There were 2 interviewers. The main topics discussed were:
1)In depth discussion on 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 mentioned in resume.
5)ML specific questions since i had a ML project in my resume.
6)Finally some HR type discussion(will you go for higher studies etc)
Designing DBMS Schema for E Commerce Application.

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