Tip 1 : Be consistent
Tip 2 : Focus on Basics and understand the logic
Tip 3 : For coding try to be precise and optimise it as much as possible
Tip 1 : Be specific about the work you have done, whether its project, internship or any other.
Tip 2 : Mention only those skills on which you have hands on practice
Mostly questions were of OOPs, Cloud computing, SQL and basics on computer science
Number Of MCQs - 20



Let’s say you have “abcd” as string ‘ST’ and 2 words “bd” and “db”. “bd” matches with the string ‘ST’ as you can remove ‘a’ and ‘c’ character to form “bd”. “db” does not match with the string ‘ST’ because it is impossible to form “db” from the string ‘ST’ by removing characters.
You cannot change the order of characters in ‘ST’ after removing some characters.
Explain your project.
Why do you want to join this company?
Are you ok with the location?
Tip 1 : Try to explain everything with logic
Tip 2 : Be specific with your explanation

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is recursion?