All practice questions

65 questions

Question 41Question

Match each traffic routing and failover requirement with the most appropriate Azure load balancing or traffic routing service configuration. Each service configuration may be used once, more than once, or not at all.

Click a left item, then click its matching right item

Items

A global web application requires SSL offloading at the network edge, URL-path-based routing, and instant failover between active-active regions using Anycast IPv4/IPv6 addresses.
A business-critical database service requires global routing of SQL Server TCP traffic on port 1433, using Anycast IP addresses to onboard client traffic onto the Microsoft backbone at the nearest point of presence.
A legacy enterprise system running a proprietary TCP service on port 8080 requires global failover between an on-premises environment and an Azure region, utilizing DNS-based routing.
A web application hosted in a single Azure region requires internal load balancing across multiple Virtual Machine Scale Sets based on path rules, along with cookie-based session affinity.

Matches

Show answer & explanation

Answer

Matching pairs: 1) Global web app with SSL offload/Anycast matches Azure Front Door; 2) SQL Server TCP 1433 over Anycast matches Azure Cross-Region Load Balancer; 3) Legacy TCP 8080 with DNS-based hybrid failover matches Azure Traffic Manager; 4) Single-region path-routing with cookie affinity matches Azure Application Gateway.
Each workload's requirement maps to the specific capabilities of Azure's load balancing services: Azure Front Door for global HTTP/HTTPS with Anycast and WAF; Azure Cross-Region Load Balancer for global TCP/UDP with Anycast; Azure Traffic Manager for DNS-based hybrid/custom TCP routing; and Azure Application Gateway for regional L7 routing with session affinity.

Step-by-Step Solution

1
Analyze the network protocols and regional scopes of each scenario.
Identify that two scenarios require global Layer 7 routing (HTTP/HTTPS), one requires global Layer 4 routing (TCP 1433), one requires custom TCP on port 8080 across hybrid environments, and one requires regional Layer 7 routing.
This categorizes the candidate Azure routing services into L4 vs L7, and regional vs global.
2
Differentiate between global Layer 7 options based on performance and protocol constraints.
Map the global HTTPS scenario with WAF and SSL offloading to Azure Front Door, and the regional HTTPS scenario with session affinity to Azure Application Gateway.
Azure Front Door provides global Anycast-based routing, while Azure Application Gateway provides regional-only load balancing features.
3
Differentiate between global Layer 4 options and hybrid/custom port options.
Map the SQL Server TCP port 1433 Anycast requirement to Azure Cross-Region Load Balancer, and the legacy hybrid TCP port 8080 DNS-based requirement to Azure Traffic Manager.
Cross-Region Load Balancer provides Layer 4 Anycast routing, whereas Traffic Manager operates via DNS and supports external/on-premises endpoints for any custom port.

Key Concept

Design Traffic Routing and Failover Strategies
Question 42Question

An organization is designing a hybrid identity and security strategy for Microsoft Entra ID. You need to match each technical requirement to the most appropriate Microsoft Entra ID authentication method or Conditional Access control. Match each requirement on the left to the correct feature on the right.

Click a left item, then click its matching right item

Items

Authenticate users against on-premises Active Directory in real-time without hosting Federation servers or syncing password hashes to the cloud.
Require multi-factor authentication (MFA) only when Microsoft Entra ID detects unusual properties during the token request process.
Force users to change their password when threat intelligence indicates that their credentials have been compromised.
Prevent cloud app access from corporate-owned laptops that are not registered and flagged as healthy in Microsoft Intune.

Matches

Show answer & explanation

Answer

To satisfy the requirements, pair Pass-through Authentication (PTA) with the local AD real-time authentication requirement; pair Sign-in risk policy with the anomaly detection requirement; pair User risk policy with the compromised credentials password change requirement; and pair the device compliance grant control with the Intune health verification requirement.
The correct pairings ensure that on-premises verification is handled by Pass-through Authentication without copying password hashes, session anomalies trigger Sign-in risk, credential leakage triggers User risk for password changes, and device health checked by Intune is validated via the device compliance grant control.

Step-by-Step Solution

1
Analyze the hybrid authentication requirements.
Identify that local AD validation without AD FS or password hash synchronization maps specifically to Pass-through Authentication (PTA).
PTA utilizes an on-premises agent to check credentials, satisfying the constraint of not synchronizing password hashes and avoiding AD FS complexity.
2
Evaluate the risk-based and device security requirements.
Distinguish between sign-in anomalies (Sign-in risk), identity compromise (User risk), and Intune device status (Device compliance state).
Sign-in risk handles real-time request anomalies; User risk handles compromised credentials; Device compliance checks Intune status.

Key Concept

Matching business authentication and access requirements to Entra ID hybrid authentication and Conditional Access capabilities.
Question 43Question

An enterprise is designing a centralized monitoring and log routing architecture for its Azure environment. The architecture must accommodate various auditing, security, and networking logs while satisfying constraints around operational cost, real-time analysis, administrative access control, and long-term retention.

Match each log routing requirement scenario on the left with the most appropriate Azure destination or architectural configuration on the right.

Click a left item, then click its matching right item

Items

Virtual Network flow logs requiring flow visualization, traffic patterns analysis, and a 7-year data retention compliance policy.
Near-real-time streaming of Microsoft Entra ID security logs to a third-party, non-Azure Security Information and Event Management (SIEM) system.
Diagnostic logs from Azure Key Vaults and App Services across multiple subscriptions that require joint querying while keeping access restricted based on resource-level permissions.
Archiving of subscription-wide administrative operation events (write, delete, and action actions) for low-cost compliance storage over several years.

Matches

Show answer & explanation

Answer

The correct matches pair: (1) Virtual Network flow logs requiring Traffic Analytics and 7-year retention with a Storage Account target for Network Watcher flow logs integrated with Traffic Analytics in a Log Analytics Workspace; (2) Microsoft Entra ID log streaming to a third-party SIEM with an Azure Event Hubs namespace; (3) Centralized resource diagnostic querying with resource-level permissions to a centralized Log Analytics Workspace using resource-context access control; (4) Low-cost Activity Log archiving with a dedicated Storage Account with lifecycle management rules.
The correct matches map each log source and constraint to the appropriate architectural endpoint: Event Hubs for external SIEM streaming, resource-context Log Analytics Workspaces for decentralized querying with RBAC controls, Network Watcher flow logs to Storage plus Traffic Analytics for flow analysis, and Storage Accounts with lifecycle rules for long-term Activity Log archiving.

Step-by-Step Solution

