Tip 1 : Practise Data structures mostly (Array, String and Tree) , practise as much questions as you can.
Tip 2 : Have Good knowledge of Tech Stack you mention in your resume
Tip 3 : Have good understanding of projects mentioned in your resume.
Tip 1 : Resume should be having one page or maximum two pages long
Tip 2 : Mention your role on each project.
it was time bound coding test round. The questions were from array and string. There were 2 questions.
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.
I had done before the coding test so I solved in same way by splitting whole staring in three parts (start+mid+end).
in this round manager spoke to me and explained about project and joining date later hr spoke to me regarding on boarding process
Introduce Yourself.
Your Expectations from the company.
Past experiences.
Tip 1 : Be confident. That's it.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which collection class forbids duplicates?