Tip 1 : prepare the basics well
Tip 2 : practice a lot of coding problems
Tip 3 : if you dont know the answer to any questions just accept and don't over compensate on that
Tip 1 : keep it very crisp and short
Tip 2 : Do not put everything in your resume
it was a around 50 mins of discussion with panel. we discussed a lot of basic and advance concepts, memory management, DS problems



The Linked Lists, where a1, a2, c1, c2, c3 is the first linked list and b1, b2, b3, c1, c2, c3 is the second linked list, merging at node c1.

follow the basic concepts of DS


For the given binary tree [1, 2, 3, -1, -1, 4, 5, -1, -1, -1, -1]
1
/ \
2 3
/ \
4 5
Output: 1 3 2 4 5
interviewer was very helpful and supportive, it was day time discussion on the core concepts of Java8 and SpringBoot
I was asked to make a rest API service using java8 and Springboot
follow the standards of service design, follow the naming convention, make use of java8 features
General HR discussion about the background information, companies that i have worked for, tech stack and my expectations from them and salary dicussion
General HR discussion, nothing specific
Tip 1: Be yourself
Tip 2: dont hesitate to ask questions to HR , ask anything which comes to your mind about company

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?