AZ-500 Practice Exam — AZ-500: Azure Security Engineer Associate

1、题库联网,会自动更新,无需重新获取;

2、语言为中英文,包含在线练习,模拟测试,PDF下载;

3、可使用小程序,电脑网页端刷题学习,有效期一年;

4、激活码可直接购买,或通过天猫旗舰店购买;

5、有问题可通过微信,whatsapp,Line联系客服;

6、拖拽题,热点题,下拉框题正在逐步实现。

Exam information

AZ-500: Azure Security Engineer Associate

- Exam Overview: For cloud security engineers, this exam assesses the ability to design and implement identity, network, data, and platform security in Azure environments.

- Key Specifications:

 - Exam Duration: 150 minutes

 - Number of Questions: 40-60 (Including scenario-based cases and security configuration questions)

 - Total Score / Passing Score: 1000 / 700

 - Exam Fee: Approximately $165 USD

 - Supported Languages: Simplified Chinese, English, etc.

 - Official Registration Link: https://learn.microsoft.com/zh-cn/credentials/certifications/exams/az-500/

- Core Topics:

 - Identity and access management (30-35%)

 - Platform protection (20-25%)

 - Security operations and data protection (20-25%)

 - Security governance and compliance (15-20%)

Sample questions

AZ-500 · Q1
Topic 1 Question #1 Your company recently created an Azure subscription.You have been tasked with making sure that a specified user is able to implement Azure AD Privileged Identity Management (PIM).Which of the following is the role you should assign to the user?
  • A.
    The Global administrator role.
  • B.
    The Security administrator role.
  • C.
    The Password administrator role.
  • D.
    The Compliance administrator role.

Answer: A

The scenario requires a user to implement Azure AD Privileged Identity Management (PIM) for a newly created Azure subscription, which covers initial tenant-level enablement of PIM, onboarding of the new subscription and other associated resources to PIM, and configuration of core PIM policies and role assignments. Per Azure AD identity and access management best practices tested in the AZ-500 exam, initial implementation of PIM requires the highest level of directory administrative permissions, as PIM manages all privileged role access across the Azure AD tenant and linked Azure resources. Only the Global Administrator role has the default permissions required to complete this end-to-end initial implementation, as no other built-in directory role has the cross-scope access needed to enable PIM and associate it with Azure subscriptions during the first setup process. Option Analysis: A. The Global administrator role: Correct. Global Administrators have full unrestricted access to all administrative features in Azure AD, including the ability to initially enable PIM for the tenant, onboard Azure subscriptions and other resources to PIM management, and configure core PIM settings during implementation. This is the only role that supports full initial PIM implementation as described in the scenario. B. The Security administrator role: Incorrect. While Security Administrators have permissions to view and manage some PIM settings after PIM has been fully implemented, they do not have the required permissions to enable PIM for the tenant or onboard Azure subscriptions to PIM during the initial implementation phase. Their role scope is limited to existing security feature management, not cross-tenant privileged tool deployment. C. The Password administrator role: Incorrect. The Password Administrator role is scoped exclusively to managing user password resets, password policies, and related authentication credential tasks for non-privileged and select privileged users. It has no permissions related to PIM configuration or implementation whatsoever. D. The Compliance administrator role: Incorrect. The Compliance Administrator role is focused on managing compliance features such as audit log retention, eDiscovery, compliance policy enforcement, and data governance. It does not include permissions to deploy or configure PIM, which is a privileged identity and access management tool. Key Concepts: 1. Azure AD PIM Initial Setup Role Requirements: To implement PIM for the first time in an Azure AD tenant, a user must hold the Global Administrator role. After initial setup, lower-privilege roles can be assigned for ongoing PIM management, but implementation requires the full directory access of a Global Administrator. 2. Azure AD Built-in Role Scope: Each built-in Azure AD administrative role has a defined, limited scope of permissions aligned to specific job functions, which is a core concept for implementing least privilege access, a key domain of the AZ-500 exam. Misassigning roles can lead to either insufficient access for required tasks or overprivileged access that introduces security risk. 3. PIM Resource Onboarding Permissions: Onboarding Azure resources such as subscriptions to PIM management requires permissions to manage both Azure AD configuration and Azure resource access control, a combination of permissions that only the Global Administrator role holds by default for new tenants and subscriptions. References: Roles required to use Privileged Identity Management, https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-roles Deploy Privileged Identity Management, https://learn.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-deployment-plan
AZ-500 · Q2
Topic 1 Question #2 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.Your company has an Active Directory forest with a single domain, named weylandindustries.com. They also have an Azure Active Directory (Azure AD) tenant with the same name.You have been tasked with integrating Active Directory and the Azure AD tenant. You intend to deploy Azure AD Connect.Your strategy for the integration must make sure that password policies and user logon limitations affect user accounts that are synced to the Azure AD tenant, and that the amount of necessary servers are reduced.Solution: You recommend the use of pass-through authentication and seamless SSO with password hash synchronization.Does the solution meet the goal?
  • A.
    Yes
  • B.
    No

