Tip 1 : solve at least 200 questions on leetcode
Tip 2 : have hands on experience in web developement
Tip 3 : always ask for feedback in every interview
Tip 1 : use standard template for resume
Tip 2 : dont make it too flashy
Asked 2 medium level questions



Tip 1: give brute force approach first
Tip 2: try solving with approach
Tip 3: speak out loud of thinking process



Duplicate number is always present in the given array/list.
Tip 1: brute force approach
Tip 2: think out loud
Tip 3: check for edge cases and get clarity on question
Multiple system design question on what i have worked on. Design a parking lot system and explain details about each attribute
Tip 1: list all the elements needed
Tip 2: check for connection between each element
Tip 3: optimize the design based on interviewers request

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?