Angular Quiz

Angular Quiz

KG

25 Qs

quiz-placeholder

Similar activities

SkillMetrix Test (Angular)

SkillMetrix Test (Angular)

University

20 Qs

Networking

Networking

Professional Development

20 Qs

SoftSkill v3.0 (BAFing Module)

SoftSkill v3.0 (BAFing Module)

KG - Professional Development

20 Qs

February 1- March 13 - GCC Update

February 1- March 13 - GCC Update

Professional Development

21 Qs

D39 CHECK YOUR LEVEL

D39 CHECK YOUR LEVEL

Professional Development

25 Qs

Angkasa Pura Solusi

Angkasa Pura Solusi

1st - 5th Grade

20 Qs

TCP 2 UNIT 1 CABIN CREW

TCP 2 UNIT 1 CABIN CREW

Professional Development

20 Qs

Post Test Technical Assessment DP1500i

Post Test Technical Assessment DP1500i

Professional Development

20 Qs

Angular Quiz

Angular Quiz

Assessment

Quiz

Professional Development

KG

Medium

Created by

Shad Khan

Used 35+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which are the different Data Types supported by Typescript?

Boolean

var bValue: boolean = false

Number

var age: number = 16

String

var name: string = "jon"

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of below code

<div>{{ 'Hello! This is Angular Quiz' | uppercase | lowercase |

titlecase }}</div>

hello! this is angular quiz

Hello! This Is Angular Quiz

HELLO! THIS IS ANGULAR QUIZ

Error -

(Can't use multiple pipes for same element)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the types of directives (Select all that apply)

i) Component

ii) Structural

iii) Behavioral

iv) Attribute

ii, iii, iv

i, ii, iv

i, ii, iii

i, iii, iv

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I have created a custom pipe with name substr which takes start index, and end index as paramenters.

A variable is declared in TS file as - let header = 'Angular Quiz';

What is the code to display output as "Quiz"

{{ header | substr(8, 12) }}

{{ substr (header, 8, 12) }}

{{ header | substr:8:12 }}

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not built-in pipe in Angular?

DatePipe

CurrencyPipe

DataPipe

PercentPipe

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which directive substitutes the normal href property and makes it easier to work with route links in Angular?

RouterLink

RouterRend

RouterLike

RouterLayer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select all Structaral directives from below

i) *ngIf

ii) *ngFor

iii) *ngClass

iv) *ngElse

v) *ngWhile

vi) *ngSwitch

ii, iii, v

i, ii, iv

i, ii, vi

i, iii, v

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?