Tip 1 : Do prepare Core Java well with twisted questions on OOPs.
Tip 2 : Do prepare Basic Data Structures, Java Collections atleast ArrayList Stack Queue LinkedList along with real life example.
Tip 3 : For coding round do practice twisted coding questions on Array Strings specially the sorting algorithms questions and also try to solve the coding questions with best time complexity.
Tip 1 : Single page resume is the BEST. Do mention all your internships & project URLs.
Tip 2 : do mention your passing out year not as current or something just mention year of graduation.



Consider ARR = [“coding”, ”codezen”, ”codingninja”, ”coders”]
The longest common prefix among all the given strings is “cod” as it is present as a prefix in all strings. Hence, the answer is “cod”.
Suppose you go to next web page by hitting a button, and again you want to come back, then which data structures is using here ?
Hint : Stack
Abstraction vs Interface in java OOPs
Introduction
Why is there year gap ?
Why Nagarro?

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?