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
Copy file name to clipboardExpand all lines: README.md
+17-15Lines changed: 17 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,21 @@ The goal here is to provide a complete guideline to get that job in angular
4
4
5
5
6
6
## Table of Contents
7
-
*[Start with yourself]()
8
-
*[Know the interviewer](#research-the-interviewer)
9
-
*[Beginners level: Terminology related questions](#what-category-questions-angular-terminology)
10
-
*[Beginners level: Doability related questions](#question-to-verify-you-did-some-work)
11
-
*[Beginners level: Understandability related questions](#question-about-understanding)
12
-
*[Intermediate level: Terminology related questions]()
13
-
*[Intermediate level: Doability related questions]()
14
-
*[Intermediate level: Understandability related questions]()
15
-
*[Expert level: Terminology related questions]()
16
-
*[Expert level: Doability related questions]()
17
-
*[Expert level: Understandability related questions]()
18
-
*[Beginners level: Understandability related questions]()
7
+
*[Understand Your Current Level](#understand-your-current-level)
8
+
*[Know the Interviewer](#research-the-interviewer)
9
+
*[Beginners Level](beginners-level)
10
+
*[Beginners level: Terminology Related Questions](#what-category-questions-angular-terminology)
11
+
*[Beginners level: Doability Related Questions](#question-to-verify-you-did-some-work)
12
+
*[Beginners level: Understandability Related Questions](#question-about-understanding)
13
+
*[Intermediate Level](#intermediate-level)
14
+
*[Intermediate level: Terminology Related Questions]()
15
+
*[Intermediate level: Doability Related questions]()
16
+
*[Intermediate level: Understandability Related questions]()
17
+
*[Expert Level](#expert-level)
18
+
*[Expert level: Terminology Related Questions]()
19
+
*[Expert level: Doability Related Questions]()
20
+
*[Expert level: Understandability Related Questions]()
21
+
*[Coding Test: Coming soon](#coding-test)
19
22
20
23
21
24
## Understand Your Current Level
@@ -27,7 +30,7 @@ The most important step to get that job is to understand yourself. your skill. y
27
30
* Rest of the people are either angular dumb or angular rockstar.
28
31
29
32
30
-
## Research Interviewer
33
+
## Know the Interviewer
31
34
Do a favor to yourself. Goggole the interviewer. Look at his/her linkedin provile. Check whether he/she has any youtube video, talk or active blog. and after your research try to put the interviewer in one of the following category
32
35
1. Lazy interviewer asks about terminology. Sometimes they google questions and ask you from there. For them see the Termninology related questions
33
36
2. Modest and nicer interview wants to check whether you can get the job done. and you know stuff. For this kind of interviewer look at the How category questions
@@ -184,9 +187,8 @@ you just built hello world in angular2+ and may be you followed some video or bl
184
187
Answers link coming soon
185
188
186
189
187
-
## Coding Test
190
+
## Coding Test (coming soon)
188
191
189
-
1. 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.
190
192
2. How would you implement a brush behavior using rxjs?
191
193
3. How would you implement a color picker with rxjs?
0 commit comments