Tip 1: Focus on building strong fundamentals in coding, OOPs, and aptitude before moving on to advanced topics.
Tip 2: Explain concepts to others or even to yourself, because if you can explain something simply, it shows you truly understand it.
Tip 3: Communicate your thoughts clearly and confidently, as good communication can often balance areas where your knowledge may be limited.
Tip 4: Work on at least one internship or project to gain practical experience and have meaningful points to discuss during interviews.
Tip 5: Be honest in your responses and show a willingness to learn, as interviewers value genuine answers more than trying to appear overly clever.
Tip 1: Don’t write unnecessary or unrealistic things on your resume. Only include information that you can confidently explain during the interview.
Tip 2: Mention numerical achievements on your resume, such as “reduced API response time by 20%,” to clearly show the impact of your work.
Timing: The assessments and interview were conducted during daytime hours, not late at night, which made it easier to stay focused and prepared.
Environment: The overall environment was professional and well-organized. The online coding round was fully proctored with camera and microphone enabled, and any disturbance or suspicious activity was strictly monitored. This ensured fairness and discipline throughout the process.
Any Other Significant Activity: The process was smooth with proper email communication and clear instructions before each stage. There were no major technical issues, and the guidelines were explained in advance.
The test consisted of 40 MCQs on aptitude, reasoning and DBMS basics.



It was conducted around 4 PM and was fully proctored, with both the camera and microphone turned on throughout the assessment.



Tip 1: focus on brute force.
Tip 2: also try hit and trial method.
Tip 3: coding sheet practice.
It was conducted around 11 AM in the morning, and the interviewer first made me feel comfortable before starting with the questions.



Input: ‘n’ = 5, ‘a’ = [1, 2, 3, 4, 5]
Output: [4, 2]
The second largest element after 5 is 4, and the second smallest element after 1 is 2.
Tip 1: speak answer while explaining.
Tip 2: go slow for Brute force.
Tip 3: also try to tell alternate method.

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?