Tip 1 : Practice, Practice & Practice your code.
Tip 2 : Schedule minimum 2 hours for coding/preparation for the interview.
Tip 3 : Build up your mind set, that Company is hiring you, as they need you. You have to confident because you are already working and you are comfortable with this. Don't be in hurry. Take time in negotiations.
Tip 1 : Mention only Key points of your role in the projects.
Tip 2 : Mention tools and hands on application and skills you have.
They started from basics for both backend and front end, and ended up on data structures and problem solving skills.
There were some situational based questions.



Can you solve each query in O(logN) ?
I used Data structure, and told 3-4 ways to solve the problem, discussed pseudo codes with the interviewer.



Bubble Sort implementation for the given array: {6,2,8,4,10} is shown below :-
It was discussion related to job location and negotiation
Why should we hire you?
What is your favourable location?
Tip 1 : Having positive attitude to every question can help.

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?