Courseiva

Microsoft Security, Compliance, and Identity Fundamentals SC-900 (SC-900) — Questions 175

1250 questions total · 17pages · All types, answers revealed

Page 1 of 17

Page 2
1
MCQhard

A company hosts a line-of-business application on an Azure virtual machine. The IT team is responsible for configuring the operating system, installing security updates, and managing the application code. An auditor asks who is responsible for the physical security of the data center where the virtual machine runs. According to the shared responsibility model for cloud services, who is responsible?

A.The customer
B.Microsoft
C.Both the customer and Microsoft equally
D.Neither – physical security is no longer needed in the cloud
AnswerB

In an Infrastructure-as-a-Service (IaaS) model, Microsoft retains full responsibility for the physical security of the underlying data centers, including the buildings, servers, networking hardware, and environmental controls. This encompasses safeguarding against unauthorized physical access, environmental threats, and ensuring the integrity of the foundational infrastructure. This division of responsibility is a fundamental aspect of the shared responsibility model, where the cloud provider manages the "security of the cloud."

Why this answer

Under the shared responsibility model, Microsoft is responsible for the physical security of its Azure data centers, including access controls, surveillance, and environmental safeguards. The customer is responsible for securing the virtual machine's operating system, applications, and data, but not the physical infrastructure. Therefore, Microsoft retains responsibility for physical security even when the customer manages the guest OS and application.

Exam trap

The trap here is that candidates mistakenly think the customer is responsible for all security when they manage the OS and application, but physical security always remains the provider's responsibility under the shared responsibility model.

Why the other options are wrong

A

In the shared responsibility model, physical security of the data center is always the responsibility of the cloud provider (Microsoft), not the customer. The customer is responsible for securing their own data, applications, and configurations on the VM.

C

In the shared responsibility model, physical security of the data center is always the responsibility of the cloud provider (Microsoft), not shared. The customer is responsible for securing the OS, applications, and data, but not the physical infrastructure.

D

Physical security of the data center is always the responsibility of the cloud provider (Microsoft) under the shared responsibility model; it is never eliminated in cloud computing.

When would these options actually be correct?

A

This option would be correct if the question asked about responsibility for configuring the operating system, installing security updates, or managing the application code on the VM, as those are customer responsibilities under the IaaS model.

C

This option would be correct in a scenario where the question asks about responsibility for securing the virtual machine's operating system and applications, or for a hybrid deployment where the customer manages some physical infrastructure (e.g., on-premises servers connected to Azure).

D

In a question about responsibility for securing the guest operating system or application code on an IaaS virtual machine, where the customer retains full control and responsibility for those layers, 'Neither – physical security is no longer needed' would be incorrect; but if the question asked about a SaaS service where the provider manages everything including physical security, then 'Neither' might be chosen incorrectly. However, no valid scenario makes this option correct.

Why candidates pick the wrong answer

A

Candidates may mistakenly think that because they manage the VM's OS and applications, they also bear responsibility for the underlying physical infrastructure, not realizing that physical security is always the provider's duty.

C

Candidates may mistakenly believe that all security responsibilities are shared equally, not understanding that physical security is exclusively the provider's responsibility under IaaS.

D

Candidates may mistakenly believe that cloud computing eliminates the need for physical security because they think all security is abstracted away or handled automatically by the provider.

2
Multi-Selecteasy

Which TWO scenarios are addressed by Microsoft Entra ID Protection? (Choose two.)

Select 2 answers
A.Detecting leaked credentials on the dark web
B.Reviewing group membership assignments
C.Enforcing device compliance policies
D.Resetting forgotten passwords
E.Blocking sign-ins from anonymous IP addresses
AnswersA, E

ID Protection monitors for credential leaks.

Why this answer

Microsoft Entra ID Protection uses machine learning and heuristic algorithms to detect leaked credentials by monitoring known credential dumps on the dark web. When a user's credentials appear in a breach, ID Protection can automatically force a password reset or block sign-ins. Additionally, ID Protection can block sign-ins from anonymous IP addresses (e.g., Tor or anonymous VPNs) as part of its risk-based conditional access policies.

These two capabilities—detecting leaked credentials and blocking sign-ins from anonymous IP addresses—are core risk detection and remediation features of Identity Protection.

Exam trap

The trap here is confusing Identity Protection's risk detection and remediation capabilities with other Microsoft Entra features like SSPR, access reviews, or device compliance, leading candidates to select options that are not part of the Identity Protection service.

3
MCQmedium

A company uses Microsoft 365 and wants to protect its users from malicious links and attachments in email, as well as phishing attacks. Which Microsoft security solution is specifically designed for email and collaboration protection?

A.Microsoft Defender for Endpoint
B.Microsoft Defender for Office 365
C.Microsoft Defender for Cloud Apps
D.Microsoft Defender for Identity
AnswerB

Microsoft Defender for Office 365 is specifically designed to protect Microsoft 365 services, including email, Teams, and SharePoint Online, from advanced threats. It provides robust capabilities like Safe Attachments, which detonates suspicious attachments in a sandbox environment, and Safe Links, which rewrites and scans URLs at the time of click to prevent access to malicious websites, directly addressing the need for protection against malicious links and attachments in email.

Why this answer

Microsoft Defender for Office 365 (formerly Office 365 Advanced Threat Protection) is the dedicated security solution for email and collaboration workloads. It provides protection against malicious links (Safe Links), malicious attachments (Safe Attachments), and anti-phishing policies specifically for Exchange Online, SharePoint, OneDrive, and Teams. This directly matches the question's requirement for email and collaboration protection.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Endpoint (device protection) with Microsoft Defender for Office 365 (email and collaboration protection), because both names start with 'Microsoft Defender' and both involve threat detection, but they protect completely different attack surfaces.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Endpoint is designed for endpoint devices (Windows, macOS, Linux, Android, iOS) and focuses on preventing, detecting, and responding to threats on those devices, not on email or collaboration content. Option C is wrong because Microsoft Defender for Cloud Apps is a Cloud Access Security Broker (CASB) that provides visibility, data loss prevention, and threat protection for cloud applications (e.g., Shadow IT discovery), not specifically for email and collaboration protection. Option D is wrong because Microsoft Defender for Identity is an on-premises Active Directory security solution that uses signals to detect advanced attacks like Pass-the-Hash and Kerberos Golden Ticket attacks, not email or collaboration threats.

4
MCQmedium

Your organization uses Microsoft Purview to classify data. You need to automatically apply a 'Confidential' label to documents that contain salary information. Which type of sensitivity label configuration should you use?

A.Manual labeling
B.Auto-labeling with sensitive information types
C.Default labeling for SharePoint libraries
D.Mandatory labeling policy
AnswerB

Auto-labeling policies in Microsoft Purview are designed to automatically detect specific content within documents and emails, such as financial data or personally identifiable information, by using sensitive information types (SITs). When a defined SIT or condition is met, the policy automatically applies the corresponding sensitivity label without requiring any user interaction. This method is ideal for consistent, content-based data classification across an organization.

Why this answer

Auto-labeling with sensitive information types allows Microsoft Purview to automatically apply a 'Confidential' label to documents containing salary information based on predefined patterns, such as employee salary data. This configuration uses content scanning to detect sensitive data (e.g., via built-in or custom sensitive information types) and applies the label without user intervention, meeting the requirement for automatic classification.

Exam trap

The trap here is confusing auto-labeling with default labeling or mandatory labeling policies, as candidates may think a default label or a policy requiring user input can achieve automatic content-based labeling, but only auto-labeling with sensitive information types performs dynamic content scanning.

How to eliminate wrong answers

Option A is wrong because manual labeling requires users to apply labels themselves, which does not meet the requirement for automatic application. Option C is wrong because default labeling for SharePoint libraries applies a label to all documents in a library by default, but it does not dynamically detect salary information; it applies a static label regardless of content. Option D is wrong because mandatory labeling policy requires users to select a label when saving or sharing documents, but it does not automatically apply a specific label based on content detection.

5
MCQmedium

A company has been fined for failing to respond to a data subject access request (DSAR) within the required timeframe. The compliance team needs to streamline the process of identifying and exporting personal data when a DSAR is received. Which Microsoft Purview solution should they use?

A.Microsoft Purview Compliance Manager
B.Microsoft Purview Communication Compliance
C.Microsoft Purview eDiscovery (Premium)
D.Microsoft Purview Data Lifecycle Management
AnswerC

Microsoft Purview eDiscovery (Premium) provides advanced capabilities specifically designed for identifying, preserving, collecting, processing, reviewing, analyzing, and exporting content in response to legal, regulatory, or internal investigations, which explicitly includes Data Subject Access Requests (DSARs). Its comprehensive toolset allows for targeted searches across diverse data sources, intelligent review workflows, and secure export of relevant data, making it the ideal solution for efficiently fulfilling such obligations.

Why this answer

Microsoft Purview eDiscovery (Premium) provides advanced search, hold, and export capabilities for responding to DSARs. Data Lifecycle Management handles retention. Communication Compliance monitors communications.

Compliance Manager assesses compliance posture but does not handle DSAR workflows.

6
Multi-Selecteasy

Which TWO capabilities are provided by Microsoft Entra External ID? (Choose two.)

Select 2 answers
A.Support for social identity providers like Google
B.Mobile device management
C.Collaboration with external users from partner organizations
D.On-premises server monitoring
E.Identity risk detection
AnswersA, C

Microsoft Entra External ID, specifically through its Azure AD B2C capabilities, enables organizations to allow customers and consumers to sign up and sign in to applications using their existing social accounts, such as Google, Facebook, or Microsoft accounts. This feature simplifies the user experience by leveraging familiar identity providers, reducing the need for users to create and manage new credentials. It integrates these external identities seamlessly into the application's authentication flow, providing a flexible and user-friendly access method.

Why this answer

Options A and C are correct. Microsoft Entra External ID enables collaboration with external users from partner organizations (option C) and supports social identity providers like Google, Facebook, and Microsoft accounts (option A). Option B is incorrect because mobile device management is handled by Microsoft Intune, not Entra External ID.

Option D is incorrect because on-premises server monitoring is not a capability of Entra External ID; it is unrelated to identity and access management. Option E is incorrect because identity risk detection is part of Microsoft Entra Identity Protection, not External ID.

7
MCQhard

You are a security administrator for Contoso Ltd., which uses Microsoft 365 E5. The company has 10,000 users and uses Microsoft Entra ID for identity. The security team has noticed an increase in sign-in attempts from anonymous IP addresses and from locations outside the company's home country. They want to implement a solution that automatically blocks sign-ins from anonymous IP addresses and requires MFA for sign-ins from outside the home country. They also want to ensure that if a user's risk level is high, they are forced to change their password. The solution must use Microsoft Entra ID Protection and Conditional Access. You have already configured a Conditional Access policy to require MFA for all users. Which of the following is the most efficient way to meet all requirements with minimal administrative overhead?

A.Configure Identity Protection sign-in risk policy to block anonymous IP addresses, user risk policy to require password change for high-risk users, and create a Conditional Access policy to require MFA for sign-ins from outside the home country.
B.Create a single Conditional Access policy that blocks anonymous IP addresses, requires MFA based on location, and forces password change for high-risk users.
C.Configure Identity Protection to block anonymous IP addresses and require password change for high-risk users. Use Conditional Access to block sign-ins from outside the home country.
D.Configure Identity Protection to block anonymous IP addresses and require password change for high-risk users. Use Conditional Access to require MFA for all users.
AnswerA

This meets all requirements: anonymous IP blocked via risk policy, password change via user risk policy, location-based MFA via Conditional Access.

Why this answer

A is correct. Identity Protection sign-in risk policies can detect and block sign-ins from anonymous IP addresses. User risk policies can require a password change for high-risk users.

Conditional Access policies can enforce MFA based on location (e.g., outside home country). Option B is incorrect because a single Conditional Access policy cannot directly detect anonymous IP addresses (this is only available through Identity Protection). Option C is incorrect because it blocks sign-ins from outside the home country instead of requiring MFA.

Option D is incorrect because it uses Conditional Access to require MFA for all users, which is already done by the existing policy, and it does not specifically enforce MFA for outside home country; also, requiring MFA for all users adds unnecessary friction. The most efficient method to meet all requirements with minimal administrative overhead is to combine Identity Protection risk policies for anonymous IP and high risk, and create a separate Conditional Access policy for location-based MFA, as in option A.

8
MCQhard

A company deploys a custom application on Azure App Service (PaaS). Which of the following security responsibilities falls completely under the customer's scope according to the shared responsibility model?

A.Applying operating system patches to the virtual machines running the App Service
B.Configuring network security groups to filter traffic to the App Service
C.Managing the application code and its configuration
D.Ensuring physical security of the Azure data centers
AnswerC

In the shared responsibility model, the customer always retains full accountability for the security within their deployed application, regardless of the cloud service model. This encompasses developing secure application code, implementing robust authentication and authorization, managing application-level configurations, and ensuring proper data encryption and handling within the application itself. Securing the application layer is a primary customer responsibility to prevent vulnerabilities and data breaches.

Why this answer

In the shared responsibility model for PaaS like Azure App Service, the customer is responsible for managing the application code and its configuration, including secrets, connection strings, and authentication settings. Microsoft manages the underlying platform, including the OS and runtime, so the customer's scope is limited to what they deploy and configure within the service.

Exam trap

The trap here is that candidates confuse PaaS with IaaS and assume they must manage OS patches or NSGs, but in PaaS, those are abstracted and Microsoft's responsibility, while the customer's focus is on application-level security.

How to eliminate wrong answers

Option A is wrong because applying OS patches to the virtual machines running App Service is Microsoft's responsibility, as the platform is abstracted and the customer has no direct access to the underlying VMs. Option B is wrong because configuring network security groups (NSGs) is not applicable to App Service; traffic filtering is done via App Service access restrictions or Azure Front Door/WAF, not NSGs, which are for IaaS VNets. Option D is wrong because ensuring physical security of Azure data centers is entirely Microsoft's responsibility under the shared model, never the customer's.

9
MCQmedium

A financial services company needs to monitor employee communications in Microsoft Teams and Exchange Online for potential policy violations, such as sharing insider trading tips. They want to automatically detect specific keywords and phrases, and then allow designated reviewers to flag and escalate the messages. Which Microsoft Purview solution should they use?

A.Microsoft Purview Communication Compliance
B.Microsoft Purview Data Lifecycle Management
C.Microsoft Purview Information Barriers
D.Microsoft Purview eDiscovery
AnswerA

Microsoft Purview Communication Compliance proactively identifies and remediates code-of-conduct policy violations and regulatory compliance risks within an organization's communications. It leverages machine learning and customizable policies to detect inappropriate content, sensitive information sharing, or potential insider trading across various communication channels, enabling organizations to monitor employee conduct effectively.

Why this answer

Microsoft Purview Communication Compliance is the correct solution because it is specifically designed to detect policy violations in communications like Microsoft Teams chats and Exchange Online emails. It uses customizable policies to automatically scan for sensitive keywords and phrases (e.g., insider trading terms), and then routes flagged messages to designated reviewers for investigation, flagging, and escalation. This aligns directly with the requirement to monitor employee communications for policy violations and enable reviewer workflows.

Exam trap

The trap here is that candidates often confuse Communication Compliance with eDiscovery, assuming eDiscovery can proactively monitor and flag messages, but eDiscovery is reactive and designed for legal holds and searches, not real-time policy violation detection and review workflows.

How to eliminate wrong answers

Option B is wrong because Microsoft Purview Data Lifecycle Management focuses on retaining, deleting, and managing data based on lifecycle policies, not on monitoring communications for policy violations or keyword detection. Option C is wrong because Microsoft Purview Information Barriers are used to prevent communication and collaboration between specific groups (e.g., to avoid conflicts of interest), but they do not scan for keywords or provide a review workflow for policy violations. Option D is wrong because Microsoft Purview eDiscovery is designed for legal discovery and litigation support, allowing search and export of content, but it does not proactively monitor communications in real-time or automatically flag policy violations for review.

10
MCQmedium

A company uses Microsoft Entra ID. The security team wants to configure automated actions when user sign-ins are detected as high risk due to anonymized IP addresses or leaked credentials. They need to automatically block the sign-in or force a password change based on risk level. Which Microsoft Entra ID feature should they use?

A.Privileged Identity Management
B.Identity Protection
C.Azure AD Connect
D.Self-service password reset
AnswerB

Microsoft Entra ID Protection is a crucial tool for automating the detection and remediation of identity-based risks. It leverages machine learning to identify suspicious activities such as sign-ins from unfamiliar locations, leaked credentials, or infected devices. Based on configured risk policies, it can automatically enforce actions like blocking access, requiring multi-factor authentication, or forcing a password reset, thereby protecting user accounts proactively.

Why this answer

Microsoft Entra ID Protection is the correct feature because it automates the detection and remediation of identity-based risks, including sign-ins from anonymized IP addresses and leaked credentials. It allows administrators to configure conditional access policies that automatically block high-risk sign-ins or force a password change based on the risk level (e.g., low, medium, high). This directly matches the security team's requirement for automated actions tied to risk detection.

