Tip 1 : Please have atleast one project built on top of you skillset outside your work
Tip 2 : Practice atleast 2Algorithms per day on Leetcode
Tip 1 : Have a stunning side project
Tip 2 : Make a single page resume
The interview went for 1hr. Initiall the interviewer asked me few questions from my Resume and later has started with DSA



Brute force : Initially I created subsets for the two strings. And then searched for a string which is common in both the subsets and there by picked the one with longest length
The interviewer asked me to optimise the solution considering the brute force had a worst time complexity
Optimised: Then I came up with a solution based on DP ( solution available on GFG)
The interviewer asked me about my previous experience and problems that I have solved in my previous company.
Handling Authentication/Authorization on frontend
CDN vs browser storage vs service workers
Security standards to be followed on the frontend
Ways to Interact with the server
Small UI design based on CSS
Be confident with your approach
Revise through the experiences you had in your past company handling specific features like Auth/payment/caching/SEO/Accessibility
This was mostly a behavioural round.
Most questions are from the points I have mentioned on my Resume.
Dont lie too much on you resume
Why should we hire you?
What technologies you are familiar with?

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