1
Identify the destination for third-party SIEM integration.
Azure Event Hubs is the standard ingress/egress mechanism for streaming Azure platform logs to external partner SIEMs in real-time.
Log Analytics and Storage Accounts do not natively push logs to external SIEMs in near-real-time without intermediary compute or custom agents.
2
Analyze administrative boundary requirements for diagnostic logs.
A centralized Log Analytics Workspace configured with resource-context RBAC allows users to query logs for resources they own without having access to the entire workspace.
This satisfies the requirement for joint querying across subscriptions while respecting resource-level administrative access control.
3
Determine the optimal routing for VNet flow analysis and long-term retention.
Network Watcher flow logs must be written to a Storage Account first, which can then be ingested by a Log Analytics Workspace with Traffic Analytics enabled for visualization.
The Storage Account handles the low-cost raw data retention (7 years), while Traffic Analytics handles the operational flow analysis.
4
Select the storage target for subscription-level Activity Log archiving.
Azure Storage Accounts with lifecycle management policies are the most cost-effective target for long-term archiving of Activity Logs.
Activity Logs represent subscription-wide control-plane events, and storing them in Log Analytics for long periods would incur unnecessarily high costs.

Key Concept

Designing Azure Monitor diagnostic log routing architecture and access control models to meet compliance, security, and administrative isolation requirements.
Question 44Question

You are designing a log routing and monitoring strategy for an Azure infrastructure solution. Match each Azure destination to its primary use case.

Click a left item, then click its matching right item

Items

Azure Storage Account
Azure Event Hubs
Azure Monitor Log Analytics workspace

Matches

Show answer & explanation

Answer

Azure Storage Account matches with cost-effective, long-term archival and data retention for compliance audits. Azure Event Hubs matches with real-time ingestion and streaming of telemetry to third-party SIEM platforms. Azure Monitor Log Analytics workspace matches with centralized interactive querying, visualization, and metric alerting.
Each Azure log destination serves a distinct architectural purpose: Storage Accounts provide high-capacity, low-cost long-term retention; Event Hubs enable real-time ingestion and external data forwarding; Log Analytics workspaces enable immediate, rich analysis and alerting.

Step-by-Step Solution

1
Identify the destination engineered for maximum cost efficiency over long storage durations.
Azure Storage Account matches with long-term archival and compliance retention.
Azure Blob Storage tiers (cool/cold/archive) offer very low storage costs for logs that do not need to be searched frequently.
2
Identify the destination designed for high-throughput, low-latency log streaming to external integrations.
Azure Event Hubs matches with real-time streaming to third-party SIEMs.
Azure Event Hubs operates as a message broker capable of streaming telemetry directly to external endpoints like Splunk or QRadar.
3
Identify the destination built for data analysis, diagnostic queries, and performance dashboards.
Azure Monitor Log Analytics workspace matches with interactive querying, visualization, and alerting.
Log Analytics supports Kusto Query Language (KQL) search, visual charts, and integration with Azure Monitor Alert rules.

Key Concept

Log routing paths and destinations within Azure Monitor diagnostic settings.
Estimated Time:1m 0s
Question 45Question

You are designing a centralized monitoring and log routing architecture for an enterprise with multiple Azure subscriptions. You need to map each corporate log management requirement to its optimal Azure service architecture. Each configuration must satisfy the constraints while minimizing administrative overhead and cost.

Match each operational requirement on the left to the most appropriate Azure architecture design on the right.

Click a left item, then click its matching right item

Items

Azure Activity logs from all subscriptions must be retained for 77 years for regulatory audit compliance. The logs are rarely accessed, and minimizing long-term storage costs is the primary concern.
Resource diagnostic logs must be processed in near real-time by a third-party SIEM system located on-premises. You must avoid duplicate data storage charges within Azure.
Virtual machine security event logs from all environments must be ingested for analysis with Microsoft Sentinel. Non-security administrators must be blocked from viewing these security logs.
High-volume web application console logs from resources in multiple regions are needed for KQL-based troubleshooting for up to 1010 days. You must minimize ingestion costs and avoid cross-region network egress charges.

Matches

Show answer & explanation

Answer

The requirement for 77-year Activity log storage matches the centralized Storage account with Archive tier lifecycle. The requirement for real-time SIEM streaming matches the Event Hubs direct routing. The VM security logs requirement matches the dedicated workspace with Sentinel and workspace-context RBAC. The regional developer debugging requirement matches regional workspaces configured with the Basic Logs plan.
The correct matches align Azure monitoring features to business constraints: Storage Archive tier for compliance log retention; Event Hubs for real-time external SIEM streaming; dedicated Sentinel workspace with workspace-context RBAC for SecOps isolation; and regional workspaces with Basic Logs tables for low-cost, egress-free developer debugging.

Step-by-Step Solution

1
Evaluate long-term audit logs path.
Identify that Azure Storage Archive tier offers the lowest cost per gigabyte for 77-year compliance storage of rarely accessed Activity logs.
Log Analytics and Event Hubs are optimized for querying and streaming, making them cost-prohibitive for inactive multi-year archival storage.
2
Analyze near real-time SIEM streaming.
Route the logs to Azure Event Hubs as a diagnostic setting destination without routing them to Log Analytics first.
This configuration satisfies the real-time consumption requirement of the on-premises SIEM while avoiding storage and double-ingestion fees in Azure.
3
Address central security logging with Sentinel and access control.
Design a dedicated centralized Log Analytics workspace with Sentinel and apply workspace-context RBAC.
Microsoft Sentinel operates at the workspace level. Using a dedicated workspace and workspace-context RBAC ensures security data is isolated from resource administrators who otherwise could view resource-context logs.
4
Optimize developer troubleshooting logs across regions.
Use regional Log Analytics workspaces and configure the target log tables to the Basic Logs plan.
Regional workspaces eliminate cross-region egress data transfer charges for log ingestion, and the Basic Logs plan dramatically reduces ingestion costs for high-volume logs that are only needed for short-term debugging.

Key Concept

Designing cost-effective, secure, and performant log routing configurations in Azure using Storage, Event Hubs, and Log Analytics plans.
Question 46Question

An enterprise is designing a centralized monitoring and log routing architecture for its Azure environment. The architecture must accommodate several workloads with distinct security, compliance, and retention constraints. Match each operational log routing requirement on the left with its most appropriate Azure routing and destination configuration on the right.

Click a left item, then click its matching right item

Items

Administrative actions and management operations executed at the Azure subscription level.
Near-real-time application security events that must be streamed to an external, on-premises Security Information and Event Management (SIEM) system.
Database query audit logs that must be archived for seven years to meet regulatory compliance at the absolute minimum cost.
Resource-level diagnostic logs from multiple regions that must be analyzed centrally while enforcing access boundaries so team members only view logs for resources they own.