Exam trap

The trap here is that candidates often confuse Identity Protection's risk-based automation with Privileged Identity Management's role-based controls, mistakenly thinking PIM handles all security automation for identities.

Why the other options are wrong

A

Privileged Identity Management (PIM) manages, controls, and monitors access to privileged roles in Microsoft Entra ID, but it does not detect or automatically respond to risky sign-ins based on anonymized IP addresses or leaked credentials.

C

Azure AD Connect is used for hybrid identity synchronization between on-premises Active Directory and Azure AD, not for detecting or responding to risky sign-ins based on anonymized IP addresses or leaked credentials.

D

Self-service password reset (SSPR) allows users to reset their own passwords but does not include automated risk-based actions like blocking sign-ins or forcing password changes based on detected risk levels from anonymized IPs or leaked credentials.

When would these options actually be correct?

A

A question asking which feature provides just-in-time privileged access, role activation with approval, or access reviews for administrative roles in Microsoft Entra ID would have PIM as the correct answer.

C

A company needs to synchronize user accounts, groups, and password hashes from on-premises Active Directory to Azure AD to enable hybrid identity scenarios such as single sign-on and password hash synchronization.

D

A company wants to enable users to reset their own passwords without IT intervention, especially after a password expiration or forgotten password scenario. The question would specify that the goal is to reduce helpdesk calls for password resets, not to respond to risk detections.

Why candidates pick the wrong answer

A

Candidates may confuse PIM's role-based access controls with security policies for risky sign-ins, or assume that managing privileged identities inherently includes risk-based responses.

C

Candidates may confuse Azure AD Connect with identity protection features because both are related to Azure AD, but Azure AD Connect focuses on synchronization, not security risk detection.

D

Candidates may confuse SSPR with the forced password change action in Identity Protection, thinking that SSPR can be triggered automatically by risk events, but SSPR is user-initiated and not tied to risk policies.

11
MCQmedium

Your company is implementing a new application that requires users to authenticate using Microsoft Entra ID. The security team wants to enforce multifactor authentication (MFA) for all users accessing this application, but only when they are connecting from an untrusted network. Which conditional access policy should you configure?

A.Session control: 'Use app enforced restrictions' to block access from untrusted networks.
B.Grant control: 'Require multifactor authentication' with a condition on 'Locations' set to 'All trusted locations' as exclusion.
C.Assignments: 'Users and groups' including all users, then grant control: 'Require multifactor authentication' without conditions.
D.Grant control: 'Require device to be marked as compliant' with a condition on 'Client apps'.
AnswerB

This configuration correctly addresses the requirement by leveraging Conditional Access's powerful location-based targeting. By setting the 'Locations' condition to 'Any location' and then explicitly *excluding* 'All trusted locations', the policy precisely targets only connections originating from untrusted networks. The 'Require multifactor authentication' grant control then ensures that users attempting to access the application from these untrusted networks must successfully complete an MFA challenge, significantly enhancing security for high-risk access attempts.

Why this answer

It configures a Conditional Access policy that grants access only when MFA is performed, and excludes trusted network locations. This ensures that MFA is enforced only when users connect from untrusted networks, meeting the security team's requirement.

Exam trap

The trap here is that candidates often confuse 'Grant control' with 'Session control' or overlook the need to exclude trusted locations, leading them to select an option that either enforces MFA everywhere or uses an inappropriate control like device compliance.

How to eliminate wrong answers

Option A is wrong because session control 'Use app enforced restrictions' does not enforce MFA; it relies on the application itself to enforce restrictions, which is not the same as requiring MFA via Conditional Access. Option C is wrong because it requires MFA for all access attempts without any location condition, which would enforce MFA even from trusted networks, violating the requirement to only enforce MFA from untrusted networks. Option D is wrong because it requires device compliance rather than MFA, and the condition on 'Client apps' does not address the location-based requirement for MFA enforcement.

12
MCQmedium

A company uses Microsoft 365 and needs to identify and protect sensitive data, such as credit card numbers, stored in SharePoint Online and OneDrive for Business. They also want to prevent users from sharing this data externally. Which Microsoft Purview solution should they use?

A.Data Loss Prevention (DLP)
B.Data Lifecycle Management (DLM)
C.Information Protection (sensitivity labels)
D.Audit (Standard)
AnswerA

Correct. DLP policies can identify sensitive data such as credit card numbers and automatically block actions like sharing externally. It also provides policy tips to educate users.

Why this answer

Data Loss Prevention (DLP) in Microsoft Purview is the correct solution because it is specifically designed to identify, monitor, and automatically protect sensitive data like credit card numbers (using built-in sensitive information types such as Credit Card Number) across Microsoft 365 services, including SharePoint Online and OneDrive for Business. DLP policies can enforce rules to block or restrict external sharing of such data, directly meeting the requirement to prevent users from sharing sensitive data externally.

Exam trap

The trap here is that candidates often confuse Information Protection (sensitivity labels) with DLP, assuming labels alone can prevent external sharing, but labels require DLP policies to enforce sharing restrictions based on the label's classification.

How to eliminate wrong answers

Option B (Data Lifecycle Management) is wrong because it focuses on retaining, deleting, or archiving data based on lifecycle policies (e.g., retention tags, expiration dates), not on identifying or preventing the sharing of sensitive content. Option C (Information Protection with sensitivity labels) is wrong because while sensitivity labels can classify and protect data with encryption or visual markings, they do not natively include the ability to scan for specific data patterns like credit card numbers or enforce external sharing blocks without being combined with DLP policies. Option D (Audit Standard) is wrong because it only provides logging and visibility into user activities (e.g., who accessed or shared a file), but does not actively identify sensitive data or prevent sharing.

13
MCQmedium

Your organization uses Microsoft Defender for Cloud Apps to monitor cloud app usage. You discover that a user is accessing a sanctioned app from an unmanaged device. You need to ensure that when users access this app from unmanaged devices, they are prompted for additional authentication and their session is monitored. What should you configure?

A.Enable Microsoft Entra ID Identity Protection and configure a sign-in risk policy.
B.Create a Conditional Access policy that requires device compliance and block access for non-compliant devices.
C.Create a session policy in Microsoft Defender for Cloud Apps that blocks downloads for all devices.
D.Create a Conditional Access policy that uses the 'Require session control' grant and target 'All cloud apps' and 'Unmanaged devices' as conditions.
AnswerD

Creating a Conditional Access policy that uses the 'Require session control' grant and targets 'All cloud apps' and 'Unmanaged devices' as conditions is the correct approach. This configuration seamlessly integrates Microsoft Entra Conditional Access with Microsoft Defender for Cloud Apps (MDCA), routing sessions from unmanaged devices through MDCA's reverse proxy. This allows MDCA to apply granular, real-time session controls, such as blocking downloads, restricting copy-paste, or enforcing read-only access, specifically for those less trusted sessions while still permitting access to the cloud applications.

Why this answer

You need to use a Conditional Access policy with the 'Require session control' grant, targeting 'All cloud apps' and 'Unmanaged devices' as conditions. This integrates with Microsoft Defender for Cloud Apps to enforce additional authentication (via Microsoft Entra ID) and enable session monitoring, such as real-time activity logging and download blocking, for the sanctioned app when accessed from unmanaged devices.

Exam trap

The trap here is confusing session control (which allows conditional access with monitoring) with device compliance policies (which block or allow based on device state) or Identity Protection (which focuses on risk-based sign-in detection).

How to eliminate wrong answers

Option A is wrong because Microsoft Entra ID Identity Protection's sign-in risk policy detects risky sign-ins (e.g., anonymous IP addresses) but does not specifically target unmanaged devices or provide session monitoring for cloud apps. Option B is wrong because requiring device compliance and blocking non-compliant devices would deny access entirely, not prompt for additional authentication and monitor the session as required. Option C is wrong because a session policy in Defender for Cloud Apps that blocks downloads for all devices does not enforce additional authentication or session monitoring for unmanaged devices specifically; it only restricts a single action (downloads) globally.

14
MCQhard

Refer to the exhibit. You are a security administrator for a company using Azure Virtual Network Manager. You have deployed the security admin configuration shown. What is the impact of this rule?

A.It blocks inbound SMB traffic from the internet to the subnet.
B.It blocks outbound traffic from the subnet to the internet.
C.It denies all traffic from the internet to the subnet.
D.It blocks inbound RDP traffic from the internet.
AnswerA

This rule correctly identifies that Server Message Block (SMB) communication primarily uses TCP port 445. By setting the direction to 'Inbound' and the source to 'Internet' (or a broad public IP range), the rule effectively denies any attempts from external networks to establish an SMB connection with resources within the protected subnet. Blocking inbound SMB from the internet is a critical security measure to prevent common exploits and ransomware attacks that target this protocol.

Why this answer

This security admin configuration in Azure Virtual Network Manager creates a rule that denies inbound traffic on port 445 (SMB) from the 'Internet' service tag to the target subnet. Since the rule has a priority of 100 (lowest number = highest priority) and the action is 'Deny', it overrides any lower-priority or default allow rules, effectively blocking inbound SMB traffic from the internet to the subnet. The rule does not affect outbound traffic or other protocols like RDP unless they are explicitly specified.

Exam trap

The trap here is that candidates may confuse a specific port deny rule (SMB on port 445) with a general 'deny all' rule, or incorrectly assume the rule affects outbound traffic because they misread the direction or priority logic.

How to eliminate wrong answers

Option B is wrong because the rule's direction is 'Inbound', not 'Outbound', so it has no impact on outbound traffic from the subnet to the internet. Option C is wrong because the rule only denies traffic on port 445 (SMB), not all traffic; other protocols and ports are unaffected unless additional rules are present. Option D is wrong because the rule targets port 445 (SMB), not port 3389 (RDP); RDP traffic would require a separate rule to be blocked.

15
MCQmedium

Your organization uses Microsoft Defender for Cloud to secure Azure resources. You need to ensure that all storage accounts have soft delete enabled to protect against accidental deletion. Which policy should you implement?

A.Azure Blueprints
B.Azure Policy with a built-in policy for storage accounts
C.Azure role-based access control (RBAC)
D.Defender for Cloud security recommendations
AnswerB

Azure Policy is the correct tool because it provides a robust system for defining, assigning, and managing standards for your Azure resources. It can evaluate resource configurations against defined rules and enforce compliance by preventing non-compliant deployments or remediating existing non-compliant resources. There are built-in policies specifically designed to audit or enforce settings like soft delete for storage accounts, ensuring continuous configuration enforcement across your subscriptions.

Why this answer

Azure Policy with a built-in policy for storage accounts is correct because it allows you to enforce organizational standards and assess compliance at scale. The built-in policy 'Storage accounts should have soft delete enabled' can be assigned to a subscription or resource group to automatically audit or remediate storage accounts that do not have soft delete configured, ensuring protection against accidental deletion.

Exam trap

The trap here is that candidates often confuse Azure Policy (which enforces configuration rules) with Defender for Cloud recommendations (which only suggest security improvements without automatic enforcement), leading them to select option D.

How to eliminate wrong answers

Option A is wrong because Azure Blueprints is used to orchestrate the deployment of resource templates, policies, and role assignments as a repeatable set of Azure resources, not to enforce a specific configuration like soft delete on existing storage accounts. Option C is wrong because Azure RBAC controls who has permissions to manage Azure resources (authentication and authorization), not the configuration state of those resources (like enabling soft delete). Option D is wrong because Defender for Cloud security recommendations provide alerts and suggested remediations for security misconfigurations, but they do not automatically enforce or prevent non-compliant resources from being created; they are advisory, not a policy enforcement mechanism.

16
MCQmedium

Refer to the exhibit. You run the PowerShell command to search the unified audit log for file deletions. The command returns no results, but you know a file was deleted last week. What is the most likely reason?

A.The operation name 'FileDeleted' is incorrect
B.Audit logging is not enabled for the organization
C.Audit logs are only retained for 90 days
D.The StartDate and EndDate are incorrect
AnswerB

The Microsoft 365 unified audit log is not enabled by default for all organizations; it requires explicit activation by an administrator within the Microsoft 365 compliance center or via PowerShell. If audit logging has not been enabled, no audit records are collected or stored, meaning any search, regardless of correct parameters, will return an empty result set. This fundamental prerequisite is essential for any audit data to be available.

Why this answer

The most likely reason is that audit logging is not enabled for the organization. In Microsoft 365, unified audit log search requires that audit logging be explicitly turned on (by default, it is enabled for most tenants, but it can be disabled). If audit logging is disabled, no audit records are generated, so any search—including for 'FileDeleted' operations—will return no results, even if files were actually deleted.

Exam trap

The trap here is that candidates assume the operation name is incorrect or that the date range is wrong, but the core issue is that audit logging must be enabled as a prerequisite for any audit record generation.

How to eliminate wrong answers

Option A is wrong because 'FileDeleted' is a valid operation name in the unified audit log for file deletions in SharePoint Online and OneDrive for Business. Option C is wrong because audit logs are retained for 90 days for most subscriptions (and up to 1 year with appropriate licensing), so a deletion from last week would still be within the retention period. Option D is wrong because the StartDate and EndDate parameters are used to filter results; if they were incorrect, the command would still return results for other time ranges or show an error, not return zero results when a deletion is known to have occurred.

17
MCQhard

A company uses Microsoft Purview to classify and label data. The compliance team needs to automatically apply a 'Highly Confidential' sensitivity label to any document containing a passport number that is stored in SharePoint Online. The label should also encrypt the document. What should the compliance team configure?

A.Create a retention label with a retention rule
B.Create an auto-labeling policy for sensitivity labels
C.Create a data loss prevention (DLP) policy
D.Create a manual sensitivity label and train users
AnswerB

Auto-labeling policies can automatically apply labels with encryption based on sensitive info types.

Why this answer

Microsoft Purview auto-labeling policies can automatically apply sensitivity labels to documents based on conditions such as the presence of sensitive information types (e.g., passport numbers). When configured, the policy can also enforce encryption as part of the label's protection settings, ensuring that any document stored in SharePoint Online containing a passport number is automatically labeled 'Highly Confidential' and encrypted.

Exam trap

The trap here is confusing DLP policies (which block or alert on data in motion) with auto-labeling policies (which apply labels and encryption to data at rest), leading candidates to choose DLP when the requirement is to classify and protect stored documents.

How to eliminate wrong answers

Option A is wrong because retention labels are designed for data lifecycle management (retaining or deleting data) and do not support automatic classification or encryption based on sensitive content. Option C is wrong because a DLP policy can detect and block the sharing of sensitive data but cannot automatically apply a sensitivity label with encryption to the document itself. Option D is wrong because manual labeling requires user action and does not meet the requirement for automatic application; training users does not enforce the policy.

18
MCQmedium

Refer to the exhibit. You are reviewing a risk detection report in Microsoft Entra Identity Protection. The report shows a user with high risk level and two risk events. What does the status 'remediated' indicate?

A.The risk is still active and requires investigation.
B.The risk has been resolved by a remediation action such as password reset.
C.The user's account has been confirmed as compromised.
D.The risk was dismissed by an administrator as false positive.
AnswerB

When a risk is marked as 'Remediated,' it signifies that a specific security incident or vulnerability has been successfully resolved through an appropriate action. This could involve an automated response, such as forcing a password reset for a compromised user, or a manual intervention by an administrator to mitigate the identified threat. The remediation action effectively neutralizes the detected risk, restoring the security posture.

Why this answer

In Microsoft Entra Identity Protection, the 'remediated' status indicates that the risk associated with the user has been resolved through an automated or manual remediation action, such as a password reset or completion of a multi-factor authentication (MFA) challenge. This means the detected risk event is no longer considered active, and the user's account has been brought back to a secure state. Option B correctly identifies that the risk was resolved by a remediation action.

Exam trap

The trap here is that candidates often confuse 'remediated' with 'dismissed as false positive', not realizing that 'remediated' implies a corrective action was taken (like password reset), while 'dismissed' means the risk was deemed invalid by an admin.

How to eliminate wrong answers

Option A is wrong because 'remediated' explicitly means the risk is no longer active; an active risk would be labeled 'at risk' or 'active', not 'remediated'. Option C is wrong because 'remediated' does not confirm compromise; it indicates the risk was mitigated, whereas a confirmed compromise would be shown as 'confirmed compromised' in the report. Option D is wrong because 'remediated' is distinct from 'dismissed as false positive'; a false positive dismissal would be labeled 'dismissed' or 'false positive', not 'remediated'.

19
MCQmedium

A company uses Azure virtual machines and also has physical servers in their on-premises datacenter. The security team needs a single dashboard to view security recommendations, detect misconfigurations, and get a secure score for both environments. They also want to integrate with Microsoft Defender for Cloud for threat protection. Which Microsoft security solution provides this unified visibility across hybrid workloads?

A.Microsoft Defender for Cloud
B.Microsoft Sentinel
C.Microsoft Defender for Endpoint
D.Microsoft Security Center
AnswerA

