Angular Quiz

Angular Quiz

Professional Development

35 Qs

quiz-placeholder

Similar activities

Understanding School Planning

Understanding School Planning

Professional Development

31 Qs

ALC ADV1 1.1

ALC ADV1 1.1

5th Grade - Professional Development

37 Qs

Descriptive Vocabulary and Personalities Quiz

Descriptive Vocabulary and Personalities Quiz

Professional Development

30 Qs

review đề 3 sach tim

review đề 3 sach tim

Professional Development

32 Qs

CNC Lathe Operations Quiz

CNC Lathe Operations Quiz

Professional Development

36 Qs

Basic Aircraft Maintenance Training Quiz

Basic Aircraft Maintenance Training Quiz

Professional Development

36 Qs

Architektura słówka

Architektura słówka

Professional Development

33 Qs

BUS ENGLISH COLLOCATIONS ( MKL-PRE ) EX 1

BUS ENGLISH COLLOCATIONS ( MKL-PRE ) EX 1

Professional Development

40 Qs

Angular Quiz

Angular Quiz

Assessment

Quiz

English

Professional Development

Medium

Created by

Dotnet Quiz

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of `ngZone` in Angular?
To manage routing
To detect changes outside Angular's context
To handle HTTP requests
To manage component lifecycle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about `ChangeDetectionStrategy.OnPush`?
It checks for changes in all components
It only checks for changes when an event occurs
It checks for changes only when input properties change
It disables change detection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `async` pipe do in Angular templates?
Converts observables to promises
Subscribes to an observable and returns the latest value
Creates a new observable
Unsubscribes from all observables

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of `Injector` in Angular?
To create new components
To manage routing
To resolve dependencies
To handle HTTP requests

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between `Subject` and `BehaviorSubject` in RxJS?
`Subject` stores the last value, `BehaviorSubject` does not
`BehaviorSubject` requires an initial value and emits the last value to new subscribers
`Subject` is synchronous, `BehaviorSubject` is asynchronous
There is no difference

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of `ng-content` in Angular?
To define a new component
To project content into a component
To bind data
To handle events

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which lifecycle hook is called after the component’s view has been fully initialized?
`ngOnInit()`
`ngAfterViewInit()`
`ngAfterContentInit()`
`ngDoCheck()`

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?