Tip 1 : Prepare all SQL queries.
Tip 2 : Have a well explained resume
Tip 3 : Have knowledge about automation testing
Tip 1 : Must have required skills mentioned on resume
Tip 2 : Don’t add unnecessary things as questions will be asked based on resume.
Questions were asked from SQL, Database queries, and related to manual testing.



Let the array = [ 4, 2, 1, 5, 3 ]
Let pivot to be the rightmost number.

Use standard approach for quick sort



In the given linked list, there is a cycle, hence we return true.

Traverse the list one by one and keep putting the node addresses in a Hash Table. At any point, if NULL is reached then return false, and if the next of the current nodes points to any of the previously stored nodes in Hash then return true.
Tip 1 : Go through the DBMS concepts
Tip 2 : Practice basic SQL queries
Tip 3 : Take core engineering subjects seriously
Puzzles were asked
When its sharp 06 : 30 in the clock, What is the angle between minutes needle and hour needle?
Tip 1 : Study puzzles from online platforms
Tip 2 : Listen carefully to the platform.
Tip 3 : Think for a while before giving answer
Gold Bar Cut Puzzle
You have hired someone to work for you for seven days, and you have a gold bar to pay him. You must give him a piece of gold every day. What is the least number of cuts you can make to the gold bar such that you can pay them 1/7th of it each day?
Tip 1 : Study puzzles from online platforms
Tip 2 : Listen carefully to the platform.
Tip 3 : Think for a while before giving answer
Basic HR questions
Tip 1 : Prepare for Basic HR questions
Tip 2 : Stay Honest
Tip 3 : Show a positive attitude

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