Matches

Show answer & explanation

Answer

Administrative actions at the subscription level match to a subscription-level diagnostic setting. Near-real-time SIEM logs match to the Event Hubs namespace. Database audit archives match to the Storage account with archive tier lifecycle policies. Regional diagnostic logs with restricted access match to the centralized Log Analytics workspace with resource-context Access Control Mode.
The correct matches align with Microsoft Azure best practices for log routing: Subscription-level actions go to Log Analytics via subscription-level diagnostic settings for central monitoring. External SIEM streams ingest logs from Azure Event Hubs to avoid polling latency. High-volume, cold-tier retention is routed to Azure Storage with lifecycle policies to minimize costs. Multi-region diagnostic logs are centralized in a single workspace where resource-context RBAC restricts visibility without the need for multiple workspaces.

Step-by-Step Solution

1
Identify the scope and frequency requirements for each log source.
The workloads span subscription-level auditing, real-time external streaming, long-term cold archiving, and decentralized access with centralized storage.
This establishes the constraints and targets for log routing.
2
Select the most cost-effective and compliant destination for long-term retention.
Azure Storage account with archive tier lifecycle rules is chosen for the 7-year audit logs.
Log Analytics ingestion and retention costs are too high for long-term cold storage.
3
Determine the streaming mechanism for the external SIEM integration.
Azure Event Hubs is mapped to the SIEM requirement.
Event Hubs provides low-latency, real-time ingestion capabilities suited for SIEM ingestion.
4
Determine the optimal workspace configuration for resource access boundaries.
A centralized Log Analytics workspace with resource-context access control is selected.
This configuration allows users to query logs of resources they own without needing access to the workspace, avoiding workspace duplication.

Key Concept

Designing a centralized log routing architecture in Azure that satisfies ingestion latency, retention costs, and security boundary constraints using Azure Monitor, Log Analytics, Event Hubs, and Storage Accounts.
Question 47Question

An organization is designing a monitoring solution for its Azure environment. Match each Azure Monitor data type or source to its primary description.

Click a left item, then click its matching right item

Items

Azure Activity Logs
Azure Diagnostic Logs (Resource Logs)
Azure Monitor Metrics

Matches

Show answer & explanation

Answer

Azure Activity Logs match with the description of subscription-level management operations. Azure Diagnostic Logs match with the description of internal resource operational data. Azure Monitor Metrics match with the description of numerical performance values for near-real-time alerting.
Azure Activity Logs track control plane events at the subscription level. Azure Diagnostic Logs track data plane activities and internal operation events of individual resources. Azure Monitor Metrics capture numerical time-series performance data for rapid analysis and alerting.

Step-by-Step Solution

1
Analyze Azure Activity Logs function.
Activity logs record subscription-level events (write, delete, action operations).
This helps identify operations performed on Azure resources from the outside (control plane).
2
Analyze Azure Diagnostic Logs (Resource Logs) function.
Diagnostic logs record internal events and operations within specific resources (data plane).
This is crucial for understanding the internal behavior of a service, such as access requests or queries.
3
Analyze Azure Monitor Metrics function.
Metrics store numeric data points representing resource performance at regular intervals.
This allows for fast, near-real-time alerting and performance graphing.

Key Concept

Azure Monitor data sources classification and log routing
Question 48Question

You are designing a monitoring and log routing architecture for a large Azure enterprise environment. You need to route different types of Azure logs and metrics to the appropriate destinations to meet specific operational and compliance requirements.

Which destination should you match with each log source to meet the requirements?

Click a left item, then click its matching right item

Items

Database diagnostic logs that must be analyzed in real-time by a third-party SIEM.
Subscription activity logs that must be retained for audit compliance for five years at minimum cost.
Virtual machine guest operating system logs that require troubleshooting using Kusto Query Language (KQL).
Network Security Group (NSG) flow logs that must be analyzed using Traffic Analytics.

Matches

Show answer & explanation

Answer

Database diagnostic logs route to Azure Event Hubs; Subscription activity logs route to Azure Storage account; VM guest OS logs route to Azure Log Analytics workspace; NSG flow logs route to Log Analytics workspace with Traffic Analytics enabled.
Matching database diagnostic logs to Azure Event Hubs allows real-time integration with SIEMs. Matching activity logs to Azure Storage minimizes costs for long-term archival. Matching VM logs to Log Analytics supports KQL troubleshooting. Matching NSG flow logs to Log Analytics with Traffic Analytics enabled provides flow insights.

Step-by-Step Solution

1
Analyze the real-time ingestion requirement for the database diagnostic logs.
Identify that third-party SIEM integration requires low-latency ingestion, which is supported by streaming logs via Azure Event Hubs.
Azure Event Hubs functions as an event pipeline to stream diagnostic data out of Azure.
2
Evaluate the 5-year retention compliance requirement for activity logs.
Determine that archiving to an Azure Storage account is the most cost-effective solution for long-term compliance storage when active querying is not needed.
Log Analytics storage and retention costs are significantly higher than Azure Blob Storage cold or archive tiers.
3
Identify the querying and troubleshooting requirements for VM guest OS logs.
Match this with a standard Azure Log Analytics workspace.
Log Analytics natively integrates with Azure Monitor Agent to collect VM guest logs and provides KQL for querying and alerting.
4
Assess the requirement to run Traffic Analytics on NSG flow logs.
Determine that Traffic Analytics must be enabled on a Log Analytics workspace to process and visualize flow data.
Traffic Analytics relies on Network Watcher flow log data processed into a Log Analytics workspace.

Key Concept

Selecting the optimal destination for Azure diagnostic, activity, and flow logs based on cost, retention, and analytical requirements.

Alternative Method

Analyzing the log destination based on the primary consumer: SIEM consumers require Event Hubs, KQL queries require Log Analytics, and long-term compliance without active query needs requires a Storage Account.
Estimated Time:2m 0s
Question 49Question

An enterprise is designing a comprehensive monitoring and log routing architecture to support workloads across multiple Azure regions. Match each specific logging requirement to its correct Azure architectural design configuration.

Click a left item, then click its matching right item

Items

Route Security Event logs from virtual machines in multiple regions to an on-premises SIEM platform while minimizing cross-region data transfer latency.
Consolidate App Service logs across multiple subscriptions into one workspace, ensuring developers can query only their application's logs without workspace access.
Retain Azure Activity logs for 10 years to meet regulatory compliance requirements, ensuring logs cannot be modified or deleted, while minimizing storage costs.
Collect Syslog data from virtual machines while excluding all debug-level entries prior to ingestion to minimize workspace ingestion volume charges.

