Tip 1 : While you answer the solution don't try to make things complicated, try to use simple sentences
Tip 2 : Communication is the key during the interview
Tip 1 : Mention your experience in time order recent comes first
Tip 2 : Try to highlight your skills
There were 2 technical questions asked. I remember only one of them.
You have doc cloud. You make to sure
1) only admin can provide permission
2) Eho has edit permission can edit
3) reader can read only
I solved the problem with creating different functions for differnt scenerios and was using map as data structure
There were different problems
1) how routing works
2) how you make sure your code is executing correct
Tip 1 : Practice how commands work
Tip 2 : If you are not sure with answer put your understanding in front of interviewr and explain why you think so
Tip 3 : Practice how coding really works

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?