Microsoft Defender for Cloud is the unified solution for comprehensive security posture management and integrated threat protection across hybrid and multi-cloud environments. It provides a secure score, actionable recommendations to harden Azure virtual machines and on-premises physical servers, and advanced threat protection capabilities. This platform ensures consistent security policies and visibility for both cloud-native and hybrid workloads, making it ideal for managing security across diverse infrastructure.

Why this answer

Microsoft Defender for Cloud provides a unified dashboard that delivers security recommendations, misconfiguration detection, and a secure score across both Azure virtual machines and on-premises physical servers. It natively integrates with Microsoft Defender for Cloud's threat protection capabilities, enabling hybrid workload coverage without additional licensing or complex setup.

Exam trap

Microsoft often tests the distinction between Microsoft Defender for Cloud (unified posture management and threat protection) and Microsoft Sentinel (SIEM/SOAR), causing candidates to confuse the two due to overlapping security monitoring capabilities.

Why the other options are wrong

B

Microsoft Sentinel is a SIEM/SOAR solution for security analytics and threat intelligence, not a dashboard for security recommendations, misconfiguration detection, and secure score across hybrid workloads. The question specifically asks for unified visibility and secure score, which is provided by Defender for Cloud.

C

Microsoft Defender for Endpoint focuses on endpoint protection (antivirus, EDR) for devices, not on providing a unified dashboard with security recommendations, misconfiguration detection, and secure score for hybrid workloads including Azure VMs and on-premises servers.

D

Microsoft Security Center is a legacy name for what is now Microsoft Defender for Cloud. The question asks for the current solution that provides unified visibility across hybrid workloads, and the correct name is Microsoft Defender for Cloud, not Security Center.

When would these options actually be correct?

B

A company needs to collect and analyze security logs from multiple sources (e.g., Azure, on-premises, other clouds) to detect advanced threats, investigate incidents, and automate responses. The question would ask for a SIEM solution that provides threat hunting and incident response across the enterprise.

C

A question asking: 'Which Microsoft solution provides endpoint detection and response (EDR) capabilities for Windows, macOS, and Linux devices, and integrates with Microsoft Defender for Cloud for threat protection?' would make Defender for Endpoint correct.

D

A question might ask: 'Which legacy Azure security portal provided a unified view of security policies and recommendations across Azure resources before being rebranded?' In that context, Microsoft Security Center would be the correct answer.

Why candidates pick the wrong answer

B

Candidates may confuse Microsoft Sentinel with Defender for Cloud because both deal with security monitoring and threat protection, and Sentinel also integrates with Defender for Cloud. However, Sentinel focuses on log analysis and incident response, not on providing a secure score or compliance dashboard.

C

Candidates may confuse Defender for Endpoint with Defender for Cloud because both have 'Defender' in the name and relate to security, but they serve different scopes—endpoint vs. cloud workload protection.

D

Candidates may recall the older name 'Microsoft Security Center' and not realize it has been rebranded to Microsoft Defender for Cloud, leading them to select the familiar but outdated term.

20
MCQmedium

A company wants to improve its security awareness program by periodically sending simulated phishing emails to employees to test their ability to identify malicious messages. The results should be tracked in a dashboard that shows which employees clicked the links. Which Microsoft 365 Defender capability should they use?

A.Attack Simulation Training
B.Microsoft Defender for Office 365
C.Microsoft Defender for Cloud Apps
D.Microsoft 365 Defender Incident Response
AnswerA

Attack Simulation Training, integrated within Microsoft 365 Defender, is specifically engineered to create and manage realistic simulated cyberattacks, such as phishing, credential harvest, and malware attachment campaigns. This service allows organizations to proactively assess employee susceptibility to various social engineering techniques and automatically delivers targeted training to those who fall for the simulations. Its primary purpose is to strengthen the human firewall by improving security awareness and behavior through practical, measured experience.

Why this answer

Attack Simulation Simulation Training is the correct answer because it is the specific Microsoft 365 Defender capability designed to create and launch simulated phishing campaigns, track employee interactions (e.g., clicks on malicious links), and report results in a dashboard. This feature is part of Microsoft Defender for Office 365 but is a distinct workload focused on security awareness training and measurement.

Exam trap

The trap here is that candidates confuse the broader Microsoft Defender for Office 365 (which includes anti-phishing policies) with the specific Attack Simulation Training feature, assuming the entire suite is needed for simulation, when in fact the simulation tool is a discrete component with its own dashboard and configuration portal.

Why the other options are wrong

B

Microsoft Defender for Office 365 provides email security features like anti-phishing and anti-spam, but it does not include the ability to create and manage simulated phishing campaigns with employee tracking dashboards. That specific functionality is part of Attack Simulation Training.

C

Microsoft Defender for Cloud Apps is a CASB for discovering and controlling cloud app usage, not for simulating phishing attacks or tracking employee click rates in a security awareness program.

D

Microsoft 365 Defender Incident Response is focused on managing and responding to security incidents after they occur, not on proactively simulating phishing attacks to train employees.

When would these options actually be correct?

B

A question asking which Microsoft 365 Defender capability protects against phishing, malware, and spam in email and collaboration tools, without mentioning simulated phishing campaigns or employee training tracking.

C

A company wants to discover shadow IT usage and control access to sanctioned and unsanctioned cloud apps, with policies to block risky apps and enforce data loss prevention.

D

This option would be correct if the question asked: 'Which Microsoft 365 Defender capability is used to investigate and respond to a confirmed phishing attack that has already compromised user accounts?'

Why candidates pick the wrong answer

B

Candidates may confuse the general email protection capabilities of Defender for Office 365 with the specific simulated phishing and training features of Attack Simulation Training, assuming that any phishing-related task falls under Defender for Office 365.

C

Candidates may confuse cloud app security with email security, thinking Defender for Cloud Apps includes phishing simulation because it deals with cloud-based threats.

D

Candidates may confuse incident response with attack simulation because both involve handling phishing threats, but incident response is reactive while simulation is proactive training.

21
Drag & Dropmedium

Sequence the steps to set up Microsoft Sentinel for a new workspace.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

Setting up Sentinel requires a Log Analytics workspace, enabling Sentinel, connecting sources, creating rules, and automating responses.

22
MCQhard

A multinational corporation has data stored across multiple clouds (Azure, AWS) and on-premises. The data governance team needs to create a single inventory of all data assets, automatically classify sensitive data (e.g., credit card numbers) across these sources, and track how data moves and transforms (lineage). Which Microsoft Purview solution should they use?

A.Microsoft Purview Data Map
B.Microsoft Purview Compliance Manager
C.Microsoft Purview Data Lifecycle Management
D.Microsoft Purview eDiscovery
AnswerA

The Microsoft Purview Data Map is the foundational component for discovering and cataloging an organization's data assets across hybrid and multi-cloud environments. It automatically scans data sources, applies built-in and custom classifiers to identify sensitive information, and maps data lineage to show how data transforms and moves. This unified inventory provides a comprehensive understanding of data locations, types, and relationships, which is crucial for effective data governance and compliance in a multinational corporation.

Why this answer

Microsoft Purview Data Map is the correct solution because it provides a unified map of data assets across multi-cloud (Azure, AWS) and on-premises sources, supports automated sensitive data classification (e.g., credit card numbers via built-in classifiers), and tracks data lineage to show how data moves and transforms. This directly meets the requirements for a single inventory, classification, and lineage tracking.

Exam trap

The trap here is that candidates often confuse Microsoft Purview Data Map with Data Lifecycle Management, thinking both handle data classification, but Data Map specifically provides the unified inventory and lineage tracking across hybrid and multi-cloud environments, while Data Lifecycle Management only handles retention and deletion policies.

Why the other options are wrong

B

Compliance Manager is for assessing and managing compliance postures against regulations, not for creating a data inventory, classifying sensitive data across multiple clouds, or tracking data lineage.

C

Microsoft Purview Data Lifecycle Management focuses on retention, deletion, and governance of data over its lifecycle, not on creating a unified inventory, automatic classification of sensitive data across multiple clouds, or tracking data lineage.

D

Microsoft Purview eDiscovery is designed for legal discovery of content across Microsoft 365 services, not for creating a data inventory, classifying sensitive data across multi-cloud and on-premises sources, or tracking data lineage.

When would these options actually be correct?

B

An exam question asking which Microsoft Purview solution helps an organization assess its compliance posture against regulatory standards like GDPR or ISO 27001, and provides a compliance score with improvement actions.

C

A company needs to automatically retain or delete data based on regulatory requirements (e.g., GDPR right to erasure) and manage data retention policies across Microsoft 365 and Azure. The question would ask for a solution to manage data lifecycle and retention, not data cataloging or lineage.

D

A legal team needs to search for and export relevant data from Exchange Online, SharePoint, and Teams in response to a litigation hold or regulatory investigation. In this scenario, Microsoft Purview eDiscovery would be the correct solution.

Why candidates pick the wrong answer

B

Candidates may confuse 'compliance' with data governance and assume Compliance Manager handles data classification and lineage, but it focuses on regulatory compliance management, not data asset inventory.

C

Candidates may confuse 'data lifecycle' with 'data governance' or think that managing data over time includes cataloging and classification, but Purview Data Lifecycle Management does not provide the inventory, classification, or lineage capabilities described.

D

Candidates may confuse eDiscovery's search and export capabilities with the data mapping and classification features of Data Map, assuming any 'discovery' tool can handle data asset inventory and lineage.

23
MCQeasy

Your organization is adopting a Zero Trust security model. You are tasked with implementing identity protection. The requirements are: enforce multi-factor authentication (MFA) for all users when accessing cloud applications, ensure that risky sign-ins are detected and blocked automatically, and provide administrators with a dashboard showing user risk levels. You have Microsoft Entra ID P2 licenses. What should you configure?

A.Configure Microsoft Sentinel to collect sign-in logs and create custom alerts for risky sign-ins.
B.Configure a Conditional Access policy to require MFA for all cloud apps, enable Identity Protection to detect and automatically block risky sign-ins, and use the Identity Protection dashboard.
C.Configure Privileged Identity Management for all users and enable MFA.
D.Configure Microsoft Defender for Cloud Apps to require MFA and detect risky sign-ins.
AnswerB

This combination meets all requirements.

Why this answer

A Conditional Access policy enforces MFA for all cloud apps, Identity Protection detects and automatically blocks risky sign-ins, and the Identity Protection dashboard provides a view of user risk levels. Option A is incorrect because Microsoft Sentinel is a SIEM for security information and event management, not for identity protection. Option C is incorrect because Privileged Identity Management (PIM) manages privileged access roles, not general MFA or risk detection.

Option D is incorrect because Microsoft Defender for Cloud Apps is a Cloud Access Security Broker (CASB) for cloud app security, not for identity risk detection.

24
MCQeasy

A security administrator is explaining authentication and authorization to new IT staff. Which statement correctly describes the difference between these two processes?

A.Authentication verifies what a user can do; authorization verifies who the user is.
B.Authentication verifies who the user is; authorization verifies what the user can do.
C.Both authentication and authorization verify the user's identity.
D.Authorization is always performed before authentication.
AnswerB

Authentication confirms the user's identity (e.g., password, biometric). Authorization determines what resources and actions the user is allowed to access.

Why this answer

Authentication is the process of verifying the identity of a user, device, or other entity, typically through credentials like a password, biometric, or certificate. Authorization determines what an authenticated entity is permitted to do, such as accessing specific resources or performing certain actions, often enforced via access control lists (ACLs) or role-based access control (RBAC). In Microsoft Entra ID, authentication occurs first (e.g., via OAuth 2.0 or SAML), and then authorization is evaluated using claims or directory roles.

Exam trap

The trap here is confusing the sequence and purpose of authentication versus authorization, leading candidates to reverse the definitions or assume authorization can occur without prior authentication.

How to eliminate wrong answers

Option A is wrong because it reverses the definitions: authentication verifies identity, not permissions, and authorization verifies permissions, not identity. Option C is wrong because authorization does not verify the user's identity; it only determines access rights after identity has been established. Option D is wrong because authentication must always be performed before authorization; you cannot authorize an unknown entity.

25
MCQeasy

A company operates an e-commerce website that must remain accessible during high-traffic holiday seasons. The IT team deploys additional web servers and implements automatic failover to a secondary data center if the primary site goes down. Which security principle is the company primarily addressing?

A.Confidentiality
B.Integrity
C.Availability
D.Authorization
AnswerC

Availability, a core tenet of the CIA triad, directly addresses the requirement for an e-commerce website to remain operational and accessible to users without interruption. Implementing measures like additional servers for load balancing and failover mechanisms ensures system resilience, guaranteeing that services and data are continuously available even in the event of component failures or increased demand. This directly prevents service outages, which are critical for business continuity in an online retail environment.

Why this answer

The company is ensuring that the e-commerce website remains operational even during high-traffic periods or after a primary site failure. Deploying additional web servers and implementing automatic failover to a secondary data center directly supports the availability principle, which ensures that systems and data are accessible when needed. This is a core tenet of the CIA triad, and in this scenario, the focus is on uptime and resilience, not on protecting data from unauthorized access or modification.

Exam trap

The trap here is that candidates often confuse availability with authorization, mistakenly thinking that controlling who can access the site (authorization) is the same as ensuring the site is up and running (availability).

Why the other options are wrong

A

The question focuses on maintaining website accessibility during high traffic and failover to a secondary data center, which directly relates to ensuring system uptime and resource availability, not protecting data from unauthorized access (confidentiality).

B

The question focuses on maintaining website accessibility during high traffic and failover, which directly relates to uptime and reliability (availability), not data accuracy or protection from unauthorized modification (integrity).

D

Authorization controls who can access resources, but the question focuses on maintaining uptime and failover, which is about ensuring the system is available when needed, not about access control.

When would these options actually be correct?

A

Confidentiality would be the correct answer in a scenario where the company implements encryption for customer payment data, access controls to prevent unauthorized viewing of sensitive information, or data masking to protect personal identifiable information (PII) during processing.

B

A scenario where the question asks about ensuring that data has not been altered during transmission or storage, such as using checksums or digital signatures to detect tampering, would make integrity the correct answer.

D

A question describing a scenario where a company implements role-based access control (RBAC) to ensure only authorized personnel can modify critical database records would make Authorization the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse security principles, thinking that deploying additional servers and failover mechanisms also protect data from unauthorized access, or they may assume any security measure addresses confidentiality without analyzing the specific goal of the question.

B

Candidates may confuse availability with integrity because both are part of the CIA triad, and they might think that maintaining service during failover involves ensuring data consistency, but the primary concern here is uptime, not data correctness.

D

Candidates may confuse authorization with availability because both involve security controls, but authorization is about permissions, not system resilience or uptime.

26
MCQhard

A company wants to proactively detect and investigate potential insider security risks, such as a departing employee copying large amounts of data to a personal USB drive or sharing confidential files with unauthorized individuals. Which Microsoft Purview solution should they use?

A.Data Lifecycle Management
B.Insider Risk Management
C.Communication Compliance
D.eDiscovery (Standard)
AnswerB

Microsoft Purview Insider Risk Management is specifically designed to identify, analyze, and act on potentially risky activities by users within the organization, whether malicious or inadvertent. It leverages machine learning and adaptive policies to correlate various signals, such as unusual file access, email forwarding, or USB device usage, to proactively detect and investigate potential insider security threats. This solution provides comprehensive tools for risk scoring, alert management, and forensic investigation of user behaviors to prevent data exfiltration or misuse.

Why this answer

Insider Risk Management in Microsoft Purview is specifically designed to detect, investigate, and act on risky user activities that may lead to data security incidents, such as unauthorized data exfiltration by departing employees. It uses predefined and customizable policies to correlate signals from Microsoft 365 logs (e.g., copying files to USB, sharing with external users) and applies risk-scoring to prioritize alerts. This makes it the correct solution for proactively identifying potential insider threats like bulk data copying or unauthorized file sharing.

Exam trap

The trap here is that candidates often confuse Communication Compliance (which monitors communications) with Insider Risk Management (which monitors risky user behavior and data actions), leading them to select Communication Compliance when the scenario explicitly describes data exfiltration actions rather than communication violations.

How to eliminate wrong answers

Option A (Data Lifecycle Management) is wrong because it focuses on retaining, deleting, and managing data based on compliance or business requirements, not on detecting user behavior or insider threats. Option C (Communication Compliance) is wrong because it is designed to monitor communications (emails, Teams chats) for policy violations like harassment or inappropriate sharing, but it does not detect data exfiltration actions such as copying to USB drives. Option D (eDiscovery Standard) is wrong because it is used for searching and exporting content for legal or investigative purposes after an incident has been identified, not for proactive detection of risky user behavior.

27
Multi-Selecthard

An organization uses Microsoft Purview Information Protection to classify and protect data. Which TWO methods can be used to apply sensitivity labels automatically?