Matches

Show answer & explanation

Answer

Route SIEM logs to regional Event Hubs; route app logs to centralized Log Analytics with Resource-context RBAC; route long-term compliance logs to Storage with WORM policy; route VM logs via Azure Monitor Agent with DCR filter.
Matching the scenarios to their target log routing destinations ensures cost efficiency, data residency compliance, and proper access control boundaries. Real-time SIEM integration requires Event Hubs; multi-subscription developer access is secured using resource-context RBAC; low-cost immutable storage is achieved with Storage accounts; pre-ingestion filtering requires Azure Monitor Agent with a Data Collection Rule.

Step-by-Step Solution

1
Analyze SIEM logging requirements. Determine that Event Hubs is required for real-time streaming, and regional namespaces minimize cross-region egress costs.
Map VM SIEM logs to regional Event Hubs.
Reduces latency and cost for external SIEM integration.
2
Analyze developer access requirements. Evaluate workspace-context vs resource-context RBAC.
Map cross-subscription app logs to centralized Log Analytics with Resource-context RBAC.
Allows developers to access resource logs without granting access to the workspace.
3
Analyze compliance retention requirements. Compare Log Analytics retention costs with Azure Storage.
Map 10-year activity logs to an Azure Storage account with WORM policy.
Azure Storage provides the lowest-cost long-term retention and supports immutable (WORM) storage.
4
Analyze syslog filtering requirements. Evaluate how to filter logs before workspace ingestion.
Map syslog collection to Azure Monitor Agent (AMA) with a Data Collection Rule (DCR) and KQL transformation.
DCR transformations run before ingestion, filtering out debug logs to save on ingestion costs.

Key Concept

Azure Monitor architecture design including log routing, data retention, access control (RBAC), and filtering via Data Collection Rules.
Question 50Question

A financial services firm is designing a secure identity infrastructure. The lead architect must map specific security compliance requirements to the correct Microsoft Entra ID and Conditional Access features. Match each requirement to the appropriate Microsoft Entra ID or Conditional Access feature.

Click a left item, then click its matching right item

Items

Validate user login credentials directly against on-premises Active Directory in real-time without storing password hashes in the cloud.
Block users from downloading attachments when accessing Exchange Online from unmanaged personal devices.
Enforce Multi-Factor Authentication (MFA) only when a user's sign-in attempt is flagged as anomalous or high risk.

Matches

Show answer & explanation

Answer

Validate credentials directly on-premises matches Pass-through Authentication (PTA); block downloads from unmanaged devices matches Conditional Access session controls; enforce MFA for anomalous attempts matches Microsoft Entra ID Protection sign-in risk policies.
Pass-through Authentication validates credentials on-premises using a local agent; session controls restrict specific actions like downloads on unmanaged devices; Microsoft Entra ID Protection risk policies evaluate anomalous behavior to prompt for MFA dynamically.

Step-by-Step Solution

1
Analyze the first requirement: validating credentials against on-premises Active Directory in real-time without storing password hashes in the cloud.
This requirement is satisfied by Pass-through Authentication (PTA), which uses a local agent to pass credentials back to on-premises AD for validation.
Password Hash Synchronization stores password hashes in the cloud, which does not meet the design constraint of not storing hashes in the cloud.
2
Analyze the second requirement: blocking downloads when accessing Exchange Online from unmanaged personal devices.
This is satisfied by Conditional Access session controls, specifically using App Control or session restrictions.
Session controls are designed to apply restrictions within the context of an active web application session.
3
Analyze the third requirement: enforcing MFA only when a user's sign-in is flagged as anomalous or high risk.
This is satisfied by Microsoft Entra ID Protection sign-in risk policies.
ID Protection dynamically evaluates sign-in signals to assess risk level, allowing policies to trigger MFA conditionally on threat indicators.

Key Concept

Microsoft Entra ID Authentication and Conditional Access
Estimated Time:1m 30s
Question 51Question

You are designing a hybrid identity and multi-tenant solution for a company named ZenithLogix. The company has an on-premises Active Directory Domain Services (AD DS) forest and a Microsoft Entra ID tenant. You need to select the appropriate identity feature or sync method to meet each of the following business and security requirements:

- Ensure that users can authenticate to cloud services even during an on-premises network or power outage.
- Enforce on-premises account restrictions (such as logon hours) in real-time for cloud authentication without deploying Active Directory Federation Services (AD FS).
- Allow guest users from a trusted partner company to log in to corporate resources using their own corporate Microsoft Entra tenant credentials.
- Enable users who reset their passwords in Microsoft Entra ID to have the changes immediately reflected in the on-premises AD DS.

Match each requirement on the left to the correct identity solution on the right.

Click a left item, then click its matching right item

Items

Authentication must succeed during an on-premises network outage.
On-premises logon hours must be enforced in real-time without AD FS.
External guest users must authenticate using their own Entra ID home tenant.
Password changes made via Microsoft Entra self-service password reset (SSPR) must sync back to on-premises AD DS.

Matches

Show answer & explanation

Answer

Match the requirements as follows: 'Authentication must succeed during an on-premises network outage' matches with 'Password Hash Synchronization (PHS)'; 'On-premises logon hours must be enforced in real-time without AD FS' matches with 'Pass-through Authentication (PTA)'; 'External guest users must authenticate using their own Entra ID home tenant' matches with 'Microsoft Entra B2B Collaboration'; and 'Password changes made via Microsoft Entra self-service password reset (SSPR) must sync back to on-premises AD DS' matches with 'Self-Service Password Reset (SSPR) with Password Writeback'.
The correct matches align with the availability, policy, external collaboration, and synchronization requirements of Microsoft Entra ID. Password Hash Synchronization (PHS) provides cloud-side resilience during on-premises outages. Pass-through Authentication (PTA) enables real-time verification against on-premises policies without deploying AD FS. Microsoft Entra B2B Collaboration handles partner user authentication natively, and SSPR with Password Writeback ensures credentials modified in the cloud sync back to AD DS.

Step-by-Step Solution

1
Analyze high availability requirements under network failure.
Identify that Password Hash Synchronization (PHS) stores password hashes in the cloud, allowing authentication to proceed even if the on-premises directory is unreachable.
PHS removes dependency on on-premises domain controllers during cloud sign-in.
2
Analyze real-time security policy enforcement requirements without federation.
Identify that Pass-through Authentication (PTA) validates credentials directly against on-premises AD DS via lightweight agents, enforcing account states and login hours in real-time.
PTA keeps credential validation on-premises but does not require complex AD FS federation infrastructure.
3
Analyze guest access requirement using external credentials.
Identify that Microsoft Entra B2B Collaboration allows inviting external users to use their own home identity provider.
B2B collaboration avoids the need to manage external user life cycles manually.
4
Analyze bi-directional password synchronization requirements.
Identify that Self-Service Password Reset (SSPR) with Password Writeback updates the on-premises AD DS when a user changes their password in the cloud.
SSPR writeback ensures password consistency between cloud and on-premises environments.

