Tip 1: Try to show how interested you are in working with them.
Tip 2: Do not panic during the interview if you are unable to answer a question.
Tip 3: Do not lie if you do not know the answer.
Tip 1: Write only the things you know well.
Tip 2: Do not include unnecessary information.
It was a coding question based on DSA, where the core concept involved the use of a trie or binary search implementation.
The task was to write a program to find the longest compounded words in a file provided by them, or we could use any file for testing purposes.
We were allowed to use any concept and could also refer to solutions from Google, but the final solution must be free from plagiarism.

Let 'S' = "HelloWorld", N = 3.
The output should be "Hel", "loW ,"orl", "d".
Write a query to get the employees whose salary is the maximum.
Write a query to get the employees who are working in department A and project P.
int a=5, b=6, c=7;
b!=!a;
c=!!a
printf("%d%d",b,c);
Can we have two unique keys and two primary keys in a table?
Write a query that takes a reference from another table.
Write a query to get the count of all employees who joined more than 2 months ago and are working on project P.

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