Select 2 answers
A.Auto-labeling policies in Microsoft 365 compliance center
B.Client-side automatic classification via the unified labeling client
C.Default labeling policy for Microsoft 365 Apps
D.Manual labeling by end users
E.PowerShell scripts to apply labels on export
AnswersA, B

Auto-labeling policies in the Microsoft 365 compliance center provide a powerful, server-side mechanism for automatically applying sensitivity labels to content at rest and in transit. These policies scan data stored in locations like SharePoint Online, OneDrive for Business, and Exchange Online, identifying sensitive information based on defined conditions such as sensitive information types, keywords, or trainable classifiers. Once a match is found, the policy automatically applies the configured label without requiring any user intervention, ensuring consistent data protection across the organization.

Why this answer

Auto-labeling policies can apply labels based on conditions. Client-side labeling via the Azure Information Protection unified labeling client also supports automatic classification. Manual labeling is not automatic.

Labeling in Microsoft 365 Apps is default but not automatic. PowerShell cannot directly apply labels automatically without scripts.

28
MCQeasy

A security manager explains that the company's security strategy relies on multiple layers of controls, such as firewalls, antivirus software, and multi-factor authentication, so that if one layer fails, another can still prevent an attack. Which security principle does this strategy best represent?

A.Defense in depth
B.Least privilege
C.Zero Trust
D.Separation of duties
AnswerA

Defense in depth is a cybersecurity strategy that employs multiple, overlapping security controls and mechanisms to protect assets across various layers of an organization's infrastructure. This layered approach ensures that if one security control fails or is bypassed, other controls are in place to detect and prevent unauthorized access or malicious activity. It provides redundancy and resilience, significantly increasing the effort and time required for an attacker to compromise a system or data.

Why this answer

Defense in depth is the correct answer because it explicitly describes a layered security strategy where multiple independent controls (firewalls, antivirus, MFA) are deployed so that if one layer is bypassed or fails, subsequent layers still provide protection. This principle is foundational to modern security architecture and directly matches the scenario of using diverse controls to prevent a single point of failure.

Exam trap

The trap here is that candidates often confuse Zero Trust with defense in depth because both involve multiple controls, but Zero Trust is specifically about verifying every access request regardless of origin, whereas defense in depth is about layering independent controls to provide redundancy and depth.

Why the other options are wrong

B

The question describes multiple layers of controls (firewalls, antivirus, MFA) that work together to prevent attacks if one fails. Least privilege is about granting only necessary access rights, not layering defenses.

C

The question describes multiple layers of controls (firewalls, antivirus, MFA) to prevent attack if one fails, which is the definition of defense in depth. Zero Trust is a security model that assumes no implicit trust and requires continuous verification, not specifically about layered controls.

D

The question describes multiple layers of security controls (firewalls, antivirus, MFA) working together, which is the definition of defense in depth. Separation of duties is about dividing tasks among different people to prevent fraud or error, not about layered defenses.

When would these options actually be correct?

B

A question asks: 'A company wants to ensure employees only have access to the data required for their job roles. Which security principle should be applied?' In that context, least privilege would be correct.

C

An exam scenario where a company implements strict access policies, verifies every request regardless of origin, and assumes breach—such as requiring authentication for all internal network traffic and using micro-segmentation—would make Zero Trust the correct answer.

D

A question that asks: 'A company requires that no single employee can approve a payment and also process the refund; these tasks must be performed by two different people. Which security principle does this represent?' In that scenario, separation of duties would be correct.

Why candidates pick the wrong answer

B

Candidates may confuse 'least privilege' with a general security best practice, but it specifically addresses access rights, not layered defenses.

C

Candidates may confuse Zero Trust with defense in depth because both involve multiple security measures, but Zero Trust focuses on 'never trust, always verify' rather than layered redundancy.

D

Candidates may confuse 'separation of duties' with 'layered controls' because both involve multiple components, but separation of duties is about dividing responsibilities among people, not about technical defense layers.

29
MCQmedium

An organization uses Microsoft Intune to manage devices. The security team wants to ensure that only devices with a minimum OS version and antivirus enabled can access corporate email. What should they configure?

A.Conditional Access policy referencing device compliance
B.Device enrollment restrictions
C.App protection policies in Microsoft Defender for Cloud Apps
D.A device compliance policy
AnswerA

A Conditional Access policy is the mechanism that enforces access restrictions based on device health. It evaluates conditions, including the device's compliance status reported by Intune, to determine whether to grant or block access to specified cloud applications or resources. By referencing device compliance, it ensures that only devices meeting the organization's security standards can access sensitive data, effectively linking device posture to resource access control.

Why this answer

A Conditional Access policy referencing device compliance is correct because it allows the security team to enforce access controls based on real-time device health signals, such as minimum OS version and antivirus status. When a device is marked as non-compliant by Intune, the Conditional Access policy blocks access to corporate email (e.g., Exchange Online) until the device meets the required compliance criteria. This combines Intune's compliance evaluation with Azure AD's access enforcement, ensuring only healthy devices can access corporate resources.

Exam trap

The trap here is that candidates often confuse a device compliance policy (which only defines rules) with Conditional Access (which enforces access), leading them to select Option D, forgetting that compliance policies alone do not block access to corporate email.

How to eliminate wrong answers

Option B is wrong because device enrollment restrictions control which devices can be enrolled into Intune (e.g., by platform or OS version), but they do not enforce ongoing compliance checks like antivirus status or block access to email after enrollment. Option C is wrong because app protection policies in Microsoft Defender for Cloud Apps (formerly Microsoft Cloud App Security) manage data protection at the app level (e.g., preventing copy/paste), not device-level requirements like OS version or antivirus. Option D is wrong because a device compliance policy defines the rules for compliance (e.g., minimum OS, antivirus enabled), but it does not enforce access decisions on its own; it must be paired with a Conditional Access policy to block or grant access to corporate email.

30
MCQeasy

An organization uses Microsoft Purview Communication Compliance. They need to monitor Microsoft Teams messages for potential insider trading language. What should they configure?

A.An eDiscovery case
B.A Communication Compliance policy
C.A Data Loss Prevention policy
D.A sensitivity label policy
AnswerB

Microsoft Purview Communication Compliance is specifically designed to help organizations detect, investigate, and act on inappropriate messages within their Microsoft 365 environment. It uses intelligent templates and machine learning to identify potential policy violations, such as harassment, threats, or regulatory non-compliance, across various communication channels like Microsoft Teams, Exchange Online, and Yammer. This proactive monitoring capability directly addresses the need to ensure appropriate communication conduct and foster a respectful workplace.

Why this answer

B is correct because Microsoft Purview Communication Compliance is specifically designed to detect and remediate inappropriate or policy-violating communications, including insider trading language in Microsoft Teams messages. By configuring a Communication Compliance policy, the organization can define custom conditions (e.g., keywords, patterns, or classifiers) to scan Teams chats and channels for prohibited financial language, enabling automated alerts and remediation workflows.

Exam trap

The trap here is that candidates often confuse Communication Compliance with Data Loss Prevention (DLP), mistakenly thinking DLP can monitor for language patterns when DLP is actually focused on preventing data exfiltration, not analyzing conversation content for prohibited phrases.

How to eliminate wrong answers

Option A is wrong because an eDiscovery case is used for legal hold, search, and export of content in litigation or investigation scenarios, not for proactive, real-time monitoring of communications for policy violations like insider trading. Option C is wrong because a Data Loss Prevention (DLP) policy is designed to prevent accidental or unauthorized sharing of sensitive information (e.g., credit card numbers, PII) by blocking or warning users, not to monitor conversations for specific language patterns. Option D is wrong because a sensitivity label policy applies classification and protection labels (e.g., encryption, visual markings) to documents and emails, but it does not scan or analyze message content for prohibited language in Teams communications.

31
MCQeasy

An organization uses Microsoft Purview Data Loss Prevention (DLP) to protect sensitive data. They need to prevent users from sharing credit card numbers via email outside the company. Which type of DLP rule action should they configure?

A.Block
B.Notify
C.Audit only
D.Encrypt
AnswerA

The "Block" action in Microsoft Purview Data Loss Prevention (DLP) policies is designed to actively prevent sensitive information from being transmitted outside the organization. When a DLP policy rule configured with this action is triggered by an email containing sensitive data, the system will immediately stop the email from being sent to its intended external recipients. This action directly fulfills the requirement to prevent data exfiltration, often accompanied by a policy tip informing the sender of the block and potential override options.

Why this answer

To prevent users from sharing credit card numbers via email outside the company, a DLP rule action of 'Block' is required. This action stops the email from being sent when sensitive content (e.g., credit card numbers) is detected, ensuring data exfiltration is prevented. The Block action can also be configured to show a policy tip to the user, but the core enforcement is the blocking of the message.

Exam trap

The trap here is that candidates often confuse 'Block' with 'Encrypt' or 'Notify', thinking that encryption or notification alone is sufficient to prevent data loss, but only Block actually stops the transmission of sensitive data.

How to eliminate wrong answers

Option B (Notify) is wrong because Notify only sends an alert or policy tip to the user or administrator without preventing the email from being sent; it does not block the action. Option C (Audit only) is wrong because Audit only logs the activity for review without any enforcement, allowing the email to be sent. Option D (Encrypt) is wrong because Encrypt applies rights management protection to the email but does not prevent the email from being sent; the recipient can still access the content if they have the appropriate permissions.

32
MCQeasy

A company uses Microsoft Entra ID for identity management. They want to allow employees to sign in using their existing Facebook credentials. Which feature should they configure?

A.Microsoft Entra Privileged Identity Management
B.Microsoft Entra External Identities
C.Microsoft Entra Conditional Access
D.Microsoft Entra Identity Protection
AnswerB

External Identities allows federation with social identity providers like Facebook.

Why this answer

Microsoft Entra External Identities is the feature that allows configuring social identity providers like Facebook as authentication sources. While it is primarily designed for external users (guests/customers), it can also be used for internal employees if the organization chooses to allow federation with social identity providers. The question tests whether you know that External Identities handles social identity provider integration, regardless of the user type.

Exam trap

The trap here is that candidates often confuse External Identities (which handles external and social identity providers) with Conditional Access or Identity Protection, mistakenly thinking those features can directly enable social login, when in fact they only enforce policies or detect risks after authentication is configured.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra Privileged Identity Management (PIM) is used for managing, controlling, and monitoring access to privileged roles in Microsoft Entra ID, not for configuring external identity providers like Facebook. Option C is wrong because Microsoft Entra Conditional Access enforces policies based on signals such as user location or device compliance, but it does not configure or enable social identity providers for authentication. Option D is wrong because Microsoft Entra Identity Protection detects and remediates identity-based risks (e.g., leaked credentials or anomalous sign-ins), but it does not allow integration with external identity providers like Facebook.

33
MCQhard

You run the following KQL query in Microsoft Sentinel. What is the purpose of this query? ```kusto SigninLogs | where UserPrincipalName == "admin@contoso.com" | where ResultType == "50126" | summarize FailedAttempts = count() by IPAddress | sort by FailedAttempts desc ```

A.To detect potential brute-force attacks against a specific user account
B.To find all users who signed in from multiple IP addresses
C.To identify sign-ins that failed multi-factor authentication
D.To list all IP addresses that accessed the tenant
AnswerA

Correct. The query groups sign-ins by IP for a specific user and flags IPs with high volume, indicating brute-force attempts.

Why this answer

This query filters sign-in logs for a specific user account and failed authentication results, then counts failed attempts by IP address. This pattern is used in Microsoft Sentinel to detect potential brute-force attacks against that specific user account.

34
MCQeasy

A security administrator configures user accounts so that employees have only the permissions necessary to perform their job functions and no more. Which security concept is being applied?

A.Defense in depth
B.Least privilege
C.Separation of duties
D.Zero Trust
AnswerB

Least privilege is a fundamental security principle where users, applications, or systems are granted only the minimum necessary permissions to perform their specific tasks and nothing more. By configuring user accounts with only the essential rights, a security administrator significantly reduces the potential attack surface and limits the 'blast radius' if an account is compromised. This practice directly aligns with the action of an administrator configuring user accounts to restrict their access to only what is absolutely required for their job functions.

Why this answer

The principle of least privilege dictates that users should be granted only the permissions necessary to perform their specific job functions and no more. By configuring accounts with minimal access rights, the administrator directly applies this concept to reduce the attack surface and limit potential damage from compromised credentials.

Exam trap

The trap here is that candidates often confuse 'least privilege' with 'separation of duties' because both involve limiting access, but separation of duties focuses on splitting tasks across multiple people to prevent collusion, not on minimizing individual permissions.

Why the other options are wrong

A

Defense in depth is a layered security strategy using multiple controls, not specifically about limiting permissions to only what is necessary for a job role.

C

Separation of duties involves dividing critical tasks among multiple users to prevent fraud or error, not limiting individual permissions to only what is necessary.

D

Zero Trust is a security model that assumes no implicit trust and requires continuous verification, not specifically about limiting permissions to job functions.

When would these options actually be correct?

A

A question describing a company implementing multiple security layers (e.g., firewall, antivirus, access controls, encryption) to protect against threats would make defense in depth the correct answer.

C

A question describing a policy where no single person has complete control over a financial transaction, requiring two different employees to authorize and execute payments, would make separation of duties the correct answer.

D

A question describing a network architecture where all resources are segmented, access is continuously verified, and no device or user is trusted by default, even if inside the corporate perimeter.

Why candidates pick the wrong answer

A

Candidates may confuse the concept of limiting permissions with a broader security strategy, thinking that least privilege is just one layer of defense in depth.

C

Candidates may confuse 'least privilege' with 'separation of duties' because both concepts involve restricting access, but they address different security principles.

D

Candidates may confuse the principle of least privilege with Zero Trust because both involve restricting access, but Zero Trust is broader and includes continuous verification, not just minimal permissions.

35
Multi-Selectmedium

A cybersecurity analyst uses Microsoft Sentinel to detect threats. Which THREE types of analytics rules can be created?

Select 3 answers
A.Scheduled query rules
B.Near-real-time (NRT) rules
C.Hunting rules
D.Fusion rules
E.Machine learning rules
AnswersA, B, D

Scheduled query rules are the most widely used type of analytics rule in Microsoft Sentinel, executing a custom Kusto Query Language (KQL) query against ingested log data at predefined, recurring intervals. These rules are designed to detect specific patterns, anomalies, or thresholds in security events over time, automatically generating an incident when the query returns results, thus alerting security analysts to potential threats.

Why this answer

Scheduled query rules are correct because they allow you to define a KQL query that runs on a set schedule (e.g., every 5 minutes) to detect threats by analyzing log data from multiple sources. This is a core analytics rule type in Microsoft Sentinel for proactive threat detection based on time-based patterns.

Exam trap

The trap here is that candidates confuse 'hunting' (an interactive process) with an analytics rule type, or assume 'machine learning rules' exist as a separate category when they are actually implemented via Fusion and Anomaly rules.

36
MCQeasy

Which of the following is a primary purpose of Microsoft Entra ID Identity Protection?

A.Detect and remediate identity risks
B.Manage privileged roles
C.Classify and protect sensitive data
D.Manage device compliance policies
AnswerA

Correct. Identity Protection detects and remediates identity risks such as suspicious sign-ins and compromised credentials.

Why this answer

Microsoft Entra ID Identity Protection is designed to detect, investigate, and remediate identity-based risks such as leaked credentials, sign-ins from unfamiliar locations, and risky user behaviors. Option B is incorrect because managing privileged roles is the purpose of Privileged Identity Management (PIM), not Identity Protection. Option C is incorrect because classifying and protecting sensitive data is handled by Microsoft Purview Information Protection.

Option D is incorrect because managing device compliance policies is a function of Microsoft Intune.

37
MCQhard

A company uses Microsoft Entra ID and has multiple departments with separate organizational units (OUs) in its on-premises Active Directory. The help desk team needs to be able to reset passwords for users only in the Finance department. What feature should be used to delegate this administrative scope?

A.Dynamic groups
B.Administrative Units
C.Conditional Access policies
D.Privileged Identity Management (PIM)
AnswerB

Administrative Units (AUs) in Microsoft Entra ID are specifically designed to enable scoped administration by defining a subset of users, groups, or devices. For a company with multiple departments, AUs allow the delegation of administrative roles, such as User Administrator or Group Administrator, to manage only the identities within a particular department's AU. This ensures that departmental administrators can perform necessary management tasks without gaining tenant-wide privileges, adhering to the principle of least privilege.

Why this answer

Administrative Units (AUs) in Microsoft Entra ID allow you to delegate administrative permissions over a subset of users, groups, or devices without granting broader tenant-wide access. By creating an AU for the Finance department and assigning the Helpdesk Administrator role scoped to that AU, the help desk team can reset passwords only for Finance users, matching the on-premises OU structure.

Exam trap

The trap here is confusing delegation of administrative scope (Administrative Units) with membership automation (Dynamic groups) or access control (Conditional Access), leading candidates to pick a feature that manages users rather than one that limits administrative permissions.

Why the other options are wrong

A