Key Concept

Selecting hybrid sync options (PHS, PTA) and multi-tenant/governance features (B2B, SSPR Writeback) based on authentication availability, policy enforcement, and synchronization constraints.
Question 52Question

Aetheris Dynamics is designing a hybrid identity and multi-tenant architecture to integrate four newly acquired business units (BU1, BU2, BU3, and BU4). You must match each business unit's technical requirements to the appropriate Microsoft Entra ID implementation.

- BU1 requires that users authenticate directly against the on-premises Active Directory Domain Services (AD DS) domain controllers. Authentication must happen on-premises to enforce local login hour restrictions without the complexity of Active Directory Federation Services (AD FS). The solution must remain available if a single on-premises server hosting the synchronization agent fails.
- BU2 requires the highest level of business continuity for authentication, allowing users to sign in to cloud services even during an on-premises network outage. Additionally, users must be able to change their passwords in the cloud, which must immediately update on-premises AD DS.
- BU3 has a security policy that strictly prohibits on-premises user password hashes or credentials from ever being stored in the cloud. User authentication must be federated, utilizing existing on-premises smart card infrastructure, and must support complex multi-factor authentication (MFA) policies managed entirely on-premises.
- BU4 needs to allow external contractors, who manage their own identity providers, to access specific Azure resources. Access must be restricted to a pre-defined duration, and the contractors must be automatically removed when their contract ends.

Match each business unit to the correct hybrid identity or multi-tenant solution component.

Click a left item, then click its matching right item

Items

BU1: Direct on-premises authentication enforcing login hours, without AD FS, supporting agent high availability.
BU2: Authentication business continuity during on-premises outages, with cloud-initiated password resets updating on-premises.
BU3: Zero password hashes in the cloud, federated authentication via smart cards, on-premises managed MFA.
BU4: Time-bound external contractor access with self-executing removal using external identity providers.

Matches

Show answer & explanation

Answer

BU1 matches with Pass-Through Authentication (PTA) with redundant agents; BU2 matches with Password Hash Synchronization (PHS) with Password Writeback; BU3 matches with AD FS federation; BU4 matches with B2B collaboration with access packages.
Each business unit's constraints map to a distinct hybrid or multi-tenant solution. Pass-Through Authentication (PTA) satisfies BU1 by keeping authentication local (enforcing login hours) and using redundant agents for high availability. Password Hash Synchronization (PHS) with Password Writeback satisfies BU2 by enabling cloud authentication during local network outages and allowing self-service changes to write back. AD FS federation satisfies BU3 by ensuring zero hashes enter the cloud while supporting local smart cards and MFA. Entitlement Management access packages satisfy BU4 by automating the lifecycle of external B2B guest identities.

Step-by-Step Solution

1
Analyze BU1's requirements: direct on-premises authentication, dynamic login hour enforcement, no AD FS, agent redundancy.
Determine that Pass-Through Authentication (PTA) is the correct choice because it evaluates login policies locally on domain controllers without copying password hashes, requires no complex AD FS infrastructure, and supports high availability via multiple authentication agents.
Validates local auth control and minimizes management overhead.
2
Analyze BU2's requirements: maximum authentication business continuity during on-premises connectivity outages and cloud-initiated self-service password reset (SSPR).
Determine that Password Hash Synchronization (PHS) with Password Writeback is correct. PHS allows Entra ID to authenticate users even if the on-premises network is completely offline, and Password Writeback permits cloud password changes to write back to the local AD DS.
Aligns with the cloud-fallback capability of PHS and the writeback requirement.
3
Analyze BU3's requirements: zero credentials/hashes in the cloud, smart card integration, and on-premises managed MFA.
Determine that Active Directory Federation Services (AD FS) is the correct choice. It delegates authentication entirely to the local environment via token exchange, which supports smart card logon and allows MFA policies to remain strictly on-premises.
Meets the zero-cloud-hash and advanced on-premises federation constraints.
4
Analyze BU4's requirements: dynamic access for external contractors managing their own identity providers, with automated time-bound lifecycle expiration.
Determine that Microsoft Entra B2B collaboration coupled with access packages in Entitlement Management is correct. B2B allows guest access using their external IdPs, and access packages automate access assignment and automatic revocation based on date/time policies.
Applies multi-tenant external collaboration and identity governance principles.

Key Concept

Hybrid and Multi-Tenant Identity Solutions
Estimated Time:3m 0s
Question 53Question

Your organization, Tailwind Traders, is designing a hybrid and multi-tenant identity solution to integrate several business units and external partners with Microsoft Entra ID. You need to match the specific business requirement on the left to the correct Microsoft Entra identity technology or configuration on the right to achieve a secure, resilient, and highly automated architecture.

Click a left item, then click its matching right item

Items

Ensure that users from an external partner tenant can access resources in your tenant without local credential management, while accepting the MFA claims and device compliance status verified by their home tenant.
Allow on-premises AD DS users to authenticate to Entra ID using their on-premises credentials validated in real-time against domain controllers, while maintaining authentication capability if the on-premises connection is lost.
Automate the lifecycle of user accounts created for collaboration between two distinct Entra ID tenants within the same organization, including provisioning and deprovisioning based on changes in the source tenant.
Allow external contractors who do not possess a Microsoft account, Entra ID tenant, or federated identity provider to securely authenticate to shared applications using their business email addresses.

Matches

Show answer & explanation

Answer

Match the external partner trust requirement to cross-tenant access settings with inbound trust; match real-time authentication with offline failover to Pass-through Authentication (PTA) with Password Hash Sync (PHS) backup; match automated multi-tenant user lifecycle to Cross-tenant synchronization; and match contractors without tenants to Email One-Time Passcode (OTP).
The correct matches represent optimal architectural alignments for Azure identity scenarios: Cross-tenant access settings inbound trust configuration allows trusting external MFA/compliance; PTA with PHS backup offers on-premises real-time validation with cloud failover; Cross-tenant synchronization automates multi-tenant account lifecycles; and Email OTP supports users without structured identity providers.

Step-by-Step Solution

