Tip 1 : Be confident during your interview
Tip 2 : Anything you mention on your resume -- you should ask yourself if you can talk about it for 10-15 minutes. If the answer is no, remove it from your resume. It's better to have a short resume and know everything in it.
Tip 3 : Don't lie to the interviewer, if you don't know something tell them you don't know. They'll ask something else.
Tip 1 : Short resume + knowing everything on resume >> long resume but unknown skills on resume.
Tip 2 : Try to quantify your achievement in terms of business gains eg instead of writing I did Y and developed Y -- write Did X to develop Y which resulted in Z% improvement in some metric that's relevant to growth of the business.
Asked about past experience, skills
Was asked questions on Linkedlist and Arrays



Segregate positive and negative elements in array



In the given linked list, there is a cycle, hence we return true.

Questions on Data structures, logical questions like Puzzles and Low level design problem



[1, 2, 3, 4] is a strictly increasing array, while [2, 1, 4, 3] is not.
Solved using DP
Low level design of Url shorter
Tip 1 : Ask questions to clearly state requirements and expectations
Tip 2 : Create classes for all real life instances for LLD, write getter setter method definitions too, think about optimisation, choose correct database

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