Answer: A

The scenario defines two core requirements for the Azure AD integration: first, on-premises Active Directory password policies and user logon limitations must apply to all synced Azure AD user accounts, and second, the number of required servers for the deployment must be minimized. The proposed solution uses pass-through authentication (PTA), seamless SSO, and password hash synchronization (PHS) as a backup. PTA validates all user sign-in requests directly against the on-premises Active Directory, which ensures all on-premises policies including password complexity rules, password expiration, account lockout policies, and logon hour restrictions are enforced in real time during cloud authentication, satisfying the first requirement. PTA uses lightweight, low-resource agents that can be installed on existing on-premises servers such as domain controllers or existing application servers, and eliminates the need for dedicated Active Directory Federation Services (AD FS) farms and Web Application Proxy (WAP) servers that are required for federated deployments, drastically reducing the number of required servers. Enabling PHS as a fallback for PTA is a Microsoft recommended disaster recovery best practice that adds no extra server overhead, and seamless SSO natively integrates with PTA without requiring additional infrastructure, satisfying the second requirement of minimizing server count. The solution therefore fully meets both stated goals. Option Analysis: A. Correct. The combination of pass-through authentication, seamless SSO, and password hash synchronization as backup enforces all on-premises Active Directory policies for cloud sign-ins and requires far fewer servers than a federated AD FS deployment, meeting both requirements specified in the scenario. B. Incorrect. This option is invalid because the proposed solution successfully addresses both requirements. There is no gap in policy enforcement, as PTA validates credentials against on-premises AD, and the solution avoids the need for dedicated federation servers to meet the server minimization goal. Key Concepts: 1. Azure AD Connect Pass-Through Authentication (PTA): A hybrid identity authentication method that validates user sign-in credentials directly against on-premises Active Directory, ensuring on-premises access policies apply to cloud sign-ins without requiring complex federation infrastructure, a core AZ-500 topic for hybrid identity security design. 2. Hybrid Authentication Method Comparison: A core AZ-500 knowledge domain that covers tradeoffs between PHS, PTA, and AD FS, including policy enforcement capabilities and infrastructure requirements for each deployment model. 3. Azure AD Seamless Single Sign-On: A feature that automatically authenticates users on corporate domain-joined devices connected to the corporate network, integrates natively with both PTA and PHS, and requires no additional on-premises servers to deploy. References: What is Azure Active Directory Pass-through Authentication?, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/connect/how-to-connect-pta Choose the right authentication method for your Azure Active Directory hybrid identity solution, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/choose-ad-authn
AZ-500 · Q3
Topic 1 Question #3 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.Your company has an Active Directory forest with a single domain, named weylandindustries.com. They also have an Azure Active Directory (Azure AD) tenant with the same name.You have been tasked with integrating Active Directory and the Azure AD tenant. You intend to deploy Azure AD Connect.Your strategy for the integration must make sure that password policies and user logon limitations affect user accounts that are synced to the Azure AD tenant, and that the amount of necessary servers are reduced.Solution: You recommend the use of federation with Active Directory Federation Services (AD FS).Does the solution meet the goal?
  • A.
    Yes
  • B.
    No

Answer: B

