Overcome the Angular interview session (2024) ā part 1
As a senior software engineer, I have had many opportunities to join Angular interview sessions; I have learned many lessons and understood what questions are important in the interviews.
This article isnāt a key to bypassing Angular developer interviews; itās only a resource for revising Angular knowledge.
- Note: There are many questions related to deprecated topics but we also need to know them because as a software developer we need to work on projects with new Angular versions or old Angular versions, we have no choice. š
Before we dive into technical questions, we need to know:
- Technical evaluation (including angular, data structure, and algorithm) only accounts for 40% of your interview success.
- Sometimes, you pass the technical interview, but it usually doesnāt mean you were successful in the whole interview session.
- Keep your answer simplest as possible, after you answered a question, you should have an example if you can.
Now letās start with basic questions first; we should follow angular docs to answer these questions most simply.
1/ What is the component in Angular ?