AZ-204

AZ-204

Professional Development

5 Qs

quiz-placeholder

Similar activities

Ai BG-Q#

Ai BG-Q#

Professional Development

10 Qs

Azure Cloud computing

Azure Cloud computing

Professional Development

10 Qs

Kick-Off Posko Rafi 2021

Kick-Off Posko Rafi 2021

Professional Development

10 Qs

CND Quiz Week 11

CND Quiz Week 11

Professional Development

10 Qs

CORSO G_SUITE parte seconda

CORSO G_SUITE parte seconda

Professional Development

10 Qs

How are you doing?

How are you doing?

Professional Development

10 Qs

Quiz Day - Mesa de ayuda - Puestos de Pago

Quiz Day - Mesa de ayuda - Puestos de Pago

Professional Development

10 Qs

AWS ACF Módulo 1  - Visão geral dos conceitos de nuvem

AWS ACF Módulo 1 - Visão geral dos conceitos de nuvem

Professional Development

10 Qs

AZ-204

AZ-204

Assessment

Quiz

Computers

Professional Development

Hard

Created by

SARATH PR

Used 1+ times

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You develop an HTTP triggered Azure Function app to process Azure Storage blob data. The app is triggered

using an output binding on the blob.

The app continues to time out after four minutes. The app must process the blob data.

You need to ensure the app does not time out and processes the blob data.

Solution: Configure the app to use an App Service hosting plan and enable the Always On setting.

Does the solution meet the goal?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You have an application that includes an Azure Web app and several Azure Function apps. Application secrets

including connection strings and certificates are stored in Azure Key Vault.

Secrets must not be stored in the application or application runtime environment. Changes to Azure Active

Directory (Azure AD) must be minimized.

You need to design the approach to loading application secrets.

What should you do?

A. Create a single user-assigned Managed Identity with permission to access Key Vault and configure each

App Service to use that Managed Identity.

B. Create a single Azure AD Service Principal with permission to access Key Vault and use a client secret from

within the App Services to access Key Vault.

C. Create a system assigned Managed Identity in each App Service with permission to access Key Vault.

D. Create an Azure AD Service Principal with Permissions to access Key Vault for each App Service and use a

certificate from within the App Services to access Key Vault.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to ensure that the solution can meet the scaling requirements for Policy Service.

Which Azure Application Insights data model should you use?

A. an Application Insights dependency

B. an Application Insights event

C. an Application Insights trace

D. an Application Insights metric

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to ensure that all messages from Azure Event Grid are processed.

What should you use?

A. Azure Event Grid topic

B. Azure Service Bus topic

C. Azure Service Bus queue

D. Azure Storage queue

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

You are developing a solution that will use Azure messaging services.

You need to ensure that the solution uses a publish-subscribe model and eliminates the need for constant

polling.

What are two possible ways to achieve the goal? Each correct answer presents a complete solution.

A. Service Bus

B. Event Hub

C. Event Grid

D. Queue