πŸ”

AZ-500 β€” questions

Page 11 of 14 Β· 269 total questions.

Topic 4 Β· Question 346

You have an Azure subscription that contains a Microsoft Defender External Attack Surface Management (Defender EASM) resource named EASM1. You review the Attack Surface Summary dashboard. You need to identify the following insights: β€’ Deprecated technologies that are no longer supported β€’ Infrastructure that will soon expire Which section of the dashboard should you review?

  • ASecuring the Cloud
  • BSensitive Services
  • CAttack Surface Priorities (correct answer)
  • Dattack surface composition
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Attack Surface Priorities.

Topic 4 Β· Question 347

You have an Azure subscription. You plan to deploy Microsoft Defender External Attack Surface Management (Defender EASM) to identify and monitor externally facing assets. You create a new Defender EASM instance named EASM1. What should you do next?

  • ACreate a custom attack surface.
  • BAdd a Log Analytics workspace.
  • CAdd a discovery group.
  • DImport seeds from an organization. (correct answer)
Reveal answer & explanation
Correct answer: D

The correct answer is D. Option D: Import seeds from an organization.

Topic 4 Β· Question 348

You have an Azure subscription that contains an Azure Key Vault Standard key vault named Vault1. Vault1 hosts a 2048-bit RSA key named key1. You need to ensure that key1 is rotated every 90 days. What should you do first?

  • ACreate a key rotation policy. (correct answer)
  • BModify the Access policies settings of Vault1.
  • CUpgrade Vault1 to Key Vault Premium.
  • DRecreate key1 as an EC key.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: Create a key rotation policy.

Topic 4 Β· Question 349

You have an Azure subscription named Sub1 that has Security defaults disabled. The subscription contains the following users: β€’ Five users that have owner permissions for Sub1. β€’ Ten users that have owner permissions for Azure resources. None of the users have multi-factor authentication (MFA) enabled. Sub1 has the secure score as shown in the Secure Score exhibit. (Click the Secure Score tab.) You plan to enable MFA for the following users: β€’ Five users that have owner permission for Sub1. β€’ Five users that have owner permissions for Azure resources. By how many points will the secure score increase after you perform the planned changes?

Exhibit 1 for question 349
  • A0
  • B5
  • C7.5 (correct answer)
  • D10
  • E14
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: 7.5.

Topic 4 Β· Question 351

You have an Azure subscription that uses Microsoft Defender for Cloud. You need to add a custom security recommendation to Defender for Cloud. The recommendation must be assigned the custom severity rating of the subscription. What should you create?

  • Aan exemption
  • Ban initiative definition
  • Ca policy definition (correct answer)
  • Dan assignment
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: a policy definition.

Topic 4 Β· Question 354

Your company has an Azure subscription named Sub1. You plan to create several security alerts by using Azure Monitor. You need to prepare Sub1 for the alerts. What should you create first?

  • Aan Azure Automation account
  • Ban Azure event hub
  • Can Azure Log Analytics workspace (correct answer)
  • Dan Azure Storage account
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: an Azure Log Analytics workspace

Explanation

Log Analytics queries collected logs and metrics to investigate and alert on resource behavior.

Topic 4 Β· Question 355

You have an Azure subscription that contains the Azure App Service web apps shown in the following table. You upload a private key certificate named Cert1.pfx to App1. Which apps can use Cert1?

Exhibit 1 for question 355
  • AApp1 only (correct answer)
  • BApp1 and App2 only
  • CApp1 and App4 only
  • DApp1, App2, and App3 only
  • EApp1, App2, App3, and App4
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: App1 only.

Topic 4 Β· Question 356

You have an Azure subscription that uses Microsoft Defender for Cloud. You have an Amazon Web Services (AWS) account. You need to add the AWS account to Defender for Cloud. What should you do first?

  • AFrom Defender for Cloud, configure the Environment settings. (correct answer)
  • BFrom the AWS account, enable a security hub.
  • CFrom Defender for Cloud, configure the Security solutions settings.
  • DFrom the Azure portal, add the AWS enterprise application.
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: From Defender for Cloud, configure the Environment settings.

Topic 4 Β· Question 357 Β· Select all that apply

You have an Azure subscription that contains an Azure key vault. You create a storage account named storage1. You plan to store data in the following storage1 services: β€’ Azure Files β€’ Azure Blob storage β€’ Azure Table storage β€’ Azure Queue storage For which two services can you configure data encryption by using the keys stored in the key vault? Each correct answer presents a complete solution, NOTE: Each correct selection is worth one point.

  • ABlob storage (correct answer)
  • BTable storage
  • CQueue storage
  • DAzure Files (correct answer)
Reveal answer & explanation
Correct answer: A, D

The correct answer is A, D. Option A: Blob storage Option D: Azure Files

Explanation

Azure Blob Storage provides durable, scalable object storage with hot, cool, and archive tiers for cost control. Azure Files offers fully managed SMB/NFS file shares that multiple clients can mount concurrently.

Topic 5 Β· Question 358

You have an Azure subscription that contains an Azure SQL database named SQL1 and an Azure key vault named KeyVault1. KeyVault1 stores the keys shown in the following table. You need to configure Transparent Data Encryption (TDE). TDE will use a customer-managed key for SQL1. Which keys can you use?

  • AKey2 only
  • BKey1 only
  • CKey2 and Key3 only
  • DKey1, Key2, Key3, and Key4
  • EKey1 and Key2 only (correct answer)
