Tip 1 : Strong knowledge of DSA
Tip 2 : Strong knowledge of OOPs
Tip 3 : Good Communication skill
Tip 1 : Add good project that you know properly
Tip 2 : Limit your resume to two pages
The first round is that they shortlisted candidates from all the students and luckily I am one of them and second round they took an assessment on hacker earth and then they took technical interview of those candidates who passed the assessment then second round of technical interview then HR round then candidate selection mail received.
What is the difference between Runtime polymorphism-Method Overriding, Compile-time polymorphism?
What are pillars of object-oriented programing?
Which feature of OOP indicates code reusability?
Tip 1 : Be confident
Tip 2 : Be active
What is indexing in SQL?
Write SQL query for finding second highest salary.
Tip 1 : Be confident
Tip 2 : Be active

:max_bytes(150000):strip_icc()/MClogo-c823e495c5cf455c89ddfb0e17fc7978.jpg)
If the given string is S = "lion cow cow lion" and T = “wccw”, then the string ‘S’ follows the same pattern as string ‘T’.
'T’ contains only lowercase English letters.
‘S’ contains only lowercase English letters and spaces.
‘S’ does not contain any trailing or leading spaces. All words in ‘S’ are separated by a single space.
Second round they took an assessment on hacker earth and then they took technical interview of those candidates who passed the assessment then second round of technical interview then hr round then candidate selection mail received



a) Duplicate elements may be present.
b) If no such element is present return -1.
Input: Given a sequence of five numbers 2, 4, 5, 6, 8.
Output: 6
Explanation:
In the given sequence of numbers, number 8 is the largest element, followed by number 6 which is the second-largest element. Hence we return number 6 which is the second-largest element in the sequence.
Tip 1 : Solution should be optimized
Tip 2 : You must be able to explain solution
Tip 3 : Code should be clear and understandable




Example :
For the given binary tree :
Output : 24 14 2
Explanation: Rightmost diagonal contains elements {5, 10 , 9} its sum is 24, middle diagonal contains elements {6, 3, 5} its sum is 14, leftmost diagonal contains elements {2}. Thus the answer should be “24 14 2”.
Firstly I have done this by taking two traversals of the matrix and after this, he ask me to do this in 1 traversal
After this, I have done this in 1 traversal and he ask me to dey run this and gave me an input matrix and ask me to run and show me the output.
After this, he was satisfied with both the questions and told me that I can leave now.
This is all about the technical interviews.
This is the HR round where HR ask some questions related to your hobbies and all that
Introduce yourself
What are your hobbies?
What are your expectations from the company?
What is your expected pay range?
Tip 1 : Be confident

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which SQL clause is used to specify the conditions in a query?