1
Analyze the requirement for trusting MFA and compliant devices from an external partner tenant.
Identify that Cross-tenant access settings allow you to trust MFA and device compliance from external Entra ID tenants, preventing double-prompting of external users.
This reduces friction for external users while maintaining security postures verified by their home tenants.
2
Analyze the real-time authentication requirement with an offline failover mechanism.
Determine that Pass-through Authentication (PTA) meets the real-time on-premises validation requirement, and enabling Password Hash Synchronization (PHS) provides a seamless fallback when PTA agents are unreachable.
Entra ID will automatically switch to PHS validation if the PTA agents are offline, ensuring business continuity.
3
Analyze the automated lifecycle management requirement for B2B collaboration across distinct Entra ID tenants.
Identify that Cross-tenant synchronization uses the Microsoft Entra provisioning service to automate provisioning, updating, and deprovisioning of B2B users across tenants.
This reduces administrative overhead and ensures external guest accounts are removed when users leave the source tenant.
4
Analyze the requirement to authenticate external contractors without an Entra ID or federated identity.
Recognize that Email One-Time Passcode (OTP) allows external users to authenticate using a temporary code sent to their email, serving as a fallback when no federated identity provider exists.
This ensures secure access for partners without requiring them to create a Microsoft Account.

Key Concept

Designing secure, resilient, and automated hybrid and multi-tenant identity topologies in Microsoft Entra ID.
Question 54Question

An organization is designing a security and access control strategy for its Microsoft Entra ID tenant to protect sensitive cloud resources and workloads. The security team has defined several key access requirements for their environment. Match each security requirement to the corresponding Microsoft Entra ID or Conditional Access feature that best satisfies it.

Click a left item, then click its matching right item

Items

Secure access to a critical financial application by requiring users to authenticate using phishing-resistant methods like FIDO2 security keys, ignoring weaker multi-factor authentication methods.
Revoke active OAuth 2.0 access tokens in near real-time when a user's password is reset or their account is disabled, bypassing standard token lifetimes.
Trigger a step-up authentication challenge dynamically within a custom line-of-business application when a user attempts to view highly confidential files.
Configure Microsoft 365 services to automatically block file downloads and enforce read-only web access when connected from unmanaged devices.

Matches

Show answer & explanation

Answer

The requirement for phishing-resistant methods matches Conditional Access Authentication Strength; near real-time token revocation matches Continuous Access Evaluation (CAE); dynamically triggering step-up authentication matches Conditional Access Authentication Context; and blocking file downloads from unmanaged devices matches Conditional Access App Enforced Restrictions.
The correct mapping pairs the security requirements with their respective Entra ID features: FIDO2 requirement pairs with Conditional Access Authentication Strength, near real-time token revocation pairs with Continuous Access Evaluation (CAE), dynamic step-up authentication pairs with Conditional Access Authentication Context, and restricting unmanaged devices to read-only access pairs with Conditional Access App Enforced Restrictions.

Step-by-Step Solution

1
Analyze the requirement for enforcing specific phishing-resistant MFA methods.
Identify that Conditional Access Authentication Strength allows administrators to specify exactly which MFA methods (e.g., FIDO2 keys) are acceptable for a policy.
Standard MFA policies only require multi-factor authentication generally, whereas authentication strength defines the specific combination of allowed methods.
2
Analyze the requirement for near real-time revocation of active sessions upon account events.
Identify Continuous Access Evaluation (CAE) as the mechanism that enables active token revocation within minutes when events like password resets occur.
Without CAE, tokens remain valid until their standard expiration lifetime (typically 1 hour) even if the user account is disabled.
3
Analyze the requirement for triggering MFA step-up dynamically within an application session.
Identify Conditional Access Authentication Context as the bridge between application-level actions and Conditional Access policies.
Authentication context allows custom apps or SharePoint to prompt for additional verification only when accessing specific high-sensitivity data.
4
Analyze the requirement for restricting downloads and enforcing read-only web access on unmanaged devices.
Identify Conditional Access App Enforced Restrictions as the session control that communicates device state to Microsoft 365 workloads.
This session control allows workloads like SharePoint to control the browser behavior based on compliance signals passed by Entra ID.

Key Concept

Designing granular and secure Microsoft Entra ID Authentication and Conditional Access policies using authentication strengths, session controls, real-time evaluation, and application-level integration.
Estimated Time:3m 0s
Question 55Question

Your enterprise is designing a monitoring and log routing solution. You need to match each monitoring requirement to the correct Azure service or configuration that satisfies the requirement at the lowest cost and complexity.

Match each log routing requirement on the left to its most appropriate Azure resource or configuration on the right.

Click a left item, then click its matching right item

Items

Stream Azure Key Vault diagnostic logs to a non-Azure SIEM system with sub-minute latency
Retain Virtual Network flow logs for 77 years to meet regulatory compliance at the lowest possible cost
Collect system event logs from both Azure virtual machines and on-premises physical servers in a unified repository
Store resource logs in a repository that supports Kusto Query Language (KQL) for ad-hoc troubleshooting

Matches

Show answer & explanation

Answer

Stream diagnostic logs to SIEM matches Azure Event Hubs; Retain flow logs for 77 years matches Azure Storage Account; Collect logs from hybrid servers matches Log Analytics workspace with the Azure Monitor Agent; Store logs for KQL queries matches Log Analytics workspace.
Streaming logs to SIEM maps to Azure Event Hubs because it acts as an ingestion pipeline for third-party consumers. Multi-year low-cost archiving maps to Azure Storage Accounts. Hybrid event collection maps to the Azure Monitor Agent since it supports both Azure VMs and on-premises servers. Ad-hoc querying via KQL maps directly to Log Analytics workspace storage.

Step-by-Step Solution

1
Analyze the real-time SIEM ingestion requirement.
Identify that streaming logs to non-Azure destinations in near real-time requires an event pipeline.
Azure Event Hubs is the standard broker for routing diagnostic data to third-party SIEM providers.
2
Evaluate the 77-year long-term log retention requirement under cost constraints.
Identify that Log Analytics is too expensive for long-term passive retention, whereas Storage Accounts are cost-efficient.
An Azure Storage Account with cool or archive tier is the lowest-cost option for multi-year retention compliance.
3
Examine the hybrid collection requirement for virtual and physical servers.
Determine the agent needed to bridge Azure and on-premises workloads.
The Azure Monitor Agent (AMA) supports both Azure VMs and hybrid physical servers (via Azure Arc) to collect and forward logs to a Log Analytics workspace.
4
Analyze the interactive KQL query requirement.
Identify the repository that natively exposes a KQL query engine.
A Log Analytics workspace stores log data in structured tables that can be queried directly using Kusto Query Language (KQL).

Key Concept

