Tip 1: Strengthen basics and revise core concepts regularly.
Tip 2: Practice coding daily and build at least 2 small projects.
Tip 3: Analyse mistakes from mock interviews and coding practice, and improve weak areas consistently.
Tip 1: Include relevant academic and personal projects with clear descriptions.
Tip 2: Mention only genuine skills and be honest about your experience.
In the online assessment, there were 40 MCQs based on Aptitude, Reasoning, Java Fundamentals, OOPS, DBMS & SQL, OS, and 1 coding problem.



Input: 'n' = 7, 'x' = 3
'arr' = [1, 1, 1, 2, 2, 3, 3]
Output: 2
Explanation: Total occurrences of '3' in the array 'arr' is 2.
Tip 1: Understand the problem statement clearly and identify the required output before coding.
Tip 2: Practice basic array operations like traversal, searching, and comparison to improve speed and accuracy.
The questions covered Object-Oriented Programming concepts such as inheritance, polymorphism, encapsulation, and abstraction with real-world examples. DSA questions focused on arrays, basic searching, and time complexity understanding.
The HR round was conducted online during daytime. The environment was calm and professional, with no technical setup issues. The interviewer was friendly, supportive, and made the conversation comfortable. The discussion was more conversational and focused on understanding my background, communication skills, attitude, and willingness to learn. No stressful or tricky questions were asked.
Tip 1: Be honest and confident while answering, and clearly explain your learning mindset.
Tip 2: Connect your answers with real examples from academics or projects to show sincerity and motivation.

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?