Tip 1 : Coding round was easy, just go though the top interview questions from Leetcode.
Tip 2 : There was 2 managerial round, so prepare your project well, what challenges you have faced and how did you overcome it.
Tip 1 : It should be easy to read
Tip 2 : Make sure your company and work mentioned properly.



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.
It can be solved using map, in O(N) time.



'S' = "{}()".
There is always an opening brace before a closing brace i.e. '{' before '}', '(' before ').
So the 'S' is Balanced.
Can be solve in O(N) using stack.
Problem was related to projects
how authentication and authorisation works.
Design Patterns.
It was general discussion about location and salary, and if I have any concerns.

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?