wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AZ-204-Module-2

Total questions: 10

Worksheet time: 3mins

Name
Class
Date
1.

If you want to create an application's UI, can you use Azure function?

a)

Yes

b)

No

2.

Which of the following best depicts an Azure function.

a)

API

b)

UI

c)

DB

d)

None of the above

3.

If I don't know coding but I need to create workflow, which service should I use

a)

App Service

b)

Logic App

c)

Web Job

d)

Azure function

4.

Statement 1: Web Job allows developer to code directly in the Portal.

Statement 2: Azure function allows developers to code locally in IDEs like VS.

a)

Only 1 is correct

b)

Only 2 is Correct

c)

Both are correct

d)

None of them is correct

5.

If the Plan for an Azure function is chosen as App Service Plan then it will surely support Automatic scaling without any defined rules.

a)

True

b)

False

6.

If I want to run an azure function at a fixed schedule every day, which Trigger Type Should I use?

a)

HTTP

b)

Timer

c)

Blob Storage

d)

Event Grid

7.

Can an Azure function be created without Selecting a Trigger?

a)

Yes

b)

No

8.

In order to Create an Azure function, you have to first create a 'Function App'.

a)

True

b)

False

9.

Trigger & Binding Information related to an Azure function is kept in a

a)

Host.Json

b)

function.json

c)

run.csx

10.

When executing a Durable Orchestration, which type of function is executed first?

a)

Orchestrator function

b)

Client Function

c)

Activity Function

d)

Entity Function