Azure Blueprints defines repeatable environments containing governance components such as policies, roles, and resource templates.
Incorrect! Try again.
4Which item can be included as an artifact in an Azure blueprint?
Security settings using Azure Blueprint
Easy
A.Physical server cable
B.Desktop browser extension
C.Local printer driver
D.Azure Policy assignment
Correct Answer: Azure Policy assignment
Explanation:
An Azure blueprint can include artifacts such as policy assignments, role assignments, resource groups, and templates.
Incorrect! Try again.
5Which Azure resource filters inbound and outbound traffic for network interfaces and subnets?
Deployed security infrastructure
Easy
A.Azure Storage account
B.Network Security Group
C.Recovery Services vault
D.Azure Key Vault
Correct Answer: Network Security Group
Explanation:
A Network Security Group uses security rules to allow or deny inbound and outbound network traffic.
Incorrect! Try again.
6Which Azure service provides managed network firewall protection?
Deployed security infrastructure
Easy
A.Azure Firewall
B.Azure Files
C.Azure Boards
D.Azure DevOps
Correct Answer: Azure Firewall
Explanation:
Azure Firewall is a managed service that protects Azure virtual network resources by controlling network traffic.
Incorrect! Try again.
7What type of information is commonly stored in Azure Key Vault?
Azure Key Vaults (AKV)
Easy
A.Network performance graphs
B.Virtual machine screenshots
C.Application log summaries
D.Passwords and cryptographic keys
Correct Answer: Passwords and cryptographic keys
Explanation:
Azure Key Vault securely stores sensitive information such as secrets, passwords, certificates, and cryptographic keys.
Incorrect! Try again.
8What is a secret in Azure Key Vault?
Azure Key Vaults (AKV)
Easy
A.A report about resource performance
B.A copy of a virtual machine disk
C.A sensitive value such as a password
D.A rule for routing network traffic
Correct Answer: A sensitive value such as a password
Explanation:
A Key Vault secret is sensitive data, such as a password, connection string, or API key.
Incorrect! Try again.
9Which practice reduces the need to place passwords directly in application code?
Azure Key Vaults (AKV)
Easy
A.Send passwords through email
B.Store passwords in source files
C.Place passwords in resource names
D.Store passwords in Azure Key Vault
Correct Answer: Store passwords in Azure Key Vault
Explanation:
Azure Key Vault lets applications securely retrieve passwords and other secrets instead of embedding them in code.
Incorrect! Try again.
10What is the main purpose of a Hardware Security Module?
Hardware Security Module
Easy
A.To route public network traffic
B.To schedule virtual machine updates
C.To protect cryptographic keys
D.To display application dashboards
Correct Answer: To protect cryptographic keys
Explanation:
A Hardware Security Module is a specialized device designed to securely generate, store, and use cryptographic keys.
Incorrect! Try again.
11What does the abbreviation HSM stand for?
Hardware Security Module
Easy
A.Hardware Security Module
B.Hardware System Mapper
C.Hybrid Service Monitor
D.Hosted Storage Manager
Correct Answer: Hardware Security Module
Explanation:
HSM stands for Hardware Security Module, a device used to safeguard cryptographic material.
Incorrect! Try again.
12What does Azure RBAC control?
Role-Based Access Control (RBAC)
Easy
A.Where network cables are installed
B.When operating systems are released
C.Who can access Azure resources
D.How quickly applications execute
Correct Answer: Who can access Azure resources
Explanation:
Azure RBAC controls who can access resources, what actions they can perform, and the scope of that access.
Incorrect! Try again.
13Which Azure built-in role can manage resources but cannot assign roles to other users?
Role-Based Access Control (RBAC)
Easy
A.Owner
B.Reader
C.Contributor
D.User Access Administrator
Correct Answer: Contributor
Explanation:
The Contributor role can create and manage resources but cannot assign Azure RBAC roles.
Incorrect! Try again.
14Which Azure built-in role provides view-only access to resources?
Role-Based Access Control (RBAC)
Easy
A.Reader
B.Backup Operator
C.Contributor
D.Owner
Correct Answer: Reader
Explanation:
The Reader role allows users to view resources without making changes.
Incorrect! Try again.
15What is a digital certificate commonly used to verify?
Manage certificates
Easy
A.The speed of a network connection
B.The storage size of a virtual machine
C.The identity of a system or service
D.The location of a resource group
Correct Answer: The identity of a system or service
Explanation:
A digital certificate helps verify identity and supports secure, encrypted communication.
Incorrect! Try again.
16Which Azure service can securely store and manage certificates?
Manage certificates
Easy
A.Azure Virtual Desktop
B.Azure Key Vault
C.Azure Load Balancer
D.Azure Queue Storage
Correct Answer: Azure Key Vault
Explanation:
Azure Key Vault can securely store, import, manage, and retrieve digital certificates.
Incorrect! Try again.
17What is the primary purpose of Azure Backup?
Backup and recovery solutions in Azure
Easy
A.To design virtual network diagrams
B.To increase processor clock speed
C.To develop mobile applications
D.To protect data from accidental loss
Correct Answer: To protect data from accidental loss
Explanation:
Azure Backup creates recoverable copies of data to protect against deletion, corruption, and other forms of data loss.
Incorrect! Try again.
18What is a recovery point?
Backup and recovery solutions in Azure
Easy
A.A subnet used for network isolation
B.A firewall rule used for filtering
C.A saved state used for restoration
D.A role used for access control
Correct Answer: A saved state used for restoration
Explanation:
A recovery point represents backed-up data from a specific time that can be used during restoration.
Incorrect! Try again.
19Which Azure resource stores backup data and recovery points for protected virtual machines?
Configure backup of a virtual machine using Recovery Services vault
Easy
A.Recovery Services vault
B.Application Gateway
C.Network Security Group
D.Azure Route Table
Correct Answer: Recovery Services vault
Explanation:
A Recovery Services vault stores backup data, recovery points, and backup configuration information.
Incorrect! Try again.
20What must be selected when configuring an Azure virtual machine backup?
Configure backup of a virtual machine using Recovery Services vault
Easy
A.A backup policy
B.A firewall port
C.A routing protocol
D.A DNS alias
Correct Answer: A backup policy
Explanation:
A backup policy defines the backup schedule and how long recovery points are retained.
Incorrect! Try again.
21An organization requires every newly created Azure Storage account to disable public blob access. Which control should an administrator use to enforce this requirement across a management group?
Security policies
Medium
A.Assign an Azure Policy definition with a deny effect
B.Enable Microsoft Defender for Storage on each account
C.Apply a resource lock to each storage account
D.Create an Azure Monitor alert for storage operations
Correct Answer: Assign an Azure Policy definition with a deny effect
Explanation:
An Azure Policy assignment with the deny effect blocks creation or modification of resources that do not meet the required configuration.
Incorrect! Try again.
22A policy assignment reports that several existing virtual machines are non-compliant because a required monitoring extension is missing. Which policy effect can automatically deploy the extension?
Security policies
Medium
A.auditIfNotExists
B.disabled
C.deny
D.deployIfNotExists
Correct Answer: deployIfNotExists
Explanation:
The deployIfNotExists effect can deploy a required resource or configuration when it is absent. Existing resources may require a remediation task.
Incorrect! Try again.
23A cloud governance team wants to package policy assignments, RBAC assignments, resource groups, and ARM templates as one repeatable environment definition. Which Azure Blueprint concept supports this?
Security settings using Azure Blueprint
Medium
A.A blueprint definition containing artifacts
B.A network watcher containing monitors
C.A resource graph containing queries
D.A service health rule containing alerts
Correct Answer: A blueprint definition containing artifacts
Explanation:
An Azure Blueprint definition groups artifacts such as policy assignments, role assignments, resource groups, and ARM templates into a reusable governance package.
Incorrect! Try again.
24A blueprint definition has been assigned to a subscription. The team later publishes a new version with an additional security policy. What must be done to apply that version to the subscription?
Security settings using Azure Blueprint
Medium
A.Re-register every Azure resource provider
B.Restart all resources in the subscription
C.Move the subscription to another tenant
D.Update the existing blueprint assignment
Correct Answer: Update the existing blueprint assignment
Explanation:
Publishing a new blueprint version does not automatically update existing assignments. The assignment must be updated to use the new version.
Incorrect! Try again.
25A web application is deployed in a virtual network with separate web and database subnets. The database must accept SQL traffic only from the web subnet. Which configuration best meets the requirement?
Deployed security infrastructure
Medium
A.Add an NSG rule allowing SQL from the web subnet
B.Enable service endpoints on the web subnet only
C.Assign a public IP address to the database server
D.Add a route sending SQL traffic to the internet
Correct Answer: Add an NSG rule allowing SQL from the web subnet
Explanation:
A network security group rule can restrict inbound SQL traffic to the web subnet's address range while denying traffic from other sources.
Incorrect! Try again.
26Administrators need to connect to Azure virtual machines through RDP and SSH without assigning public IP addresses to those machines. Which service should they deploy?
Deployed security infrastructure
Medium
A.Azure Front Door
B.Azure Bastion
C.Azure Traffic Manager
D.Azure Application Gateway
Correct Answer: Azure Bastion
Explanation:
Azure Bastion provides managed RDP and SSH connectivity through the Azure portal while allowing target virtual machines to remain without public IP addresses.
Incorrect! Try again.
27An Azure application must retrieve a database password from Key Vault without storing credentials in its source code or configuration files. Which approach is most appropriate?
Azure Key Vaults (AKV)
Medium
A.Use a shared access signature stored in the application
B.Use a storage account key embedded in the application
C.Use an administrator password stored in an environment variable
D.Use a managed identity with Key Vault permissions
Correct Answer: Use a managed identity with Key Vault permissions
Explanation:
A managed identity lets the application authenticate to Key Vault without maintaining credentials. Access can then be limited to the required secret operations.
Incorrect! Try again.
28A Key Vault secret was deleted accidentally, and the security team must be able to restore it during the configured retention period. Which Key Vault feature provides this capability?
Azure Key Vaults (AKV)
Medium
A.Soft delete
B.Key rotation
C.Network peering
D.Access logging
Correct Answer: Soft delete
Explanation:
Soft delete retains deleted keys, secrets, and certificates for a configured retention period so they can be recovered.
Incorrect! Try again.
29A security team must ensure that a deleted Key Vault object cannot be permanently removed before its retention period ends. Which protection should be enabled?
Azure Key Vaults (AKV)
Medium
A.Secret versioning
B.Diagnostic sampling
C.Resource tagging
D.Purge protection
Correct Answer: Purge protection
Explanation:
Purge protection prevents permanent deletion of soft-deleted vaults and objects until the retention period has expired.
Incorrect! Try again.
30A financial application requires cryptographic keys to remain protected by dedicated, validated hardware and needs control over an isolated HSM pool. Which Azure service is the best fit?
Hardware Security Module
Medium
A.Azure Network Watcher
B.Azure Storage Explorer
C.Azure Managed HSM
D.Azure App Configuration
Correct Answer: Azure Managed HSM
Explanation:
Azure Managed HSM provides a managed, highly available, single-tenant HSM service for protecting cryptographic keys in dedicated hardware.
Incorrect! Try again.
31An application uses an HSM-backed key to sign data in Azure. Which statement correctly describes the private key?
Hardware Security Module
Medium
A.The signing operation occurs in Azure Monitor
B.The private key is downloaded for every request
C.The private key is stored in the application cache
D.The signing operation occurs inside the HSM
Correct Answer: The signing operation occurs inside the HSM
Explanation:
For an HSM-protected key, cryptographic operations occur within the HSM boundary, and the private key is not exported to the application.
Incorrect! Try again.
32A support engineer must restart virtual machines but must not create, delete, or resize them. What is the best way to grant this access?
Role-Based Access Control (RBAC)
Medium
A.Create a custom role with only required VM actions
B.Create an NSG rule allowing management traffic
C.Assign the Owner role at resource group scope
D.Assign the Contributor role at subscription scope
Correct Answer: Create a custom role with only required VM actions
Explanation:
A custom RBAC role can include only the actions needed to restart virtual machines, supporting the principle of least privilege.
Incorrect! Try again.
33A user receives the Reader role at the subscription scope and the Contributor role on one resource group. What access does the user have in that resource group?
Role-Based Access Control (RBAC)
Medium
A.Owner access because multiple roles are combined
B.No access because the two assignments conflict
C.Reader access because it was assigned at a higher scope
D.Contributor access inherited and assigned for that group
Correct Answer: Contributor access inherited and assigned for that group
Explanation:
Azure RBAC permissions are additive. In the resource group, the user receives the Contributor permissions from the narrower role assignment in addition to inherited Reader permissions.
Incorrect! Try again.
34A team needs permission to manage resources in one resource group, but members must not grant access to other users. Which built-in role is most suitable?
Role-Based Access Control (RBAC)
Medium
A.User Access Administrator
B.Owner
C.Contributor
D.Global Administrator
Correct Answer: Contributor
Explanation:
The Contributor role can manage resources but cannot assign Azure RBAC roles. Owner and User Access Administrator can manage access.
Incorrect! Try again.
35A TLS certificate stored in Azure Key Vault is approaching expiration. The operations team wants to receive advance notifications. Which configuration should it use?
Manage certificates
Medium
A.A resource group deletion lock
B.A virtual network service endpoint
C.A network security group rule
D.A certificate lifetime action
Correct Answer: A certificate lifetime action
Explanation:
A Key Vault certificate policy can define lifetime actions that notify contacts or trigger renewal when a certificate reaches a specified point in its lifetime.
Incorrect! Try again.
36A new version of a certificate is created in Azure Key Vault after renewal. An application references the certificate using a versionless identifier. What is the main benefit?
B.The application can export every private key automatically
C.The application can retrieve the current certificate version
D.The application keeps using only the expired certificate
Correct Answer: The application can retrieve the current certificate version
Explanation:
A versionless Key Vault identifier resolves to the current version, reducing the need to update application configuration after certificate renewal.
Incorrect! Try again.
37A company wants to define how often Azure virtual machines are backed up and how long daily recovery points are retained. Where should these settings be configured?
Backup and recovery solutions in Azure
Medium
A.In a resource lock assigned to the virtual machine
B.In a backup policy associated with a Recovery Services vault
C.In an NSG associated with the virtual machine subnet
D.In an Azure Policy exemption assigned to the subscription
Correct Answer: In a backup policy associated with a Recovery Services vault
Explanation:
A backup policy defines the backup schedule and retention duration for protected items registered with a Recovery Services vault.
Incorrect! Try again.
38An organization must restore Azure virtual machines after a regional outage. Which design most directly improves the geographic resilience of backup data?
Backup and recovery solutions in Azure
Medium
A.Assign public IP addresses to protected machines
B.Place all virtual machines in one availability set
C.Configure the vault to use geo-redundant storage
D.Enable accelerated networking on protected machines
Correct Answer: Configure the vault to use geo-redundant storage
Explanation:
Geo-redundant storage replicates backup data to a paired Azure region, improving resilience if the primary region becomes unavailable.
Incorrect! Try again.
39An administrator is configuring backup for an Azure virtual machine. Which sequence is appropriate?
Configure backup of a virtual machine using Recovery Services vault
Medium
A.Create a load balancer, add a probe, choose a rule, and enable backup
B.Create a vault, select the workload, choose a policy, and enable backup
C.Create a key vault, import a key, choose an identity, and enable backup
D.Create an NSG, select the subnet, choose a route, and enable backup
Correct Answer: Create a vault, select the workload, choose a policy, and enable backup
Explanation:
Azure VM backup is configured by creating or selecting a Recovery Services vault, identifying the workload and location, selecting a backup policy, and enabling protection.
Incorrect! Try again.
40An administrator enabled backup for a virtual machine but needs a recovery point immediately instead of waiting for the scheduled job. What should the administrator do?
Configure backup of a virtual machine using Recovery Services vault
Medium
A.Run a Backup now operation
B.Create a new availability zone
C.Restart the Recovery Services vault
D.Detach and reattach the operating system disk
Correct Answer: Run a Backup now operation
Explanation:
The Backup now operation starts an on-demand backup and creates a recovery point without waiting for the regular backup schedule.
Incorrect! Try again.
41An Azure Policy definition uses the DeployIfNotExists effect to install diagnostic settings. After assignment, hundreds of existing resources remain noncompliant and no settings are deployed. What action is required?
Security policies
Hard
A.Recreate each resource so the policy executes during provisioning
B.Add a resource lock and rerun the initiative compliance scan
C.Create a remediation task and grant the assignment identity the roles specified by the policy
D.Change the effect to Deny and wait for the next compliance evaluation
Correct Answer: Create a remediation task and grant the assignment identity the roles specified by the policy
Explanation:
DeployIfNotExists evaluates existing resources but does not automatically remediate them. A remediation task invokes deployment, and the policy assignment's managed identity needs the required permissions.
Incorrect! Try again.
42A production subscription must remain within a policy assignment's scope, but one legacy resource needs a temporary exception that is visible in compliance reports. Which mechanism should be used?
Security policies
Hard
A.Add the legacy resource to the assignment's notScopes collection
B.Create a policy exemption for the legacy resource with an expiration date
C.Replace the policy effect with Audit for every resource in scope
D.Disable enforcement for the complete production subscription assignment
Correct Answer: Create a policy exemption for the legacy resource with an expiration date
Explanation:
An exemption preserves assignment scope and reports the resource as exempt, including metadata such as category and expiration. notScopes excludes the resource from evaluation entirely.
Incorrect! Try again.
43A custom policy with the Deny effect is assigned to an existing subscription containing noncompliant storage accounts. What is the immediate result?
Security policies
Hard
A.Existing accounts are automatically modified to satisfy the policy definition
B.Existing accounts are deleted after the next compliance evaluation cycle
C.Existing accounts are reported noncompliant, while prohibited future changes are denied
D.Existing accounts remain compliant until they are manually evaluated
Correct Answer: Existing accounts are reported noncompliant, while prohibited future changes are denied
Explanation:
Deny blocks noncompliant create or update requests but does not retroactively modify or delete existing resources. Existing violations appear as noncompliant.
Incorrect! Try again.
44A blueprint assignment uses the Read Only locking mode for its deployed artifacts. A subscription Owner attempts to modify one of those resources and receives an authorization failure. Why?
Security settings using Azure Blueprint
Hard
A.The blueprint moves deployed artifacts into a Microsoft-managed subscription
B.The blueprint replaces the Owner assignment with a Reader assignment
C.The blueprint creates deny assignments that take precedence over the Owner role
D.The blueprint converts each deployed resource into an immutable template specification
Correct Answer: The blueprint creates deny assignments that take precedence over the Owner role
Explanation:
Blueprint resource locking is implemented through deny assignments. Deny assignments override allowed RBAC permissions, including permissions inherited through the Owner role.
Incorrect! Try again.
45Version 1 of a published blueprint is assigned to 20 subscriptions. Version 2 is later published with a stricter policy artifact. How are the existing assignments affected?
Security settings using Azure Blueprint
Hard
A.They remain on version 1 until the assignments are explicitly updated
B.They become invalid because only the latest published version can be assigned
C.They merge version 2 policies while preserving version 1 role assignments
D.They automatically adopt version 2 during the next policy evaluation
Correct Answer: They remain on version 1 until the assignments are explicitly updated
Explanation:
Published blueprint versions are immutable, and assignments reference a specific version. Publishing a new version does not automatically update existing assignments.
Incorrect! Try again.
46Two spoke virtual networks must communicate only through an Azure Firewall in a hub. Peering exists, but traffic bypasses or fails to reach the firewall. Which configuration is essential?
Deployed security infrastructure
Hard
A.Deploy identical network security groups and enable service endpoint policies
B.Enable gateway transit on every peering and remove all user-defined routes
C.Apply hub route tables targeting the spokes and disable forwarded traffic on peering
D.Apply spoke route tables targeting the firewall and enable forwarded traffic on peering
Correct Answer: Apply spoke route tables targeting the firewall and enable forwarded traffic on peering
Explanation:
User-defined routes must direct spoke traffic to the firewall's private IP as a virtual appliance. Peering must also allow forwarded traffic because packets are forwarded by the firewall.
Incorrect! Try again.
47A Standard Load Balancer's backend VMs fail health probes after an administrator adds an inbound NSG rule at priority 200 denying all traffic. What is the least-permissive correction?
Deployed security infrastructure
Hard
A.Allow all traffic sourced from the VirtualNetwork service tag
B.Delete the deny rule and rely on the NSG's default inbound rules
C.Add a higher-priority allow rule sourced from the AzureLoadBalancer service tag
D.Add a lower-priority allow rule sourced from the load balancer's public IP
Correct Answer: Add a higher-priority allow rule sourced from the AzureLoadBalancer service tag
Explanation:
The custom deny rule overrides the default health-probe allowance. A numerically lower-priority rule using the AzureLoadBalancer service tag restores only the required probe traffic.
Incorrect! Try again.
48A user has the Contributor role on a Key Vault configured to use Azure RBAC. The user can change vault networking but cannot read secrets. Which additional role provides the least required access?
Azure Key Vaults (AKV)
Hard
A.Key Vault Certificates Officer
B.Key Vault Secrets User
C.Key Vault Contributor
D.Key Vault Crypto User
Correct Answer: Key Vault Secrets User
Explanation:
Contributor grants control-plane management but not secret data-plane access. Key Vault Secrets User permits reading secret contents without granting broader vault administration.
Incorrect! Try again.
49Purge protection is enabled with a 90-day retention period. An administrator deletes a key and immediately attempts to purge it using an account with purge permissions. What occurs?
Azure Key Vaults (AKV)
Hard
A.The key remains recoverable and cannot be purged until the retention period expires
B.The key is permanently removed because purge permissions override retention
C.The key is restored automatically because purge protection blocks deletion
D.The key is archived to a Recovery Services vault until retention expires
Correct Answer: The key remains recoverable and cannot be purged until the retention period expires
Explanation:
Purge protection prevents permanent removal of soft-deleted objects during the retention period, even when the caller otherwise has purge permissions.
Incorrect! Try again.
50A Key Vault has public network access disabled and a private endpoint in a virtual network. Applications in that network still resolve the vault name to its public IP. What should be configured?
Azure Key Vaults (AKV)
Hard
A.Enable a Key Vault service endpoint on the private endpoint subnet
B.Add the vault hostname to an Azure Firewall application rule only
C.Link an azurewebsites.net private DNS zone to the virtual network
D.Link a privatelink.vaultcore.azure.net private DNS zone to the virtual network
Correct Answer: Link a privatelink.vaultcore.azure.net private DNS zone to the virtual network
Explanation:
The private DNS zone maps the vault hostname through its private-link alias to the private endpoint address. Without correct DNS integration, clients may continue resolving the public endpoint.
Incorrect! Try again.
51An organization requires a dedicated, single-tenant HSM pool with administrative isolation from Microsoft and support for HSM-protected cryptographic operations. Which service best meets the requirement?
Hardware Security Module
Hard
A.Azure Storage service encryption
B.Azure Key Vault Standard
C.Azure Managed HSM
D.Azure Dedicated Host
Correct Answer: Azure Managed HSM
Explanation:
Azure Managed HSM provides a fully managed, single-tenant HSM service with customer-controlled administration. Key Vault Standard stores software-protected rather than HSM-protected keys.
Incorrect! Try again.
52During Managed HSM initialization, security-domain recovery keys are distributed among several officers using a quorum model. What is the main consequence if fewer than the required quorum shares remain available?
Hardware Security Module
Hard
A.The HSM transparently converts protected keys into software-backed keys
B.All HSM keys automatically become exportable through Azure Resource Manager
C.Microsoft can regenerate the missing shares from platform audit logs
D.The HSM backup cannot be decrypted and restored after a disaster
Correct Answer: The HSM backup cannot be decrypted and restored after a disaster
Explanation:
The security domain protects Managed HSM recovery material. Restoring a backup requires the configured quorum, and Microsoft cannot reconstruct missing customer-held recovery shares.
Incorrect! Try again.
53A management-group deny assignment blocks deletion of network resources. A user with the Owner role at the subscription level attempts to delete a virtual network. What is the expected authorization result?
Role-Based Access Control (RBAC)
Hard
A.Deletion succeeds because subscription-level Owner overrides management-group controls
B.Deletion is denied because inherited deny assignments override allowed role assignments
C.Deletion succeeds after the user adds a resource-level Contributor assignment
D.Deletion is denied only when the virtual network also has a resource lock
Correct Answer: Deletion is denied because inherited deny assignments override allowed role assignments
Explanation:
Azure authorization evaluates deny assignments before effective allows. An inherited deny therefore blocks the operation even when the principal has Owner permissions.
Incorrect! Try again.
54A custom role must let operators start virtual machines but must not let them read Key Vault secrets. Where should the VM start operation be declared?
Role-Based Access Control (RBAC)
Hard
A.In DataActions, with secret access excluded through NotActions
B.In Actions, with no secret permissions included in DataActions
C.In AssignableScopes, with Key Vault omitted from Actions
D.In NotDataActions, with compute access inherited from Reader
Correct Answer: In Actions, with no secret permissions included in DataActions
Explanation:
Starting a VM is a management-plane operation and belongs in Actions. Reading secret values is a data-plane operation controlled through DataActions.
Incorrect! Try again.
55A certificate is created in Azure Key Vault. An application must download the certificate together with its private key in PFX form. Which associated Key Vault object should it retrieve?
Manage certificates
Hard
A.The certificate operation object used during enrollment
B.The key created with the same name as the certificate
C.The secret created with the same name as the certificate
D.The certificate metadata object without its linked secret
Correct Answer: The secret created with the same name as the certificate
Explanation:
A Key Vault certificate creates related certificate, key, and secret objects. The secret contains the certificate material in PFX or PEM form, including the private key when exportable.
Incorrect! Try again.
56Azure Key Vault automatically renews a TLS certificate used by Application Gateway, but the gateway continues presenting the old certificate. The listener references a version-specific secret identifier. What is the best correction?
Manage certificates
Hard
A.Export every renewed certificate and upload it as an NSG security rule
B.Reference the versionless Key Vault secret identifier so renewed versions can be detected
C.Disable certificate renewal and recreate the listener whenever the certificate expires
D.Reference the version-specific key identifier instead of the certificate's secret
Correct Answer: Reference the versionless Key Vault secret identifier so renewed versions can be detected
Explanation:
A version-specific identifier remains pinned to one secret version. A versionless secret identifier allows Application Gateway's Key Vault integration to detect and use newer certificate versions.
Incorrect! Try again.
57An organization must restore Azure VM backups in the Azure paired region after a regional outage. Which vault configuration is required?
Backup and recovery solutions in Azure
Hard
A.Use geo-redundant storage and enable Cross Region Restore for the vault
B.Use zone-redundant storage and create a read-only resource lock
C.Use locally redundant storage and enable instant restore snapshots
D.Use locally redundant storage and enable cross-subscription restore
Correct Answer: Use geo-redundant storage and enable Cross Region Restore for the vault
Explanation:
Cross Region Restore uses backup data replicated through geo-redundant storage and exposes recovery points in the paired region when the feature is enabled.
Incorrect! Try again.
58A recent VM recovery point restores much faster than an older recovery point from the same Recovery Services vault. Which design most directly explains the difference?
Backup and recovery solutions in Azure
Hard
A.The recent point is crash-consistent, while the older point is always application-consistent
B.The recent point remains in the snapshot tier, while the older point is restored from the vault tier
C.The recent point uses RBAC authorization, while the older point uses vault access policies
D.The recent point is locally redundant, while the older point is automatically geo-redundant
Correct Answer: The recent point remains in the snapshot tier, while the older point is restored from the vault tier
Explanation:
Instant Restore retains recent recovery points as snapshots for faster recovery. Older recovery points may exist only in the vault tier and require more time to restore.
Incorrect! Try again.
59A team creates a Recovery Services vault in West Europe and attempts to protect an Azure VM in North Europe. Both resources are in the same subscription. What must be changed?
Configure backup of a virtual machine using Recovery Services vault
Hard
A.Configure global virtual network peering between the two Azure regions
B.Enable Cross Region Restore on the West Europe vault before protection
C.Move the VM's managed disks to West Europe without moving the VM
D.Create or use a Recovery Services vault in North Europe for the VM
Correct Answer: Create or use a Recovery Services vault in North Europe for the VM
Explanation:
For Azure VM backup, the Recovery Services vault and protected VM must be in the same Azure region. Cross Region Restore does not remove this initial protection requirement.
Incorrect! Try again.
60A VM is protected by vault A. Administrators stop backup but retain all recovery points, then attempt to protect the same VM with vault B. Why does registration with vault B fail?
Configure backup of a virtual machine using Recovery Services vault
Hard
A.A VM can change vaults only after its operating system disk is replaced
B.Retaining backup data preserves the VM's protection association with vault A
C.The retained recovery points must first be copied into a storage account
D.Vault B must use the same storage redundancy setting as vault A
Correct Answer: Retaining backup data preserves the VM's protection association with vault A
Explanation:
Stopping backup while retaining data keeps the backup item associated with the original vault. The VM cannot be protected by another vault until protection data in the original vault is removed.
Incorrect! Try again.
Did this save you a night before the exam?
LPU Notes is free, and it stays free. Ads cover part of the server bill.
The rest comes out of a student's own pocket: the domain, the storage,
and keeping the site up through the weeks everyone needs it at once.
The payment button didn't load. An ad blocker or a filtered network is the usual reason.
to try again.
Nothing here is ever locked, and nothing unlocks. Chip in only if it was worth it.
What it pays for →