The scenario defines two mandatory requirements for the Azure AD hybrid identity integration: first, on-premises Active Directory password policies and user logon restrictions must apply to all user accounts synced to the Azure AD tenant, and second, the number of required on-premises servers must be minimized. The proposed solution of Active Directory Federation Services (AD FS) only satisfies the first requirement: when using AD FS federation, all Azure AD user authentication requests are routed to on-premises AD FS servers, which enforce on-premises password policies, logon hour restrictions, and account lockout policies in real time during authentication. However, AD FS fails to meet the second requirement, as a production-grade AD FS deployment requires multiple dedicated server roles: a minimum of 2 internal AD FS farm servers for high availability, 2 Web Application Proxy (WAP) servers in the perimeter network to support external authentication requests, and optionally a dedicated SQL Server instance to store AD FS farm configuration data. This results in a significantly higher number of required servers compared to alternative authentication methods such as Pass-through Authentication (PTA), which only requires lightweight agents installed on existing servers and also enforces on-premises policies during authentication. Since the proposed solution does not meet both stated requirements, it does not achieve the stated goal. Option Analysis: A. This option is incorrect. While AD FS federation does enforce on-premises Active Directory password policies and logon limitations for synced Azure AD users, it requires a large number of dedicated additional servers, which directly violates the requirement to minimize the number of necessary servers. The solution fails to meet both core requirements, so A is not a valid choice. B. This option is correct. The proposed AD FS solution fails to satisfy the requirement to reduce the number of necessary on-premises servers, as production AD FS deployments require multiple dedicated server roles that significantly increase server overhead compared to other supported Azure AD Connect authentication methods. The solution does not meet all stated goals, so B is the correct answer. Key Concepts: 1. Azure AD Connect Authentication Methods: This core concept covers the three primary hybrid identity authentication models for Azure AD: Password Hash Sync (PHS), Pass-through Authentication (PTA), and Federation (AD FS). Each model has distinct infrastructure requirements and capabilities for enforcing on-premises identity policies for cloud authentication, which is a core component of the AZ-500 identity and access management domain. 2. AD FS Deployment Requirements: Production AD FS implementations require redundant, dedicated server roles for the AD FS farm and Web Application Proxy layer to ensure high availability and secure external access, resulting in substantially higher on-premises server overhead than PHS or PTA, making it unsuitable for scenarios that require minimal server footprint. 3. Hybrid Identity Policy Enforcement: For real-time on-premises Active Directory password policies, logon restrictions, and account lockout policies to apply to Azure AD authentication attempts, either AD FS federation or Pass-through Authentication (PTA) is required, as Password Hash Sync performs authentication directly in Azure AD and does not query on-premises AD for policy checks during cloud logins. References: What is Azure AD Connect? Microsoft Learn, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-azure-ad-connect Azure AD Connect federation with AD FS, Microsoft Learn, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-whatis
AZ-500 · Q4
Topic 1 Question #4 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements.Your company has an Active Directory forest with a single domain, named weylandindustries.com. They also have an Azure Active Directory (Azure AD) tenant with the same name.You have been tasked with integrating Active Directory and the Azure AD tenant. You intend to deploy Azure AD Connect.Your strategy for the integration must make sure that password policies and user logon limitations affect user accounts that are synced to the Azure AD tenant, and that the amount of necessary servers are reduced.Solution: You recommend the use of password hash synchronization and seamless SSO.Does the solution meet the goal?
  • A.
    Yes
  • B.
    No

Answer: B

The scenario has two mandatory requirements: first, on-premises Active Directory password policies and user logon limitations (including logon hour restrictions, allowed workstation limits, and on-premises account lockout policies) must apply to all synced user accounts authenticating to Azure AD, and second, the number of required servers must be minimized. The proposed solution uses password hash synchronization (PHS) and Seamless SSO. PHS syncs hashes of on-prem user passwords to Azure AD, so all authentication for synced users is processed entirely in Azure AD, with no real-time communication with on-prem Active Directory during sign-in. This means on-premises logon limitations and custom on-prem password policies are not evaluated during Azure AD authentication events for PHS users. For example, a user restricted to on-prem logon hours of 9AM to 5PM will still be able to sign into Azure AD outside those hours when using PHS, as that restriction is not synced to or enforced by Azure AD for PHS-authenticated accounts. Since the solution fails to meet the core requirement of enforcing on-prem password policies and logon limitations, it does not satisfy the stated goal. Option Analysis: A. Option A is incorrect. While PHS and Seamless SSO meet the server minimization requirement (only one Azure AD Connect server is required, no additional dedicated servers), the solution fails to enforce on-premises Active Directory password policies and logon limitations for Azure AD sign-ins. Authentication for PHS occurs entirely in Azure AD, so on-prem policy rules are not applied to cloud sign-in events, making the solution invalid. B. Option B is correct. The proposed solution does not meet the requirement of enforcing on-prem password policies and logon restrictions for synced users, as it lacks real-time on-prem Active Directory validation during authentication. To meet both requirements, pass-through authentication (PTA) is the appropriate alternative: PTA routes authentication requests to on-prem AD for real-time validation, enforcing all on-prem policies, and uses lightweight agents that can be installed on existing servers to maintain minimal server footprint. Key Concepts: 1. Azure AD Connect Authentication Methods: This core AZ-500 domain concept covers the functional differences between PHS, PTA, and federation, including where authentication occurs, policy enforcement behavior, and infrastructure requirements for each method. 2. On-Premises Policy Enforcement for Hybrid Identities: This concept defines which on-prem Active Directory policies are enforced for synced users in Azure AD, specifying that only real-time on-prem authentication methods (PTA, federation) apply on-prem logon limitations and password policies to cloud sign-in events. 3. Seamless SSO: This feature automatically signs users in from corporate domain-joined devices on the corporate network, and works with both PHS and PTA, but does not modify the underlying authentication method or policy enforcement behavior of the chosen hybrid identity configuration. References: Choose the right authentication method for your Azure Active Directory hybrid identity solution, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/choose-ad-authn What is password hash synchronization with Azure AD?, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-phs
AZ-500 · Q5
Topic 1 Question #5 Your company has an Active Directory forest with a single domain, named weylandindustries.com. They also have an Azure Active Directory (Azure AD) tenant with the same name.After syncing all on-premises identities to Azure AD, you are informed that users with a givenName attribute starting with LAB should not be allowed to sync toAzure AD.Which of the following actions should you take?
  • A.
    You should make use of the Synchronization Rules Editor to create an attribute-based filtering rule.
  • B.
    You should configure a DNAT rule on the Firewall.
  • C.
    You should configure a network traffic filtering rule on the Firewall.
  • D.
    You should make use of Active Directory Users and Computers to create an attribute-based filtering rule.

