Unit 4: Manage Security Operation - Practice Quiz

INT328 — Network Virtualization And Cloud Security 60 Questions
0 Correct 0 Wrong 60 Left
0/60

1 What is the main purpose of a security policy?

Security policies Easy
A. To increase virtual machine processing speed
B. To reduce network cable length
C. To define rules for protecting resources
D. To create application source code

2 Which Azure service can evaluate resources against organizational security rules?

Security policies Easy
A. Azure Functions
B. Azure App Service
C. Azure Queue Storage
D. Azure Policy

3 What is Azure Blueprints primarily used to create?

Security settings using Azure Blueprint Easy
A. Repeatable governed Azure environments
B. Application programming languages
C. Custom desktop operating systems
D. Physical network connections

4 Which 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

5 Which 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

6 Which Azure service provides managed network firewall protection?

Deployed security infrastructure Easy
A. Azure Firewall
B. Azure Files
C. Azure Boards
D. Azure DevOps

7 What 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

8 What 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

9 Which 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

10 What 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

11 What 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

12 What 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

13 Which 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

14 Which 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

15 What 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

16 Which 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

17 What 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

18 What 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

19 Which 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

20 What 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

21 An 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

22 A 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

23 A 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

24 A 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

25 A 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

26 Administrators 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

27 An 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

28 A 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

29 A 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

30 A 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

31 An 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

32 A 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

33 A 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

34 A 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

35 A 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

36 A 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?

Manage certificates Medium
A. The application bypasses Key Vault authorization checks
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

37 A 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

38 An 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

39 An 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

40 An 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

41 An 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

42 A 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

43 A 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

44 A 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

45 Version 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

46 Two 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

47 A 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

48 A 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

49 Purge 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

50 A 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

51 An 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

52 During 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

53 A 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

54 A 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

55 A 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

56 Azure 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

57 An 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

58 A 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

59 A 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

60 A 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