Tip 1 : Practice interview related questions
Tip 2 : Before going for interview revise all domain section
Tip 3 : learn at least one programming language
Tip 4 : have good projects and internship on your resume
Tip 1 : Always be honest in resume, never lie in resume, if they caught you it will be bad impression
Tip 2 : Add your projects, internships or experience it will leave good impact
Tip 3 : Resume should be short and simple
This round is little bit difficult, but if your concepts were clear then you can clear any coding round. Coding is basically all related to clear concepts.



Given 'ARR' = [1, 10, 5, 2, 8, 1 ] , answer is "ODD".
Here the maximum difference is between 10 and 1, 10 - 1 = 9



1. There will be no leading zeros in any string in the list ‘BINARYNUMS’.
Consider N = 5 and the list ‘binaryNums’= [“0”, “01”, “010”, “100”, “101”]. This list consists of the binary representation of numbers [0, 1, 2, 4, 5]. Clearly, the missing number is 3 and its binary representation will be “11”. So you should return string “11”.
This round is quite easy.
What are the different types of languages that are available in the DBMS?
Explain the concepts of a Primary key and Foreign Key.
What is the concept of sub-query in terms of SQL?
What is a checkpoint in DBMS?
What is the main purpose of an operating system?
What is monolithic kernel?
This round was easy. In this round they basically ask simple question about me and my projects. May be they just want to check my communication skills.
Describe who you are? or Tell me about your background.
What are your strengths and weaknesses?
Tip 1 : Be confident
Tip 2 : Be truthful
Tip 3 : Build commincation skills

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