Selecting log routing targets and collection mechanisms in Azure Monitor based on latency, cost, hybrid scope, and query requirements.
Estimated Time:2m 0s
Question 56Question

An organization is migrating several legacy workloads to Azure and plans to use Azure Cosmos DB. You need to recommend the appropriate Azure Cosmos DB API for each workload based on their technical requirements.

Match each workload pattern to its corresponding Azure Cosmos DB API.

Click a left item, then click its matching right item

Items

A social networking application that needs to query complex entity relationships and traverse graphs using Apache TinkerPop.
A retail inventory system migrating from an existing open-source MongoDB deployment with minimal changes to the application code.
An IoT logging system that writes time-series telemetry structured as wide-column tables compatible with Apache Cassandra.
A customer portal needing to store and query semi-structured JSON documents using standard SQL queries.

Matches

Show answer & explanation

Answer

Match 'Apache TinkerPop' to 'API for Gremlin', 'MongoDB deployment' to 'API for MongoDB', 'Apache Cassandra wide-column tables' to 'API for Cassandra', and 'JSON documents using standard SQL' to 'API for NoSQL'.
Each workload is mapped to the API that supports its specific query paradigm and database driver compatibility: Apache TinkerPop maps to API for Gremlin, MongoDB migration maps to API for MongoDB, Cassandra wide-column queries map to API for Cassandra, and SQL-like JSON document queries map to the native API for NoSQL.

Step-by-Step Solution

1
Analyze the graph database requirement.
Since it uses Apache TinkerPop, it matches the API for Gremlin.
The API for Gremlin is designed specifically for graph workloads using the TinkerPop standard.
2
Analyze the MongoDB migration requirement.
Since it requires migrating an existing MongoDB deployment with minimal changes, it matches the API for MongoDB.
The API for MongoDB allows existing MongoDB drivers and tools to interact with Azure Cosmos DB directly.
3
Analyze the wide-column and Cassandra compatibility requirement.
Since it requires Cassandra compatibility, it matches the API for Cassandra.
The API for Cassandra is compatible with Cassandra Query Language (CQL) and drivers.
4
Analyze the SQL query on JSON documents requirement.
Since it requires querying JSON using SQL, it matches the API for NoSQL.
The API for NoSQL is the native document model that uses SQL-like queries.

Key Concept

Selecting the correct Azure Cosmos DB API based on database model, compatibility requirements, and query language needs.
Question 57Question

A global financial enterprise is designing a hybrid identity and access management solution using Microsoft Entra ID. You need to align specific security and authentication requirements with the appropriate Microsoft Entra ID feature or Conditional Access configuration.

Match each security requirement on the left to its corresponding feature or configuration on the right. (Each option on the right may be used once, more than once, or not at all.)

Click a left item, then click its matching right item

Items

Validate authentication requests in real-time directly against the on-premises Active Directory Domain Services (AD DS) without storing any form of password hashes in the cloud, while ensuring high availability via redundant on-premises agents.
Detect and block the use of custom, organization-specific weak passwords or terms during password changes, applied both to cloud-native users and users synchronized from on-premises AD DS.
Enforce multi-factor authentication (MFA) for administrative roles only when they access Azure management portals from external, untrusted IP ranges.
Restrict session lifetimes for web-based access to SharePoint Online on unmanaged personal devices, forcing users to re-verify credentials every 4 hours.

Matches

Show answer & explanation

Answer

Match the following: validation without cloud hashes maps to Pass-through Authentication; custom weak password blocking maps to Microsoft Entra Password Protection; IP-based MFA restriction maps to Conditional Access Locations conditions and Grant controls; and limiting session lifetimes maps to Conditional Access Session controls with Sign-in frequency.
Pass-through Authentication validates passwords directly against on-premises Active Directory using agents, fulfilling the requirement of validating credentials in real-time without cloud-stored hashes. Microsoft Entra Password Protection allows custom banned password lists to block weak terms globally and on-premises. Conditional Access Locations conditions combined with Grant controls restrict access based on network locations and require MFA. Conditional Access Session controls with Sign-in frequency allow setting specific re-authentication intervals for resource access.

Step-by-Step Solution

1
Analyze the identity synchronization and authentication requirement for validation without cloud hashes.
Identify Microsoft Entra Pass-through Authentication (PTA) as the solution, as it leverages on-premises agents to validate credentials directly without storing password hashes in Microsoft Entra ID.
Password Hash Synchronization (PHS) stores hashes in the cloud, which violates the primary constraint.
2
Evaluate the requirement for banning custom weak terms for both cloud and synchronized users.
Determine that Microsoft Entra Password Protection meets this requirement through custom banned lists deployed to both cloud and on-premises Active Directory via agents.
This features ensures password quality policy compliance across hybrid identity systems.
3
Assess the requirement to enforce MFA based on IP addresses.
Select Conditional Access with Locations conditions and Grant controls to require MFA only when external to trusted IP ranges.
Named Locations allow defining IP networks, and Grant controls allow requiring MFA under specific conditions.
4
Assess the requirement to limit the session lifetime on unmanaged devices.
Select Conditional Access Session controls configured with a Sign-in frequency of 4 hours.
Sign-in frequency dictates how often a user must re-authenticate to access the targeted cloud resource.

Key Concept

Microsoft Entra ID hybrid authentication and Conditional Access design
Question 58Question

An organization is designing a security and identity infrastructure solution using Microsoft Entra ID. Match each organization's technical or security requirement to the most appropriate Microsoft Entra ID authentication method or Conditional Access feature.

Click a left item, then click its matching right item

Items

A manufacturing company needs a hybrid identity solution that minimizes on-premises infrastructure and ensures users can authenticate to cloud services even during an on-premises network outage.
A financial services firm must ensure that remote employees using unmanaged personal devices can access web-based email but are blocked from downloading attachments.
A regulated utility provider requires that all user password validations occur directly against their local Active Directory domain controllers in real-time to immediately honor disabled accounts.
A technology startup wants to block sign-in attempts to the Azure portal if they originate from anonymous IP addresses or exhibit anomalous travel patterns.

Matches

Show answer & explanation

Answer

Matching pairs: Left Item 1 to Password Hash Synchronization (PHS); Left Item 2 to Conditional Access session controls with App Enforced Restrictions; Left Item 3 to Pass-through Authentication (PTA); Left Item 4 to Conditional Access risk-based policies using Sign-in Risk.
The correct pairings map the hybrid authentication methods (PHS and PTA) to their correct operational requirements (PHS for offline capability, PTA for real-time local AD validation), and map the Conditional Access features to their correct use cases (App Enforced Restrictions for web-only limiting on personal devices, and Sign-in Risk for blocking anomalous connection events).

