7 Comments

I face an interview last month where I had a machine coding round. The difficulties I faced :

1. Couldn't finish the question within given time so I had to explain logic instead of writing code.

2. Interviewer didn't allow to check for syntax online.

3. Couldn't explain some theoretical concepts which I was using it regularly. Like DOM.

Expand full comment
author

Thanks for sharing, Vaibhav.

Expand full comment

if anyone doesn't want to learn backend only want to focus on frontend ?? can they focus only on interviews??

Expand full comment

I was interviewing for intern role. The interviewer asked me to demonstrate my projects. He asked me to do error handling with a project and was allowed to use google. I had to use mongoose for this. I was stuck at the beginning but after sometime I solved the issue. He wanted to know the reason why I was stuck and why I was getting the error. Even after going through the mongoose docs I couldn't figure it out and then he explained me that.

Expand full comment
author

What did he explain?

Expand full comment

I used findOne for query. He said that the callback err argument returns error if there is error in executing the query and not if the result is null. This is mentioned in docs but I was unable to find.

Expand full comment

These Kind of Newsletters are ❤️️❤️️❤️️

Expand full comment