Tip 1 : Do as much Coding practice as possible and try to implement in any project also focus on internships if possible.
Tip 2 : Keep an eye on aptitude,reasoning etc
Tip 3 : Don't run for many topics at a time, try to master one .Choose Quality over quantity.
Tip 1 : Try to be real and must know everything mentioned in resume.
Tip 2 : Projects and Internships are always eye catcher for interviewer.
Every round had its own timing. which was bit challenging but sufficient to solve
And every round was elimination till the last one and if one passes these rounds with a very good score then he/she is eligible for senior analyst else will be directly called for interview
I was asked about my project in college and coding question and some oops questions.
and then some hr questions



For the following array:
[0 1 1 1 0 0 1]
The output should be [0 0 0 1 1 1 1].
You have to sort the array in place.
what are the main oops concept
explain stack and queue
Tip 1 : Candidate must clear with oops concept.

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?