Tip 1 : Be Good with the basics
Tip 2 : Cover important concepts like OOPs
Tip 3 : Practice & solve questions
Tip 1 : Mention only what you know
Tip 2 : It's good to include more projects
This is basically a coding round



If there are any duplicates in the given array we will count only one of them in the consecutive sequence.
For the given 'ARR' [9,5,4,9,10,10,6].
Output = 3
The longest consecutive sequence is [4,5,6].
Can you solve this in O(N) time and O(N) space complexity?
What is normalization in database management systems
Tip 1 : Cover all the concepts of DBMS
Tip 2 : Practice Queries
This is basically a Technical interview where the candidate is being tested on his technical knowledge and attitude
FInd the Second highest salary of an Employee from an employee table
Tip 1 : Be Clear with basics
Tip 2 : Prepare your resume well
What is deadlock?
Tip 1 : Be clear with OS concepts
This is basically a HR round to know about the candidate.
Introduce yourself
Basic HR questions were asked like are you willing to relocate like that
What are tour hobbies?
Tip 1 : Be genuine

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