wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Azure introduction, session 01

Total questions: 6

Worksheet time: 3mins

Name
Class
Date
1.

What is most of the time the best approach for achieving high availability on Azure from the infrastructure point of view? (only one answer)

a)

Using several regions.

b)

Using several AZs.

c)

Applying the retry pattern.

d)

Taking advantage of managed services.

2.

What service implements authentication and authorization?

a)

Azure Management Groups

b)

Azure Entra ID

c)

Azure Subscriptions

d)

Azure App Service

3.

What is the most common way of isolating production and non-production environments from the administrative point of view?

a)

Management Groups

b)

Resource Groups

c)

App Service Slots

d)

Subscriptions

4.

For what purpose Blob Containers are not an efficient solution?

a)

Relational database storage

b)

Publishing static websites

c)

Keeping a very large collection of documents

d)

Storing large amounts of multimedia data

5.

What is the best approach for providing secrets to a Service App application?

a)

By retrieving them from a storage account on bootstrapping.

b)

By retrieving them directly from a Azure Key Vault on bootstrapping.

c)

By storing a reference to the secret in Azure Key Vault in the application env configuration.

d)

By storing a reference to the secret in Azure App Configuration service in the application env configuration.

6.

What is the best approach for authorizing access to Azure Key Vault to an application?

a)

Using service accounts and configuring the client id and secret id in the application.

b)

Setting the user and password in the application code before accessing the Key Vault.

c)

Leveraging managed identities and attaching the proper role to them.

d)

Storing an access token in a storage account blob container and retrieving it from the application.