Tip 1 : Deep Understanding of oops concept and Exception handling.
Tip 2 : In DBMS Read about normalization, SQL, JOIN, Relational Algebra and able to write some simple queries on database.
Tip 3 : In software testing read about basic of software testing basics and their types.
Tip 4 : Data structure: - In data Structure read about String, Array, Searching, sorting, HashMap, linked list, stack, queues.
Tip 1 : Try to keep your resume neat and clean means do not mention such thing that you don't know about that.
Tip 2 : Mention any two Project that you have done in your college duration it will be good if you have one DSA based project.
My test was in online mode from home, and it was held at 11 AM.



‘GRID[i][j]’ = 0, if there is no building at cell (i, j).
Consider the following 2*2 ‘GRID[][]’:
[1, 2]
[3, 4]
Its projection in XY, YZ, XZ plane is shown below -:

Area covered in XY plane is 4, Area covered in YZ plane is 6, Area covered in ZX plane is 7, Thus the total area is 4 + 6 + 7 = 17.
The interview was started at 3PM



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.
The HR round was started at 4 PM.
They take Introduction and about my family members and about the organization. What are your future goals?
Tip 1 : Keep Your Introduction proper.

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?