Answer: A

The scenario requires granular exclusion of on-premises user objects from Azure AD synchronization based on the value of the givenName attribute, specifically where the attribute starts with LAB. This requirement falls under the Azure AD Connect sync configuration domain, a core identity governance and identity protection topic for the AZ-500 certification. Attribute-based filtering for Azure AD sync is implemented by creating custom scoping rules in the Synchronization Rules Editor, which is the official supported tool for modifying synchronization logic for Azure AD Connect deployments. This approach directly addresses the requirement without modifying on-premises Active Directory structure or network configurations, and aligns with least privilege and targeted synchronization best practices. Option Analysis: A. Correct. The Synchronization Rules Editor is a native tool included with Azure AD Connect that lets administrators define custom synchronization rules with attribute-based scoping filters. You can configure a rule that checks if the givenName attribute starts with LAB, and sets the matching user objects to be excluded from synchronization to Azure AD, which exactly matches the scenario requirements. B. Incorrect. A DNAT (Destination Network Address Translation) rule is a network configuration used to redirect inbound traffic to a specific internal resource, and has no relation to identity synchronization filtering. This option is irrelevant to the scenario. C. Incorrect. Network traffic filtering rules on a firewall control access between network segments based on IP addresses, ports, and protocols, and cannot filter which identity objects are synchronized between on-premises AD and Azure AD. This does not address the requirement. D. Incorrect. Active Directory Users and Computers (ADUC) is a management tool for on-premises Active Directory objects and permissions, but does not support configuration of Azure AD Connect synchronization filtering rules. Sync filtering logic is managed in the Azure AD Connect toolset, not in on-prem AD management consoles. Key Concepts: 1. Azure AD Connect Sync Filtering: This core AZ-500 identity concept refers to configurations that control which on-premises AD objects are replicated to Azure AD, including domain, organizational unit, and attribute-based filtering options to limit sync scope for security and compliance requirements. 2. Synchronization Rules Editor: This utility is part of the Azure AD Connect installation, and is used to customize synchronization logic, including creating scoping filters that evaluate object attributes to determine if an object should be synced to Azure AD. 3. Attribute-based Sync Filtering: A granular sync configuration option that uses object attribute values (such as givenName, department, or custom attributes) to include or exclude objects from sync, used when OU or domain-level filtering is not sufficient for targeted sync requirements. References: Azure AD Connect sync: Configure filtering, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-configure-filtering Azure AD Connect sync: Change the default configuration, https://learn.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-sync-change-the-configuration#use-the-synchronization-rules-editor

FAQ

How many practice questions are available for AZ-500?

This question bank includes 505 AZ-500 practice questions covering single and multiple choice, each with answers and explanations.

Are AZ-500 practice questions available in Chinese and English?

Yes, AZ-500 practice questions are provided in both Chinese and English.

Can I try AZ-500 practice questions for free?

Yes. Free sample questions are available on this page, and the full question bank is available after signing up on Zhangxuetu.