Angular Interview Questions Part 3

preview_player
Показать описание
Topics Covered: Life Cycle Hooks , Routes , Forms , Route Guards , Authentication ,Modules , Deployment
Questions for Topics :
Life Cycle Hooks: @0:38

Lifecycle Hooks:
51) What are the life cycle Hooks? How many? - @0:33
52) What is the first to be called in the lifecycle? - @11:16
53) Life cycle Hook When the input properties changes? - @14:22
54) Life cycle method called when the component is intialised? - @14:43
55) Run for every digest cycle run?Life cycle method for doing changes what Angular will not detect? - @16:36
56) What is ngcontent? - @19:39
57 ) Life cycle method called after the content is injected by the parent through ngContent or Content Projections happens? - @24:36
58) What is @Content Child and when it is Available? - @29:39
59) Life cycle method called after the component and child Views are initialized? - @31:48
60) What is @ViewChild and when it is Available? - @36:42
61) Life cycle method where Cleanup Tasks can be done? - @37:37
62) What is the last to be called in the lifecycle? - @39:26
63) Life cycle methods called only once in the lifecycle? - @39:30

Routes:
1)How and where to write the routes? - @2:39
2) How to import routes in the root module? - @5:35
3)What is router-outlet? - @7:16
4) How to navigate to Other Routes?What Module to use? - @10:11
5)How to change routes on click in html? - @10:57
6)How to send queryParams to another Route? - @19:26
7) How to add children routes in the application? - @22:24

Forms:
68) What are forms?Why they are used? - @0:40
69) Different types of forms? - @3:07
70) What is reactive forms? What are modules needed? - @4:36
71) What is template forms? What are modules needed? - @13:04
72) What is ngForm? - @20:28
73)ngForm created for all forms? - @21:36
74)Is it possible to create form without ngForm? - @22:28
75) What does ngModel do in template forms? - @23:15
76) What does name in ngModel do for template forms? - @23:54
77)What is a template reference variable and how would you use it? - @26:27
78)reactive vs template forms? - @26:46

Guards:
80)How to guard your routes with session? - @2:51
81)Different types of Guard? - @4:53
82)How to guard the complete path? - @6:43
83)How to guard the children path? - @10:37
84) How to add confirmation message when the user moves out of the route? - @14:08
85)How to block the loading of a lazy loaded component? - @18:48
Authentication:
86)How to implement Basic Authentication in Angular? - @0:29
87)How to make all your requests send a Token in its header? - @8:53
Modules:
88)How to create a new module? - @0:29
89)How to import new module to root module? - @3:59
90)How to make the components of the new module to make it available to root module? - @5:07
91)What is Eagerly loaded module? - @10:34
92)What is Lazily loaded module?Why needed? - @13:19

Deployment:
94)How to deploy angular application? - @0:26
95) How to enable Minification in the bundle? - @4:52
96)What does “ng build prod” do? - @6:42
97)How to deploy to node server? - @7:16

Glimpse contents in this Channel:
Interview Questions:

Basic React Interview Questions - 30 questions 1 hr
Hooks Interview Questions - 8 questions 2 hrs

Typescript interview Questions - 31 questions 1 hr

Angular Interview Questions - 110 questions 5 hrs

Javascript interview Questions - 34 questions 1hr 20 minutes

Javascript interview Questions Part 2 - 54 questions 5 hr

Mongodb Interview Questions - 26 questions 50 minutes

Tutorials:

Javascript Playlist - 17 videos

Angular Playlist - 44 videos

React Playlist -10 videos

React Redux Playlist - 7 Videos

If it interests you kindly subscribe.
#angularinterviewquestions#angular#programmingwithkarthik
Рекомендации по теме
Комментарии
Автор

Really best video to refresh angular before going to interview.

gokulkrishnan
Автор

Your tutorials are wonderful and very clear about the topics...thank you 😀

shobaravilla
Автор

i got cleared all my doubts thankyou for these wonderful videos

yeshwin
Автор

thanks for the interview question .its really helped me a lot

rojaravir
Автор

Thanks a lot for the wonderful tutorial, continue this forever

risky
Автор

Can you please tell what is the difference between pipe, map, tap

Avatar
Автор

Is it possible to get the ppt which you are presenting? If yes then from where?
Thanks

sparaseth
Автор

pls write the some explanation below the question all of ur questns

bannu
Автор

Can You explain me auto logout functionality. Once user login after 10 minutes automatically it should logout.

madhureddy
Автор

Can you please tell me add to cart 🛒 functionality showing main landing page increase cart values how it is

rajashekarmy