I interviewed at Mastercom Technology Services (Chennai)
Interview
The interview started with a self-introduction, followed by a few basic JavaScript questions. They asked me to reverse only the word "Hello" in a sentence while keeping the remaining words unchanged, identify and fix errors in a code snippet, and explain how to share data between two Angular components using a service with BehaviorSubject. Overall, the interview focused on JavaScript fundamentals, debugging skills, and core Angular concepts
Interview questions [1]
Question 1
You can answer with any of these (each is over 30 characters):
They asked me to reverse only "Hello" in a sentence using JavaScript.
They asked me to fix errors in a JavaScript code snippet.
They asked how to share data between two Angular components using a service.
They asked basic JavaScript coding and Angular component communication questions