Step-by-Step Solution

1
Analyze Left Item 1 (manufacturing company). The key requirement is resilience to on-premises network outages and minimal on-premises infrastructure.
This requires Password Hash Synchronization (PHS) because it is the only hybrid option that performs authentication entirely in the cloud, removing dependency on on-premises domain controllers and network paths.
PTA and Active Directory Federation Services (AD FS) require live connections to on-premises resources to complete authentications, making them vulnerable to local outages.
2
Analyze Left Item 2 (financial services firm). The requirement is to restrict user actions (blocking downloads) within application sessions based on device compliance state.
This matches Conditional Access session controls using App Enforced Restrictions.
Standard grant controls only block or allow access, whereas session controls allow fine-grained access limits like blocking downloads or copy-paste on unmanaged devices.
3
Analyze Left Item 3 (utility provider). The requirements are real-time validation against local domain controllers to immediately honor account disable status, without hosting password hashes in Microsoft Entra ID.
This points to Pass-through Authentication (PTA).
PTA validates passwords directly against on-premises Active Directory in real-time. Unlike PHS, it does not require password hashes to be kept in the cloud, and unlike AD FS, it does not require complex federation infrastructure.
4
Analyze Left Item 4 (technology startup). The requirement is to evaluate anomalous behavior associated with the login event itself (such as impossible travel or anonymous IPs).
This matches Conditional Access risk-based policies targeting Sign-in Risk.
Sign-in Risk represents the probability that a specific sign-in request is compromised (e.g., anonymous IP, impossible travel), whereas User Risk represents the probability that the identity itself is compromised (e.g., leaked credentials).

Key Concept

Selecting and configuring hybrid authentication methods (PHS vs. PTA) and designing Conditional Access policies using session controls and risk-based conditions.
Estimated Time:3m 0s
Question 59Question

You are designing a global database solution using Azure Cosmos DB. You need to match the specific application requirements on the left to the appropriate Azure Cosmos DB consistency level on the right that meets those requirements with the lowest latency and highest availability.

Click a left item, then click its matching right item

Items

A financial reporting application requiring that reads never see out-of-order updates, and replication lag must not exceed 55 minutes or 100,000100,000 operations.
A stock trading platform where all reads across all regions must return the absolute latest, committed write, accepting higher latency and lower availability.
A collaborative document editing application where users must always read their own writes immediately, but other users can see updates with a slight delay.
A blog comments section where comments must appear in the order they were posted, but there is no requirement for real-time synchronization.

Matches

Show answer & explanation

Answer

The collaborative document editor matches Session consistency. The financial reporting application matches Bounded Staleness consistency. The stock trading platform matches Strong consistency. The blog comments section matches Consistent Prefix consistency.
Each application requirement matches the most cost-effective and performant consistency level that satisfies its specific ordering and latency constraints. Strong consistency is used for absolute real-time correctness; Bounded Staleness for predictable regional lag limits; Session for read-your-own-writes session isolation; and Consistent Prefix for basic sequence preservation without real-time synchronization.

Step-by-Step Solution

1
Analyze the collaborative document editor requirement for reading own writes.
Identify Session consistency as it provides the read-your-own-writes guarantee within a client session at low latency.
Session consistency is the default and optimized level for user-specific write-to-read flows.
2
Analyze the financial reporting application requirement for bound operations and time limits.
Identify Bounded Staleness consistency as it explicitly bounds lag by operations (KK) or time (TT).
This consistency level is designed specifically for applications that can tolerate some staleness but need a strict SLA on how far behind reads can be.
3
Analyze the stock trading platform requirement for absolute latest reads.
Identify Strong consistency as it ensures linearizability across all regions.
Strong consistency guarantees that a read always returns the most recent write, which is critical for financial transactions where stale reads are unacceptable.
4
Analyze the blog comments requirement for ordered but delayed updates.
Identify Consistent Prefix consistency as it guarantees that updates are returned in order without out-of-sequence anomalies.
Consistent Prefix is the lowest latency consistency model that still guarantees sequence preservation, preventing comments from appearing out of order.

Key Concept

Azure Cosmos DB Consistency Levels
Question 60Question

NexaHealth is designing an identity and security strategy using Microsoft Entra ID. You need to match each technical requirement to the most appropriate Microsoft Entra ID or Conditional Access feature. Drag the appropriate feature from the column on the right to the matching requirement on the left.

Click a left item, then click its matching right item

Items

Enforce multi-factor authentication (MFA) for administrative roles only when their sign-in attempt is classified as a medium or high risk level.
Enforce a maximum inactive session lifetime of one hour for web-based access to sensitive clinical portals.
Block the use of organization-specific and healthcare-specific terms within user passwords during password creation or reset.
Enable external guest users to authenticate using their existing Google or Facebook accounts without provisioning new credentials.

Matches

Show answer & explanation

Answer

The correct pairings are: Requirement 1 matches 'Conditional Access sign-in risk condition', Requirement 2 matches 'Conditional Access session controls', Requirement 3 matches 'Microsoft Entra Password Protection custom list', and Requirement 4 matches 'Microsoft Entra External ID identity providers'.
Each security and authentication requirement maps to a dedicated feature in Microsoft Entra: sign-in risk policies evaluate session context, session controls manage idle session lifetimes, custom password protection lists prevent insecure industry terms, and external identity provider configuration allows direct federation with third-party accounts.

Step-by-Step Solution

1
Analyze the requirement to enforce MFA dynamically based on anomalous access patterns.
Identify that the sign-in risk condition assesses the probability of a compromised request in real-time.
This allows targeting MFA prompts specifically to risky authentication attempts rather than every administrative login.
2
Analyze the requirement to limit the duration of inactive web portal sessions.
Determine that session controls within Conditional Access policies manage browser session persistence and sign-in frequency.
These controls enforce a re-authentication prompt once the specified threshold is crossed.
3
Analyze the requirement to restrict the use of industry-specific terms in user passwords.
Determine that Microsoft Entra Password Protection allows uploading a custom list of banned terms.
This list is evaluated alongside the global banned password list to secure password validation.
4
Analyze the requirement to authenticate guest users via existing consumer identity accounts.
Identify that Microsoft Entra External ID identity providers support external federation with identity providers like Google and Facebook.
This avoids provisioning internal credentials for external partners, simplifying governance.

Key Concept

Selecting the correct Microsoft Entra identity, authentication, and Conditional Access features to satisfy specific security and business compliance requirements.
Estimated Time:2m 0s
PreviousPage 3 / 4Next
All practice questions — Microsoft Azure Solutions Architect (AZ-305) | Examkin