Tip 1: Focus on coding—start with coding platforms and practice the basics.
Tip 2: Focus on core subjects.
Tip 3: Work on at least one hands-on project end-to-end.
Tip 1: Maintaining an 8 CGPA is good; also mention your projects.
Tip 2: Mention your DSA rating as 6/10 (or adjust the rating to something more accurate if needed).





a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Follow all possible OOP concepts such as classes, private members, and inheritance, and build a banking system that supports CRUD operations.
Basic questions related to OS and Networking, especially UDP, LAN, TCP, etc., were asked, along with questions on C++, Python, and the project I mentioned in my résumé.



They asked about my project, which was related to an ML-based product recommendation system that displayed goods based on user interests and maintained ratings. However, the interviewer was not very interested in the ML project and only discussed it at a high level, without going into the details of each component.

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