Dynamic groups automatically manage group membership based on user attributes (e.g., department), but they do not provide delegated administrative scopes for tasks like password reset. Administrative Units are required to delegate administration over specific sets of users.

C

Conditional Access policies control access to applications based on conditions like location or device state, not for delegating administrative tasks like password resets to specific user scopes.

D

Privileged Identity Management (PIM) provides time-based and approval-based role activation to manage privileged access, but it does not delegate administrative scope over specific organizational units. PIM manages roles like Global Administrator, not scoped password reset permissions for a department.

When would these options actually be correct?

A

A question asks: 'A company wants to automatically assign licenses to all users in the Finance department based on their department attribute. Which feature should be used?' In that scenario, Dynamic groups would be correct.

C

A company wants to require multi-factor authentication for all users accessing financial applications from outside the corporate network. Conditional Access policies would be used to enforce this access control based on the location condition.

D

A company needs to provide just-in-time access to the Global Administrator role for help desk staff, with approval workflows and time limits, to reduce standing privileges. PIM would be the correct feature to enable this.

Why candidates pick the wrong answer

A

Candidates may confuse dynamic groups with administrative units because both can group users by department, but dynamic groups are for automatic membership, not for delegating administrative permissions.

C

Candidates may confuse Conditional Access with administrative delegation because both involve setting conditions and scopes, but Conditional Access is for access control, not administrative role delegation.

D

Candidates may confuse PIM's role management with delegation of administrative tasks, thinking it can scope permissions to specific users or groups, when it actually controls role activation and assignment.

38
MCQhard

A company uses Microsoft Defender for Endpoint. An alert indicates that a device is communicating with a known malicious IP address. The security team wants to automatically block the IP address on all devices. Which action should they configure?

A.Custom detection rule
B.Automated investigation
C.Indicator of compromise (IoC)
D.Threat analytics report
AnswerC

An Indicator of Compromise (IoC) is a piece of forensic data, such as an IP address, file hash, domain, or URL, that identifies malicious activity on a network or system. In Microsoft Defender for Endpoint, administrators can configure custom IoCs to explicitly allow, audit, or block specific entities across all managed devices. By adding a malicious IP address as a "Block" IoC, Defender for Endpoint will prevent communication with that IP, effectively stopping potential command-and-control or data exfiltration attempts.

Why this answer

An Indicator of compromise (IoC) in Microsoft Defender for Endpoint can be configured to automatically block a known malicious IP address across all devices. Option A (Custom detection rule) is wrong because custom detection rules are used for custom query-based detection, not for blocking. Option B (Automated investigation) is wrong because automated investigation can investigate and resolve alerts but does not directly block IP addresses.

Option D (Threat analytics report) is wrong because it provides threat intelligence reports but does not take blocking actions.

39
Multi-Selecteasy

Which TWO of the following are Microsoft Purview solutions that help protect sensitive data?

Select 2 answers
A.Communication Compliance
B.eDiscovery
C.Data Loss Prevention (DLP)
D.Sensitivity labels
E.Insider Risk Management
AnswersC, D

Microsoft Purview Data Loss Prevention (DLP) is a critical solution for protecting sensitive information by identifying, monitoring, and automatically preventing its unauthorized sharing or transfer both within and outside the organization. DLP policies detect sensitive data types (e.g., PII, financial data) across various Microsoft 365 services and endpoints, enforcing actions like blocking sharing, notifying users, or encrypting content to ensure compliance and prevent data exfiltration. This directly addresses data protection by controlling data flow.

Why this answer

Data Loss Prevention (DLP) is a Microsoft Purview solution that helps protect sensitive data by identifying, monitoring, and automatically enforcing policies to prevent accidental or unauthorized sharing of sensitive information such as credit card numbers, social security numbers, or health records across services like Exchange, SharePoint, OneDrive, and Teams. Sensitivity labels are another Purview solution that protect sensitive data by allowing administrators to classify and apply protection (encryption, visual markings) to documents and emails, and enforce controls like 'Do Not Forward' or 'Encrypt-Only' based on the label's configuration.

Exam trap

The trap here is that candidates often confuse 'detecting risky behavior' (Insider Risk Management) or 'monitoring communications' (Communication Compliance) with 'protecting sensitive data', when only DLP and Sensitivity labels directly enforce classification and protection controls on the data itself.

40
MCQhard

A law firm uses Microsoft 365. They must retain all client communication records for 10 years due to regulatory requirements. After 10 years, the records must be permanently deleted. Additionally, they need to ensure that users cannot permanently delete these records before the retention period ends. Which Microsoft Purview solution should they configure?

A.Microsoft Purview Data Lifecycle Management
B.Microsoft Purview Records Management
C.Microsoft Purview eDiscovery
D.Microsoft Purview Audit
AnswerB

Correct. Records Management allows you to declare items as records, which locks them against deletion and editing, and then apply retention and disposition settings.

Why this answer

Microsoft Purview Records Management is the correct solution because it allows the law firm to apply retention labels that mark content as a regulatory record, which prevents users from permanently deleting the records before the retention period ends. It also supports disposition review and permanent deletion after the specified 10-year retention period, meeting both the retention and deletion requirements.

Exam trap

The trap here is that candidates often confuse Data Lifecycle Management (which handles general retention and deletion) with Records Management (which adds the critical 'regulatory record' lock to prevent user deletion), so they incorrectly choose Option A.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Data Lifecycle Management focuses on managing the lifecycle of data (e.g., automatically deleting or archiving content based on retention policies) but does not provide the ability to lock records as regulatory records to prevent user deletion; it lacks the 'records declaration' capability. Option C is wrong because Microsoft Purview eDiscovery is designed for searching, holding, and exporting content for legal or investigative purposes, not for enforcing retention or deletion schedules. Option D is wrong because Microsoft Purview Audit provides logging and monitoring of user activities (e.g., who deleted a record) but does not prevent deletion or enforce retention periods.

41
MCQhard

You need to implement a solution that allows users to access cloud applications without entering a password, using Windows Hello for Business. Which Microsoft Entra feature integrates with Windows Hello for Business?

A.Conditional Access
B.Microsoft Entra ID
C.FIDO2 security keys
D.Microsoft Authenticator
AnswerB

Microsoft Entra ID is the cloud-based identity and access management service that directly supports and integrates with Windows Hello for Business. It serves as the identity provider where users register their Windows Hello for Business credentials, such as biometrics or PINs, which are securely tied to their Entra ID account. This deep integration allows users to seamlessly sign in to Windows devices and access Entra ID-protected resources using their robust Windows Hello for Business credentials.

Why this answer

Windows Hello for Business integrates with Microsoft Entra ID (formerly Azure AD) to enable passwordless authentication. When a user enrolls a device with Windows Hello for Business, the biometric or PIN credential is bound to the device's TPM and linked to the user's identity in Microsoft Entra ID, allowing seamless access to cloud applications without a password.

Exam trap

The trap here is that candidates often confuse the authentication method (Windows Hello for Business) with the underlying identity provider (Microsoft Entra ID), mistakenly selecting FIDO2 security keys or Microsoft Authenticator as the integrating feature instead of recognizing that Microsoft Entra ID is the core directory service that stores the credential and validates the authentication.

How to eliminate wrong answers

Option A is wrong because Conditional Access is a policy engine that enforces access controls (e.g., requiring MFA or compliant devices) but does not directly integrate with Windows Hello for Business for passwordless authentication. Option C is wrong because FIDO2 security keys are a separate passwordless authentication method that can be used with Microsoft Entra ID, but they are not the feature that integrates with Windows Hello for Business. Option D is wrong because Microsoft Authenticator is a mobile app used for MFA or passwordless phone sign-in, but it is not the underlying Microsoft Entra feature that enables Windows Hello for Business integration.

42
MCQmedium

A company uses Microsoft Entra ID. The IT department has three teams: Helpdesk, Global Administrators, and Security Administrators. The company wants to allow the Helpdesk team to manage password resets and group memberships, but only for users who belong to the 'Sales' organizational unit. Which Microsoft Entra feature should the administrator use to define this delegated administrative scope?

A.Administrative Units
B.Privileged Identity Management (PIM)
C.Conditional Access policies
D.Identity Governance (Access Reviews)
AnswerA

Administrative Units (AUs) in Microsoft Entra ID enable the delegation of administrative permissions over a specific subset of users, groups, or devices. By creating an AU and assigning administrators to it, their management scope is restricted solely to the objects contained within that unit, such as users belonging to a particular department or location. This capability directly addresses the need to decentralize IT administration without granting broad, tenant-wide privileges.

Why this answer

Administrative Units (AUs) in Microsoft Entra ID allow you to delegate administrative permissions scoped to specific organizational units, such as the 'Sales' OU. By placing Sales users into an AU and assigning the Helpdesk team roles like 'Helpdesk Administrator' or 'User Administrator' scoped to that AU, you precisely control which users they can manage for password resets and group memberships. This directly meets the requirement for delegated administrative scope without granting broader tenant-wide permissions.

Exam trap

The trap here is that candidates confuse Privileged Identity Management (PIM) with scope delegation, but PIM controls *when* a role is used (time-bound activation), not *where* it can be applied (scope), which is the core requirement of this question.

How to eliminate wrong answers

Option B (Privileged Identity Management) is wrong because PIM provides just-in-time activation and approval workflows for privileged roles, not the ability to scope administrative permissions to a specific organizational unit. Option C (Conditional Access policies) is wrong because Conditional Access controls authentication and access conditions (e.g., location, device compliance) for sign-ins, not delegated administration of user objects. Option D (Identity Governance with Access Reviews) is wrong because Access Reviews are used to periodically certify user access and group memberships, not to define the scope of administrative delegation.

43
Multi-Selecthard

Which TWO are capabilities of Microsoft Entra ID Governance? (Choose two.)

Select 2 answers
A.Entitlement Management
B.Self-service password reset
C.Identity Protection
D.Access Reviews
E.Conditional Access
AnswersA, D

Entitlement Management is part of Entra ID Governance.

Why this answer

Entitlement Management and Access Reviews are capabilities of Entra ID Governance. Conditional Access is a separate feature, Identity Protection is security, and SSPR is user self-service.

44
MCQmedium

A company uses Microsoft Entra ID. The security team wants to automatically respond to risky user behaviors, such as sign-ins from anonymous IP addresses or impossible travel between geographically distant locations within an unrealistic time frame. They need a solution that can automatically trigger actions like forcing a password reset or blocking sign-in for users identified as high risk. Which Microsoft Entra ID capability should they configure?

A.Microsoft Entra Conditional Access
B.Microsoft Entra Identity Protection
C.Microsoft Entra Privileged Identity Management
D.Microsoft Entra Identity Governance
AnswerB

Microsoft Entra Identity Protection is the correct service for detecting identity-based risks and configuring automated responses. It leverages Microsoft's vast threat intelligence to identify suspicious activities like impossible travel, leaked credentials, or unfamiliar sign-in properties. Based on the detected risk level, Identity Protection can automatically enforce actions such as requiring multi-factor authentication, forcing a password reset, or blocking access entirely for compromised or high-risk user accounts, thereby proactively securing identities.

Why this answer

Microsoft Entra Identity Protection is the correct capability because it is specifically designed to detect and automatically respond to risky user behaviors, such as sign-ins from anonymous IP addresses or impossible travel. It uses machine learning to assign risk levels and can trigger automated actions like forcing a password reset or blocking sign-in for high-risk users, aligning directly with the security team's requirements.

Exam trap

The trap here is that candidates often confuse Conditional Access with Identity Protection, but Conditional Access is the enforcement mechanism that requires a risk signal from Identity Protection to trigger automated responses like blocking or password reset.

Why the other options are wrong

A

Conditional Access enforces policies based on signals like location or device state, but it does not automatically detect or respond to risk events like anonymous IP addresses or impossible travel. Identity Protection is required to evaluate risk levels and trigger automated responses.

C

Microsoft Entra Privileged Identity Management (PIM) manages, controls, and monitors access to privileged roles in Azure AD, Azure, and other Microsoft Online Services. It does not detect or automatically respond to risky user behaviors like anonymous IP sign-ins or impossible travel.

D

Microsoft Entra Identity Governance focuses on managing user access rights, certifications, and lifecycle, not on detecting and automatically responding to risky sign-in behaviors like anonymous IPs or impossible travel.

When would these options actually be correct?

A

A company wants to enforce access controls, such as requiring multi-factor authentication or blocking access from specific locations, based on conditions like user group, device compliance, or application sensitivity. Conditional Access would be the correct capability to configure.

C

A question asking which Microsoft Entra capability should be used to provide just-in-time privileged access, require approval for role activation, or enforce multi-factor authentication for elevated roles. For example: 'The security team needs to ensure that administrators must request approval before activating a privileged role.'

D

A company needs to automate access reviews, enforce entitlement management, and ensure proper governance of user access to resources over time. The question would ask for a solution to manage user roles and access certifications.

Why candidates pick the wrong answer

A

Candidates may confuse Conditional Access with risk-based policies, not realizing that Conditional Access relies on risk signals from Identity Protection rather than generating them itself.

C

Candidates may confuse 'automatically respond to risky behaviors' with 'automatically manage privileged access,' mistakenly thinking that PIM's automated role activation policies can also address user risk scenarios.

D

Candidates may confuse 'governance' with 'security' or think that managing risk is part of governance, but Identity Governance is about access policies and reviews, not real-time risk detection.

45
MCQmedium

An organization wants to automatically retain emails for 7 years and then delete them. They also need to place a legal hold on specific users' mailboxes to preserve all emails during litigation. Which combination of Microsoft Purview features should they use?

A.Retention labels and eDiscovery
B.Retention policies and Litigation Hold
C.Data Lifecycle Management and Audit
D.Records Management and Data Loss Prevention
AnswerB

Retention policies are designed to automatically apply retention and deletion rules across entire locations, such as all Exchange mailboxes, directly addressing the requirement to "automatically retain emails for 7 years and then delete them." Litigation Hold, on the other hand, is a specific feature within Exchange Online that preserves all content in a user's mailbox indefinitely or for a specified period, overriding any retention policy deletions, to meet legal or compliance obligations. This combination effectively handles both automated lifecycle management and specific legal preservation.

Why this answer

For automatic retention and deletion, Retention policies in Microsoft Purview are ideal as they apply to entire mailboxes. To preserve emails for litigation, Litigation Hold can be enabled on specific user mailboxes, ensuring that no emails are deleted or altered. The combination of these two features meets both requirements.

46
Multi-Selecthard

Which THREE actions can Microsoft Sentinel perform as part of automated incident response using playbooks?

Select 3 answers
A.Block an IP address on a firewall
B.Install anti-malware software on a device
C.Reset a user's password
D.Create an incident in ServiceNow
E.Modify a network security group rule
AnswersA, C, D

Playbooks can trigger firewall blocking via connectors.

Why this answer

Microsoft Sentinel playbooks, built on Azure Logic Apps, can automate responses to security incidents. Blocking an IP address on a firewall is a common automated action because Logic Apps connectors exist for many firewall vendors (e.g., Palo Alto, Fortinet), allowing Sentinel to trigger a block action directly from a playbook. Resetting a user's password is possible using connectors like Azure AD, enabling automated password resets as part of incident response.

Creating an incident in ServiceNow is supported via the ServiceNow connector, allowing integration with IT service management (ITSM) systems. These three actions leverage available Logic Apps connectors, while installing software or modifying NSG rules are not standard actions supported by Sentinel playbooks.

Exam trap

The trap here is that candidates may assume Sentinel can directly modify Azure NSG rules or install software on devices, but Sentinel playbooks rely on external connectors and APIs, and actions like installing software are not supported by any standard connector.

47
MCQeasy

Your organization uses Microsoft Purview Communication Compliance to detect potential policy violations in Microsoft Teams chats. Which action can the policy automatically take when a violation is detected?

A.Revoke the user's access to Microsoft Teams
B.Block the user from sending messages
C.Notify the user and their manager via email
D.Automatically delete the violating message
AnswerC

Communication Compliance policies are highly configurable to include automated remediation actions, and sending email notifications is a primary and effective method. When a policy violation is detected, the system can be configured to automatically send a notification to the user who sent the message, their manager, or other designated stakeholders. This action serves as an educational tool, a deterrent, and a formal record of the violation, aligning with the goal of promoting compliant behavior.

Why this answer

Microsoft Purview Communication Compliance is designed to detect and remediate policy violations, but it does not enforce access controls or modify message content directly. Instead, it can automatically notify the user and their manager via email as a configurable remediation action, allowing for human review and follow-up without disrupting communication flow.

Exam trap

The trap here is that candidates often assume Communication Compliance can enforce real-time controls like blocking or deleting messages, when in fact it is a detective and remediation tool that relies on notifications and human review rather than automated enforcement.

How to eliminate wrong answers

