Try to be who you actually are in interviews and don’t try to be over smart in front of the interviewer as they know more than you that’s why they are taking your interview. Also prepare Data Structures and Algorithms, also do prepare for theoretical subjects like Database Management System, Object-Oriented Programming as they are part of many interview questions. I prepared these through the Coding Ninjas notes which were amazing and easy to understand and covered almost every topic.
Focus on the Key projects(Major ones), and key courses(Courses like Data Structures and Algorithms in Coding Ninjas, Certified Ethical Hacker certification, etc.) matters as they differentiate you from the rest. Just keep applying, off-campus sometimes takes time. So don't worry, but surely it will get noticed after some time. Due to my patience, I got 2 offers in Off-Campus from major companies.
This round consisted of two coding questions. One was related to binary tree and other was of circular linked list.


Searching of numbers in a given tree. In this program, we will search a particular value in the binary tree. If it is present, print the message "Element is present in the binary tree" else print the message "Element is not present in the binary tree".



Deleting an element from a circular linked list. We will be given a node and our task is to delete that node from the circular linked list.
Interview Round with the Company Chief Information officer who came right from United States of America for recruitments.
Tips: Prepare for the technologies that you have used in your projects as the interviewer will definitely ask on it.
This was HR round and the interviewer asked me basic questions related to hobbies, interests, and other things.

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