Tip 1 : Practice at least 500 Questions
Tip 2 : Study computer science subjects well.
Tip 3 : Get a hold of at least 3 major projects
Tip 1 : Showcase everything that is related to the profile in a confined manner
Tip 2 : Avoid putting false information
Questions were mainly from DBMS,OOPS and DSA.
Number Of MCQs - 15



1. All the elements are in the range 0 to N - 1.
2. The elements may not be in sorted order.
3. You can return the duplicate elements in any order.
4. If there are no duplicates present then return an empty array.
It was easy, there are various approaches to solve this.
Design a car parking lot
Tip 1 : Practice system design questions
Tip 2 : You must do at least 10 problems based on this
Tip 3 : Practice DBMS and OOPS as well



For the given binary tree

The level order traversal will be {1,2,3,4,5,6,7}.

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?