Option A is wrong because revoking a user's access to Microsoft Teams is an identity and access management action handled by Azure AD Conditional Access or Entra ID, not by Communication Compliance policies. Option B is wrong because blocking a user from sending messages is a real-time enforcement action that Communication Compliance does not support; it is designed for detection and remediation after the fact, not for preventing message delivery. Option D is wrong because automatically deleting the violating message would alter the audit trail and is not a built-in action in Communication Compliance; the platform focuses on alerting and escalation rather than content removal.

48
MCQeasy

Your organization is using Microsoft Entra ID. You want to provide a single sign-on (SSO) experience for users accessing multiple SaaS applications. Which feature should you implement?

A.Microsoft Entra ID as an identity provider
B.Microsoft Entra application proxy
C.Microsoft Entra myapps portal
D.Microsoft Entra Privileged Identity Management
AnswerA

Microsoft Entra ID functions as a robust cloud-based identity provider (IdP), centralizing user authentication and authorization. When configured for single sign-on (SSO) with a Software as a Service (SaaS) application, Entra ID authenticates the user and then issues a security token, often using protocols like SAML or OpenID Connect, to the SaaS application (the service provider). This federated identity model allows users to access multiple SaaS applications with a single set of credentials, eliminating the need for separate logins and improving security posture.

Why this answer

Microsoft Entra ID acts as an identity provider (IdP) to enable single sign-on (SSO) for SaaS applications. When configured as the IdP, Entra ID authenticates the user once and issues a security token (e.g., SAML 2.0 assertion or OpenID Connect token) that is accepted by the SaaS application, eliminating the need for repeated logins. This is the core mechanism for federated SSO across multiple cloud applications.

Exam trap

The trap here is that candidates confuse the My Apps portal (a user interface for launching apps) with the actual SSO authentication mechanism, but the portal itself does not perform authentication—it relies on Entra ID as the identity provider.

How to eliminate wrong answers

Option B is wrong because Microsoft Entra Application Proxy is a reverse proxy solution for publishing on-premises web applications externally, not for providing SSO to SaaS applications. Option C is wrong because the My Apps portal is a user-facing dashboard that aggregates access to applications, but it does not itself provide the SSO authentication mechanism; it relies on Entra ID as the IdP. Option D is wrong because Privileged Identity Management (PIM) is a feature for managing, controlling, and monitoring access to privileged roles, not for enabling SSO to SaaS applications.

49
MCQmedium

A company has on-premises Active Directory. They want to detect advanced attacks like Pass-the-Hash, DCSync, and malicious Kerberos activity using behavioral analytics. Which Microsoft security solution should they deploy on their domain controllers?

A.Microsoft Defender for Endpoint
B.Microsoft Defender for Office 365
C.Microsoft Defender for Identity
D.Microsoft Defender for Cloud Apps
AnswerC

Microsoft Defender for Identity (MDI) is purpose-built to detect advanced identity-based threats and anomalous activities specifically targeting on-premises Active Directory environments. It deploys sensors directly on domain controllers to monitor network traffic, authentication requests, and security logs, applying behavioral analytics and machine learning to identify suspicious user and entity behavior. This includes detecting reconnaissance, lateral movement, and credential theft techniques like Pass-the-Hash or Golden Ticket attacks, providing crucial insights into the AD attack kill chain.

Why this answer

Microsoft Defender for Identity (MDI) is the correct solution because it uses behavioral analytics and machine learning to detect advanced attacks specifically targeting on-premises Active Directory, such as Pass-the-Hash, DCSync, and malicious Kerberos activity. MDI monitors domain controller traffic, including Kerberos authentication and NTLM relay, to identify anomalous patterns indicative of these attacks.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Identity with Microsoft Defender for Endpoint, assuming endpoint protection covers domain controllers, but MDI is specifically designed for Active Directory security and behavioral analytics against identity-based attacks.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Endpoint focuses on endpoint detection and response (EDR) for devices like workstations and servers, not on monitoring domain controller traffic or Active Directory-specific attack vectors like DCSync. Option B is wrong because Microsoft Defender for Office 365 protects email and collaboration tools (e.g., Exchange Online, SharePoint) from threats like phishing and malware, not on-premises Active Directory attacks. Option D is wrong because Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that monitors cloud applications and shadow IT, not on-premises domain controllers or Kerberos/NTLM traffic.

50
Multi-Selecteasy

A user scans their fingerprint to unlock a corporate laptop. After unlocking, the user attempts to open a confidential database. The system checks the user's role and grants access because the user is a member of the 'Data Analyst' group. Which two security concepts are demonstrated in this scenario?

Select 1 answer
A.Authentication and authorization
B.Confidentiality and integrity
C.Identification and non-repudiation
D.Availability and accountability
AnswersA

Correct. The fingerprint scan authenticates the user, and the role-based access check authorizes the user to open the database. These are the two security concepts demonstrated.

Why this answer

The fingerprint scan demonstrates authentication, as the user proves their identity through a biometric factor. The subsequent role-based check of group membership ('Data Analyst') to grant database access demonstrates authorization. Therefore, only Option A (Authentication and authorization) is correct.

Option B is incorrect because confidentiality and integrity are not demonstrated in this scenario: the scenario does not address data protection from unauthorized disclosure (confidentiality) or assurance that data is accurate and unmodified (integrity). The authorization check prevents unauthorized access, which is a component of access control but not a direct demonstration of confidentiality; integrity is not shown at all. Option C is incorrect because identification (claiming an identity) is not shown; the fingerprint is used for proof, not claim, and non-repudiation is not established.

Option D is incorrect because availability of the database and accountability of user actions are not demonstrated.

Exam trap

The trap here is that candidates confuse 'identification' (claiming an identity, e.g., typing a username) with 'authentication' (proving that identity, e.g., fingerprint), and they may incorrectly select Option C because they see the fingerprint as identification rather than a proof factor.

51
MCQhard

Your organization uses Microsoft Purview to manage data classification. You need to ensure that a specific Azure Blob Storage account is automatically classified for sensitivity labels. Which step is required?

A.Register the storage account in Microsoft Purview Data Map and configure scanning
B.Create a sensitivity label and publish it to all users
C.Apply a DLP policy to the storage account
D.Enable Microsoft Purview Information Protection for Azure
AnswerA

Registering the storage account in the Purview Data Map and configuring scanning allows Purview to scan and automatically classify the data with sensitivity labels.

Why this answer

Microsoft Purview Data Map scans Azure Blob Storage and can auto-classify files based on built-in or custom classifiers. Option B is wrong because creating a sensitivity label and publishing it does not automatically classify the storage account; you need to register and scan it. Option C is wrong because DLP policies do not classify storage accounts directly.

Option D is wrong because 'enabling Microsoft Purview Information Protection for Azure' is not a required configuration step for automatic classification of a specific storage account; automatic classification relies on registering the storage account in Microsoft Purview Data Map and configuring a scan, then applying auto-labeling policies.

52
MCQmedium

Your organization uses Microsoft Purview Data Lifecycle Management to retain data for regulatory compliance. You need to ensure that all documents in a SharePoint site are retained for 7 years after they are last modified. What should you create?

A.An auto-labeling policy
B.A data loss prevention policy
C.An adaptive scope based on last modified date
D.A static scope for the SharePoint site
AnswerC

Adaptive scopes can dynamically include content based on properties like last modified date.

Why this answer

To retain documents in a SharePoint site for 7 years after they are last modified, you need a retention policy with an adaptive scope that uses a query to target items based on the 'Last Modified' date. Adaptive scopes allow dynamic, attribute-based scoping (e.g., last modified date), which is required for this time-based retention trigger. A static scope would apply to all content in the site without the ability to filter by modification date.

Exam trap

The trap here is that candidates often confuse adaptive scopes with static scopes, assuming a static scope can filter by metadata like last modified date, but static scopes only apply to entire sites or folders without dynamic attribute-based filtering.

How to eliminate wrong answers

Option A is wrong because an auto-labeling policy automatically applies sensitivity or retention labels based on conditions, but it does not create a retention policy that retains items for a fixed period after modification; it labels content, which then must be paired with a retention label policy. Option B is wrong because a data loss prevention (DLP) policy is designed to prevent unauthorized sharing or leakage of sensitive data, not to enforce retention or deletion schedules based on last modified dates. Option D is wrong because a static scope for the SharePoint site would apply the retention policy to all content in the site without the ability to filter by last modified date, which is necessary to meet the 7-year retention requirement from the last modification.

53
MCQmedium

A security analyst in your organization receives an alert from Microsoft Defender XDR indicating that a user's device may be infected with ransomware. The analyst needs to immediately isolate the device from the network to prevent further spread. What should the analyst do?

A.Revoke the user's session in Microsoft Entra ID
B.Use Microsoft Defender for Endpoint to initiate device isolation
C.Open Microsoft Sentinel and run a playbook
D.Use Microsoft Intune to wipe the device
AnswerB

Microsoft Defender for Endpoint provides robust capabilities for immediate incident response, including the ability to isolate a device from the network. Initiating device isolation restricts the compromised endpoint's communication to only essential Defender for Endpoint services, effectively containing the threat and preventing lateral movement or data exfiltration. This action allows security analysts to investigate the incident without further risk to the broader network, making it the most appropriate and immediate containment measure.

Why this answer

Microsoft Defender for Endpoint includes a built-in device isolation capability that can be triggered directly from the Microsoft Defender XDR portal. This action immediately disconnects the device from all network communications (except the Defender service) to contain a confirmed ransomware infection, preventing lateral movement while allowing forensic analysis.

Exam trap

The trap here is that candidates confuse identity-based controls (session revocation) with endpoint-based network containment, or they overcomplicate the response by thinking a SOAR playbook is required when Defender for Endpoint provides a one-click isolation action directly in the alert workflow.

How to eliminate wrong answers

Option A is wrong because revoking the user's session in Microsoft Entra ID only invalidates authentication tokens and SSO sessions, but does not disconnect the device from the network or stop ransomware from spreading to other systems. Option C is wrong because Microsoft Sentinel is a SIEM/SOAR platform that can orchestrate automated responses via playbooks, but it is not the immediate, direct action an analyst should take for real-time device isolation; the playbook would typically call Defender for Endpoint's isolation API anyway. Option D is wrong because using Microsoft Intune to wipe the device is a destructive, irreversible action that removes all data and is not appropriate for immediate containment; it also requires policy deployment time and does not instantly isolate the device from the network.

54
MCQmedium

Your company wants to use Microsoft Entra ID to provide single sign-on (SSO) to a SaaS application that supports SAML 2.0. What should you configure in Microsoft Entra ID?

A.Enable Microsoft Entra ID Domain Services
B.Add the application from the Microsoft Entra ID Gallery in Enterprise applications
C.Configure Microsoft Entra ID Governance
D.Register the application in App registrations
AnswerB

The Microsoft Entra ID Gallery within Enterprise applications offers a vast catalog of pre-integrated software-as-a-service (SaaS) applications, each with pre-configured settings for single sign-on (SSO). Adding an application from this gallery streamlines the setup process, allowing administrators to quickly enable secure access and user provisioning using standards like SAML or OIDC without manual configuration. This approach is ideal for integrating common third-party cloud services, leveraging Microsoft Entra ID as the central identity provider.

Why this answer

Adding the SaaS application from the Microsoft Entra ID Gallery in Enterprise applications is the standard method to configure SAML 2.0-based single sign-on (SSO). The gallery provides pre-integrated templates that include the necessary SAML endpoints, certificates, and attribute mappings, enabling seamless federation between Entra ID and the external application.

Exam trap

The trap here is that candidates confuse App registrations (for custom apps using OAuth/OpenID Connect) with Enterprise applications (for pre-integrated gallery apps using SAML), leading them to select option D instead of the correct B.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra ID Domain Services (formerly Azure AD DS) provides managed domain services like LDAP and Kerberos for legacy applications, not SAML-based SSO for SaaS apps. Option C is wrong because Microsoft Entra ID Governance focuses on identity lifecycle, access reviews, and entitlement management, not the direct configuration of SAML SSO for a specific application. Option D is wrong because App registrations is used for custom application development (OAuth 2.0/OpenID Connect), not for integrating pre-built gallery applications that support SAML 2.0; gallery apps are added via Enterprise applications.

55
MCQmedium

A multinational company stores customer data across multiple Azure regions. A new regulation requires that customer data must remain within the country's borders and cannot be transferred abroad. Which concept does this regulation primarily relate to?

A.Data Sovereignty
B.Data Residency
C.Data Retention
D.Data Classification
AnswerA

Data sovereignty dictates that data is subject to the laws and governance of the nation where it is physically stored or processed. This legal principle directly impacts cross-border data transfers, as companies must ensure that moving data to another jurisdiction does not violate the originating country's privacy, security, or regulatory frameworks. It is a critical consideration for multinational corporations handling sensitive customer information, ensuring compliance with local legal requirements.

Why this answer

Data Sovereignty is the correct answer because the regulation mandates that customer data must remain within the country's borders and cannot be transferred abroad. This legal and compliance concept asserts that data is subject to the laws and governance structures of the nation where it is physically stored, directly addressing cross-border transfer restrictions.

Exam trap

The trap here is that candidates often confuse Data Sovereignty (legal/jurisdictional control) with Data Residency (physical storage location), but the regulation's explicit focus on 'cannot be transferred abroad' makes sovereignty the correct concept.

How to eliminate wrong answers

Option B (Data Residency) is wrong because it refers to the physical or geographic location where data is stored, not the legal requirement that data must stay within a specific country's jurisdiction. Option C (Data Retention) is wrong because it concerns policies for how long data is kept, not where it can be stored or transferred. Option D (Data Classification) is wrong because it involves categorizing data by sensitivity or criticality, not the legal or geographic constraints on data movement.

56
MCQhard

Refer to the exhibit. A Microsoft Purview Data Loss Prevention (DLP) policy is configured. What does this policy do?

A.It generates an alert if more than 10 emails with the Confidential label are sent to an external recipient.
B.It blocks all emails sent to external recipients with the Confidential label.
C.It prevents internal users from sending Confidential emails to each other.
D.It automatically applies the Confidential label to emails sent to external recipients.
AnswerA

This statement accurately describes the policy's behavior. The policy is configured to detect emails tagged with the 'Confidential' sensitivity label that are sent to external recipients. Crucially, it includes a threshold condition, triggering an alert only when the volume exceeds 10 such emails, indicating a potential bulk data exfiltration attempt rather than a single accidental share. This design allows for monitoring and investigation without immediately disrupting business operations for minor incidents.

Why this answer

The DLP policy rule shown in the exhibit specifies an action to 'Send an alert' when the condition 'Number of emails sent to external recipients with label Confidential exceeds 10' is met. This means the policy generates an alert (e.g., via email or incident report) when more than 10 emails containing the Confidential label are sent to external recipients, without blocking the emails.

Exam trap

Candidates often assume that any DLP policy that detects sensitive data sent externally will block the transmission. However, this policy is configured to generate an alert, not block, as shown by the alert action in the exhibit.

How to eliminate wrong answers

Option B is wrong because the policy does not include a 'Block' action; it only triggers an alert, so it does not block any emails. Option C is wrong because the condition explicitly targets 'external recipients,' not internal users, so internal-to-internal Confidential emails are not affected. Option D is wrong because the policy does not apply labels; it only reacts to emails that already have the Confidential label applied (likely via auto-labeling or manual assignment).

57
MCQeasy

A company uses Microsoft Entra ID. The security team wants to automatically block sign-ins from IP addresses that exhibit brute-force attack patterns. Which capability should they enable?

A.Microsoft Entra Identity Protection
B.Microsoft Entra Privileged Identity Management
C.Microsoft Entra External Identities
D.Microsoft Entra Conditional Access
AnswerA

Microsoft Entra Identity Protection is the correct choice because it specifically leverages machine learning and heuristic rules to detect potential vulnerabilities affecting identities, such as leaked credentials, impossible travel, or sign-ins from unfamiliar locations. It automatically assesses user and sign-in risk in real-time and can be configured to take automated remediation actions like blocking access, requiring multi-factor authentication, or forcing a password reset, directly addressing the need to detect and block risky sign-ins.

Why this answer

Microsoft Entra Identity Protection is the correct capability because it uses machine learning and heuristic detection to automatically identify and block sign-ins from IP addresses exhibiting brute-force attack patterns, such as repeated failed authentication attempts. It can trigger risk-based policies, including blocking access or requiring multi-factor authentication, without manual intervention. This directly addresses the security team's requirement to automate the response to brute-force patterns.

Exam trap

The trap here is that candidates often confuse Conditional Access (which enforces policies based on conditions) with Identity Protection (which provides the risk detection signals), leading them to select D, even though Conditional Access alone cannot automatically detect brute-force patterns without Identity Protection's risk assessments.

How to eliminate wrong answers

Option B is wrong because Microsoft Entra Privileged Identity Management (PIM) is focused on managing, controlling, and monitoring access to privileged roles (e.g., Global Administrator) through just-in-time activation and approval workflows, not on detecting or blocking brute-force sign-in patterns. Option C is wrong because Microsoft Entra External Identities is designed for managing collaboration with external users (e.g., B2B and B2C scenarios), including identity providers and guest user access, and does not include automated brute-force detection or blocking. Option D is wrong because Microsoft Entra Conditional Access is a policy engine that enforces access controls (e.g., requiring MFA or blocking access) based on conditions like location or device state, but it does not natively detect brute-force attack patterns; it relies on signals from Identity Protection or other sources to trigger such responses.

