Tip 1: Be consistent throughout your journey of preparation.
Tip 2: Revise interview questions daily.
Tip 1: Gain some experience in relevant fields.
Tip 2: Mention only those skills in which you are well-prepared.



1. The length of each array is greater than zero.
2. Both the arrays are sorted in non-decreasing order.
3. The output should be in the order of elements that occur in the original arrays.
4. If there is no intersection present then return an empty array.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.



If the given string is: STR = "abcde". You have to print the string "edcba".
Try to solve the problem in O(1) space complexity.
Difference between let, var and const. (Learn)
Why do you want to join Antino?
Will you be able to travel from Delhi to Gurugram daily?
What are your three weaknesses and Strengths?
What is your expected CTC?
Do you have any other offer? If yes, will you join Antino?

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