Azure introduction, session 01

Azure introduction, session 01

Professional Development

6 Qs

quiz-placeholder

Similar activities

Self Service StMB (Mandiri)

Self Service StMB (Mandiri)

Professional Development

7 Qs

Les bases de la planification

Les bases de la planification

Professional Development

10 Qs

Docker

Docker

Professional Development

10 Qs

Escuela Digital - Databricks

Escuela Digital - Databricks

Professional Development

5 Qs

Understanding Incubation and Entrepreneurship Quiz

Understanding Incubation and Entrepreneurship Quiz

Professional Development

10 Qs

Diode Tester

Diode Tester

Professional Development

10 Qs

Quiz on Bed Form Prediction and Machine Learning

Quiz on Bed Form Prediction and Machine Learning

Professional Development

10 Qs

GCP-Developer-Day3

GCP-Developer-Day3

Professional Development

6 Qs

Azure introduction, session 01

Azure introduction, session 01

Assessment

Quiz

Engineering

Professional Development

Medium

Created by

Javi Moreno

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Using several regions.

Using several AZs.

Applying the retry pattern.

Taking advantage of managed services.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What service implements authentication and authorization?

Azure Management Groups

Azure Entra ID

Azure Subscriptions

Azure App Service

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Management Groups

Resource Groups

App Service Slots

Subscriptions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For what purpose Blob Containers are not an efficient solution?

Relational database storage

Publishing static websites

Keeping a very large collection of documents

Storing large amounts of multimedia data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

By retrieving them from a storage account on bootstrapping.

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

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

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

Leveraging managed identities and attaching the proper role to them.

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