58
MCQmedium

A company uses Microsoft Defender for Cloud Apps. The security team discovers that a user has granted a third-party OAuth app with 'read all mail' and 'send mail as user' permissions. They want to automatically revoke the authorization for this risky app and block similar apps in the future. Which Defender for Cloud Apps feature should they use?

A.App Discovery
B.Conditional Access App Control
C.OAuth app policies
D.Cloud Discovery
AnswerC

Correct. OAuth app policies allow you to manage and revoke permissions for OAuth apps and set automatic governance actions.

Why this answer

OAuth app policies in Microsoft Defender for Cloud Apps allow security teams to automatically revoke permissions for risky third-party OAuth apps and block future similar apps. This feature specifically governs OAuth consent grants, such as 'read all mail' and 'send mail as user', by enabling automated governance actions like revoking permissions and blocking the app based on risk level.

Exam trap

The trap here is that candidates confuse App Discovery/Cloud Discovery (which identify unmanaged cloud app usage) with OAuth app policies (which specifically govern third-party app permissions and consent grants).

How to eliminate wrong answers

Option A is wrong because App Discovery is a feature for identifying Shadow IT by analyzing traffic logs to discover cloud apps in use, not for managing OAuth app permissions. Option B is wrong because Conditional Access App Control provides real-time session-level monitoring and control (e.g., blocking downloads) for managed apps, but it does not revoke or block OAuth app authorizations. Option D is wrong because Cloud Discovery is the underlying data collection mechanism for App Discovery, focusing on traffic analysis to identify cloud app usage, not on OAuth app governance.

59
MCQmedium

A company uses Microsoft Entra ID and wants to automatically detect potential security risks such as leaked credentials and suspicious sign-in patterns. They also need the ability to investigate these risks and configure automated responses based on risk levels. Which Microsoft Entra capability should they use?

A.Microsoft Entra ID Governance
B.Microsoft Entra Identity Protection
C.Microsoft Entra Privileged Identity Management (PIM)
D.Microsoft Entra Domain Services
AnswerB

Microsoft Entra Identity Protection is specifically engineered to detect identity-based risks in real-time, such as impossible travel, sign-ins from infected devices, or leaked credentials. It leverages machine learning and heuristics to identify suspicious activities and calculate a risk level for each sign-in and user. Based on these risk levels, administrators can configure automated policies to enforce actions like requiring multi-factor authentication, forcing a password change, or blocking access entirely, thereby providing automated responses to mitigate threats.

Why this answer

Microsoft Entra Identity Protection is the correct service because it automatically detects potential security risks such as leaked credentials and suspicious sign-in patterns, provides investigation tools (e.g., risk reports and detailed risk event logs), and enables automated responses like conditional access policies that block or require MFA based on risk levels. This directly matches the scenario's requirements for detection, investigation, and automated remediation.

Exam trap

The trap here is confusing Identity Protection (which handles user and sign-in risk detection and automated response) with Privileged Identity Management (PIM), which only manages privileged role activation and does not detect leaked credentials or suspicious sign-in patterns.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra ID Governance focuses on managing identity lifecycle, access reviews, and entitlement management, not on detecting security risks like leaked credentials or suspicious sign-in patterns. Option C is wrong because Microsoft Entra Privileged Identity Management (PIM) is specifically for managing, controlling, and monitoring access to privileged roles (e.g., just-in-time access), not for detecting general user sign-in risks or leaked credentials. Option D is wrong because Microsoft Entra Domain Services provides managed domain services (e.g., LDAP, Kerberos, NTLM) for legacy applications, not risk detection or automated response capabilities.

60
MCQeasy

Your organization uses Microsoft Entra ID free tier. You need to synchronize user accounts from your on-premises Active Directory to the cloud. You also need to synchronize password hashes so that users can use the same password for cloud and on-premises resources. Which tool should you use?

A.Configure Microsoft Entra Domain Services to sync from on-premises.
B.Use Microsoft Graph API to create users and set passwords.
C.Install Microsoft Entra Connect and enable password hash synchronization.
D.Deploy Active Directory Federation Services (AD FS) to enable single sign-on.
AnswerC

Microsoft Entra Connect is the official Microsoft tool specifically designed to synchronize user identities, groups, and other directory objects from an on-premises Active Directory to Microsoft Entra ID. Enabling password hash synchronization (PHS) within Entra Connect securely hashes and synchronizes user passwords from the on-premises AD to Microsoft Entra ID, allowing users to sign in to cloud services with their existing credentials without requiring additional infrastructure like federation. This is the standard and recommended method for hybrid identity.

Why this answer

Microsoft Entra Connect is the correct tool for synchronizing on-premises Active Directory user accounts to Microsoft Entra ID (formerly Azure AD) and enabling password hash synchronization. Password hash synchronization allows users to use the same password for both on-premises and cloud resources by syncing a hash of the on-premises password to Entra ID, which is supported in the free tier of Entra ID.

Exam trap

The trap here is that candidates often confuse Microsoft Entra Domain Services with Microsoft Entra Connect, thinking that Domain Services can sync from on-premises AD, when in fact it only syncs from Entra ID to the managed domain, not the other way around.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra Domain Services (Azure AD DS) provides managed domain services like domain join and Group Policy, but it does not synchronize user accounts from on-premises AD to Entra ID; it syncs from Entra ID to the managed domain, not the reverse. Option B is wrong because the Microsoft Graph API can programmatically create users and set passwords, but it does not provide ongoing synchronization of existing on-premises AD accounts or password hash synchronization; it is an API for manual or scripted operations, not a sync tool. Option D is wrong because Active Directory Federation Services (AD FS) enables single sign-on (SSO) using federation, but it does not synchronize user accounts or password hashes; it relies on an existing identity store and is typically used for federated authentication, not sync.

61
MCQmedium

A company wants to protect against malware and phishing attacks in email and collaboration tools like Microsoft Teams. Which Microsoft security solution should they use?

A.Microsoft Defender for Office 365
B.Microsoft Defender for Cloud Apps
C.Microsoft Defender for Endpoint
D.Microsoft Defender for Identity
AnswerA

Protects email and collaboration tools from malware and phishing.

Why this answer

Microsoft Defender for Office 365 (formerly Office 365 ATP) is the correct solution because it is specifically designed to protect email and collaboration tools like Microsoft Teams from malware, phishing, and other threats. It includes features such as Safe Links, Safe Attachments, and anti-phishing policies that scan URLs and attachments in real-time, and it integrates directly with Exchange Online and Teams to block malicious content before it reaches users.

Exam trap

The trap here is that candidates often confuse the broad 'Defender' branding and assume any Defender product covers all security scenarios, but each solution is scoped to a specific layer (email/collaboration, cloud apps, endpoints, or identity), and the question's focus on email and Teams directly points to Defender for Office 365.

How to eliminate wrong answers

Option B (Microsoft Defender for Cloud Apps) is wrong because it is a Cloud Access Security Broker (CASB) that focuses on discovering and controlling shadow IT, enforcing data loss prevention, and monitoring user activity across SaaS applications—not on protecting against malware and phishing in email and Teams. Option C (Microsoft Defender for Endpoint) is wrong because it is an endpoint detection and response (EDR) solution that protects devices (Windows, macOS, Linux) from threats like ransomware and exploits, not email or collaboration platforms. Option D (Microsoft Defender for Identity) is wrong because it is an identity security solution that uses Active Directory signals to detect advanced attacks like pass-the-hash and lateral movement, not email or Teams malware/phishing protection.

62
MCQhard

You are the identity administrator for a large enterprise using Microsoft Entra ID. The company has 50,000 users and recently acquired a smaller company with 2,000 users that uses a third-party identity provider (IdP) based on SAML 2.0. The acquisition must be fully integrated within 30 days. The CISO mandates that all users must use MFA for any access to cloud applications. The acquired company's users currently do not use MFA. You need to choose an approach that minimizes changes to the acquired company's current authentication infrastructure while meeting the MFA requirement. The solution must also allow the acquired company's users to access resources in the parent tenant using their existing credentials. What should you do?

A.Configure B2B collaboration with the acquired company's IdP and enable MFA trust. In the parent tenant, create a Conditional Access policy that requires MFA for guest users.
B.Set up password hash synchronization from the acquired company's IdP to the parent tenant and enable MFA for all sync'ed users.
C.Create new user accounts in the parent tenant for the acquired company's users and assign them Microsoft Entra ID P2 licenses to enable MFA via Conditional Access.
D.Migrate all acquired company users to the parent tenant's on-premises Active Directory and sync them to Microsoft Entra ID. Enable MFA via Conditional Access.
AnswerA

This option leverages Microsoft Entra B2B collaboration with direct federation, allowing users from the acquired company to authenticate using their existing Identity Provider (IdP) without migrating accounts. Enabling MFA trust ensures that the parent tenant can either accept MFA claims from the acquired company's IdP or enforce its own MFA. A Conditional Access policy then specifically targets these guest users, mandating MFA for access to resources, providing a secure and efficient integration.

Why this answer

B2B collaboration allows the acquired company's users to authenticate against their existing SAML 2.0 IdP using their current credentials, minimizing infrastructure changes. By enabling MFA trust, the parent tenant can rely on the MFA claims already issued by the third-party IdP if it supports MFA, but since it does not, you can enforce MFA in the parent tenant via a Conditional Access policy that requires MFA for guest users. This approach meets the CISO's mandate without requiring the acquired company to deploy MFA on their own IdP or migrate users.

Exam trap

The trap here is that candidates often assume B2B collaboration cannot enforce MFA for guest users, or they mistakenly think password hash synchronization is a valid option for a third-party SAML IdP, when in fact PHS is only applicable to on-premises Active Directory environments.

How to eliminate wrong answers

Option B is wrong because password hash synchronization (PHS) requires the acquired company's IdP to be integrated with Microsoft Entra ID via Azure AD Connect, which is designed for on-premises Active Directory, not a third-party SAML 2.0 IdP; PHS also does not allow users to authenticate with their existing IdP credentials. Option C is wrong because creating new user accounts in the parent tenant forces the acquired company's users to manage separate credentials, violating the requirement to use their existing credentials. Option D is wrong because migrating users to the parent tenant's on-premises AD is a complex, time-consuming process that cannot be completed within 30 days and fundamentally changes the acquired company's authentication infrastructure, contradicting the goal of minimizing changes.

63
MCQeasy

Your organization wants to label emails and documents as 'Confidential' automatically based on content patterns. Which Microsoft Purview feature should you use?

A.Audit log
B.Retention labels
C.Auto-labeling (sensitivity labels)
D.Data Loss Prevention policy
AnswerC

Auto-labeling for sensitivity labels is the correct solution because it automatically applies predefined sensitivity labels to emails and documents based on specific conditions, such as the presence of sensitive information types (e.g., credit card numbers, PII) or keywords. This process inspects content at rest or in transit and then applies the associated protective actions, including encryption, visual markings, and access restrictions, ensuring consistent classification and protection without manual intervention.

Why this answer

Auto-labeling (sensitivity labels) in Microsoft Purview can automatically apply 'Confidential' labels to emails and documents based on content patterns, such as credit card numbers or specific keywords. This feature uses pattern matching and machine learning classifiers to detect sensitive content and assign the appropriate sensitivity label without manual intervention.

Exam trap

The trap here is confusing Data Loss Prevention (DLP) policies with auto-labeling, as both use content patterns, but DLP blocks or monitors data sharing while auto-labeling applies sensitivity labels to the content itself.

How to eliminate wrong answers

Option A is wrong because Audit log records user and admin activities for security investigations, not for automatically labeling content based on patterns. Option B is wrong because Retention labels are used to manage data retention and deletion policies, not to classify content as 'Confidential' based on content patterns. Option D is wrong because Data Loss Prevention (DLP) policies monitor and block the sharing of sensitive data, but they do not automatically apply labels to content; labeling is a separate capability.

64
MCQmedium

Refer to the exhibit. You are reviewing the results of a Microsoft Purview eDiscovery search. Which statement is correct about the search results?

A.The search returned results from both Exchange Online and SharePoint Online
B.The search only returned results from Exchange Online
C.The document is an email message
D.The email has an attachment
AnswerA

The exhibit clearly shows two distinct result types returned by the search. One result is an email message, which originates from an Exchange Online mailbox, as indicated by its typical content and format. The other result is a PowerPoint presentation (.pptx file), which is characteristically stored and retrieved from a document repository like SharePoint Online or OneDrive for Business within a Microsoft 365 environment. This demonstrates that the eDiscovery search successfully queried and retrieved relevant content from both Exchange Online and SharePoint Online.

Why this answer

The search results show items from both Exchange Online (email messages) and SharePoint Online (documents), as indicated by the 'Location' column listing both 'Exchange Online' and 'SharePoint Online' sources. This confirms that the eDiscovery search was configured to search across multiple workloads, returning results from both platforms.

Exam trap

The trap here is that candidates may assume all results are emails because eDiscovery is often associated with Exchange, but the exhibit clearly shows a document from SharePoint, testing the understanding that eDiscovery searches can span multiple Microsoft 365 workloads.

How to eliminate wrong answers

Option B is wrong because the exhibit clearly shows results from both Exchange Online and SharePoint Online, not just Exchange Online. Option C is wrong because the exhibit includes a document (e.g., 'Project Plan.docx') which is not an email message. Option D is wrong because the exhibit does not show any attachment indicator for the email message; the presence of an attachment would be indicated by a paperclip icon or similar metadata, which is absent.

65
MCQhard

Your company is implementing Microsoft Purview Data Loss Prevention (DLP). You need to prevent users from sharing sensitive data like credit card numbers via email with external recipients, but allow internal sharing. What should you configure?

A.Sensitivity labels with encryption
B.A DLP policy for Exchange Online with a condition 'content contains sensitive information type' and 'shared with people outside my organization'
C.Retention labels and policies
D.Conditional Access policies with session controls
AnswerB

This option directly addresses the requirement of preventing data loss by blocking external sharing of sensitive information. A Microsoft Purview Data Loss Prevention (DLP) policy configured for Exchange Online can accurately detect specific sensitive information types within email content. By combining this detection with a condition specifying 'shared with people outside my organization,' the policy can automatically block the email transmission, notify the sender, and alert administrators, effectively preventing unauthorized external disclosure.

Why this answer

To prevent sharing of sensitive data with external recipients via email, you need to configure a DLP policy that applies to Exchange Online and includes a condition for the sensitive information type (e.g., credit card numbers) and an action to block sharing when the content is shared with people outside the organization. Option B correctly describes this configuration. Option A is incorrect because sensitivity labels with encryption classify and protect data at rest and in transit but do not by themselves enforce sharing restrictions based on recipients.

Option C is incorrect because retention policies are used to retain or delete data, not to block sharing. Option D is incorrect because Conditional Access policies control access to applications based on conditions like user location or device state, not data sharing actions.

66
MCQmedium

A security team needs to detect and investigate suspicious activities in their on-premises Active Directory environment, such as pass-the-hash attacks, Kerberoasting, and unusual service account behavior. They also want to integrate these alerts with Microsoft Defender for Cloud for a unified view across hybrid workloads. Which Microsoft security solution should they deploy on-premises?

A.Microsoft Defender for Identity
B.Microsoft Defender for Office 365
C.Microsoft Defender for Cloud Apps
D.Microsoft Defender for Endpoint
AnswerA

Microsoft Defender for Identity is purpose-built to protect hybrid identity environments by monitoring on-premises Active Directory (AD) domain controllers and AD FS servers. It leverages network traffic analysis and Windows event logs to detect sophisticated identity-based attacks, such as Pass-the-Hash, Pass-the-Ticket, Kerberoasting, and Golden Ticket attacks. By building behavioral profiles of users and entities, it identifies anomalous activities that indicate compromise, providing crucial insights into the identity attack kill chain.

Why this answer

Microsoft Defender for Identity (MDI) is the correct solution because it is specifically designed to detect and investigate advanced threats in on-premises Active Directory environments, including pass-the-hash attacks, Kerberoasting, and anomalous service account behavior. It uses behavioral analytics and integrates directly with Microsoft Defender for Cloud to provide a unified view across hybrid workloads, enabling security teams to correlate on-premises AD signals with cloud alerts.

Exam trap

The trap here is that candidates may confuse Microsoft Defender for Identity with Microsoft Defender for Endpoint, assuming endpoint protection covers AD attacks, but MDI is the only solution that specifically monitors Active Directory authentication and behavior on domain controllers.

How to eliminate wrong answers

Option B is wrong because Microsoft Defender for Office 365 focuses on protecting email, SharePoint, OneDrive, and Teams from threats like phishing and malware, not on-premises Active Directory attacks. Option C is wrong because Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that protects cloud applications and data, not on-premises AD environments. Option D is wrong because Microsoft Defender for Endpoint is designed for endpoint detection and response (EDR) on devices, not for monitoring Active Directory authentication protocols or service account behavior.

