Tip 1 : Data structures should be on your tips.
Tip 2 : Learn how to make logic.
Tip 3 : Be confident while giving the interview.
Tip 1 : Add projects with description.
Tip 2 : Be true to yourself in resume.
First round was of aptitude that was easy and second round was of coding which had medium level questions.



I used segmented sieve to find prime numbers.
First I was asked about my projects and then 2 questions on array were given.



Given array/list can contain duplicate elements.
(arr[i],arr[j]) and (arr[j],arr[i]) are considered same.
I used two sets to solve this one was seen i e the numbers which have been seen and next output.
Hr round was only for full time offer.

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