Reveal answer & explanation
Correct answer: E

The correct answer is E. Option E: Key1 and Key2 only.

Topic 5 Β· Question 362

You have an Azure SQL Database server named SQL1. For SQL1, you turn on Azure Defender for SQL to detect all threat detection types. Which action will Azure Defender for SQL detect as a threat?

  • AA user updates more than 50 percent of the records in a table.
  • BA user attempts to sign in as SELECT * FROM table1. (correct answer)
  • CA user is added to the db_owner database role.
  • DA user deletes more than 100 records from the same table.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: A user attempts to sign in as SELECT * FROM table1.

Topic 5 Β· Question 364

Your company uses Azure DevOps. You need to recommend a method to validate whether the code meets the company's quality standards and code review standards. What should you recommend implementing in Azure DevOps?

  • Abranch folders
  • Bbranch permissions
  • Cbranch policies (correct answer)
  • Dbranch locking
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: branch policies.

Topic 5 Β· Question 366

You have an Azure web app named WebApp1. You upload a certificate to WebApp1. You need to make the certificate accessible to the app code of WebApp1. What should you do?

  • AAdd a user-assigned managed identity to WebApp1.
  • BAdd an app setting to the WebApp1 configuration. (correct answer)
  • CEnable system-assigned managed identity for WebApp1.
  • DConfigure the TLS/SSL binding for WebApp1.
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: Add an app setting to the WebApp1 configuration.

Topic 5 Β· Question 369

You have an Azure web app named webapp1. You need to configure continuous deployment for webapp1 by using an Azure Repo. What should you create first?

  • Aan Azure Application Insights service
  • Ban Azure DevOps organization (correct answer)
  • Can Azure Storage account
  • Dan Azure DevTest Labs lab
Reveal answer & explanation
Correct answer: B

The correct answer is B. Option B: an Azure DevOps organization.

Topic 5 Β· Question 370

Your company has an Azure subscription named Sub1 that is associated to an Azure Active Directory (Azure AD) tenant named contoso.com. The company develops an application named App1. App1 is registered in Azure AD. You need to ensure that App1 can access secrets in Azure Key Vault on behalf of the application users. What should you configure?

  • Aan application permission without admin consent
  • Ba delegated permission without admin consent
  • Ca delegated permission that requires admin consent (correct answer)
  • Dan application permission that requires admin consent
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: a delegated permission that requires admin consent.

Topic 5 Β· Question 372

Your company has an Azure subscription named Sub1 that is associated to an Azure Active Directory (Azure AD) tenant named contoso.com. The company develops a mobile application named App1. App1 uses the OAuth 2 implicit grant type to acquire Azure AD access tokens. You need to register App1 in Azure AD. What information should you obtain from the developer to register the application?

  • Aa redirect URI (correct answer)
  • Ba reply URL
  • Ca key
  • Dan application ID
Reveal answer & explanation
Correct answer: A

The correct answer is A. Option A: a redirect URI.

Topic 5 Β· Question 373

From the Azure portal, you are configuring an Azure policy. You plan to assign policies that use the DeployIfNotExist, AuditIfNotExist, Append, and Deny effects. Which effect requires a managed identity for the assignment?

  • AAuditIfNotExist
  • BAppend
  • CDeployIfNotExist (correct answer)
  • DDeny
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: DeployIfNotExist.

Topic 5 Β· Question 376

You have an Azure subscription that contains an Azure key vault named Vault1. In Vault1, you create a secret named Secret1. An application developer registers an application in Azure Active Directory (Azure AD). You need to ensure that the application can use Secret1. What should you do?

  • AIn Azure AD, create a role.
  • BIn Azure Key Vault, create a key.
  • CIn Azure Key Vault, create an access policy. (correct answer)
  • DIn Azure AD, enable Azure AD Application Proxy.
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: In Azure Key Vault, create an access policy.

Explanation

Azure Key Vault securely stores and manages secrets, keys, and certificates with access policies.

Topic 5 Β· Question 377 Β· Select all that apply

You have an Azure SQL database. You implement Always Encrypted. You need to ensure that application developers can retrieve and decrypt data in the database. Which two pieces of information should you provide to the developers? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • Aa stored access policy
  • Ba shared access signature (SAS)
  • Cthe column encryption key (correct answer)
  • Duser credentials
  • Ethe column master key (correct answer)
Reveal answer & explanation
Correct answer: C, E

The correct answer is C, E. Option C: the column encryption key Option E: the column master key.

Topic 5 Β· Question 378

You have a hybrid configuration of Azure Active Directory (Azure AD). All users have computers that run Windows 10 and are hybrid Azure AD joined. You have an Azure SQL database that is configured to support Azure AD authentication. Database developers must connect to the SQL database by using Microsoft SQL Server Management Studio (SSMS) and authenticate by using their on-premises Active Directory account. You need to tell the developers which authentication method to use to connect to the SQL database from SSMS. The solution must minimize authentication prompts. Which authentication method should you instruct the developers to use?

  • ASQL Login
  • BActive Directory "" Universal with MFA support
  • CActive Directory "" Integrated (correct answer)
  • DActive Directory "" Password
Reveal answer & explanation
Correct answer: C

The correct answer is C. Option C: Active Directory "" Integrated.

Showing questions 201–220 of 269 Β· Page 11 of 14