67
MCQmedium

You are reviewing a Microsoft Purview sensitivity label configuration. Based on the exhibit, what will happen when this label is applied to a document?

A.The document will be watermarked only.
B.The document will be encrypted and will expire after a set period.
C.The document will be encrypted with AES256, watermarked with 'CONFIDENTIAL', and sharing will be blocked.
D.The document will display a warning before sharing.
AnswerC

All three actions are specified in the label configuration.

Why this answer

The exhibit shows a Microsoft Purview sensitivity label configured with both encryption (AES256) and content marking (a 'CONFIDENTIAL' watermark), and the sharing permissions are explicitly set to 'Block sharing'. This combination of settings ensures that when the label is applied, the document is encrypted, watermarked, and sharing is prevented.

Exam trap

The trap here is that candidates often confuse the 'expiration' setting with the 'encryption' setting, or assume that a watermark alone implies no encryption, when in fact the label can combine multiple actions (encryption, watermark, and sharing restrictions) simultaneously.

How to eliminate wrong answers

Option A is wrong because the label configuration includes encryption and sharing restrictions, not just a watermark. Option B is wrong because while the label does include encryption, it does not specify an expiration period; the exhibit shows no expiry setting. Option D is wrong because the label is configured to block sharing outright, not to display a warning before sharing.

68
Multi-Selecteasy

Which TWO of the following are features of Microsoft Sentinel? (Choose two.)

Select 2 answers
A.Security Information and Event Management (SIEM)
B.Data loss prevention
C.Endpoint detection and response
D.Identity governance
E.Security Orchestration, Automation, and Response (SOAR)
AnswersA, E

Correct: Core SIEM capability.

Why this answer

Microsoft Sentinel is a cloud-native Security Information and Event Management (SIEM) solution that collects and analyzes security data from across an enterprise. It also provides Security Orchestration, Automation, and Response (SOAR) capabilities through built-in playbooks and automation rules, enabling automated incident response. These two core functions—SIEM and SOAR—are explicitly listed as features of Sentinel.

Exam trap

The trap here is that candidates confuse Microsoft Sentinel’s SIEM+SOAR capabilities with other Microsoft security products like Defender for Endpoint (EDR) or Purview (DLP), leading them to select options that are valid security features but belong to different services.

69
MCQmedium

Refer to the exhibit. The exhibit shows an Azure Policy definition. A storage account named 'storagedev' is created with network ACLs set to allow all traffic (defaultAction: Allow) and no IP rules. What will happen when this policy is assigned?

A.The storage account will be created successfully
B.The policy will audit the storage account and mark it as non-compliant
C.The storage account creation will be denied
D.The storage account will be created, but the policy will modify the ACLs
AnswerC

The policy condition is met, and deny effect blocks creation.

Why this answer

The Azure Policy definition shown uses the 'Deny' effect, which explicitly blocks any resource creation that does not meet the specified conditions. Since the storage account 'storagedev' has network ACLs set to allow all traffic (defaultAction: Allow) and no IP rules, it violates the policy's requirement for restricted network access. Therefore, Azure Policy will deny the creation of this storage account, preventing it from being provisioned.

Exam trap

Microsoft often tests the distinction between 'Deny' and 'Audit' effects, where candidates mistakenly think a policy that marks non-compliance will still block creation, or that Azure Policy can automatically remediate without a specific 'DeployIfNotExists' or 'Modify' effect.

How to eliminate wrong answers

Option A is wrong because the policy uses the 'Deny' effect, not 'Audit' or 'Modify', so the storage account will not be created successfully. Option B is wrong because the 'Audit' effect would mark the resource as non-compliant but still allow creation; however, this policy uses 'Deny', which blocks creation entirely. Option D is wrong because the 'Deny' effect does not modify resources; it prevents their creation, and the 'Modify' or 'DeployIfNotExists' effects would be required to alter ACLs after creation.

70
MCQeasy

A company wants to reduce the attack surface on its Windows devices by blocking common techniques used by malware, such as preventing Office applications from creating child processes or blocking executable files from running from the %TEMP% folder. Which Microsoft Defender for Endpoint feature should be configured?

A.Microsoft Defender Antivirus
B.Attack surface reduction rules
C.Network protection
D.Controlled folder access
AnswerB

Attack surface reduction (ASR) rules are a core component of Microsoft Defender for Endpoint, specifically designed to prevent common malware and ransomware techniques by blocking suspicious behaviors at the endpoint. These rules operate by preventing specific actions, such as Office applications creating executable child processes or scripts executing from temporary folders, which are frequently exploited by attackers. By proactively blocking these known exploit techniques, ASR rules significantly reduce the attack surface, enhancing endpoint security beyond traditional signature-based detection.

Why this answer

Attack surface reduction (ASR) rules are a feature of Microsoft Defender for Endpoint that specifically target common malware behaviors, such as blocking Office applications from creating child processes and preventing executable files from running from the %TEMP% folder. These rules are designed to reduce the attack surface by enforcing policies that stop suspicious or malicious actions at the process level, without relying solely on signature-based detection.

Exam trap

The trap here is that candidates often confuse Attack surface reduction rules with Microsoft Defender Antivirus or Controlled folder access, assuming that any 'blocking' feature is part of the antivirus or that folder protection covers execution, when in fact ASR rules are the only feature that enforces behavior-based policies on process creation and execution from specific locations.

Why the other options are wrong

A

Microsoft Defender Antivirus provides real-time protection against malware by scanning files and processes, but it does not specifically block behaviors like Office apps creating child processes or executables running from %TEMP%. Those are behavioral restrictions enforced by Attack Surface Reduction (ASR) rules.

C

Network protection prevents connections to malicious IPs/domains, not local process behaviors like Office apps creating child processes or executables running from %TEMP%.

D

Controlled folder access protects files in specific folders from unauthorized changes by ransomware and other threats, but it does not block Office apps from creating child processes or prevent executables from running from the %TEMP% folder.

When would these options actually be correct?

A

A question asking which Microsoft Defender for Endpoint component provides real-time antivirus scanning, signature-based detection, and remediation of known malware on Windows devices would have Microsoft Defender Antivirus as the correct answer.

C

A question asking for a feature that blocks outbound connections to malicious URLs or IP addresses, such as preventing a device from contacting a known command-and-control server.

D

A question asks: 'Which Microsoft Defender for Endpoint feature should be configured to prevent unauthorized applications from modifying files in protected folders, such as Documents and Pictures?'

Why candidates pick the wrong answer

A

Candidates may think antivirus is the primary tool to block malware techniques, not realizing that ASR rules are specifically designed to reduce attack surface by blocking common malware behaviors beyond traditional signature-based detection.

C

Candidates may confuse network-level blocking with endpoint behavioral controls, assuming 'network protection' covers all malware-related restrictions.

D

Candidates may confuse controlled folder access with general attack surface reduction because both aim to block malicious behaviors, but controlled folder access focuses on file protection rather than process and execution restrictions.

71
MCQmedium

Your company uses Microsoft Entra ID. You need to monitor and detect suspicious sign-in activities, such as sign-ins from anonymous IP addresses or unfamiliar locations. Which Microsoft Entra feature provides this capability?

A.Microsoft Entra audit logs
B.Conditional Access
C.Microsoft Entra Connect
D.Microsoft Entra ID Protection
AnswerD

Microsoft Entra ID Protection is specifically designed to detect, investigate, and remediate identity-based risks. It leverages machine learning and heuristic rules to analyze sign-in and user behavior data in real-time, identifying suspicious patterns such as impossible travel, unfamiliar sign-in properties, or leaked credentials. This service automatically generates risk detections and can trigger automated responses, like requiring multi-factor authentication or blocking access, making it the primary tool for monitoring and protecting against identity threats.

Why this answer

Microsoft Entra ID Protection is the correct answer because it is specifically designed to detect and respond to identity-based risks, including suspicious sign-in activities such as sign-ins from anonymous IP addresses (e.g., Tor network) and unfamiliar locations. It uses machine learning algorithms and heuristic detection to assign a risk level to each sign-in, enabling automated remediation or alerting.

Exam trap

The trap here is that candidates often confuse Conditional Access (a policy enforcement engine) with the detection capability itself, not realizing that Conditional Access relies on risk assessments from ID Protection to act on suspicious sign-ins.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra audit logs record all changes and activities within the tenant (e.g., user creation, role changes) but do not perform real-time risk detection or analysis of sign-in patterns. Option B is wrong because Conditional Access enforces access policies based on conditions (e.g., location, device state) but does not inherently detect suspicious activities; it relies on signals from other services like ID Protection. Option C is wrong because Microsoft Entra Connect is a tool for synchronizing on-premises Active Directory objects to Microsoft Entra ID and has no role in monitoring or detecting sign-in anomalies.

72
MCQeasy

A company uses Microsoft Intune to manage its devices. The security team wants to enforce that all devices running Windows 11 must have BitLocker enabled and a minimum operating system build version. Which Intune policy type should they use?

A.Configuration profile
B.Enrollment restriction
C.App protection policy
D.Compliance policy
AnswerD

Compliance policies define the security baselines and health requirements that devices must meet to be considered compliant within an organization, such as requiring device encryption, a minimum OS version, or an enabled firewall. These policies continuously evaluate device properties against the defined rules and can mark devices as non-compliant, often integrating with Conditional Access to restrict resource access until compliance is restored.

Why this answer

Compliance policies in Microsoft Intune define the rules and settings that devices must meet to be considered compliant, such as requiring BitLocker encryption and a minimum OS build version. When a device fails to meet these conditions, Intune can mark it as non-compliant and trigger conditional access policies to block access to corporate resources. This makes compliance policy the correct choice for enforcing security baselines like BitLocker and OS version requirements.

Exam trap

The trap here is that candidates often confuse configuration profiles (which apply settings) with compliance policies (which enforce and evaluate those settings), leading them to select A instead of D.

How to eliminate wrong answers

Option A is wrong because configuration profiles are used to configure device settings and features (e.g., Wi-Fi, VPN, email) but do not enforce compliance or trigger conditional access actions; they apply settings without a compliance check. Option B is wrong because enrollment restrictions control which devices can enroll (e.g., by platform, OS version, or manufacturer) but do not enforce ongoing requirements like BitLocker or build version after enrollment. Option C is wrong because app protection policies (MAM) manage data protection within apps on devices that may or may not be managed by Intune, focusing on app-level data loss prevention rather than device-level encryption or OS build version.

73
MCQmedium

An organization uses Microsoft 365. They need to prevent users from sharing credit card numbers in emails and Microsoft Teams messages. When a user attempts to share such sensitive information externally, the message should be blocked and the user should receive a policy tip notification. Which Microsoft Purview solution should they configure?

A.Data Lifecycle Management
B.Data Loss Prevention (DLP)
C.Insider Risk Management
D.Information Protection
AnswerB

Data Loss Prevention (DLP) policies are specifically engineered to identify, monitor, and protect sensitive information across Microsoft 365 services. By utilizing sensitive information types, keywords, and sensitivity labels, DLP can detect when sensitive content is being shared inappropriately and enforce real-time actions, such as blocking the sharing, notifying administrators, or prompting users with policy tips, directly preventing data exfiltration.

Why this answer

Data Loss Prevention (DLP) is the correct solution because it is specifically designed to detect and protect sensitive information, such as credit card numbers, through deep content analysis using built-in sensitive information types. DLP policies can be configured to block the sharing of this data in emails and Microsoft Teams messages and to display a policy tip notification to the user, enforcing compliance in real time.

Exam trap

The trap here is that candidates often confuse Information Protection (sensitivity labels) with DLP, not realizing that DLP is the solution for actively blocking and notifying on sensitive data in transit, while Information Protection is for classification and persistent protection of data at rest.

How to eliminate wrong answers

Option A is wrong because Data Lifecycle Management focuses on retaining, deleting, and managing the lifecycle of data based on policies, not on preventing the sharing of sensitive information in transit. Option C is wrong because Insider Risk Management is designed to detect, investigate, and act on risky user activities (e.g., data theft or policy violations) based on behavioral analytics, not to block specific content like credit card numbers in messages. Option D is wrong because Information Protection (e.g., sensitivity labels and encryption) is used to classify and protect data at rest and in use, but it does not natively block sharing of specific sensitive data types in emails or Teams messages with policy tips; that is a DLP function.

74
MCQmedium

A company uses Microsoft Entra ID. They want to ensure that only users with a specific role can reset passwords for other users in their organization. Which feature should they use?

A.Privileged Identity Management
B.Conditional Access
C.Administrative Units
D.Identity Protection
AnswerC

Microsoft Entra Administrative Units (AUs) provide a mechanism to delegate administrative permissions over a specific subset of Microsoft Entra objects, such as users, groups, or devices. By creating an AU and adding relevant objects, an organization can assign administrative roles (e.g., User Administrator, Password Administrator) that are scoped only to the members within that unit. This ensures that administrators can manage only the users or groups they are authorized for, preventing them from affecting the entire directory.

Why this answer

Administrative Units allow you to delegate administrative tasks, such as password resets, to users who have a specific role scoped to a subset of users. By assigning the Helpdesk Administrator role to an Administrative Unit, you ensure that only those users can reset passwords for members of that unit, meeting the requirement precisely.

Exam trap

The trap here is that candidates often confuse Privileged Identity Management (PIM) with role-based delegation, but PIM controls when a role is active, not who can perform a specific action on a specific set of users.

How to eliminate wrong answers

Option A is wrong because Privileged Identity Management (PIM) provides time-based and approval-based role activation to reduce standing access, but it does not scope password reset permissions to specific users; it manages role eligibility and activation. Option B is wrong because Conditional Access enforces access controls based on signals like location or device state, but it does not delegate or restrict who can perform administrative tasks like password resets. Option D is wrong because Identity Protection detects and responds to identity-based risks, such as leaked credentials or suspicious sign-ins, but it does not control which users have permission to reset passwords.

75
MCQeasy

A security architect is designing a defense strategy for the organization's network. The architect assumes that an attacker may already have breached the perimeter and is operating inside the network. Therefore, the design does not automatically trust any user or device, even if they are inside the corporate network, and requires continuous verification for every access request. Which security principle does this approach best represent?

A.Defense in depth
B.Zero Trust
C.Shared responsibility
D.Least privilege
AnswerB

Zero Trust is the foundational security model that mandates explicit verification for every access request, regardless of its origin or the resource being accessed. It operates on the principle of 'never trust, always verify,' assuming that a breach is inevitable or has already occurred. This strategy requires continuous validation of identity, device health, and service context before granting and maintaining access, making it ideal for designing a robust defense against both external and internal threats.

Why this answer

The Zero Trust security principle is based on the assumption that an attacker may already be inside the network, so no user or device is automatically trusted, regardless of location. This model requires continuous verification for every access request, enforcing strict identity verification and least-privilege access controls at each step. The scenario directly describes the core tenet of Zero Trust: 'never trust, always verify.'

Exam trap

The trap here is that candidates confuse Zero Trust with defense in depth because both involve multiple security layers, but Zero Trust specifically requires continuous verification and assumes breach, whereas defense in depth does not mandate per-request trust evaluation.

Why the other options are wrong

A

Defense in depth uses multiple layers of security controls, but it does not inherently assume a breach or require continuous verification of every access request; it focuses on layered defenses rather than the 'never trust, always verify' principle.

C

Shared responsibility is a cloud security model that defines security obligations between provider and customer, not a principle for continuous verification and distrust of internal network traffic.

D

The question describes a model where no user or device is trusted by default, even inside the network, and every access request is continuously verified. This is the core definition of Zero Trust, not least privilege. Least privilege focuses on granting only the minimum permissions needed, not on continuous verification or assuming breach.

When would these options actually be correct?

A

A question asking: 'Which security strategy involves implementing multiple layers of security controls (e.g., firewalls, antivirus, IDS) to protect against threats?' would make Defense in depth the correct answer.

C

In a question asking: 'A company uses a cloud provider for IaaS. Who is responsible for securing the operating system and applications?' Shared responsibility would be correct because it delineates provider vs. customer security duties.

D

A question that asks: 'A security architect wants to ensure that users and applications have only the minimum permissions necessary to perform their tasks, reducing the risk of excessive access. Which principle does this represent?' In that context, least privilege would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse Zero Trust's continuous verification with the layered approach of Defense in depth, as both involve multiple security measures, but they differ in core assumptions about trust.

C

Candidates may confuse 'shared responsibility' with a security strategy that involves multiple layers or parties, but it specifically refers to division of security tasks in cloud environments, not network trust assumptions.

D

Candidates may confuse least privilege with Zero Trust because both involve limiting access. However, least privilege is about permission levels, while Zero Trust is about continuous verification and assuming breach. The phrase 'does not automatically trust' might be misassociated with limiting permissions rather than verifying every request.

Page 1 of 17

Page 2