SE  - Test for Reporting Team

SE - Test for Reporting Team

University

22 Qs

quiz-placeholder

Similar activities

Pra UPS 2

Pra UPS 2

University

20 Qs

Testing dan Implementasi UTS

Testing dan Implementasi UTS

KG - University

20 Qs

Quiz Inf X.B

Quiz Inf X.B

10th Grade - University

20 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

ETHICAL, LEGAL, AND SOCIAL ISSUES OF INFORMATION TECHNOLOGY

ETHICAL, LEGAL, AND SOCIAL ISSUES OF INFORMATION TECHNOLOGY

University

20 Qs

A level Y12 Data Representation - Numbers SETS

A level Y12 Data Representation - Numbers SETS

11th Grade - University

18 Qs

Relational Algebra and Calculus

Relational Algebra and Calculus

University

20 Qs

IS 4-2 Risk Management & Control

IS 4-2 Risk Management & Control

University

20 Qs

SE  - Test for Reporting Team

SE - Test for Reporting Team

Assessment

Quiz

Computers

University

Hard

Created by

Nicole Camacho

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is correct about Typescript?

Angular is based on Typescript

Typescript is maintained by Miscrosoft

This is a Superset of Javascript

All of the above

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following are Angular directives?

Ng- app, Ng-model, Ng-mod

No se pero, otra pregunta XD

Ng- apc Ng-mod Ng-blind

Ng- app, Ng-model, Ng-bind

3.

MULTIPLE CHOICE QUESTION

20 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)

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:11 }}

{{ header | substr:9:13 }}

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

@Input()

is used for sharing data between

from parent to child

from child to parent

both A and B

from child to parentNone of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

@Ouput() operator makes use of

Event Emitter

rxjs operator

promises

Data binding

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does main.ts file bootstrap to?

App Component

App Module

App Routing Module

index.html

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?