0% found this document useful (0 votes)
64 views2 pages

Angular Interview Guide

Uploaded by

Me Heena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views2 pages

Angular Interview Guide

Uploaded by

Me Heena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

1 What is Angular Framework?

2 What is the difference between AngularJS and Angular?


3 What is TypeScript?
4 Write a pictorial diagram of Angular architecture?
5 What are the key components of Angular?
6 What are directives?
7 What are components?
8 What are the differences between Component and Directive?
9 What is a template?
10 What is a module?
11 What are lifecycle hooks available?
12 What is a data binding?
13 What is metadata?
14 What is Angular CLI?
15 What is the difference between constructor and ngOnInit?
16 What is a service
17 What is dependency injection in Angular?
18 How is Dependency Hierarchy formed?
19 What is the purpose of async pipe?
20 What is the option to choose between inline and external template file?
21 What is the purpose of *ngFor directive?
22 What is the purpose of ngIf directive?
23 What happens if you use script tag inside template?
24 What is interpolation?
25 What are template expressions?
26 What are template statements?
27 How do you categorize data binding types?
28 What are pipes?
29 What is a parameterized pipe?
30 How do you chain pipes?
31 What is a custom pipe?
32 Give an example of custom pipe?
33 What is the difference between pure and impure pipe?
34 What is a bootstrapping module?
35 What are observables?
36 What is HttpClient and its benefits?
37 Explain on how to use HttpClient with an example?
38 How can you read full response?
39 How do you perform Error handling?
40 What is RxJS?
41 What is subscribing?
42 What is an observable?
43 What is an observer?
44 What is the difference between promise and observable?
45 What is multicasting?
46 How do you perform error handling in observables?
47 What is Angular Router?
48 What are different types of compilation in Angular?
49 What is JIT?
50 What is AOT?
51 Why do we need compilation process?
52 What are the advantages with AOT?
53 What are the ways to control AOT compilation?
54 What is lazy loading?
55 What are the best practices for security in angular?
56 What is Angular security model for preventing XSS attacks?
57 What is the role of template compiler for prevention of XSS attacks?
58 What are the various security contexts in Angular?
59 What is the difference between interpolated content and innerHTML?
60 What is AOT compiler?

You might also like