Tip 1 : Keep practising dsa everyday, atleast 1 question a day even after you start your job
Tip 2 : Try looking for questions asked by the company in past online
Tip 3 : Update your resume according to job profile
Tip 1 : Have at least one major project (probably full stack)
Tip 2 : Keep your resume short and simple
It consisted of 2 coding questions to be solved in 60 mins
N=3
We can climb one step at a time i.e. {(0, 1) ,(1, 2),(2,3)} or we can climb the first two-step and then one step i.e. {(0,2),(1, 3)} or we can climb first one step and then two step i.e. {(0,1), (1,3)}.
This round was completely based on my Resume, I was told to explain my project from both backend and frontend perspectives. I was asked to show the complete working, how api's are working , how data is stored.
Project Discussion.
Tip 1:Explain the project tech stack
Tip 2:Explain why you chose your approach effectively
Tip 3:Ask interviewer for proper explanations of questions if you are confused
Project Discussion- This was more of an in-depth discussion on my project mainly the tech stack used. DSA, OOPS, CN, OS was not asked in any of the interview in my case.
I was asked about under the hood working of javascript, use of objects and classes in the project and doing hard operations in database.
Tip 1:If you don't know the answer, be honest with the interviewer instead of giving wrong answers with confidence.
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you select an element by class name in CSS?