Tip 1 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 2 : Do at-least 2 good projects and you must know every bit of them.
Tip 3 : Practice DSA daily.
Tip 1 : Add at least two well managed projects.
Tip 2 : Add tech skills that you are confident on.
Tip 3 : Make it a single pager.
Technical round number 1. Two coding questions and some questions from concepts of Java were asked in this round



str = “ababba”, k = 3.
In this example, If we remove one ‘b’ from the 3rd position, then the final string will be “ababa” which is a palindrome.
Hence the answer will be True.



‘ARR1’ = [3 6 9 0 0]
‘ARR2’ = [4 10]
After merging the ‘ARR1’ and ‘ARR2’ in ‘ARR1’.
‘ARR1’ = [3 4 6 9 10]
Which among String or String Buffer should be preferred when there are a lot of updates required to be done in the data?
How many types of constructors are used in Java?
Define Late Binding.
It was technical round number 2 with two coding questions




This was a HR Round. It was just like normal discussion with the HR.
Introduce yourself
What are biggest opportunities for you according to you?
What will be your response if there is a conflict in your team?
Why should we hire you?

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Providing input/output examples in your prompt is a technique called: