Tip 1 : Be well versed with everything written on your resume. Spend atleast 1hr accumulating related topics of things mentioned on your resume and read about them. Most important thing as Software Developer is that you should be able to connect dots. Hence make sure to read alot
Tip 2 : If you know the answer, make it short but effective. If you don't know, say sorry and ask for hints. More time you waste guessing, more marks will be deducted, even if you end up giving right answer
Tip 1 : Make it sharp. Single page resume is the best thing. Make sure the most relevant things like skill set, certification etc are in least cluttered and easily readable part of the page
Tip 2 : Remember, resume is only for shortlisting purpose. So make sure it doesn't take more than 3mins to read completely. Details of anything should never be a part of resume
I was questioned on my previous experience.
Then i was asked to solve some riddles l
How many ways to reach the top of N stairs when you can either take 1 or 2 steps at a time
Tip 1 : Ways to reach N stairs = Ways to reach N-1 stairs + Ways to reach N-2 stairs
Tip 2 : Take time to answer any question
Detailed Tech discussion on projects
JS basics were tested
ReactJS basics were tested
Some coding problems
Implement Array class without using inbuilt array class
Just used prototypic inheritance principles along with getters and setters
Discussion on various system design prospects
Design Google Sheets end to end
Tip 1 : Take your time before speaking first word on solution
Tip 2 : Clear out requirements as much as possible
It was around evening
HR made me feel comfortable
Mostly it was discussion around setting the expectations straight
Discussion on salary and company benefits
Tip 1 : Be curious
Tip 2 : Ask questions as if you're already a part of organisation

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?