Tip 1: Complete at least two live projects.
Tip 2: Practice top interview questions.
Tip 3: Prepare CS subjects thoroughly.
Tip 1: Only include skills on your resume that you are confident in.
Tip 2: Include projects related to the job description.
Online Assessment: (6:00 PM - 6:30 PM login window) (140-minute test)
Round 1: HackerRank Test
- 1 DSA question (medium level, involving binary search on answers)
- 20 technical questions (covering OS, DBMS, CN, and other CS fundamentals)
- 15 general aptitude and communication questions



Given a Linked List, the task is to sort this Linked List in ascending order.
Step 1: Sort the linked list using bubble sort.
Step 2: The interviewer asked me to optimize the solution.
Step 3: I then provided a solution using merge sort, and the interviewer was pleased.
Round 1 (Technical – 50 Minutes):
The interviewer asked me to introduce myself and suggested addressing him by his name rather than "Sir" or "Madam." He confirmed Java as my primary language.
DSA: The interviewer concluded by asking if I had any questions. To build rapport, I asked:
- What are some common mistakes freshers often make, and how can I avoid them?
- What do you see as Oracle's future?
Projects, Design.
Tip 1: Review CS subjects.
Tip 2: Highlight projects on your resume.

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