Tip 1: Relearn and reinforce your understanding of your shortcomings, whether in aptitude or logical reasoning.
Tip 2: Focus on effectively projecting and delivering content through your projects.
Tip 3: Communicate actively about your internships and the knowledge you have gained so far. Always strive to be communicative.
Tip 1: Clearly demarcate internship experiences.
Tip 2: Mention live projects as well as research papers.
The timing was in the early afternoon, and the test could be taken remotely. The selection process included multiple rounds: an aptitude and logical reasoning test, a verbal and quantitative assessment, followed by a coding round with two questions. After clearing that, there was a communication round, and finally, candidates had to wait for the interview results.
The speed of a boat in still water is 5 km/hr. If the boat's speed against the current is 3 km/hr, what is the speed of the current?
Ans :- 2 km/hr
A postfix expression is just the reverse of a prefix expression.
A - True
B - False
Ans :- False
What could be the worst-case height of an AVL tree?
A) 0.97 log n
B) 2.13 log n
C) 1.44 log n
D) n² log n
Ans :- 1.44 log n
Coding Round:
The timing was in the late afternoon until night, and it could be taken remotely. The coding round consisted of two questions of equal weightage—the first being a generic one and the second focused purely on DPP and DSA. In my opinion, the difficulty level was quite high and required time to determine the correct approach for a solution.
It was a mix of both structural and non-structural data structures.
Tip 1: Practice coding problems as much as you can.
Tip 2: Learn and revise data structure concepts every day.



If the first linked list is 1 -> 2 -> 3 -> 4 -> 5 -> NULL and the second linked list is 4 -> 5 -> NULL.
The two numbers represented by these two lists are 12345 and 45, respectively. So, adding these two numbers gives 12390.
So, the linked list representation of this number is 1 -> 2 -> 3 -> 9 -> 0 -> NULL.



The timing was early morning, around 10 AM. The interviewer asked me about my six internship experiences and inquired about my projects and research papers. After clearing my technical interview, I received an email regarding the human resources interview, where I was asked questions about my hobbies and career aspirations. The discussion also touched upon my projects and extracurricular activities.
Raised a question about the case studies based on the reality of our lives.
Tip 1: Stay confident, no matter what.
Tip 2: Speak up and be spontaneous at all times.
Tip 3: Continuously learn and relearn about your attributes and the key aspects of your career pathway holistically.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
To make an AI less repetitive in a long paragraph, you should increase: