You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Intermediate level: Terminology Related Questions]()
15
-
*[Intermediate level: Doability Related questions]()
16
-
*[Intermediate level: Understandability Related questions]()
14
+
*[Essential Terminology Questions]()
15
+
*[Comfortability to Build Medium Size App Questions]()
16
+
*[Core Concepts Understandability Questions]()
17
17
*[Expert Level](#expert-level)
18
-
*[Expert level: Terminology Related Questions]()
19
-
*[Expert level: Doability Related Questions]()
20
-
*[Expert level: Understandability Related Questions]()
18
+
*[Performance and Edge case Related Terminology]()
19
+
*[Master a Large App Related Questions]()
20
+
*[Rockstar and Fighter for angular Questions]()
21
21
*[Coding Test: Coming soon](#coding-test)
22
22
23
23
@@ -45,7 +45,7 @@ Research the team. Search people in the linked in by company name and then look
45
45
For the beginners level an interviewer wants to know whehter this interviewee is self learner, trainable. Hence he/she wants to know you are familiar with basic terminology, coded something and understand why you are using some part in a very high level.
46
46
47
47
48
-
### What Category Questions( Angular Terminology)
48
+
### Familiarity to Basic Terminology
49
49
1. What are the difference between angularJS (angular 1.0) and angular2?
50
50
2. What is a component? why would you use it?
51
51
1. What is the minimum definition of a component?
@@ -59,7 +59,7 @@ For the beginners level an interviewer wants to know whehter this interviewee is
59
59
60
60
61
61
62
-
### How Category (Verifies you developed something)
62
+
### Ability to Build Simple App Questions
63
63
1. How do components communicate with each other?
64
64
1. How do you create two way data binding in Angular?
65
65
6. How you build an angular app for production
@@ -73,7 +73,7 @@ For the beginners level an interviewer wants to know whehter this interviewee is
73
73
74
74
75
75
76
-
### Why Category (Verifies you Understand)
76
+
### Understanding Basic Concepts Questions
77
77
2. Why would you use angular-cli
78
78
3. What are the difference between a component and a directive
79
79
6. Why would you use typescript aka benefits of typescript
@@ -89,7 +89,7 @@ you built angular2 you played with routing, https, different built process, unit
89
89
In the intermediate level you are very comfortable with angular. Hence there is no what questions. Actually you know all of them by now. Hence there will be only how and why type questions
90
90
91
91
92
-
### What Category Questions (Important Parts of Angular)
92
+
### Essential Terminology Questions
93
93
1. What is the difference between RouterModule.forRoot() vs RouterModule.forChild()? Why is it important?
94
94
1. What is the difference between an observable and a promise?
95
95
1. What are some of the angular apis that are using observables?
@@ -108,7 +108,7 @@ In the intermediate level you are very comfortable with angular. Hence there is
108
108
109
109
110
110
111
-
### How Category Questions (Verifies you built a real app)
111
+
### Comfortability to Build Medium Size App Questions
112
112
1. How do components communicate with each other?
113
113
1. How do you create two way data binding in Angular?
114
114
1. What is the purpose of NgModule?
@@ -127,7 +127,7 @@ In the intermediate level you are very comfortable with angular. Hence there is
you just built hello world in angular2+ and may be you followed some video or blog and now you are brave enough to tell the interviewer that you know little bit angular2.
153
153
154
-
### What Category(You reached corner of the framework)
154
+
### Performance and Edge case Related Terminology
155
155
1. what is factory Component
156
156
1. What is lazy loading
157
157
1. what is AOT
@@ -164,7 +164,7 @@ you just built hello world in angular2+ and may be you followed some video or bl
164
164
1. How would you insert an embedded view from a prepared TemplateRef?
165
165
166
166
167
-
### How Category (you stretched the framework)
167
+
### Master a Large App Related Questions
168
168
1. How will you http interceptor
169
169
1. How you parallelize multiple observable call
170
170
1. how will you put one async call before another
@@ -177,7 +177,7 @@ you just built hello world in angular2+ and may be you followed some video or bl
177
177
1. How would you create a component to display error messages throughout your application?
178
178
179
179
180
-
### Why Category
180
+
### Rockstar and Fighter for Angular Questions
181
181
1. How would you implement a multiple api calls that needs to happen in order using rxjs?
182
182
1. How would you make sure an api call that needs to be called only once but with multiple conditions. Example: if you need to get some data in multiple routes but, once you get it, you can reuse it in the routes that needs it, therefor no need to make another call to your backend apis.
183
183
1. If you need to respond to two different Observable/Subject with one callback function, how would you do it?(ex: if you need to change the url through route parameters and with prev/next buttons).
0 commit comments