AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

Professional Development

65 Qs

quiz-placeholder

Similar activities

CompTIA Security + : Architecture and Design

CompTIA Security + : Architecture and Design

Professional Development

64 Qs

Rapid Exam Preparation

Rapid Exam Preparation

Professional Development

60 Qs

Summer PD Technology 101

Summer PD Technology 101

Professional Development

64 Qs

Selling HPE Solution Foundations - Module 1

Selling HPE Solution Foundations - Module 1

Professional Development

60 Qs

MDP(Custom)-Accenture-17/08/21 (Day 22)

MDP(Custom)-Accenture-17/08/21 (Day 22)

Professional Development

60 Qs

Azure Fundamentals (AZ-900)

Azure Fundamentals (AZ-900)

Professional Development

67 Qs

Microsoft Azure Fundamentals AZ-900 GER / DEU

Microsoft Azure Fundamentals AZ-900 GER / DEU

University - Professional Development

65 Qs

AZ-900 - Simuladão

AZ-900 - Simuladão

Professional Development

65 Qs

AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

AZ204(Implement Security + Monitor and troubleshoot AZsolutions)

Assessment

Quiz

Professional Development

Professional Development

Medium

Created by

Beni Talwanga

Used 1+ times

FREE Resource

65 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are developing a web application hosted on Azure App Service. It must scale out automatically based on CPU usage.

Solution: Configure autoscale settings in Azure App Service.

Does the solution meet the goal?

Yes

No

Answer explanation

Azure App Service supports autoscaling based on metrics like CPU usage. This is the correct approach.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to securely store and retrieve secrets in an Azure Function app?

A. Store secrets in application settings

B. Use Azure Key Vault with Managed Identity

C. Store secrets in a local JSON file

D. Use environment variables

Answer explanation

Azure Key Vault combined with Managed Identity is the most secure and recommended way to store and access secrets.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are building a backend service that needs to access Azure Blob Storage. You decide to use a connection string stored in code.

Solution: Store the connection string in the source code and deploy it with the application.

Does the solution meet the goal?

Yes

No

Answer explanation

Storing secrets in code is insecure. Use Azure Key Vault or App Configuration instead.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Azure service allows you to manage feature flags and app settings centrally?

A. Azure Monitor

B. Azure App Configuration

C. Azure Key Vault

D. Azure Policy

Answer explanation

Azure App Configuration is designed for managing app settings and feature flags.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are developing an Azure Function that needs to access a secret stored in Azure Key Vault. You configure a system-assigned managed identity for the function and grant it access to the Key Vault.

Solution: Use the Azure SDK to authenticate with the managed identity and retrieve the secret.

Does the solution meet the goal?

Yes

No

Answer explanation

This is the correct and secure way to access secrets from Azure Key Vault using managed identity.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a Shared Access Signature (SAS) in Azure Storage?

A. To encrypt data at rest

B. To provide time-limited access to storage resources

C. To monitor storage usage

D. To manage storage account keys

Answer explanation

SAS tokens allow fine-grained, time-limited access to storage resources without exposing account keys.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are developing a web app that needs to access Azure Blob Storage. You decide to use a user-assigned managed identity and assign it to the app. However, you forget to grant the identity access to the storage account.

Solution: The app will still be able to access the storage account using the managed identity.

Does the solution meet the goal?

Yes

No

Answer explanation

The managed identity must be granted the appropriate role (e.g., Storage Blob Data Reader) to access the storage account.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?