Tip 1 : You need a strong aptitude for knowledge as a first tip
Tip 2 : Solve questions from previous coding questions
Tip 3 : Make sure your resume includes at least two projects
Tip 1 : Have at least 2 good projects mentioned in your resume with a link
Tip 2 : Focus on skills, internships, projects, and experiences.
Tip 3 : Make it simple, crisp, and one page
It was an MCQ-based test, consisting of 50 questions.
Number Of MCQs - 50
Out of those 50, 10 questions were from Aptitude, while others were purely based on Core CS subjects like DBMS, OS, Networking, OOPS, C++, Java, SQL, and Data Structures.
This was a technical round based on data structures, networking, operating systems, and project work.
My interviewer was very polite. He asked me to introduce myself and then he introduced himself.
He asked me about my projects. I explained two of my projects to him. One was related to customizing Apache Web Server, and the other was based on LSB Technique of Image Steganography.
There were some cross-questions. He wanted to know the motivation behind the topic, as well as the tech stack I used to implement the projects.
After that, he asked me a lot of questions surrounding OOPS concepts, DBMS, OS, and Networking.
Explain the layers of the OSI Model.
Abstraction vs Data Hiding
CPU Scheduling techniques and some conceptual questions regarding that. After that, he asked me to implement encapsulation.
After this, they asked me about my preferred programming language. I said C++, so there were a lot of questions regarding that, like how doubly linked list is implemented in C++, Interfaces, Friend functions, and some more
This was 2nd technical interview scheduled on the same day, interviewers were very friendly.
1. Code of Inorder recursive and nonrecursive
2. Questions on sorting like best algorithm if u consider (no. of swaps, no. of comparisons, etc)
3. Sorting words in a large file.
4. T9 Dictionary(most important question of many companies).
5. Insertion sort code (they look for each every corner case, so better check ur code with all types of test cases and then ask the interviewer to review it )
6. Course projects.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?