Tip 1 : Practice the core and basics of any programming language
Tip 2 : Complete at least one project on any preferred language so that you have overall idea on how projects are made
Tip 3 : Stick to basics
Tip 1 : Mention skills you actually know
Tip 2 : Don't over decorate
Aptitude (15 questions)
Reasoning (15 questions)
English (15 questions)
Coding questions (2 questions)


‘S’ = “aabcd”, ‘M’ = 2, ‘A’ = [0, 1]
After 1st operation i.e, reversing from [0, 4], ‘S’ = “dcbaa”.
After 2nd operation i.e, reversing from [1, 3], ‘S’ = “dabca”.
Hence, the answer is “dabca”.
I opt for a pretty simple approach.
Just took the string and navigate it from backward and start storing it on different string variable.
It was a technical interview round.
What is the current technology being used in industry?
What are inheritance, method overloading, methods overriding?
Tell me about the keyword static in java.
Tip 1 : I was having some knowledge on cloud technology so I said cloud and some random questions were there on cloud technology.
Tip 2 : These are basics oops concept on java
Tip 3 : This is also a basic concept on java
It was a HR round.
Tell me about yourself.
Why do you want to join us?
What are your expectations from this company?
Tip 1 : Be confident
Tip 2 : Be presentative

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?