|
| 1 | +# Angular Interview Questions |
| 2 | + |
| 3 | + |
| 4 | +## Beginner level |
| 5 | + |
| 6 | +You just built hello world in angular2+ and may be you followed some video or blog but you have the courage to tell the interviewer that you know little bit angular2. |
| 7 | + |
| 8 | + |
| 9 | +## Research the interviewer |
| 10 | +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 |
| 11 | +1. Lazy interviewer asks about terminology. Sometimes they google questions and ask you from there. For them see the Termninology related questions |
| 12 | +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 |
| 13 | +3. Smart interviewer wants to know that you think, you compare and analyze stuff to make consious decisions. For these type of nerdy inteviewer (they would love to prove you wrong. and one important tip: don't try to prove them wrong) you should study why type of questions |
| 14 | + |
| 15 | +## Expect the following questions |
| 16 | + |
| 17 | +### What category Questions( Angular terminology) |
| 18 | +1. What are the difference between angularJS (angular 1.0) and angular2 |
| 19 | +2. What is a component |
| 20 | +3. What is a module |
| 21 | +4. What design framework you have used and why |
| 22 | +5. What is a service |
| 23 | +5. What is a promise |
| 24 | +7. What are the life cycle hooks for component and directives |
| 25 | +8. What is pipes |
| 26 | +9. What is authGuard |
| 27 | + |
| 28 | + |
| 29 | +### Question to verify you did some work |
| 30 | +6. How you build an angular app for production |
| 31 | +6. How would you run unit test |
| 32 | +7. How you create custom pipes |
| 33 | +8. Which life cycle hook will you use to unsbscribe a promise |
| 34 | +1. How can you get current state of a route |
| 35 | +2. How will you protect a route for authorized user only |
| 36 | + |
| 37 | + |
| 38 | +### Question about understanding |
| 39 | +2. Why would you use angular-cli |
| 40 | +4. Why would you use a component |
| 41 | +1. Why will you use a module |
| 42 | +3. What are the difference between a component and a directive |
| 43 | +5. Why would you use a module |
| 44 | + |
| 45 | +***** |
| 46 | + |
| 47 | +Answers link coming soon |
| 48 | + |
| 49 | +--- |
| 50 | +if you can answer these questions, yourself check the intermediate level questions [here]() |
0 commit comments