Tip 1 : Rather than mugging up the concepts, try to relate with it and make it your passion. Will help in not quitting. Also its not JEE xD
Tip 2 : Try to make work on big projects, and push them to production -- infinite learning curve.
Tip 1 : Having some prior experience helps
Tip 2 : Mention all the technologies relevant to job profile.
Link was open for 24 hours, can take anytime.



Do not allocate extra space for another array. You need to do this by modifying the given input array in place with O(1) extra memory.
'n' = 5, 'arr' = [1 2 2 2 3].
The new array will be [1 2 3].
So our answer is 3.
Asked about caching, automation and documentation.
Tip 1 : Be passionate and show it
Tip 2 : Have and open mind and be creative
Asked about my tech stack and approaches in my projects.
OOPS concepts

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