Tip 1 : Stay focused
Tip 2 : Practice coding questions on gfg
Tip 3 : View previous interviews of the companies
Tip 1 : Don't lie on resume
Tip 2 : Just write in format that is catchy
There were four questions in which 2 are easy, 1 is medium and another 1 is difficult.






4 4 4 4 4 4 4
4 3 3 3 3 3 4
4 3 2 2 2 3 4
4 3 2 1 2 3 4
4 3 2 2 2 3 4
4 3 3 3 3 3 4
4 4 4 4 4 4 4



Given array/list can contain duplicate elements.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.



A binary string is a string in which all characters are either ‘1’ or ‘0’.
When I appeared in the interview room the interviewer has not even let me sit on the chair and he started asking questions.
He asked that do you know to search and tell me its types
He asked me to write a code for the Binary search and gave me his laptop and told me to write a program. I just wrote it within a minute and it was working well. So he asked me to explain that code on paper and I did that.
Then he started asking about DBMS
What are DBMS types? explain.
RDBMS and its product used.
He asked me to create a many-to-many table. (Student and Employee) too many tables. And queries on it.

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