Tip 1 : Be confident while talking to the interviewer, if you don't know the answer then simply say you are not aware with this topic.
Tip 2 : Be interactive with interviewer, feel free to ask question(if any).
Tip 3 : Be honest, you have already solved some problems, if interviewer ask you whether you have solved this problem earlier or not then be honest while answering it.
Tip 1 : Mention the latest project in resume.
Tip 2 : Don't put too many things in your resume, Be concise and precise with your resume.
It consisted of 10 MCQ questions based on OOPs(C++ and Java-based), C(based on pointers), and 2 coding questions.



I used brute force
The word polymorphism means having many forms. Real life example of polymorphism: A person at the same time can have different characteristic. Like a man at the same time is a father, a husband, an employee. So the same person posses different behavior in different situations. This is called polymorphism.



Consider ARR = [1, 2, 3, 4, 4], the duplicate integer value present in the array is 4. Hence, the answer is 4 in this case.
A duplicate number is always present in the given array.
1. from which point on earth is it that if u move 1 mile south, i mile east, 1 milenorth will u reach the same point (ans = North pole)
2. using 6 matchsticks of same length create 4 equilateral triangles (ans =tetrahedron, but i was given a hint that it was in 3d)
The word polymorphism means having many forms. ... Real life example of polymorphism: A person at the same time can have different characteristic. Like a man at the same time is a father, a husband, an employee. So the same person posses different behavior in different situations. This is called polymorphism.


Pattern for 'N' = 4
1111
000
11
0
She was looking for run time errors, compile time errors, exceptions which are handled and unhandled
After a basic introduction , I was asked all my marks from class 10. He asked many company specific questions like who is the CEO,CTO, name 3 SAP products all to which I had no answer because I didn’t get time to look up on any of those. Since I had an interest in chess mentioned in my resume, he asked me to calculate the total number of squares in a chessboard which I did. (204 squares)

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
What is the best case time complexity of Bubble Sort?