Tip 1 : Don't hesitate in taking a course from Coding Ninjas and waste time in thinking only to take or not, It is an Investment.
Tip 2 : Regularly Participate in Coding Contests on CodeForces.
Tip 3 : Start practicing on Leetcode and InterviewBit 1 month before your Placement Drive.
Tip 1 : Keep it 1 page and mention only field specific achievements.(Nothing like Captain of Cricket Team in College)
Tip 2 : Mention atleast 1 project or past work experience.
This round was held on Google Meet Video Call at 10 A.M.
There were 2 Interviewers and they were very helpful.







All the possible root to leaf paths are:
3, 4, -2, 4 with sum 9
5, 3, 4 with sum 12
6, 3, 4 with sum 13
Here, the maximum sum is 13. Thus, the output path will be 6, 3, 4.
There will be only 1 path with max sum.
List tables involved in Online Apps like Uber.
The round was 2nd technical round conducted through Google Meet.
There were 2 interviewers and they were helpful.
Timing was from 11:10 A.M - 12:00 P.M
GIven a file of 1 GB having numbers , Sort the file with 100 MB RAM available.
Simple Discussion Around How Google search suggests if we typed something wrong.
e.g. If we type Cracket.
it will suggest : Did you Mean : Cricket.



Input:
'num1' : 1 -> 2 -> 3 -> NULL
'num2' : 4 -> 5 -> 6 -> NULL
Output: 5 -> 7 -> 9 -> NULL
Explanation: 'num1' represents the number 321 and 'num2' represents 654. Their sum is 975.
Timing was 12:30 P.M. to 1:00 P.M.
It was held on Google Meet and HR was helpful.
What are your expectations from this job?
What motivates you?
Tip 1 : Prepare for this round beforehand.
Tip 2 : Prepare stories (even if fake)
Tip 3 : Speak clearly with HR.

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?