Tip 1 : Focus more on contextual clarity rather than solving more number of problems.
Tip 2 : Don't panic even if you are not selected by some companies. Just keep your head high and keep going.
Tip 3 : If you are good at DSA then it might be able to compensate even if you have a little less knowledge of OS or OOM as a fresher.
Tip 1 : Keep your resume short.
Tip 2 : Its good to have some previous internships or good projects on your resume. It's very important to have a good resume as google shortlists based on your resume.
This was an online round only and there were 2 coding questions in this round. I remember 1.



A person can also kill himself.
A DSA based round. Interviewer asked about intro and about some of the college projects I has mentioned in my resume. PS: Keep your intro brief as you are expected to solve all the questions in that given time.



1. Every train will depart on the same day and the departure time will always be greater than the arrival time. For example, A train with arrival time 2240 and departure time 1930 is not possible.
2. Time will be given in 24H format and colons will be omitted for convenience. For example, 9:05AM will be given as "905", or 9:10PM will be given as "2110".
3. Also, there will be no leading zeroes in the given times. For example, 12:10AM will be given as “10” and not as “0010”.
There were 2 questions asked in this round. They expect you to solve and code both the questions but it works even if you code 1 question completely and atleast provide solution to the other one and I remember the one I solved.




In figure 1 : friend-1 has to pay 2000$ to friend-2, and 4000$ to friend-3 and friend-2 has to pay 3000$ to friend-3.
In figure 2 : so we can minimize the flow between friend-1 to friend-2 by direct pay to friend-1 to friend-3

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?