Courseiva

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

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

Page 12

Page 13 of 17

Page 14
901
MCQhard

Refer to the exhibit. A Microsoft Graph PowerShell script is shown. What is the purpose of this script?

A.Register a phone authentication method for users.
B.Configure self-service password reset settings.
C.Reset passwords for all users named John.
D.Enable multifactor authentication for the users.
AnswerA

The PowerShell script utilizes the `New-MgUserAuthenticationPhoneMethod` cmdlet, which is specifically designed to add a new phone authentication method to a specified user's authentication methods in Microsoft Entra ID. This action registers a phone number, making it available for use in scenarios such as SMS-based multifactor authentication or passwordless sign-in, but does not inherently enable MFA itself. It's a foundational step for phone-based authentication.

Why this answer

The script uses the `New-MgUserAuthenticationPhoneMethod` cmdlet to register a phone number as an authentication method for a user in Microsoft Entra ID. This cmdlet specifically creates a phone authentication method, which can be used for multifactor authentication or self-service password reset, but its direct purpose is to register the phone method itself.

Exam trap

The trap here is that candidates confuse registering a phone authentication method with enabling MFA or configuring SSPR, because the phone method is a common component of both, but the cmdlet's specific purpose is only to register the method, not to enable the broader feature.

How to eliminate wrong answers

Option B is wrong because configuring self-service password reset (SSPR) settings requires cmdlets like `Update-MgPolicyAuthenticationMethodPolicy` or `Set-MgUserAuthenticationMethodPolicy`, not `New-MgUserAuthenticationPhoneMethod`. Option C is wrong because the script does not perform any password reset operation; it only registers a phone method, and it targets a single user by UserPrincipalName, not all users named John. Option D is wrong because enabling multifactor authentication (MFA) for users is done via Conditional Access policies or per-user MFA settings, not by registering a phone method; the cmdlet only adds a phone as an authentication method, which is a prerequisite but not the act of enabling MFA.

902
MCQeasy

Your organization uses Microsoft Entra ID and wants to enforce multi-factor authentication (MFA) for all users. Which policy should you create?

A.Conditional Access policy
B.Identity Protection policy
C.Security defaults
D.Privileged Identity Management
AnswerA

Conditional Access policies are the primary method in Microsoft Entra ID for enforcing granular access controls, including multi-factor authentication (MFA). They evaluate conditions such as user, device, location, and application to determine if access should be granted, blocked, or require additional authentication methods like MFA, making them highly flexible for enforcing specific security requirements across an organization.

Why this answer

Conditional Access policies are the correct mechanism to enforce MFA for all users because they allow granular, policy-driven access controls based on signals like user, location, device, and application. By creating a Conditional Access policy that requires MFA for all cloud apps, you can target all users and enforce MFA at authentication time, providing a flexible and scalable solution.

Exam trap

The trap here is that candidates confuse Security defaults (a simple, pre-configured baseline) with a customizable policy, but Security defaults is not a policy you 'create'—it is an all-or-nothing toggle that cannot be scoped or modified, whereas Conditional Access policies are the correct, granular tool for enforcing MFA.

How to eliminate wrong answers

Option B is wrong because Identity Protection policies are designed to detect and respond to risks (e.g., leaked credentials, sign-ins from anonymous IPs) and can automatically trigger MFA based on risk level, but they cannot enforce MFA for all users unconditionally. Option C is wrong because Security defaults is a baseline set of security configurations that includes enforcing MFA for all users, but it is a tenant-wide setting that cannot be customized or scoped; it is not a policy you 'create' but rather enable or disable. Option D is wrong because Privileged Identity Management (PIM) provides just-in-time privileged access and approval workflows for roles, not MFA enforcement for all users; it manages role activation, not authentication requirements.

903
MCQmedium

Refer to the exhibit. A Microsoft Purview DLP policy is configured. When a user attempts to share a document containing a credit card number externally, what will happen?

A.The document is shared but the user is notified.
B.The sharing attempt is blocked and the user receives a notification.
C.The document is encrypted before sharing.
D.The policy has no effect because no severity level is set.
AnswerB

This option accurately describes the combined effect of common DLP policy actions. A Microsoft Purview DLP policy can be configured with multiple actions for a single rule. When BlockAccess is specified, it actively prevents the sharing attempt, ensuring the sensitive information remains within the defined boundaries. Concurrently, the NotifyUser action ensures that the individual attempting the prohibited action receives an immediate notification, explaining why their action was blocked and often providing guidance on compliance.

Why this answer

The exhibit shows a Microsoft Purview DLP policy configured with a 'Block' action for sharing documents containing credit card numbers externally. When the action is set to 'Block', the sharing attempt is prevented, and the user receives a notification explaining why the action was blocked. This aligns with the default behavior of DLP policies that enforce restrictive actions on sensitive data.

Exam trap

The trap here is that candidates may assume a missing severity level disables the policy, but in Microsoft Purview DLP, severity is only for reporting and alerting—the configured actions (e.g., Block, Notify) are enforced independently of severity settings.

How to eliminate wrong answers

Option A is wrong because the policy action is set to 'Block', not 'Audit' or 'Notify only', so the document is not shared; the user is notified but the sharing is blocked. Option C is wrong because encryption is a separate action (e.g., 'Encrypt' in sensitivity labels or DLP with Azure Information Protection), and the exhibit shows no encryption action configured—only 'Block' and 'Notify'. Option D is wrong because severity level is optional in DLP policies; the policy still enforces its configured actions (Block and Notify) regardless of whether a severity level is set.

904
MCQeasy

A healthcare organization needs to automatically classify documents containing patient health information (PHI) in Microsoft SharePoint. The solution should apply a 'Confidential - Healthcare' sensitivity label to any document that matches the HIPAA content pattern. Which Microsoft Purview feature should be used?

A.Retention label auto-apply
B.Manual sensitivity labeling
C.Data loss prevention (DLP) policy
D.Auto-labeling for sensitivity labels
AnswerD

Auto-labeling automatically classifies documents based on content patterns.

Why this answer

Auto-labeling for sensitivity labels (Option D) is correct because it automatically applies the specified sensitivity label to documents that match a defined pattern (e.g., HIPAA content) in SharePoint. Option A is wrong because retention label auto-apply is for retention, not sensitivity. Option B is wrong because manual labeling requires user action and does not auto-classify.

Option C is wrong because DLP policies enforce rules to prevent data loss, they do not apply sensitivity labels.

905
MCQeasy

A company deploys firewalls, intrusion detection systems, and endpoint antivirus software at multiple layers of its network. This strategy is intended to ensure that if one security control fails, others still provide protection. Which security concept does this approach represent?

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

Defense in depth is a cybersecurity strategy that employs multiple, overlapping security controls to protect information and systems. This layered approach ensures that if one security mechanism fails or is bypassed, other controls are in place to prevent or detect unauthorized access. The deployment of firewalls and intrusion detection systems, as described, exemplifies this strategy by creating successive barriers against threats.

Why this answer

Defense in depth is a security strategy that layers multiple independent controls—such as firewalls, intrusion detection systems (IDS), and endpoint antivirus—across different network segments. The core principle is that if one layer is breached or fails, subsequent layers continue to provide protection, ensuring no single point of failure compromises the entire security posture.

Exam trap

The trap here is that candidates confuse 'defense in depth' with 'zero trust' because both involve multiple security controls, but zero trust is specifically about eliminating implicit trust through continuous verification, not about layering independent defenses.

Why the other options are wrong

B

The question describes multiple layers of security controls (firewalls, IDS, antivirus) to ensure protection if one fails, which is the definition of defense in depth, not least privilege.

C

Separation of duties is about dividing responsibilities among different people to prevent fraud or error, not about layering security controls to provide redundancy. The question describes multiple security layers, which is defense in depth, not separation of duties.

D

Zero trust is a security model that assumes no implicit trust and requires continuous verification of every access request, not the layered deployment of security controls described in the question.

When would these options actually be correct?

B

A question that asks: 'A company configures user accounts so that employees can only access files necessary for their job roles. Which security concept does this represent?' — here, least privilege is the correct answer.

C

A question that asks: 'A company requires that no single employee can approve a purchase order and also receive the goods. This policy reduces the risk of fraud. Which security concept does this represent?' In that scenario, separation of duties would be the correct answer.

D

A question that asks: 'A company implements a security model where no user or device is trusted by default, and every access request is authenticated and authorized regardless of location.'

Why candidates pick the wrong answer

B

Candidates may confuse the principle of limiting access (least privilege) with the layered approach of defense in depth, or they might think that implementing multiple controls inherently restricts privileges.

C

Candidates may confuse 'separation of duties' with 'defense in depth' because both involve multiple controls, but separation of duties focuses on task division among people, not layered technical defenses.

D

Candidates may confuse the layered approach of defense in depth with the 'never trust, always verify' principle of zero trust, as both involve multiple security measures.

906
MCQmedium

Contoso Pharmaceuticals is implementing Microsoft Purview to meet regulatory compliance (HIPAA and GDPR). They need to: (1) automatically classify and protect patient health information (PHI) and personally identifiable information (PII) in Exchange Online, SharePoint Online, and OneDrive for Business; (2) detect and prevent unauthorized sharing of sensitive data; (3) retain audit logs for 7 years; and (4) allow users to manually apply classification labels to documents. The company has 5,000 users and uses Microsoft 365 E5 licenses. The security team wants to minimize manual effort and ensure consistent protection. What should the compliance administrator configure first?

A.Configure Data Loss Prevention (DLP) policies to block sharing of content containing PHI and PII.
B.Create sensitivity labels with auto-labeling policies configured to detect PHI and PII, and publish them via label policies.
C.Set up retention policies for Exchange, SharePoint, and OneDrive to retain data for 7 years.
D.Enable auditing for all workloads and configure alert policies for unauthorized access.
AnswerB

Auto-labeling provides consistent classification and protection with minimal manual effort.

Why this answer

Sensitivity labels with auto-labeling policies can automatically classify and protect PHI and PII across Exchange Online, SharePoint Online, and OneDrive for Business, meeting the requirement for automated classification and consistent protection. Option A is wrong because DLP policies detect and prevent unauthorized sharing but do not classify or label data. Option C is wrong because retention policies only manage data retention, not classification or protection.

Option D is wrong because auditing logs activities but does not classify or protect content.

907
MCQhard

A financial services firm uses Microsoft Purview Information Barriers to prevent traders from communicating with investment bankers. A new employee in the trading department cannot access a SharePoint site used for compliance training. What should the administrator do?

A.Add the employee to the 'Traders' Microsoft 365 group.
B.Add the employee to the 'Traders' segment in Microsoft Purview Information Barriers.
C.Use the 'Override' option in the Information Barrier policy.
D.Disable the Information Barrier policy for the trading department.
AnswerB

Microsoft Purview Information Barriers operate by defining distinct user segments based on specific user attributes and then applying policies to restrict communication and collaboration between these segments. To allow an employee to legitimately communicate and collaborate with others in the 'Traders' segment, their user account must be correctly assigned to that 'Traders' segment. This is typically achieved by updating the relevant user attribute in Microsoft Entra ID that defines the 'Traders' segment, ensuring compliance with the established IB policies.

Why this answer

Microsoft Purview Information Barriers use segments to group users based on their organizational roles. Adding the new employee to the 'Traders' segment ensures that the Information Barrier policy applies to them correctly, allowing them to access the compliance training SharePoint site while still being blocked from communicating with investment bankers.

Exam trap

The trap here is that candidates confuse Microsoft 365 groups with Purview segments, assuming that adding a user to a group will automatically resolve Information Barrier restrictions, when in fact segments are the only mechanism for defining user roles in these policies.

How to eliminate wrong answers

Option A is wrong because adding the employee to the 'Traders' Microsoft 365 group does not affect Information Barrier segmentation; segments are separate from Microsoft 365 groups and are defined in Purview. Option C is wrong because the 'Override' option in Information Barrier policies is not a standard feature; policies are enforced automatically and cannot be overridden per user. Option D is wrong because disabling the Information Barrier policy for the entire trading department would remove compliance controls for all traders, which is excessive and not the correct solution for granting access to a single site.

908
Multi-Selecteasy

A company implements a security policy where employees must use a smart card to log into their workstations. After logging in, they can only access file shares that correspond to their department. Which two security concepts are demonstrated in this scenario?

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

Correct. Smart card login is authentication; then limiting access to department file shares is authorization.

Why this answer

The smart card login verifies the user's identity, which is authentication. The subsequent restriction to department-specific file shares controls what resources the user can access, which is authorization. Non-repudiation is not demonstrated because the scenario lacks any mechanism (such as audit logs or digital signatures) that would prevent the user from denying the login action.

Therefore, only authentication and authorization are demonstrated, making Option A the sole correct answer.

Exam trap

Candidates may mistakenly think that smart cards automatically provide non-repudiation. However, non-repudiation requires additional measures like audit trails or digital signatures, which are not mentioned. The scenario only shows authentication and authorization.

909
MCQeasy

A company wants to block users from accessing phishing websites via Microsoft Edge. Which Microsoft security solution should they use?

A.Microsoft Defender for Endpoint
B.Microsoft Purview
C.Microsoft Intune
D.Microsoft Defender SmartScreen
AnswerD

Microsoft Defender SmartScreen is a security feature integrated into Microsoft Edge and other Windows components that provides real-time protection against phishing sites, malicious websites, and potentially unwanted software downloads. It actively checks websites and files against a dynamic list of reported malicious content, alerting users or blocking access to help prevent them from falling victim to social engineering attacks or malware infections. This direct, browser-level intervention is precisely what's needed to block users from accessing phishing websites.

Why this answer

Microsoft Defender SmartScreen is the correct solution because it is specifically designed to protect users from phishing and malicious websites directly within Microsoft Edge. It operates by comparing visited URLs against a dynamic list of reported phishing sites and analyzing site behavior in real time, blocking access before the user can interact with the page.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Endpoint (a broad EDR platform) with the browser-specific anti-phishing feature, assuming that any 'Defender' product covers all security scenarios, when in fact SmartScreen is a distinct, lightweight component built into Edge.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Endpoint is an enterprise endpoint detection and response (EDR) solution that focuses on post-breach detection, investigation, and remediation of advanced threats on devices, not on blocking phishing websites in the browser. Option B is wrong because Microsoft Purview is a data governance, compliance, and risk management solution that handles data classification, retention, and eDiscovery, not real-time web threat blocking. Option C is wrong because Microsoft Intune is a cloud-based mobile device management (MDM) and mobile application management (MAM) service for managing devices and apps, not a browser-based anti-phishing filter.

910
MCQhard

A company wants to gain visibility into the use of unsanctioned cloud applications (shadow IT) within their organization. The security team has access to network proxy logs that show traffic to various cloud services. They want to use a Microsoft security solution to analyze these logs and identify which cloud apps are being used, by whom, and how much data is being consumed. Which capability of Microsoft Defender for Cloud Apps should they use?

A.App governance
B.Cloud Discovery
C.Conditional Access App Control
D.App Connectors
AnswerB

Cloud Discovery, a core component of Microsoft Defender for Cloud Apps (MDCA), is specifically designed to analyze traffic logs from firewalls, proxies, and other network devices to identify all cloud applications accessed by users. This process enables organizations to gain comprehensive visibility into 'shadow IT' – unsanctioned cloud applications – and assess their associated risks, providing crucial insights into usage patterns across the environment.

Why this answer

Cloud Discovery in Microsoft Defender for Cloud Apps analyzes network proxy logs (or traffic logs from firewalls and proxies) to identify unsanctioned cloud app usage (shadow IT). It provides visibility into which cloud apps are being used, by which users, and how much data is consumed, directly matching the company's requirement to analyze logs for shadow IT detection.

Exam trap

The trap here is that candidates confuse Cloud Discovery (log analysis for shadow IT discovery) with App Connectors (API-based integration for managed apps), leading them to select App Connectors because they think 'connecting' to apps is needed to see usage.

Why the other options are wrong

A

App governance focuses on managing and governing app permissions and policies for OAuth-enabled apps, not on analyzing network proxy logs to discover unsanctioned cloud app usage.

C

Conditional Access App Control is used to enforce access policies on cloud apps in real-time, not to analyze proxy logs for discovering unsanctioned app usage. The question specifically requires analyzing network proxy logs to identify shadow IT, which is the function of Cloud Discovery.

D

App Connectors are used to connect to specific cloud apps via APIs for deep visibility and control, not to analyze network proxy logs for discovering unsanctioned cloud apps.

When would these options actually be correct?

A

A question asks: 'Which Microsoft Defender for Cloud Apps capability should an organization use to monitor and control app permissions for third-party OAuth apps connected to Microsoft 365?'

C

An exam scenario where an organization needs to enforce real-time access controls (e.g., block downloads or require multi-factor authentication) for specific cloud apps based on user or device conditions, using Microsoft Defender for Cloud Apps' reverse proxy capabilities.

D

When a company needs to enforce policies and gain granular visibility into sanctioned cloud apps (e.g., Office 365, Salesforce) by connecting directly via APIs to monitor user activities, data, and compliance.

Why candidates pick the wrong answer

A

Candidates may confuse 'governance' with 'discovery' because both involve monitoring cloud apps, but App governance is specifically for OAuth app permissions, not for identifying shadow IT from network logs.

C

Candidates may confuse Conditional Access App Control with Cloud Discovery because both are features of Defender for Cloud Apps, and the term 'control' might seem related to managing unsanctioned apps, but the question asks for analysis, not enforcement.

D

Candidates may think 'App Connectors' is the right tool because it involves connecting to cloud apps, but they overlook that the question specifies analyzing network proxy logs for shadow IT discovery, which is Cloud Discovery's function.

911
MCQhard

An organization's security team needs to investigate a security incident that occurred two months ago. They need to search the unified audit log for specific activities performed by a user, such as file access, email actions, and sign-in events, to understand the scope of the compromise. Which Microsoft Purview solution provides these audit log search capabilities?

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

Microsoft Purview Audit (Standard and Premium) is specifically designed to capture, retain, and enable searching of user and administrator activities across Microsoft 365 services via the unified audit log. This capability is crucial for security investigations, allowing organizations to identify who performed what action, when, and from where. It provides the necessary historical data to understand the scope and timeline of a security incident, directly addressing the need to investigate security events.

Why this answer

Microsoft Purview Audit (specifically Audit (Standard) or Audit (Premium)) provides the ability to search the unified audit log for activities like file access, email actions, and sign-in events. This solution is designed for forensic investigation of user and admin activity within Microsoft 365, making it the correct choice for investigating a security incident that occurred two months ago.

Exam trap

The trap here is that candidates often confuse eDiscovery (which deals with legal holds and content search) with Audit (which deals with activity logs), leading them to select eDiscovery when the question specifically asks for searching user activities like file access and sign-in events.

Why the other options are wrong

A

Microsoft Purview eDiscovery is designed for legal discovery and exporting content from mailboxes, SharePoint, and Teams, not for searching the unified audit log for historical user activities like file access, email actions, and sign-in events.

C

Microsoft Purview Data Lifecycle Management governs data retention and deletion policies, not audit log search. It does not provide the ability to search historical user activities like file access, email actions, or sign-in events.

D

Microsoft Purview Communication Compliance is designed to detect and manage inappropriate communications (e.g., offensive language, conflicts of interest) within an organization, not to search the unified audit log for historical activities like file access or sign-in events.

When would these options actually be correct?

A

A question asking: 'An organization needs to search and export relevant emails, documents, and Teams messages as evidence for a lawsuit. Which Microsoft Purview solution should they use?' — eDiscovery would be correct for legal hold and content search.

C

A question asking which solution manages retention policies for regulatory compliance, such as automatically deleting emails after a set period or preserving data for legal holds, would make Data Lifecycle Management the correct answer.

D

An organization needs to identify and review communications that violate corporate policies, such as insider trading or harassment, by analyzing emails and Microsoft Teams messages for specific keywords or patterns.

Why candidates pick the wrong answer

A

Candidates may confuse eDiscovery's search capabilities with audit log search, as both involve searching for data, but eDiscovery focuses on content retrieval for legal cases, not activity logging.

C

Candidates may confuse data lifecycle management with audit because both involve managing data over time, but lifecycle management focuses on retention and deletion, not investigation of past activities.

D

Candidates may confuse Communication Compliance with Audit because both involve monitoring user activities, but Communication Compliance focuses on communication content rather than audit log events.

912
MCQeasy

A company subscribes to a SaaS human resources application hosted by an external provider. The provider is responsible for maintaining the physical data centers, network infrastructure, and the underlying application software. The company is responsible for managing user accounts, configuring user permissions, and classifying the data they upload. Which security model does this arrangement primarily describe?

A.Defense in depth
B.Zero Trust
C.Shared responsibility model
D.CIA triad
AnswerC

The shared responsibility model correctly defines the split of security tasks between the cloud provider and the customer based on the service model (IaaS, PaaS, SaaS). In this SaaS example, the provider handles infrastructure, and the customer handles data and access.

Why this answer

The scenario explicitly describes a division of security responsibilities between the SaaS provider and the customer. The provider handles physical security, network infrastructure, and application software (security *of* the cloud), while the company manages user accounts, permissions, and data classification (security *in* the cloud). This is the core definition of the shared responsibility model, which is foundational to cloud computing and directly tested in SC-900.

Exam trap

The trap here is that candidates confuse the shared responsibility model with defense in depth or Zero Trust, because all three involve 'security layers' or 'trust boundaries,' but only the shared responsibility model specifically defines the split of security obligations between a cloud provider and a customer.

Why the other options are wrong

A

The question describes a division of security responsibilities between the provider and the company, which is the essence of the shared responsibility model, not defense in depth. Defense in depth refers to multiple layers of security controls, not the allocation of responsibilities.

B

The question describes a clear division of security responsibilities between the provider and the company, which is the essence of the shared responsibility model. Zero Trust is a security framework that assumes no implicit trust and requires continuous verification, but it does not specifically address the division of responsibilities for different components of a cloud service.

D

The CIA triad (Confidentiality, Integrity, Availability) is a security model for guiding information security policies, but it does not describe the division of responsibilities between a cloud provider and customer. The question specifically asks about the arrangement of responsibilities, which is the shared responsibility model.

When would these options actually be correct?

A

A question asks: 'A company implements firewalls, intrusion detection, antivirus software, and employee security training to protect its network. Which security principle does this illustrate?' Defense in depth would be correct because it involves multiple overlapping layers of defense.

B

A question that asks: 'A company implements a policy requiring multi-factor authentication for all users, continuous monitoring of network traffic, and micro-segmentation to limit lateral movement. Which security model does this describe?' In that context, Zero Trust would be correct because it focuses on never trust, always verify.

D

A question asks: 'A security analyst is evaluating a system to ensure that data is not altered by unauthorized parties and that it remains accessible to authorized users. Which security model is the analyst primarily applying?' In this context, the CIA triad would be correct as it directly addresses confidentiality, integrity, and availability.

Why candidates pick the wrong answer

A

Candidates may confuse the layered security approach (defense in depth) with the division of responsibilities, especially since both concepts involve multiple security measures or parties.

B

Candidates may associate Zero Trust with modern cloud security and mistakenly think it applies to any cloud-related security arrangement, overlooking that the question specifically asks about the division of responsibilities.

D

Candidates may confuse the shared responsibility model with the CIA triad because both are fundamental security concepts. They might think that the division of responsibilities is a way to ensure CIA principles, but the question explicitly asks about the arrangement of responsibilities, not the security objectives.

913
MCQmedium

An organization uses Exchange Online and is concerned about phishing attacks that include malicious hyperlinks. They need a security solution that checks URLs at the time a user clicks them and blocks access to known malicious or suspicious websites. The solution must also provide real-time reputation analysis for link clicks. Which Microsoft security solution should they enable?

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

Microsoft Defender for Office 365 (MDO) is the correct solution as it provides advanced threat protection specifically for email and collaboration tools like Exchange Online, SharePoint, OneDrive, and Microsoft Teams. Its Safe Links feature proactively rewrites URLs in emails and Office documents, scanning them at the time of click to prevent access to malicious websites. Additionally, Safe Attachments sandboxes email attachments to detect and neutralize zero-day malware before it reaches user inboxes, directly addressing concerns about malicious content.

Why this answer

Microsoft Defender for Office 365 (MDO) provides Safe Links, a feature specifically designed to protect against phishing attacks by scanning URLs at the time of click. It performs real-time reputation analysis against Microsoft's threat intelligence to block access to known malicious or suspicious websites. This directly addresses the requirement for click-time URL verification and blocking.

Exam trap

The trap here is that candidates confuse endpoint security (Defender for Endpoint) with email security (Defender for Office 365), overlooking that the question explicitly mentions Exchange Online and click-time URL analysis, which is a core Safe Links feature of MDO.

Why the other options are wrong

A

Microsoft Defender for Endpoint focuses on endpoint devices (e.g., desktops, servers) and does not provide URL click-time protection for email links in Exchange Online. The question specifically requires a solution for email phishing links, which is covered by Defender for Office 365.

C

Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that focuses on securing cloud applications and controlling data access, not on real-time URL click-time inspection for phishing links in email. The question specifically requires a solution that checks URLs at click time and provides reputation analysis for link clicks, which is a feature of Defender for Office 365 (Safe Links).

D

Microsoft Sentinel is a cloud-native SIEM/SOAR solution for security analytics and threat intelligence across the enterprise, not a tool for real-time URL click-time protection in Exchange Online. The question specifically requires a solution that checks URLs at click time in email, which is a feature of Defender for Office 365.

When would these options actually be correct?

A

A question asks: 'An organization needs to protect its Windows 10 devices from malware and detect advanced threats on endpoints. Which solution should they use?' In that scenario, Microsoft Defender for Endpoint is the correct answer.

C

A question that asks: 'An organization uses multiple SaaS applications (e.g., Salesforce, Box) and wants to discover shadow IT, control data sharing, and enforce access policies across these apps. Which Microsoft security solution should they use?' In that scenario, Microsoft Defender for Cloud Apps would be the correct answer.

D

An organization needs a centralized security information and event management (SIEM) system to collect and analyze security logs from multiple sources, including on-premises and cloud environments, and to automate incident response. They require advanced threat detection, investigation, and hunting capabilities across their entire digital estate.

Why candidates pick the wrong answer

A

Candidates may confuse Defender for Endpoint with email security because both are part of the Microsoft Defender suite, or they may assume endpoint protection includes email link scanning.

C

Candidates may confuse Defender for Cloud Apps with email security because both involve 'cloud' and 'security,' and they might think it covers all cloud-based threats including phishing, without understanding the specific click-time URL protection feature belongs to Defender for Office 365.

D

Candidates may confuse Sentinel's broad threat detection capabilities with the specific email security features of Defender for Office 365, or assume that any Microsoft security solution can handle phishing link protection.

914
MCQmedium

A company wants to monitor internal communications for inappropriate content such as harassment or threats, and also prevent employees from accidentally sharing credit card numbers via email. Which combination of Microsoft Purview solutions should they use?

A.Use Communication Compliance for both detecting harassment and preventing credit card sharing
B.Use Data Loss Prevention (DLP) for both detecting harassment and preventing credit card sharing
C.Use Communication Compliance for harassment detection and DLP for preventing sharing of credit card numbers
D.Use eDiscovery for both harassment detection and data leak prevention
AnswerC

This option correctly assigns the distinct capabilities of each solution. Microsoft Purview Communication Compliance leverages machine learning and predefined or custom policies to proactively detect inappropriate content, including harassment, threats, and discriminatory language, across various communication channels. Concurrently, Microsoft Purview Data Loss Prevention (DLP) is precisely designed to identify and prevent the unauthorized sharing or leakage of sensitive information, such as credit card numbers, by applying policies that can block, warn, or encrypt data based on its content and context.

Why this answer

Communication Compliance is designed to detect and investigate inappropriate internal communications (e.g., harassment, threats) by analyzing messages against customizable policies. Data Loss Prevention (DLP) is purpose-built to identify and prevent the accidental sharing of sensitive data, such as credit card numbers, by scanning content for predefined patterns (e.g., regex for credit card formats) and enforcing policy actions like blocking the email. Together, they address the two distinct requirements: Communication Compliance for behavioral monitoring and DLP for data protection.

Exam trap

The trap here is that candidates often confuse the overlapping capabilities of Communication Compliance and DLP, assuming one tool can handle both behavioral monitoring and data protection, when in fact each is specialized for a distinct compliance domain.

How to eliminate wrong answers

Option A is wrong because Communication Compliance is not designed to prevent the sharing of sensitive data like credit card numbers; it focuses on communication surveillance and policy violations, not data leak prevention actions. Option B is wrong because DLP is not intended for detecting harassment or threats in communications; it scans for sensitive data patterns (e.g., credit card numbers, PII) and enforces data handling policies, not behavioral monitoring. Option D is wrong because eDiscovery is used for legal discovery and holds, not for real-time monitoring or prevention of harassment or data leaks; it is an investigation tool, not a proactive compliance solution.

915
MCQeasy

A company needs to automatically detect and protect sensitive information such as credit card numbers in emails sent from Exchange Online and documents stored in SharePoint Online. They want to create policies that can block emails if such data is detected, and also automatically encrypt documents with specific labels. Which Microsoft Purview solution should they use?

A.Microsoft Purview Information Protection
B.Microsoft Purview Data Loss Prevention
C.Microsoft Purview Audit
D.Microsoft Purview Compliance Manager
AnswerB

Microsoft Purview Data Loss Prevention (DLP) is specifically designed to automatically detect sensitive information types, such as credit card numbers or national IDs, across various Microsoft 365 services and endpoints. It then enforces policy-driven actions, including blocking email transmission, encrypting files, or notifying administrators, to prevent unauthorized sharing or leakage. This proactive capability directly addresses the requirement to automatically detect and protect sensitive information in real-time by preventing its inappropriate use or transfer.

Why this answer

Microsoft Purview Data Loss Prevention (DLP) is the correct solution because it is specifically designed to automatically detect sensitive information (e.g., credit card numbers) in Exchange Online emails and SharePoint Online documents, and then enforce protective actions such as blocking email transmission or applying encryption labels. DLP policies use sensitive information types and policy tips to identify and remediate data exposure risks across these workloads.

Exam trap

The trap here is that candidates often confuse Information Protection (labeling/encryption) with DLP (detection and enforcement), but DLP is the engine that triggers the protective actions, while Information Protection provides the labels and encryption mechanisms that DLP can apply.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Information Protection focuses on classifying, labeling, and protecting data at rest (e.g., applying sensitivity labels) but does not natively include the automated detection and blocking of sensitive data in transit or the enforcement of DLP actions like email blocking. Option C is wrong because Microsoft Purview Audit is solely for logging and investigating user and admin activities, not for detecting or protecting sensitive data in real time. Option D is wrong because Microsoft Purview Compliance Manager is a risk assessment and compliance management tool that helps track regulatory compliance posture, not a solution for detecting or protecting sensitive content in emails or documents.

916
Multi-Selecteasy

A company wants to use Microsoft Intune to manage devices. Which TWO capabilities does Intune provide?

Select 2 answers
A.Mobile device management (MDM)
B.Compliance assessment for cloud resources
C.Endpoint detection and response
D.Mobile application management (MAM)
E.Identity and access management
AnswersA, D

Microsoft Intune's Mobile Device Management (MDM) capabilities are fundamental for organizations to enroll, configure, and secure a diverse range of corporate and personal devices, including Windows, iOS/iPadOS, Android, and macOS. This core feature enables the enforcement of device-level security policies, deployment of settings and certificates, and remote actions like wiping or locking, ensuring devices meet organizational compliance before accessing sensitive resources.

Why this answer

Microsoft Intune provides Mobile Device Management (MDM) capabilities, allowing administrators to enroll devices, enforce configuration policies, and remotely wipe corporate data. Option D is correct because Intune also provides Mobile Application Management (MAM), enabling control over app access and data protection without requiring full device enrollment, using app protection policies.

Exam trap

The trap here is that candidates often confuse Intune's compliance policies (which are device-focused) with cloud resource compliance (Option B), or mistakenly associate Intune with identity management (Option E) because it integrates with Microsoft Entra ID for authentication.

917
MCQeasy

Your organization uses Microsoft Intune to manage devices. You need to ensure that only compliant devices can access corporate email. Which policy should you configure?

A.Device compliance policy in Microsoft Intune
B.Enrollment restrictions in Microsoft Intune
C.App protection policy in Microsoft Intune
D.Conditional Access policy in Microsoft Entra ID
AnswerD

A Conditional Access policy in Microsoft Entra ID is the robust enforcement mechanism that evaluates various signals, including device compliance status reported by Intune, before granting access to cloud apps like email. It acts as the gatekeeper, allowing administrators to define conditions under which users can access resources. If a device is marked as non-compliant by Intune, a Conditional Access policy can then block access to sensitive applications, effectively linking device health to resource access.

Why this answer

Conditional Access policies in Microsoft Entra ID evaluate signals such as device compliance status from Intune before granting access to cloud apps like Exchange Online. By configuring a Conditional Access policy that requires device compliance, only devices marked as compliant by Intune can access corporate email. This is the correct mechanism because Conditional Access acts as the gatekeeper that enforces the compliance requirement at the authentication and authorization layer.

Exam trap

The trap here is that candidates often confuse the policy that defines compliance (Intune Device Compliance) with the policy that enforces access based on that compliance (Entra ID Conditional Access), leading them to pick Option A instead of D.

How to eliminate wrong answers

Option A is wrong because a Device compliance policy in Microsoft Intune defines the security requirements (e.g., encryption, OS version) and marks a device as compliant or non-compliant, but it does not enforce access control to corporate email on its own. Option B is wrong because Enrollment restrictions in Microsoft Intune control which devices can enroll into management (e.g., by platform or manufacturer), not whether already enrolled devices can access email. Option C is wrong because App protection policies in Microsoft Intune manage data protection within apps (e.g., preventing copy/paste or requiring PIN) but do not evaluate device compliance or block access to email based on the device's overall compliance state.

918
MCQeasy

A company wants to collect security logs from on-premises servers, cloud applications, and network devices into a central repository, and then use advanced analytics detect threats and automate incident response. Which Microsoft security solution should they deploy?

A.Microsoft Sentinel
B.Microsoft Defender for Cloud
C.Microsoft 365 Defender
D.Azure Firewall
AnswerA

Microsoft Sentinel is a cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) solution. It is explicitly designed to ingest security logs from diverse sources, including on-premises servers, network devices, and cloud services, through various data connectors like the Log Analytics agent. This centralized collection is fundamental for comprehensive threat detection, investigation, and automated response across hybrid environments.

Why this answer

Microsoft Sentinel is a cloud-native Security Information and Event Management (SIEM) and Security Orchestration Automated Response (SOAR) solution. It collects security logs from diverse sources like on-premises servers, cloud apps, and network devices into a central Log Analytics workspace, then uses built-in analytics and machine learning to detect threats and automate incident response via playbooks.

Exam trap

The trap here is that candidates confuse Microsoft Sentinel (a SIEM/SOAR) with Microsoft Defender for Cloud (a CSPM/CWPP), thinking both do log collection and threat detection, but only Sentinel provides a unified SIEM repository with advanced analytics and automated response across hybrid and multi-cloud sources.

How to eliminate wrong answers

Option B is wrong because Microsoft Defender for Cloud is a Cloud Security Posture Management (CSPM) and Cloud Workload Protection Platform (CWPP), not a SIEM; it focuses on assessing and hardening cloud resources, not central log collection and advanced threat analytics across hybrid environments. Option C is wrong because Microsoft 365 Defender is an Extended Detection and Response (XDR) solution that correlates signals across Microsoft 365 products (e.g., Defender for Endpoint, Defender for Office 365), but it does not ingest logs from third-party network devices or on-premises servers into a single SIEM repository. Option D is wrong because Azure Firewall is a managed network firewall service that filters traffic based on rules; it provides logging for its own traffic but cannot aggregate logs from multiple sources or perform threat detection analytics.

919
MCQmedium

An organization uses Microsoft Intune to manage devices. They want to ensure that only devices that are compliant with security policies (e.g., encryption enabled, latest patches) can access corporate email. Which Microsoft Entra feature should they use to enforce this requirement?

A.Conditional Access in Microsoft Entra ID
B.Microsoft Defender for Endpoint
C.Device compliance policies in Microsoft Intune
D.Azure AD Join
AnswerA

Conditional Access can block or allow access based on device compliance status.

Why this answer

Conditional Access in Microsoft Entra ID allows administrators to create policies that enforce access controls based on conditions such as device compliance, as reported by Intune. Only devices that satisfy the compliance requirements (e.g., encryption enabled, latest patches) are granted access to corporate email. Option B (Microsoft Defender for Endpoint) focuses on threat detection and response, not access enforcement.

Option C (Device compliance policies in Microsoft Intune) defines the compliance criteria and marks devices as compliant or non-compliant, but it does not enforce access at the application level—that enforcement is done by Conditional Access. Option D (Azure AD Join) is a device identity registration method, not an access control mechanism.

920
MCQmedium

A financial services company uses Microsoft Purview to manage compliance. They need to automatically apply a 'Confidential' label to all documents containing financial data in SharePoint. What should they configure?

A.Auto-labeling policy for sensitivity labels
B.Data classification dashboard
C.Trainable classifiers for manual labeling
D.Data Loss Prevention (DLP) policy
AnswerA

This policy type in Microsoft Purview is specifically designed to automatically apply sensitivity labels to content at scale, both at rest and in transit. It leverages conditions based on sensitive information types, keywords, or trainable classifiers to identify specific content patterns, ensuring consistent classification and protection without manual intervention. This directly fulfills the requirement for automatic data management.

Why this answer

Auto-labeling policies for sensitivity labels in Microsoft Purview allow organizations to automatically apply labels to documents based on conditions such as sensitive information types (e.g., financial data patterns). This meets the requirement to label documents containing financial data in SharePoint without manual intervention, leveraging built-in or custom sensitive info types.

Exam trap

The trap here is that candidates confuse DLP policies with auto-labeling policies, as both involve content scanning and actions, but DLP does not apply sensitivity labels—it only enforces protection rules like blocking or encryption.

How to eliminate wrong answers

Option B is wrong because the Data Classification dashboard is a monitoring and reporting tool that shows where sensitive data resides, but it does not automatically apply labels. Option C is wrong because Trainable classifiers are used for pattern-based content classification and can be used in auto-labeling policies, but they are not a standalone labeling mechanism; the question asks what to configure, and the policy itself is the auto-labeling policy, not the classifier. Option D is wrong because Data Loss Prevention (DLP) policies enforce actions like blocking or alerting on data sharing, but they do not apply sensitivity labels; labeling is a separate capability.

921
MCQmedium

A company has discovered that many account compromise attacks are using legacy authentication protocols (e.g., IMAP, POP3, SMTP) which do not support multi-factor authentication. They want to block all sign-ins that use these protocols to reduce risk. Which Microsoft Entra ID feature should they use to enforce this block?

A.Conditional Access
B.Identity Protection
C.Azure AD Application Proxy
D.Privileged Identity Management (PIM)
AnswerA

Conditional Access policies are the primary mechanism in Azure AD for enforcing specific access controls based on various conditions, including user attributes, device state, location, and client applications. To effectively block legacy authentication, a Conditional Access policy can be configured to target 'Other clients' or 'Exchange ActiveSync clients' and then apply a 'Block access' grant control. This prevents older protocols such as POP, IMAP, and SMTP from authenticating, thereby mitigating associated security risks by forcing the use of modern authentication.

Why this answer

Conditional Access policies in Microsoft Entra ID can be configured to block access from legacy authentication protocols (such as IMAP, POP3, and SMTP) by targeting the 'Client apps' condition. Since these protocols do not support modern authentication methods like MFA, blocking them directly reduces the attack surface for account compromise. This is the correct feature to enforce the block.

Exam trap

The trap here is that candidates may confuse Identity Protection's risk-based policies with Conditional Access's protocol-level controls, assuming that blocking legacy authentication is a risk-detection feature rather than a conditional access rule.

Why the other options are wrong

B

Identity Protection detects and remediates risks like leaked credentials or anomalous sign-ins, but it does not block legacy authentication protocols. Blocking specific protocols is done via Conditional Access policies.

C

Azure AD Application Proxy is used to provide secure remote access to on-premises web applications, not to block legacy authentication protocols. It does not enforce authentication policies or block specific sign-in methods.

When would these options actually be correct?

B

Identity Protection would be correct in a question asking: 'Which feature should an administrator use to automatically block sign-ins when a user's credentials are found to be leaked on the dark web?'

C

A company needs to provide secure remote access to an internal web application for external users without a VPN. Azure AD Application Proxy would be the correct solution to publish the app and apply pre-authentication and conditional access policies.

Why candidates pick the wrong answer

B

Candidates may confuse Identity Protection's risk-based policies with the ability to block legacy authentication, as both involve security controls for sign-ins.

C

Candidates may confuse Application Proxy with a security feature that controls access, but it is actually a reverse proxy for publishing apps, not a policy engine for blocking authentication protocols.

922
MCQmedium

Your organization uses Microsoft Purview Records Management to manage high-value records that must not be deleted. You need to apply a label that marks content as a regulatory record. What label type should you use?

A.Data loss prevention policy
B.Retention label configured for regulatory records
C.Retention label configured for record
D.Sensitivity label
AnswerB

Regulatory records provide the highest level of protection, preventing deletion and modification.

Why this answer

A retention label configured for regulatory records is the correct choice because it locks the label so that no user, including an administrator, can remove it or reduce the retention period. This meets the requirement to mark content as a regulatory record that must not be deleted, as regulatory records provide the highest level of immutability in Microsoft Purview Records Management.

Exam trap

The trap here is that candidates confuse 'record' with 'regulatory record,' assuming both offer the same immutability, but only regulatory records provide a locked, unchangeable label that prevents any deletion or modification.

How to eliminate wrong answers

Option A is wrong because a Data Loss Prevention (DLP) policy is used to prevent accidental sharing of sensitive data, not to mark content as a regulatory record. Option C is wrong because a retention label configured for 'record' (standard record) allows administrators to modify or delete the label after it is applied, whereas a regulatory record label is locked and immutable. Option D is wrong because a sensitivity label is used for classification and protection (e.g., encryption or visual markings), not for managing retention or declaring content as a regulatory record.

923
MCQhard

An organization has a Microsoft Purview Data Lifecycle Management policy that retains all documents for 5 years. However, legal requires that documents related to a specific lawsuit be preserved indefinitely. What should you do?

A.Configure information barriers
B.Place the relevant sites on litigation hold
C.Apply a retention label with indefinite retention
D.Create a DLP policy to block deletion
AnswerB

Placing relevant sites on litigation hold, also known as an eDiscovery hold, is the precise and legally recognized mechanism within Microsoft Purview to preserve electronically stored information (ESI) indefinitely for legal or investigative purposes. This action overrides all existing retention policies and user deletion actions, ensuring that all content, including documents, emails, and versions, remains immutable and discoverable for the entire duration of the legal matter, regardless of any other retention settings.

Why this answer

Litigation hold (now called legal hold in Microsoft Purview) preserves all content in a SharePoint site or OneDrive account indefinitely, overriding any retention policy. This ensures documents related to the lawsuit are not deleted or altered, even if a Data Lifecycle Management policy would otherwise remove them after 5 years. The hold applies at the site level, not to individual items, and prevents both deletion and modification.

Exam trap

The trap here is that candidates confuse retention labels (which require manual or automatic application to individual items) with litigation hold (which applies to an entire site or OneDrive account), leading them to choose option C despite its impracticality for bulk preservation.

How to eliminate wrong answers

Option A is wrong because information barriers restrict communication and collaboration between specific groups, not preserve data for legal purposes. Option C is wrong because a retention label with indefinite retention would need to be applied manually to each document, which is impractical for a large set of lawsuit-related files; litigation hold automatically covers all content in the site. Option D is wrong because a DLP policy blocks sharing of sensitive data but does not prevent deletion or retention of documents; it is designed for data loss prevention, not legal preservation.

924
MCQhard

The exhibit shows a Conditional Access policy named 'Block Legacy Auth'. The admin notices that the policy is not blocking legacy authentication as intended. Based on the output, what is the most likely reason?

A.The policy name is incorrect.
B.The policy does not have any client app types configured to block.
C.The policy is assigned to no users.
D.The policy is disabled.
AnswerB

For a Conditional Access policy to effectively target and block specific client application types, such as "Exchange ActiveSync clients" or "Other clients" (which often represent legacy authentication protocols), the `ClientAppTypes` condition must be explicitly configured. If this condition is empty or not selected, the policy will not apply to any particular client application type, thus failing to block legacy authentication attempts originating from those specific clients.

Why this answer

The policy is not blocking legacy authentication because it lacks configured client app types. Conditional Access policies require explicit selection of client apps (e.g., Exchange ActiveSync, other clients) to target legacy authentication protocols like POP3, IMAP, and SMTP. Without this configuration, the policy has no conditions to enforce, so it cannot block any authentication attempts.

Exam trap

The trap here is that candidates assume a Conditional Access policy with 'Block access' grant will automatically block all authentication, but they overlook the critical requirement to explicitly configure client app types to cover legacy protocols.

How to eliminate wrong answers

Option A is wrong because the policy name is irrelevant to its functionality; Conditional Access policies enforce based on conditions and controls, not names. Option C is wrong because the policy is assigned to 'All users' as shown in the exhibit, so user assignment is not the issue. Option D is wrong because the policy is enabled (status 'On' in the exhibit), so a disabled state is not the reason for failure.

925
MCQeasy

An organization wants to allow users to sign in using their mobile phone number and a verification code. Which Microsoft Entra ID feature enables this?

A.FIDO2 security keys
B.App passwords
C.SMS-based authentication
D.Password hash synchronization
AnswerC

SMS-based authentication in Azure AD allows users to sign in to cloud applications by entering their registered phone number instead of a traditional username and password. Upon entering the phone number, a one-time passcode (OTP) is sent via SMS to that number, which the user then enters to complete authentication. This method provides a convenient, passwordless experience, directly leveraging the ubiquity of mobile phones and SMS for identity verification and fulfilling the requirement to sign in using a phone number.

Why this answer

SMS-based authentication allows users to sign in to Microsoft Entra ID by entering their mobile phone number and receiving a verification code via text message. This is a form of passwordless authentication that leverages the user's phone number as the primary identifier and the SMS-delivered code as the second factor, meeting the organization's requirement for phone number and verification code sign-in.

Exam trap

The trap here is that candidates often confuse SMS-based authentication with App passwords, mistakenly thinking App passwords are used for phone-based sign-in, when in fact App passwords are a legacy workaround for non-MFA-aware apps and have nothing to do with phone number verification.

How to eliminate wrong answers

Option A is wrong because FIDO2 security keys are hardware-based passwordless authentication devices that use public-key cryptography (WebAuthn) and do not involve a mobile phone number or SMS verification codes. Option B is wrong because App passwords are legacy 16-character codes used only for apps that do not support modern authentication (e.g., older Office clients) when MFA is enforced; they are not a sign-in method using a phone number and verification code. Option D is wrong because Password hash synchronization is a synchronization feature that syncs password hashes from on-premises Active Directory to Microsoft Entra ID for hybrid identity, not a user-facing authentication method for signing in with a phone number and code.

926
Multi-Selectmedium

Which THREE components are part of Microsoft Entra Permissions Management (CIEM)?

Select 3 answers
A.Activity trail
B.Audit trail
C.Identity Protection
D.Access reviews
E.Permissions Analytics Report
AnswersA, B, E

Within Microsoft Entra Permissions Management, the Activity trail component meticulously records all user and resource actions performed across connected cloud environments, including AWS, Azure, and GCP. This comprehensive log details who accessed what resource, when, and how, providing critical visibility into the actual usage of granted permissions. It is essential for detecting anomalous behavior, identifying potential misuse of entitlements, and understanding the real-world impact of permission policies.

Why this answer

Activity trail (A) is correct because Microsoft Entra Permissions Management (CIEM) captures a detailed log of all user actions and resource access events across multi-cloud environments (AWS, Azure, GCP). This trail is essential for forensic analysis and identifying anomalous behavior, directly supporting the CIEM goal of providing visibility into permissions usage.

Exam trap

The trap here is that candidates confuse the CIEM components (Activity trail, Audit trail, Permissions Analytics Report) with broader Microsoft Entra features like Identity Protection or Access reviews, which serve different governance and security functions.

927
MCQhard

Your organization uses Microsoft Purview to classify sensitive data. You need to create a custom sensitive information type that detects employee IDs matching the pattern 'EMP-XXXXX' (where X is a digit). Which rule pack element must you define?

A.Keyword list
B.Regular expression
C.Data store reference
D.Function
AnswerB

A regex pattern can detect the 'EMP-XXXXX' pattern.

Why this answer

A regular expression (regex) is used to define the custom pattern for employee IDs like 'EMP-XXXXX'. Option A (keyword list) is for exact keywords, not patterns. Option D (function) is for built-in functions, not custom patterns.

Option C (data store reference) is for external data sources, not pattern definition.

928
MCQeasy

A company uses Microsoft 365 and wants to protect its users from clicking malicious links in phishing emails. The security team needs a solution that rewrites URLs in email messages to check the link at the time of click, and blocks access if the link is malicious. Which Microsoft security solution should they use?

A.Azure Firewall
B.Microsoft Defender for Office 365
C.Microsoft Defender for Endpoint
D.Microsoft Defender for Identity
AnswerB

Microsoft Defender for Office 365 is specifically engineered to protect against advanced threats in email and collaboration services like Exchange Online, SharePoint, OneDrive, and Microsoft Teams. Its Safe Links feature proactively rewrites URLs in emails and Office documents, then scans them at the time of click to prevent users from accessing malicious websites. Additionally, Safe Attachments sandboxes suspicious attachments, ensuring comprehensive protection against phishing and malware delivered via email.

Why this answer

Microsoft Defender for Office 365 includes Safe Links, a feature specifically designed to protect users from malicious URLs in email messages. Safe Links rewrites URLs at the time of delivery, and when a user clicks a link, it checks the destination in real time against threat intelligence; if the link is malicious, access is blocked. This directly matches the requirement to rewrite URLs and perform click-time verification.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Office 365 (which includes Safe Links and Safe Attachments for email security) with Microsoft Defender for Endpoint (which protects devices) or Azure Firewall (which protects network traffic), leading them to select a solution that does not address the specific email URL rewriting requirement.

How to eliminate wrong answers

Option A is wrong because Azure Firewall is a network-layer firewall that filters traffic based on IP addresses, ports, and protocols; it does not rewrite URLs in email messages or perform click-time link inspection. Option C is wrong because Microsoft Defender for Endpoint focuses on endpoint detection and response (EDR), antivirus, and vulnerability management on devices; it does not rewrite URLs in email or provide click-time URL protection. Option D is wrong because Microsoft Defender for Identity monitors on-premises Active Directory signals to detect identity-based attacks (e.g., lateral movement, privilege escalation); it does not inspect or rewrite URLs in email messages.

929
MCQmedium

A law firm needs to retain client documents for 10 years after case closure, but automatically delete drafts after 30 days. Which two Microsoft Purview solutions should be combined?

A.Microsoft Purview Data Loss Prevention and eDiscovery
B.Microsoft Purview eDiscovery and Audit
C.Microsoft Purview Audit and Data Loss Prevention
D.Microsoft Purview Records Management and Data Lifecycle Management
AnswerD

Records Management for regulatory records and Data Lifecycle Management for non-records.

Why this answer

Microsoft Purview Records Management enables the firm to mark client documents as records and enforce a 10-year retention period after case closure, while Data Lifecycle Management allows automatic deletion of drafts after 30 days. Together, they provide both long-term retention for compliance and short-term cleanup for non-record content, aligning with the firm's specific requirements.

Exam trap

The trap here is that candidates confuse Data Lifecycle Management with Data Loss Prevention or eDiscovery, mistakenly thinking DLP or eDiscovery can enforce retention or deletion policies, when in fact only Records Management and Data Lifecycle Management provide the necessary lifecycle controls.

How to eliminate wrong answers

Option A is wrong because Data Loss Prevention (DLP) focuses on preventing unauthorized sharing of sensitive data, not on retention or deletion policies, and eDiscovery is used for searching and exporting content for legal cases, not for automated lifecycle management. Option B is wrong because eDiscovery handles content search and export for litigation, while Audit tracks user and admin activities; neither solution enforces retention or deletion schedules. Option C is wrong because Audit logs activities but does not manage data retention or deletion, and DLP again addresses data protection, not lifecycle policies.

930
MCQeasy

Your company wants to use Microsoft Defender for Identity to detect security threats from on-premises Active Directory. What is a prerequisite for deploying Defender for Identity?

A.Obtain Microsoft 365 E3 licenses
B.Install a sensor on each user's workstation
C.Install a sensor on a domain controller
D.Configure Azure AD Connect
AnswerC

Installing a sensor on a domain controller is the correct action for deploying Microsoft Defender for Identity. The Defender for Identity sensor passively monitors network traffic to and from the domain controller, as well as Windows events directly from the domain controller itself. This strategic placement allows it to detect suspicious activities, lateral movement paths, and advanced persistent threats targeting Active Directory, providing critical insights into identity-based attacks.

Why this answer

Microsoft Defender for Identity requires a sensor installed on a domain controller to capture and analyze on-premises Active Directory traffic, including authentication events and Kerberos requests. Without this sensor, Defender for Identity cannot monitor AD activities or detect threats like pass-the-hash or Golden Ticket attacks.

Exam trap

The trap here is that candidates confuse the licensing requirement (E5 vs. E3) with a deployment prerequisite, or mistakenly think Azure AD Connect is needed because Defender for Identity integrates with cloud services, but the sensor installation on a domain controller is the actual technical prerequisite.

How to eliminate wrong answers

Option A is wrong because Microsoft 365 E3 licenses do not include Defender for Identity; it requires a standalone license or an E5/A5/G5 subscription. Option B is wrong because sensors are installed on domain controllers, not on user workstations, as the sensor must capture domain-level network traffic and AD logs. Option D is wrong because Azure AD Connect is used for hybrid identity synchronization, not as a prerequisite for Defender for Identity deployment.

931
MCQeasy

Your organization uses Microsoft Entra ID to manage user identities. A new employee named John joins the company and needs access to Microsoft 365 apps. You want to ensure John's identity is verified using a phone call. Which authentication method should you configure?

A.Time-based one-time password (TOTP)
B.Email one-time passcode
C.Text message (SMS)
D.Phone call (voice call)
E.FIDO2 security key
AnswerD

Phone call (voice call) is a supported multi-factor authentication method where Microsoft Entra ID initiates an automated voice call to a user's registered phone number. To complete authentication, the user must answer the incoming call and typically press a specific key, such as the # key, on their phone's keypad to confirm their identity. This directly fulfills the requirement of a phone call for user verification.

Why this answer

The question explicitly requires verification using a phone call. The Phone call (voice call) authentication method in Microsoft Entra ID delivers an automated voice call to the user's registered phone number, prompting them to press a key to confirm their identity. This directly matches the requirement, making D the correct choice.

Exam trap

The trap here is that candidates may confuse 'phone call' with 'text message (SMS)' because both involve a phone, but the question explicitly specifies 'phone call (voice call)', not a text-based code delivery.

How to eliminate wrong answers

Option A is wrong because Time-based one-time password (TOTP) uses a software or hardware token to generate a code, not a phone call. Option B is wrong because Email one-time passcode sends a code via email, which is not a phone-based voice call. Option C is wrong because Text message (SMS) delivers a code via text, not a voice call.

Option E is wrong because FIDO2 security key is a hardware-based passwordless authentication method that uses public-key cryptography, not a phone call.

932
MCQeasy

Your organization needs to monitor Microsoft Teams chats for inappropriate language and alert compliance officers. Which Microsoft Purview solution should you implement?

A.Communication Compliance
B.eDiscovery
C.Auditing
D.Information Protection
AnswerA

Microsoft 365 Communication Compliance is specifically designed to proactively detect, investigate, and remediate policy violations within an organization's communications, including Microsoft Teams chats. It leverages machine learning to identify sensitive information, regulatory compliance issues, or inappropriate conduct based on customizable policies. This tool enables organizations to monitor ongoing conversations for potential risks and take corrective actions before they escalate.

Why this answer

Communication Compliance is the correct solution because it is specifically designed to detect inappropriate language, such as profanity, harassment, or sensitive content, in Microsoft Teams chats and other communication channels. It uses built-in trainable classifiers and customizable policies to automatically flag violations and alert compliance officers, enabling proactive remediation.

Exam trap

The trap here is that candidates often confuse Communication Compliance with eDiscovery or Auditing, assuming any monitoring or alerting feature falls under those broader categories, but Communication Compliance is the only solution that specifically analyzes message content for policy violations like inappropriate language.

How to eliminate wrong answers

Option B (eDiscovery) is wrong because it is used for legal discovery and litigation support, not for real-time monitoring of inappropriate language; it focuses on searching, holding, and exporting content for legal cases. Option C (Auditing) is wrong because it logs user and admin activities for security and compliance investigations, but it does not analyze message content for inappropriate language or trigger alerts based on policy violations. Option D (Information Protection) is wrong because it applies sensitivity labels and encryption to protect data based on classification, not to monitor or detect inappropriate language in communications.

933
MCQhard

An organization needs to automatically apply a 'Highly Confidential' sensitivity label to all documents that contain a specific custom sensitive information type. The label should be applied when the document is created or modified. Which feature of Microsoft Purview Information Protection should be used?

A.Manual sensitivity labeling
B.Data Loss Prevention (DLP) policies
C.Auto-labeling policies
D.Communication Compliance policies
AnswerC

Auto-labeling policies are specifically engineered to automatically apply sensitivity labels to content based on predefined conditions, such as the presence of specific sensitive information types, keywords, or patterns. These policies can be configured to apply labels to files at rest in SharePoint and OneDrive, or to emails and documents in Exchange, ensuring consistent classification without manual intervention. This direct application of labels fulfills the requirement for automatically classifying highly confidential information.

Why this answer

Auto-labeling policies in Microsoft Purview Information Protection are designed to automatically apply sensitivity labels to documents and emails based on conditions such as the presence of sensitive information types. This feature supports both simulation and real-time enforcement, and it can be triggered when documents are created or modified, meeting the organization's requirement exactly.

Exam trap

The trap here is that candidates often confuse auto-labeling policies with DLP policies, mistakenly thinking DLP can apply labels, when in fact DLP only monitors and protects data in transit or at rest without modifying the label itself.

How to eliminate wrong answers

Option A is wrong because manual sensitivity labeling requires users to manually select and apply a label, which does not meet the requirement for automatic application. Option B is wrong because Data Loss Prevention (DLP) policies are focused on preventing unauthorized sharing or leakage of sensitive data through actions like blocking or alerting, not on automatically applying sensitivity labels to content. Option D is wrong because Communication Compliance policies are designed to detect and remediate inappropriate communications (e.g., harassment, insider trading) and do not apply sensitivity labels based on sensitive information types.

934
MCQmedium

Your organization uses Microsoft Entra ID P2 and wants to reduce the risk of identity compromise by requiring multifactor authentication (MFA) for all users, but excluding users when they are on the corporate network. Which policy type should you configure?

A.Conditional Access policy
B.Self-service password reset (SSPR) policy
C.Identity Protection risk policy
D.Privileged Identity Management (PIM) activation policy
AnswerA

Microsoft Entra Conditional Access policies are the primary mechanism for enforcing access controls based on specific conditions, such as user location, device state, or application being accessed. By defining a policy that targets all users and requires MFA, an administrator can then create an exception for trusted IP ranges, effectively bypassing MFA when users are on the corporate network. This granular control over access based on real-time signals is central to Microsoft Entra ID P2 security capabilities.

Why this answer

Conditional Access policies allow you to enforce MFA based on network location, user, and device conditions. Option A is correct because the policy can target all users and exclude trusted IPs (e.g., the corporate network). Option B is wrong because self-service password reset (SSPR) does not enforce MFA.

Option C is wrong because Identity Protection detects risk but does not directly enforce MFA by location. Option D is wrong because Privileged Identity Management (PIM) manages just-in-time access for privileged roles, not general MFA.

935
MCQmedium

Your organization is implementing Microsoft Purview Data Loss Prevention (DLP) to protect credit card numbers. You need to ensure that when a user attempts to share a document containing a credit card number via email, the email is blocked and the user receives a policy tip. Which action should you configure in the DLP policy?

A.Notify user
B.Audit only
C.Block with user notification
D.Block override
AnswerC

The "Block with user notification" action is a robust enforcement mechanism that actively prevents the sharing of sensitive information, such as blocking an email from being sent or a file from being shared. Simultaneously, it displays a policy tip to the end-user, clearly informing them why the action was blocked and providing guidance on how to comply with organizational policies or remediate the issue. This combination effectively enforces data protection while educating users on acceptable data handling practices.

Why this answer

In Microsoft Purview DLP, the 'Block with user notification' action sends a policy tip and blocks the email. 'Block override' allows override with justification. 'Audit only' logs without blocking. 'Notify user' sends an email but does not block. Option C is correct because it blocks the email and shows a policy tip.

936
Multi-Selecthard

A SOC analyst is investigating a potential security incident in Microsoft Sentinel. Which three are valid methods to gather additional context about a user entity? (Choose three.)

Select 3 answers
A.Create an automation rule to assign the incident
B.Run an advanced hunting query in Microsoft 365 Defender
C.Open the entity page for the user in Microsoft Sentinel
D.Add the user to a watchlist
E.Run a playbook that queries external threat intelligence sources
AnswersB, C, E

Advanced hunting allows deep search across data sources.

Why this answer

Running an advanced hunting query in Microsoft 365 Defender allows the SOC analyst to proactively search for user-related activities, such as logins, alerts, and behaviors, across the Microsoft 365 security ecosystem. This provides deep, contextual data about the user entity that can help confirm or refute the incident, leveraging the Kusto Query Language (KQL) to correlate events from multiple data sources.

Exam trap

The trap here is that candidates may confuse operational actions (like assigning incidents or adding to watchlists) with investigative methods that actually retrieve or analyze user context, leading them to select options that manage incidents rather than gather evidence.

937
MCQmedium

A company uses digital signatures to ensure that a sender cannot later deny having sent a message. Which security principle does this primarily address?

A.Confidentiality
B.Integrity
C.Availability
D.Non-repudiation
AnswerD

Digital signatures achieve non-repudiation by cryptographically binding a sender's identity to a message. The sender uses their unique private key to sign a hash of the document, creating a verifiable digital fingerprint. This signature, which can be validated by anyone with the sender's corresponding public key, provides irrefutable proof of origin and consent, ensuring the sender cannot legitimately deny having sent the message or performed the action.

Why this answer

Digital signatures use asymmetric cryptography (e.g., RSA or ECDSA) to bind a signer's identity to a message. The signature is created with the sender's private key and verified with their public key, providing cryptographic proof of origin. This directly enforces non-repudiation because the sender cannot plausibly deny having signed the message, as only they possess the private key.

Exam trap

The trap here is that candidates often confuse digital signatures with encryption, assuming they primarily provide confidentiality, when in fact signatures focus on authentication and non-repudiation, while encryption (e.g., using the recipient's public key) is what ensures confidentiality.

Why the other options are wrong

A

Digital signatures prevent a sender from denying having sent a message, which is non-repudiation, not confidentiality. Confidentiality ensures that data is not disclosed to unauthorized parties, which is not the primary concern here.

B

Digital signatures primarily ensure non-repudiation, not integrity. While digital signatures do provide integrity by detecting tampering, the question specifically asks about preventing the sender from denying having sent the message, which is the definition of non-repudiation.

C

Non-repudiation ensures the sender cannot deny sending a message, which is not addressed by availability. Availability ensures systems and data are accessible when needed, not the undeniability of actions.

When would these options actually be correct?

A

Confidentiality would be correct in a question like: 'Which security principle is primarily addressed by encrypting the contents of an email so that only the intended recipient can read it?'

B

Integrity would be correct if the question asked: 'Which security principle ensures that a message has not been altered during transmission?' or 'Which principle is primarily addressed by hashing algorithms?'

C

A question asking which security principle is primarily addressed by ensuring that a system remains operational and accessible during a denial-of-service attack would have availability as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse digital signatures with encryption, thinking that signing a message also keeps it secret, or they may not clearly distinguish between integrity/non-repudiation and confidentiality.

B

Candidates may confuse integrity with non-repudiation because digital signatures also provide integrity, and they might think that ensuring the message hasn't been altered is the same as proving the sender's identity.

C

Candidates may confuse the concept of preventing denial of action (non-repudiation) with preventing denial of service (availability), or they may think that digital signatures also ensure the message is available, but that is not their primary purpose.

938
MCQeasy

An organization uses Microsoft 365 Defender and wants to automate the investigation and response to common email-based phishing attacks. They want the system to automatically take actions such as deleting malicious emails from user inboxes across the organization after analysis. Which Microsoft 365 Defender component provides this automated capability?

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

Microsoft Defender for Office 365 is the correct solution because it provides advanced protection against sophisticated email and collaboration threats, including phishing, business email compromise, and malware delivered via email, Microsoft Teams, SharePoint, and OneDrive. It utilizes capabilities like Safe Attachments and Safe Links to scan content in real-time and includes automated investigation and response (AIR) for email-borne attacks, directly addressing the need to protect against email threats.

Why this answer

Microsoft Defender for Office 365 includes automated investigation and response (AIR) capabilities specifically designed for email-based threats like phishing. When a phishing email is detected, AIR can automatically trigger remediation actions—such as soft-deleting or hard-deleting the malicious message from user mailboxes—based on predefined playbooks, without requiring manual intervention.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Office 365 with Microsoft Defender for Endpoint, mistakenly thinking endpoint protection can handle email threats, but only Defender for Office 365 includes the email-specific automated investigation and response (AIR) engine.

Why the other options are wrong

A

Azure AD Identity Protection focuses on user identities and sign-in risks, not on email content or automated remediation of phishing emails in user mailboxes.

C

Microsoft Defender for Endpoint focuses on protecting devices (endpoints) from threats like malware and exploits, not on automating investigation and response to email-based phishing attacks, which is the domain of Defender for Office 365.

D

Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that focuses on securing cloud applications and services, not on automating investigation and response to email-based phishing attacks within Microsoft 365 Defender.

When would these options actually be correct?

A

A question asking which Microsoft 365 Defender component automatically responds to identity-based risks, such as blocking compromised accounts or requiring MFA re-enrollment based on user risk level.

C

A question asks: 'An organization wants to automatically investigate and respond to threats detected on employee laptops, such as isolating compromised devices from the network. Which Microsoft 365 Defender component provides this automated capability?'

D

An organization wants to detect and control the use of unsanctioned cloud apps, enforce data loss prevention policies, and investigate user activities across cloud services like Salesforce or Box. In that scenario, Microsoft Defender for Cloud Apps would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse identity protection with email security, assuming that automated response to phishing attacks is handled by identity protection because phishing often targets user credentials.

C

Candidates may confuse the general 'automated investigation and response' capability of Microsoft 365 Defender with the specific component for endpoints, overlooking that the question explicitly mentions email-based phishing attacks.

D

Candidates may confuse the broad 'cloud security' scope of Defender for Cloud Apps with the email security capabilities of Defender for Office 365, assuming it covers all cloud-based threats including email phishing.

939
MCQhard

Refer to the exhibit. You are configuring a sensitivity label in Microsoft Purview. The label is set to automatically apply when credit card numbers are detected. However, users report that the label is not being applied to documents containing credit card numbers. What is the most likely cause?

A.The encryption is misconfigured
B.The label is not published to a label policy
C.The auto-labeling condition is incorrect
D.The user permissions are missing
AnswerB

A sensitivity label, once created and configured, must be explicitly published through a label policy to become active and available for users or automatic application. Without being included in a policy and assigned to specific users or groups, the label remains in a draft state and cannot be applied, either manually or automatically, to documents or emails. This publishing step is critical for the label's operational deployment and is the most common reason for a configured label not being applied.

Why this answer

The auto-labeling rule requires a condition, but the label may not be published to users. However, the exhibit shows no policy assignment. The most likely cause is that the label is not published to a label policy (option B).

Option A is incorrect because encryption is configured. Option C is incorrect because the condition is valid. Option D is incorrect because user permissions are defined.

940
MCQhard

Your organization, Contoso Ltd., has a hybrid environment with on-premises Active Directory and Microsoft Entra ID. You are deploying Microsoft Defender for Identity (MDI) to protect against identity-based attacks. You have installed the MDI sensor on domain controllers and configured the service with the necessary permissions. After installation, you notice that MDI is not generating alerts for pass-the-hash attacks. You have verified that the sensors are healthy and that audit policies are correctly configured. You need to ensure that MDI can detect pass-the-hash attacks. What should you do?

A.Enable password hash synchronization in Microsoft Entra Connect
B.Install the Azure ATP agent on all servers
C.Enable Kerberos event logging on domain controllers
D.Configure multi-factor authentication for all users
AnswerA

Enabling password hash synchronization in Microsoft Entra Connect is correct because it allows Microsoft Defender for Identity to analyze NTLM hashes and detect pass-the-hash attacks.

Why this answer

The current explanation states: "Enabling password hash synchronization (PHS) in Entra Connect allows MDI to analyze NTLM hashes and detect pass-the-hash attacks." This is incorrect. Password Hash Synchronization (PHS) is a method for synchronizing user password hashes from on-premises Active Directory to Microsoft Entra ID for cloud authentication purposes. MDI's detection of pass-the-hash attacks relies on monitoring NTLM authentication traffic and relevant security events on domain controllers, not on the hashes synchronized to Microsoft Entra ID via PHS. Therefore, enabling PHS does not enable or enhance MDI's ability to detect pass-the-hash attacks on-premises.

Option B is wrong because the MDI sensor is already installed on domain controllers, and installing it on all servers is not the specific missing step for pass-the-hash detection.

Option C is wrong because pass-the-hash attacks primarily leverage NTLM hashes, and while Kerberos logging is important for other attacks, it's not the primary mechanism for pass-the-hash detection. The stem also states audit policies are correctly configured.

Option D is wrong because multi-factor authentication is a preventative control that strengthens authentication; it does not enable MDI to detect pass-the-hash attacks. Given that the sensors are healthy and audit policies are correctly configured, none of the provided options directly address a common missing configuration for MDI to detect pass-the-hash attacks.

941
MCQeasy

Your company uses Microsoft 365 E5 and wants to provide a unified security dashboard showing alerts from endpoints, email, identity, and cloud apps. Which solution should you use?

A.Microsoft Defender XDR portal (security.microsoft.com)
B.Microsoft Sentinel
C.Microsoft Intune admin center
D.Microsoft Purview Compliance Portal
AnswerA

The Microsoft Defender XDR portal, accessible at security.microsoft.com, is the centralized console for managing and responding to threats across an organization's entire digital estate. It provides a unified security dashboard by integrating signals from Microsoft Defender for Endpoint, Identity, Office 365, and Cloud Apps. This comprehensive view enables security analysts to correlate alerts, investigate incidents, and automate responses, making it the ideal solution for a unified security experience within Microsoft 365 E5.

Why this answer

Microsoft Defender XDR portal (security.microsoft.com) aggregates alerts from endpoints (Microsoft Defender for Endpoint), email (Microsoft Defender for Office 365), identity (Microsoft Defender for Identity), and cloud apps (Microsoft Defender for Cloud Apps) into a single unified dashboard. This is the correct solution because it provides cross-domain correlation and a centralized view of security incidents across these Microsoft 365 E5 workloads without requiring additional licensing or data ingestion.

Exam trap

The trap here is that candidates often confuse Microsoft Sentinel (a SIEM) with Microsoft Defender XDR (a unified security operations platform), but Sentinel is for ingesting third-party and custom logs, whereas Defender XDR natively aggregates alerts from Microsoft 365 E5 workloads without extra licensing or setup.

How to eliminate wrong answers

Option B is wrong because Microsoft Sentinel is a cloud-native SIEM (Security Information and Event Management) solution that ingests logs from multiple sources, but it requires additional licensing and configuration to collect and correlate alerts; it is not a pre-built unified dashboard for Microsoft 365 E5 native alerts. Option C is wrong because the Microsoft Intune admin center focuses on endpoint management, device compliance, and mobile device management (MDM), not on aggregating security alerts from email, identity, and cloud apps. Option D is wrong because the Microsoft Purview Compliance Portal is designed for data governance, compliance management, and eDiscovery, not for real-time security alert correlation across endpoints, email, identity, and cloud apps.

942
MCQeasy

Your organization needs to audit all changes to sensitive files in SharePoint Online for at least 180 days. Which Microsoft Purview feature should be enabled?

A.Microsoft Purview eDiscovery
B.Microsoft Purview Audit (Premium)
C.Microsoft Purview Data Loss Prevention
D.Microsoft Purview Data Lifecycle Management
AnswerB

Microsoft Purview Audit (Premium) is the correct solution because it provides advanced auditing capabilities specifically designed to capture and retain detailed user and admin activities across Microsoft 365 services. It offers extended retention of audit logs for up to one year (or 10 years with an add-on license) and access to crucial audit events like file and folder activities, enabling organizations to perform forensic investigations, respond to regulatory requests, and proactively monitor changes to sensitive files with high fidelity.

Why this answer

Microsoft Purview Audit (Premium) provides the extended retention of audit logs (up to 10 years) and the ability to search for high-value events such as changes to sensitive files. For a requirement of at least 180 days, Audit (Premium) is necessary because standard audit logs are retained for only 90 days. This feature logs all modifications to SharePoint Online files, including who changed what and when, meeting the auditing requirement.

Exam trap

The trap here is that candidates confuse the 90-day default retention of standard audit with the extended retention of Audit (Premium), and mistakenly choose eDiscovery because it sounds like it involves logs, but eDiscovery is for content search, not audit log retention.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview eDiscovery is used for searching and exporting content from Exchange, SharePoint, and Teams for legal or investigative purposes, not for auditing changes to sensitive files over a retention period. Option C is wrong because Microsoft Purview Data Loss Prevention (DLP) is designed to prevent unauthorized sharing or leakage of sensitive data by applying policies, not to audit historical changes. Option D is wrong because Microsoft Purview Data Lifecycle Management (formerly Records Management) focuses on retaining or deleting data based on policies (e.g., retention labels), not on logging and auditing changes to files.

943
MCQmedium

A company uses Azure virtual machines (IaaS) and on-premises Windows servers. The security team needs a single solution that provides a continuous assessment of security posture, a regulatory compliance dashboard for NIST SP 800-53, and integrated threat detection for hybrid workloads (e.g., brute force attacks on SSH). Which Microsoft security solution should they use?

A.Microsoft Defender for Cloud
B.Microsoft Defender for Cloud Apps
C.Microsoft Defender for Identity
D.Microsoft Sentinel
AnswerA

Defender for Cloud offers unified CSPM and threat protection for hybrid environments, including a regulatory compliance dashboard with built-in standards like NIST SP 800-53.

Why this answer

Microsoft Defender for Cloud is the correct choice because it provides continuous assessment of security posture (via the Secure Score), a regulatory compliance dashboard with built-in standards like NIST SP 800-53, and integrated threat detection for hybrid workloads, including brute force attacks on SSH for Azure VMs and on-premises servers. It unifies these capabilities across IaaS, on-premises, and other cloud environments, making it the single solution the security team needs.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Cloud (which covers infrastructure security posture and threat detection for workloads) with Microsoft Sentinel (a SIEM), but Sentinel requires manual configuration of data connectors and workbooks to achieve the same compliance dashboard and does not provide continuous posture assessment out of the box.

How to eliminate wrong answers

Option B (Microsoft Defender for Cloud Apps) is wrong because it is a Cloud Access Security Broker (CASB) focused on shadow IT discovery, app permissions, and data protection for SaaS applications, not on infrastructure-level security posture or compliance dashboards for NIST SP 800-53. Option C (Microsoft Defender for Identity) is wrong because it is an identity-based threat detection solution that monitors on-premises Active Directory signals (e.g., Kerberos, NTLM) for attacks like pass-the-hash, not for brute force attacks on SSH or VM-level security posture. Option D (Microsoft Sentinel) is wrong because it is a Security Information and Event Management (SIEM) solution that ingests logs from multiple sources for advanced analytics and incident response, but it does not natively provide a continuous security posture assessment or a built-in regulatory compliance dashboard for NIST SP 800-53 without additional workbooks and configurations.

944
MCQhard

Refer to the exhibit. A security analyst runs this KQL query in Microsoft Sentinel. What is the most likely purpose of this query?

A.To identify successful logins after multiple failures
B.To detect privilege escalation events
C.To detect accounts that have been locked out
D.To identify potential brute-force attack attempts
AnswerD

A KQL query that aggregates and counts EventID 4625 (failed login attempts) for individual user accounts within a specific timeframe is highly effective for detecting potential brute-force attacks. A significantly elevated number of failed login attempts against a single account or a small set of accounts strongly indicates an attacker systematically trying multiple password combinations. This pattern is a hallmark of brute-force activity.

Why this answer

The query filters for Windows Event ID 4625 (failed logon) and then counts occurrences per account and source IP within a 5-minute window, keeping only those with more than 10 failures. This pattern is the classic signature of a brute-force attack, where an attacker attempts many passwords against the same account or from the same IP. Option D is correct because the query is specifically designed to identify potential brute-force attempts by aggregating failed logons.

Exam trap

The trap here is that candidates may confuse the aggregation of failed logons (Event ID 4625) with account lockout events (Event ID 4740), but the query lacks any reference to lockout status or successful logins, making brute-force detection the only logical purpose.

How to eliminate wrong answers

Option A is wrong because the query only looks at Event ID 4625 (failed logon) and does not include Event ID 4624 (successful logon) to correlate successes after failures. Option B is wrong because privilege escalation events are typically detected via Event ID 4672 (special privileges assigned to new logon) or 4688 (process creation with elevated token), not by counting failed logons. Option C is wrong because account lockouts are tracked via Event ID 4740 (account locked out), not by aggregating failed logon attempts; the query does not reference lockout events.

945
MCQmedium

A security operations team needs to protect their organization's Windows 10 and Windows 11 devices from advanced persistent threats (APTs), ransomware, and fileless malware. They also require a centralized dashboard to view device security posture, investigate incidents, and perform proactive threat hunting using advanced queries. Which Microsoft security solution should they deploy?

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

Microsoft Defender for Endpoint is purpose-built for comprehensive endpoint security, offering advanced capabilities like Endpoint Detection and Response (EDR), vulnerability management, and automated investigation and remediation. It provides security operations teams with the tools to proactively hunt for threats across Windows devices, respond to incidents, and maintain a strong security posture against sophisticated cyberattacks, directly addressing the need for device protection and threat hunting.

Why this answer

Microsoft Defender for Endpoint (MDE) is the correct solution because it provides endpoint detection and response (EDR) capabilities specifically designed to protect Windows 10 and Windows 11 devices against advanced persistent threats (APTs), ransomware, and fileless malware. It includes a centralized dashboard (Microsoft 365 Defender portal) for viewing device security posture, investigating incidents, and performing proactive threat hunting using advanced hunting queries based on Kusto Query Language (KQL).

Exam trap

The trap here is that candidates often confuse the scope of each Defender product, mistakenly selecting Defender for Office 365 or Defender for Identity because they see 'threat protection' in the question, but fail to recognize that the requirement specifically mentions endpoint devices (Windows 10/11) and advanced hunting queries, which are exclusive to Defender for Endpoint.

Why the other options are wrong

B

Microsoft Defender for Office 365 protects email and collaboration tools (Exchange, SharePoint, Teams) from threats like phishing and malware, not Windows 10/11 endpoints from APTs, ransomware, or fileless malware.

C

Microsoft Defender for Identity focuses on protecting on-premises Active Directory identities and detecting identity-based attacks, not on endpoint device protection against APTs, ransomware, or fileless malware.

D

Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that protects cloud applications, not Windows 10/11 endpoints. It does not provide device-level protection against APTs, ransomware, or fileless malware, nor does it offer a centralized dashboard for device security posture and advanced threat hunting on endpoints.

When would these options actually be correct?

B

A question asking for a solution to protect an organization's email and Office 365 workloads from phishing, malware, and malicious links, with a centralized dashboard for email security and threat investigation.

C

A question asking for a solution to monitor and protect on-premises Active Directory environments from advanced identity threats like pass-the-hash, golden ticket attacks, or compromised credentials would make Defender for Identity the correct answer.

D

This option would be correct in a scenario where an organization needs to discover and control the use of cloud apps, enforce data loss prevention policies for SaaS applications, and detect anomalous behavior in cloud app usage. For example, a question asking for a solution to monitor and secure Shadow IT in Office 365 or other cloud services.

Why candidates pick the wrong answer

B

Candidates may confuse the 'Defender' branding and assume all Defender products provide endpoint protection, or they may think Office 365 protection covers all devices.

C

Candidates may confuse 'identity' with 'endpoint' security, or assume that protecting identities inherently protects devices, overlooking the specific endpoint-focused requirements in the question.

D

Candidates may confuse Defender for Cloud Apps with endpoint protection because both involve security monitoring and threat detection, and the name 'Defender' suggests a broad security suite. They might overlook that this product is specifically for cloud applications, not endpoints.

946
MCQhard

A company uses Microsoft Purview Data Loss Prevention (DLP) to protect sensitive data. They need to prevent users from sharing credit card numbers via email, but allow sharing via Microsoft Teams messages. What should they configure?

A.Create a DLP policy scoped to Exchange Online with a block action, and a separate DLP policy scoped to Teams with an audit-only action
B.Create a single DLP policy that blocks credit card numbers in both Exchange and Teams
C.Configure an exception in the DLP policy for Teams using a rule exception
D.Use Microsoft Purview Insider Risk Management to block sharing in Teams
AnswerA

Microsoft Purview DLP policies offer granular control, allowing administrators to define distinct policies for different service locations. By creating one policy specifically scoped to Exchange Online with a "block" action and a separate policy for Microsoft Teams with an "audit-only" action, the company can precisely meet the requirement. This approach leverages DLP's ability to apply varied enforcement levels based on the communication channel, ensuring sensitive data is protected appropriately in each context.

Why this answer

Microsoft Purview DLP allows you to create separate policies scoped to different workloads. By creating a DLP policy for Exchange Online with a block action, you prevent credit card numbers from being shared via email. A separate DLP policy scoped to Microsoft Teams with an audit-only action allows sharing in Teams while still logging the activity for monitoring.

Exam trap

The trap here is that candidates assume a single DLP policy with multiple locations can have different actions per location, but in reality, the action is applied uniformly across all selected locations unless separate policies are created.

How to eliminate wrong answers

Option B is wrong because a single DLP policy scoped to both Exchange and Teams would apply the same action (block) to both workloads, which would prevent sharing in Teams as well. Option C is wrong because DLP policies do not support rule exceptions that exempt an entire workload like Teams; exceptions are typically used for specific conditions like trusted domains or IP ranges. Option D is wrong because Microsoft Purview Insider Risk Management is designed to detect and investigate risky user activities, not to enforce real-time blocking of sensitive data sharing in Teams.

947
MCQmedium

An organization is redesigning its security architecture based on the Zero Trust model. Which principle requires that every access request must be fully authenticated, authorized, and encrypted before granting access, regardless of the network location?

A.Assume breach
B.Least privilege
C.Verify explicitly
D.Trust but verify
AnswerC

The 'Verify explicitly' principle is a cornerstone of the Zero Trust model, mandating that every access request to any resource must be fully authenticated, authorized, and validated based on all available contextual signals. This includes user identity, device health, location, service, and data classification, ensuring no implicit trust is ever granted. It requires continuous, real-time evaluation before granting access, regardless of whether the request originates inside or outside the traditional network perimeter.

Why this answer

The Zero Trust model is built on three core principles: verify explicitly, least privilege, and assume breach. The principle that mandates every access request—regardless of whether it originates from inside or outside the corporate network—must be fully authenticated, authorized, and encrypted before granting access is 'verify explicitly'. This means using strong authentication methods (e.g., multifactor authentication), continuous validation of authorization (e.g., Conditional Access policies), and enforcing encryption (e.g., TLS 1.3) for every request, not just those from untrusted locations.

Exam trap

Microsoft often tests the distinction between 'verify explicitly' and 'trust but verify', where candidates mistakenly choose 'trust but verify' because it sounds like a security principle, but the Zero Trust model explicitly rejects any form of implicit trust, requiring verification for every request regardless of network location.

How to eliminate wrong answers

Option A is wrong because 'assume breach' is a Zero Trust principle that focuses on minimizing the blast radius and segmenting access, not on the upfront verification of each request; it assumes a breach has already occurred and designs defenses accordingly. Option B is wrong because 'least privilege' is a principle that limits user and device access rights to only what is necessary to perform a task, but it does not address the requirement for full authentication, authorization, and encryption of every request. Option D is wrong because 'trust but verify' is an outdated security model that implicitly trusts users or devices inside the network perimeter and only verifies when necessary, which contradicts the Zero Trust mandate to never trust and always verify explicitly.

948
MCQmedium

A company has several on-premises web-based applications that need to be securely accessed by remote employees without requiring a VPN. The IT team wants to provide single sign-on (SSO) using Microsoft Entra ID. Which Microsoft Entra ID feature should they implement?

A.Microsoft Entra Application Proxy
B.Microsoft Entra Self-Service Password Reset (SSPR)
C.Microsoft Entra Privileged Identity Management (PIM)
D.Microsoft Entra Identity Protection
AnswerA

Microsoft Entra Application Proxy is the correct solution for securely publishing on-premises web applications to external users. It achieves this by deploying a lightweight connector within the on-premises network, which establishes an outbound connection to Azure, creating a secure tunnel. This allows users to access internal web apps remotely with single sign-on capabilities, leveraging Entra ID's conditional access policies without requiring a VPN or opening inbound firewall ports.

Why this answer

Microsoft Entra Application Proxy enables secure remote access to on-premises web applications without a VPN by acting as a reverse proxy. It integrates with Microsoft Entra ID to provide single sign-on (SSO) for users, leveraging pre-authentication and conditional access policies. This directly meets the requirement for VPN-less, SSO-enabled access.

Exam trap

The trap here is that candidates often confuse Application Proxy with a VPN solution or think SSPR or PIM can provide remote access, but only Application Proxy specifically proxies on-premises web apps with SSO integration.

Why the other options are wrong

B

SSPR allows users to reset their own passwords without admin intervention, but it does not provide secure remote access to on-premises web applications or enable SSO. The question specifically requires a solution for accessing on-premises apps without a VPN, which SSPR does not address.

C

Privileged Identity Management (PIM) manages, controls, and monitors access to privileged roles in Microsoft Entra ID, not remote access to on-premises web apps without a VPN.

D

Microsoft Entra Identity Protection is a tool for detecting and responding to identity-based risks, such as compromised credentials or suspicious sign-ins, not for providing secure remote access to on-premises applications without a VPN.

When would these options actually be correct?

B

A company wants to reduce helpdesk calls by enabling employees to reset their own passwords securely. The IT team needs a Microsoft Entra ID feature that supports self-service password changes with security verification. In that scenario, SSPR would be the correct answer.

C

A company needs to provide just-in-time privileged access to Azure AD roles and monitor privileged account usage. Which Microsoft Entra feature should they implement?

D

A company wants to automatically detect and block risky sign-in attempts, such as those from anonymous IP addresses or unfamiliar locations, to protect user accounts. Which Microsoft Entra feature should they implement?

Why candidates pick the wrong answer

B

Candidates may confuse SSPR's authentication capabilities with access control, or think that password reset is a prerequisite for SSO, leading them to select this option without recognizing it does not solve the remote access requirement.

C

Candidates may confuse PIM's 'access management' with the access needed for remote application access, or think PIM can handle all access scenarios including application access.

D

Candidates may confuse 'protection' with 'secure access' and think Identity Protection can secure remote access, but it focuses on risk detection, not proxying applications.

949
MCQmedium

A company uses Microsoft Entra ID (Azure AD). The IT team has created a security group named 'SalesTeam' that contains all sales department users. They want to ensure that only members of this group can access the company's CRM application, which is registered as an enterprise application in Entra ID. What should the IT team configure?

A.A Conditional Access policy that requires group membership
B.Self-service group management settings
C.Enterprise application user and group assignment
D.Application registration settings
AnswerC

This is the fundamental and most direct method to control which users or groups are authorized to access a specific enterprise application in Microsoft Entra ID. By assigning a group like 'SalesTeam' to the CRM application, you explicitly provision access for all members of that group, ensuring only authorized individuals can sign in and utilize the application. This method establishes the baseline access permissions for the application.

Why this answer

Enterprise applications in Microsoft Entra ID can be configured to require user or group assignment, which restricts access to only assigned users or groups. By assigning the 'SalesTeam' security group to the CRM enterprise application, the IT team ensures that only members of that group can authenticate and access the application. This is the standard method for controlling access to gallery or custom enterprise applications in Entra ID.

Exam trap

The trap here is confusing Conditional Access (which controls conditions and grants during authentication) with user/group assignment (which controls the fundamental ability to authenticate to the application), leading candidates to select A when C is the direct and correct configuration for restricting access.

Why the other options are wrong

A

Conditional Access policies control access based on conditions like location or device state, not direct user-to-app assignment. The requirement is to restrict access to only SalesTeam members, which is achieved by assigning the group to the enterprise application, not by a Conditional Access policy.

B

Self-service group management settings allow users to create and manage their own groups, but do not control access to an enterprise application. Access to the CRM app requires explicit user/group assignment, not group management features.

D

Application registration settings define how an app authenticates (e.g., redirect URIs, certificates), not which users can access it. User assignment for access is configured in the enterprise application's 'Users and groups' blade.

When would these options actually be correct?

A

A Conditional Access policy requiring group membership would be correct if the question asked for a way to enforce additional security controls, such as requiring multi-factor authentication or blocking access from untrusted locations, specifically for members of the SalesTeam group accessing the CRM app.

B

A company wants to allow sales managers to create and manage their own security groups without IT intervention. The IT team would configure self-service group management settings to delegate group creation and membership management to non-administrators.

D

A developer registers a new custom app in Entra ID and needs to configure its authentication endpoints, API permissions, or client credentials. The question would ask: 'What should the developer configure to allow the app to authenticate users?'

Why candidates pick the wrong answer

A

Candidates may confuse Conditional Access with direct assignment because both involve groups and access control, but Conditional Access is for conditions and policies, not for granting basic access to an application.

B

Candidates may confuse the concept of managing group membership with controlling access to applications, thinking that enabling self-service for the SalesTeam group would automatically grant access to the CRM app.

D

Candidates confuse the initial registration of an application with the post-registration access control, assuming that settings during registration include user assignment.

950
MCQmedium

A company is using Microsoft Entra ID to manage identities for a multi-tenant SaaS application. They want to allow users from partner organizations to access the application using their own corporate credentials, without needing to manage separate accounts. Which solution should they implement?

A.Microsoft Entra B2C
B.Microsoft Entra federation with the partner's identity provider
C.Microsoft Entra B2B collaboration
D.Microsoft Entra provisioning service
AnswerC

Microsoft Entra B2B (Business-to-Business) collaboration is the appropriate solution for enabling partner users to access applications and resources within your organization using their existing corporate or social identities. This feature creates guest user objects in your directory, allowing external users to authenticate with their home identity provider while granting them controlled access to your Microsoft Entra ID-protected resources without requiring complex federation setup.

Why this answer

Microsoft Entra B2B collaboration is the correct solution because it enables partner users to access the company's multi-tenant SaaS application using their own corporate credentials, without requiring separate accounts. B2B collaboration supports cross-tenant access by creating lightweight guest user objects in the resource tenant, which can authenticate via their home tenant's identity provider. This aligns with the requirement to allow partner organizations to use their existing credentials while avoiding account management overhead.

Exam trap

The trap here is that candidates often confuse Microsoft Entra B2B collaboration with Microsoft Entra B2C, mistakenly thinking both handle external users, but B2C is for customer identities (social/local accounts) while B2B is for partner identities (corporate credentials).

How to eliminate wrong answers

Option A is wrong because Microsoft Entra B2C is designed for customer-facing identity management, allowing external users (e.g., consumers) to sign up and sign in with social or local accounts, not for partner organizations using their own corporate credentials. Option B is wrong because federation with a partner's identity provider typically establishes a trust between two organizations' identity systems, but it requires complex configuration and often involves setting up a federation trust (e.g., using SAML or WS-Federation) for the entire domain, which is overkill for simple guest access and does not natively support the lightweight, invitation-based model of B2B collaboration. Option D is wrong because the Microsoft Entra provisioning service automates the creation, update, and deletion of user accounts in SaaS applications (e.g., via SCIM), but it does not enable external users to authenticate with their own credentials; it manages identity lifecycle, not cross-tenant authentication.

951
MCQhard

Your organization, Fabrikam Inc., uses Microsoft 365 E5 licenses. The security team is deploying Microsoft Purview to protect sensitive data. They need to ensure that when a user attempts to share a document containing credit card numbers with an external partner, the action is blocked and the user receives a policy tip. Additionally, the incident should be logged for investigation. You have already created a sensitivity label for credit card data and auto-labeled documents. Which Microsoft Purview feature should you configure to meet these requirements?

A.Enable Microsoft Purview Insider Risk Management to detect the sharing activity.
B.Implement Microsoft Purview Records Management with a retention label that prevents sharing.
C.Create a Data Loss Prevention (DLP) policy that applies to documents containing credit card numbers, with an action to block sharing and notify users via policy tip.
D.Configure a sensitivity label policy that blocks external sharing when the label is applied.
AnswerC

Data Loss Prevention (DLP) policies are specifically designed to identify, monitor, and protect sensitive information such as credit card numbers across various locations. A DLP policy can be precisely configured to detect this sensitive data within documents and then automatically enforce actions like blocking external sharing. Furthermore, it can provide immediate, user-facing policy tips to educate individuals about the policy violation, making it the ideal solution for both prevention and user notification.

Why this answer

Data Loss Prevention (DLP) policies in Microsoft Purview can detect sensitive information (e.g., credit card numbers) in documents and emails, block sharing, display policy tips, and generate incident reports. Sensitivity labels alone do not enforce restrictions on sharing. Records management handles retention.

Insider risk management detects risky user activities. Audit logs record events but do not block actions.

952
Multi-Selecthard

Your company uses Microsoft Purview to meet data privacy regulations. You need to discover and classify personal data stored in Azure SQL Database. Which THREE tools or features can you use?

Select 3 answers
A.Microsoft 365 compliance center
B.Azure Information Protection
C.Microsoft Purview Data Estate Insights
D.Data Classification in Azure SQL Database
E.Microsoft Purview Data Map
AnswersC, D, E

Microsoft Purview Data Estate Insights provides a comprehensive, high-level view of an organization's entire data landscape, including data sources like Azure SQL. It offers pre-built reports and metrics that highlight data classification, sensitivity label distribution, data ownership, and glossary adherence across the data estate. This enables organizations to monitor and demonstrate compliance with data privacy regulations by understanding where sensitive data resides and how it's governed.

Why this answer

Microsoft Purview Data Estate Insights (C) provides a centralized dashboard to monitor data estate health, including scanning and classification of personal data across sources like Azure SQL Database. It integrates with the Purview Data Map to track data lineage and sensitivity labels, enabling compliance with data privacy regulations.

Exam trap

The trap here is that candidates confuse Microsoft Purview's centralized data governance tools (Data Map, Data Estate Insights) with Microsoft 365 compliance center or Azure Information Protection, which are designed for different scopes and do not natively discover personal data in Azure SQL Database.

953
MCQeasy

Your organization wants to automatically investigate and remediate email-based threats in Microsoft 365. Which security solution should you use?

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

Microsoft Defender for Office 365 is specifically engineered to protect an organization from sophisticated threats in email, links, and collaboration tools like Microsoft Teams. It leverages advanced anti-phishing, anti-malware, and Safe Attachments/Safe Links technologies to detect and block threats. Crucially, it includes Automated Investigation and Response (AIR) capabilities that automatically investigate alerts, determine the scope of a threat, and take recommended or approved remediation actions for email-borne attacks, directly addressing the requirement.

Why this answer

Microsoft Defender for Office 365 is the correct solution because it is specifically designed to protect against email-based threats such as phishing, malware, and business email compromise (BEC). It provides automated investigation and remediation capabilities through features like Automated Investigation and Response (AIR) and Threat Explorer, which can automatically analyze and remediate malicious emails, attachments, and URLs in Exchange Online.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Office 365 with Microsoft Defender for Endpoint, assuming endpoint protection covers email threats, but email security is a separate workload requiring dedicated protection for Exchange Online and SharePoint Online.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Endpoint focuses on protecting endpoints (e.g., devices, servers) from threats like malware and ransomware, not on email-based threats. Option C is wrong because Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) that governs and protects cloud applications, not specifically email threats. Option D is wrong because Microsoft Sentinel is a cloud-native SIEM (Security Information and Event Management) and SOAR (Security Orchestration, Automation, and Response) solution for enterprise-wide threat detection and response, not a dedicated email security solution.

954
MCQeasy

A company implements a security model where no user or device is automatically trusted, even if they are inside the corporate network. Every access request must be authenticated, authorized, and encrypted before granting access, regardless of the request origin. This model is known as:

A.Defense in depth
B.Perimeter security
C.Zero Trust
D.Least privilege
AnswerC

Zero Trust is the security model that fundamentally assumes no user, device, or application should be automatically trusted, regardless of its location inside or outside the network perimeter. It mandates explicit verification for every access request, ensuring identity and device health are validated before granting access. This model strictly enforces least privilege access and operates under an 'assume breach' mentality, continuously monitoring and re-validating trust throughout a session.

Why this answer

Zero Trust is a security model that explicitly assumes no implicit trust based on network location. Every access request must be authenticated, authorized, and encrypted, regardless of whether it originates from inside or outside the corporate network. This aligns with the core Zero Trust principle of 'never trust, always verify'.

Exam trap

The trap here is that candidates often confuse Zero Trust with Defense in depth, assuming that multiple layers of security automatically remove implicit trust, but Zero Trust specifically targets the assumption of trust based on network location.

Why the other options are wrong

A

Defense in depth is a layered security strategy using multiple controls, but it does not inherently reject automatic trust for internal users or devices. The question specifically describes the core principle of Zero Trust: never trust, always verify.

B

Perimeter security relies on a trusted internal network and a defended boundary, but the question explicitly states that no user or device is automatically trusted even inside the network, which contradicts the perimeter model.

D

Least privilege is a principle that restricts users to only the permissions necessary for their tasks, but it does not address the core concept of never trusting any request by default, regardless of origin, which is the defining characteristic of Zero Trust.

When would these options actually be correct?

A

A question asking: 'Which security model uses multiple layers of controls (e.g., firewalls, antivirus, IDS) to protect assets?' would make Defense in depth the correct answer, as it emphasizes layered defenses rather than trust verification.

B

A question that asks: 'A company uses firewalls, IDS/IPS, and VPNs to protect its network boundary from external threats. Which security model does this describe?' Then perimeter security would be correct.

D

A question that asks: 'Which security principle ensures that users and processes are granted only the minimum access rights needed to perform their job functions?' would have Least privilege as the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse the layered approach of defense in depth with the 'never trust' concept, assuming multiple layers inherently distrust internal traffic, when in fact traditional defense in depth often trusts the internal network.

B

Candidates may confuse perimeter security with Zero Trust because both involve security controls, but they fail to recognize that Zero Trust eliminates implicit trust, whereas perimeter security trusts internal traffic by default.

D

Candidates may confuse least privilege with Zero Trust because both involve limiting access, but they focus on different aspects: least privilege is about permission levels, while Zero Trust is about continuous verification of every request.

955
MCQeasy

Your organization needs to retain all email communications with customers for 7 years due to regulatory requirements. Which Microsoft Purview solution should you use?

A.Sensitivity labels
B.eDiscovery (Standard)
C.Retention policies
D.Data Loss Prevention policies
AnswerC

Retention policies enforce data retention for a defined period.

Why this answer

Retention policies in Microsoft Purview are designed to retain data for a specified period to meet regulatory or legal requirements. For email communications, a retention policy can be applied to Exchange mailboxes to ensure all messages are preserved for exactly 7 years, regardless of user deletion. This directly addresses the need to retain all customer emails for the mandated duration.

Exam trap

The trap here is that candidates often confuse retention policies (which enforce time-based preservation) with sensitivity labels (which focus on classification and protection), leading them to choose option A when the question explicitly requires a fixed retention duration.

How to eliminate wrong answers

Option A is wrong because sensitivity labels classify and protect data based on sensitivity (e.g., confidential, PII) but do not enforce time-based retention; they can trigger retention via auto-labeling but are not the primary solution for fixed-duration retention. Option B is wrong because eDiscovery (Standard) is used for searching and exporting content for legal or investigative purposes, not for automatically retaining data for a set period. Option D is wrong because Data Loss Prevention (DLP) policies monitor and prevent unauthorized sharing of sensitive data (e.g., credit card numbers) but do not enforce retention schedules.

956
MCQmedium

A company has many guest users in Microsoft Entra ID who collaborate on a project in a specific SharePoint site. The compliance team needs to periodically verify that these guest users still require access to the site. If a reviewer does not respond within 30 days, the guest's access should be automatically removed. Additionally, the company wants to ensure that once access is removed, the guest user object is eventually deleted from the directory after 90 days. Which Microsoft Entra Identity Governance features should they use together?

A.Access Reviews configured to auto-apply results and delete guest users after a specified number of days
B.Entitlement Management access packages with an expiration policy
C.Lifecycle Workflows to schedule a periodic task
D.Privileged Identity Management (PIM) for guest roles
AnswerA

Access Reviews are specifically designed for periodically reviewing user access to resources, including guest users. By configuring an Access Review to auto-apply results, access can be automatically revoked if reviewers do not respond or deny access. Crucially, the 'Delete users' setting within the review can be enabled to automatically remove guest user objects from Microsoft Entra ID after a specified number of days if their access is denied or not re-certified, directly addressing the need for automated guest cleanup.

Why this answer

Access Reviews in Microsoft Entra ID can be configured to automatically apply results, removing guest access when a reviewer does not respond within a specified period (e.g., 30 days). Additionally, the 'Delete guest users not reviewed within' setting allows automatic deletion of the guest user object from the directory after a configurable number of days (e.g., 90 days). This directly meets both requirements: periodic verification of access and eventual cleanup of the directory object.

Exam trap

The trap here is that candidates confuse 'removing access' (which many features can do) with 'deleting the user object from the directory' (which only Access Reviews with the specific deletion setting can do), leading them to choose Entitlement Management or Lifecycle Workflows.

How to eliminate wrong answers

Option B is wrong because Entitlement Management access packages with an expiration policy can remove a user's assignment to a resource (like the SharePoint site) but do not automatically delete the guest user object from the directory after a specified number of days; they only expire the package assignment. Option C is wrong because Lifecycle Workflows are designed for automating joiner, mover, and leaver processes for employees, not for periodic guest access reviews or automatic deletion of guest objects. Option D is wrong because Privileged Identity Management (PIM) manages just-in-time activation and approval for privileged roles, not periodic access reviews or automatic removal of guest user objects from the directory.

957
MCQhard

A company is implementing a Microsoft Entra ID tenant for a new subsidiary. They require that all users authenticate using passwordless methods, specifically the Microsoft Authenticator app. What is the minimum configuration required to enforce this?

A.Enable Microsoft Entra ID Protection and configure MFA registration policy
B.Turn on Security defaults
C.Configure Microsoft Entra Hybrid Join for all devices
D.Create a Conditional Access policy targeting all users that requires 'Require authentication strength' and select the 'Passwordless MFA' authentication strength
AnswerD

This is the correct approach because Microsoft Entra Conditional Access policies, combined with authentication strengths, are designed to enforce specific authentication methods. By configuring a policy to 'Require authentication strength' and selecting 'Passwordless MFA', administrators can explicitly mandate that users authenticate using only passwordless methods, such as FIDO2 security keys or Windows Hello for Business. This effectively blocks any sign-in attempt that relies on a password as the primary credential, thereby achieving a truly passwordless environment.

Why this answer

A Conditional Access policy with the 'Require authentication strength' setting allows you to select the 'Passwordless MFA' authentication strength, which enforces passwordless methods like the Microsoft Authenticator app. This is the minimum configuration that directly targets all users and mandates passwordless authentication, as opposed to broader or less specific settings.

Exam trap

The trap here is that candidates often confuse 'MFA registration' or 'Security defaults' with enforcing a specific authentication method, but neither restricts the method to passwordless only, which is the key requirement in the question.

How to eliminate wrong answers

Option A is wrong because Microsoft Entra ID Protection and MFA registration policy only enforce that users register for MFA, not that they use passwordless methods specifically. Option B is wrong because Security defaults enforce MFA using any method (including passwords), not exclusively passwordless authentication. Option C is wrong because Microsoft Entra Hybrid Join is a device state requirement for scenarios like Windows Hello for Business, but it does not enforce passwordless authentication via the Authenticator app and is not the minimum configuration for this requirement.

958
MCQmedium

A company runs a consumer-facing e-commerce website and wants to allow customers to sign in using their existing social media accounts such as Google, Facebook, or LinkedIn. Which Microsoft Entra ID solution should they implement?

A.Microsoft Entra External ID (B2C)
B.Microsoft Entra External ID (B2B)
C.Microsoft Entra Identity Protection
D.Microsoft Entra Conditional Access
AnswerA

Microsoft Entra External ID (B2C) is specifically engineered to manage customer identities for consumer-facing applications and services, such as an e-commerce website. It enables users to sign up and sign in using their preferred social identity providers, such as Google, Facebook, or Apple, or by creating a local account. This service provides highly customizable user experiences for registration, sign-in, and profile management, scaling to millions of users while integrating seamlessly with your platform.

Why this answer

Microsoft Entra External ID (B2C) is the correct solution because it is specifically designed for consumer-facing applications, allowing customers to sign in using social identity providers (IdPs) like Google, Facebook, and LinkedIn via OAuth 2.0 and OpenID Connect protocols. It provides a customizable authentication experience for external users, distinct from B2B which targets organizational collaboration.

Exam trap

The trap here is that candidates confuse B2B with B2C, assuming 'External ID' covers all external users, but B2B strictly targets organizational partners (e.g., using their work accounts) while B2C is for consumer social logins.

Why the other options are wrong

B

B2B is designed for business-to-business collaboration, allowing external partners to access internal resources, not for consumer-facing identity management with social identity providers.

C

Microsoft Entra Identity Protection is a security tool for detecting and responding to identity risks, not for enabling social identity federation for consumer sign-in.

D

Microsoft Entra Conditional Access is a policy engine for enforcing access controls based on signals like user location or device state, not a solution for enabling social identity federation for external customers.

When would these options actually be correct?

B

A company needs to enable external partners (e.g., vendors, suppliers) to access internal applications using their own corporate credentials or social accounts. The question would specify 'partner access' rather than 'customer sign-in'.

C

A question asking which Microsoft Entra solution helps detect and block compromised accounts or risky sign-ins for an organization's internal users would make Identity Protection the correct answer.

D

A company wants to enforce multi-factor authentication for all users accessing a sensitive internal application based on sign-in risk level. Conditional Access would be the correct solution to apply such policies.

Why candidates pick the wrong answer

B

Candidates may confuse 'External ID' as a single solution and overlook the B2C vs B2B distinction, or assume social login is only for B2B scenarios.

C

Candidates may confuse identity protection with authentication solutions, thinking it manages external identities, or they may overestimate its role in sign-in processes.

D

Candidates may confuse Conditional Access as a general identity solution, thinking it can handle external identity scenarios, or they may overestimate its scope beyond access control policies.

959
MCQeasy

A user reports that they cannot access a sensitive document in SharePoint. The document has a sensitivity label of 'Highly Confidential' applied. The user is a member of the 'Finance' group, which has the label permission. However, the user is located in a country that is blocked by a conditional access policy. What is the most likely reason the user cannot access the document?

A.The user does not have the required sensitivity label permission
B.The user does not have a Microsoft 365 E5 license
C.A conditional access policy is blocking access based on the user's location
D.The document does not have a sensitivity label applied
AnswerC

Conditional Access policies evaluate various signals, including user location, device compliance, and sign-in risk, to determine if access should be granted or blocked. A policy configured to restrict access to sensitive documents from untrusted or unapproved geographic locations would explicitly override any inherent sensitivity label permissions, directly causing the user's inability to access the document.

Why this answer

Although the user is a member of the Finance group and has the required sensitivity label permission, the conditional access policy blocks access based on the user's location (country). Conditional access policies can override label permissions. Option A is incorrect because the user does have the required label permission.

Option B is incorrect because no licensing issue is indicated; Microsoft 365 E5 is not required for sensitivity labels. Option D is incorrect because the document does have a sensitivity label applied.

960
MCQhard

Your organization uses Microsoft Entra ID. You need to ensure that when a user is terminated, all access to SaaS applications is automatically revoked. What should you configure?

A.Configure a conditional access policy to block access for disabled users.
B.Use Privileged Identity Management to remove role assignments.
C.Schedule an access review for quarterly review of access.
D.Configure Microsoft Entra lifecycle workflows to disable the user and remove group memberships upon termination.
AnswerD

Microsoft Entra lifecycle workflows are specifically designed to automate user lifecycle events, including offboarding. These workflows can be configured to automatically disable a user account, remove them from specified groups, and revoke application access immediately upon a termination event, often triggered by changes synced from an HR system. This ensures timely, consistent, and comprehensive removal of access, directly addressing the requirement for efficient and secure offboarding.

Why this answer

Microsoft Entra lifecycle workflows automate the user offboarding process by disabling the user account and removing group memberships upon termination. This ensures that the user loses access to all SaaS applications that rely on Entra ID for authentication, as group membership removal revokes access tokens and disables sign-in.

Exam trap

The trap here is that candidates often confuse conditional access policies (which control sign-in conditions) with automated lifecycle actions, mistakenly thinking a policy can proactively revoke access upon termination without the underlying user state change.

How to eliminate wrong answers

Option A is wrong because a conditional access policy that blocks access for disabled users is reactive and does not automatically trigger upon termination; it only enforces a block if the user is already disabled, but does not handle the removal of group memberships or provisioning. Option B is wrong because Privileged Identity Management (PIM) manages just-in-time privileged role assignments and does not revoke access to SaaS applications for non-privileged users or remove group memberships. Option C is wrong because scheduling an access review for quarterly review only provides periodic auditing and does not automatically revoke access upon termination; it is a manual or scheduled review process, not an immediate revocation mechanism.

961
MCQmedium

An organization uses Microsoft Purview Data Loss Prevention (DLP) to protect sensitive data. They need to ensure that when a user tries to share a document containing a credit card number externally via email, the user sees a policy tip and the email is blocked. Which DLP rule action should they configure?

A.Notify user with policy tip only
B.Block the message and notify the user with a policy tip
C.Block the message only
D.Redirect the message to the compliance admin
AnswerB

This action effectively prevents data loss by blocking the transmission of the message containing sensitive information, ensuring the policy is enforced. Simultaneously, it provides a policy tip to the user, explaining why the message was blocked and offering guidance on how to remediate the issue or comply with organizational policies. This combination both enforces security and educates the user, aligning perfectly with robust data loss prevention objectives.

Why this answer

The requirement is to both block the email and show a policy tip to the user. In Microsoft Purview DLP, the 'Block the message and notify the user with a policy tip' action enforces the block at the transport level while simultaneously displaying a customizable policy tip in Outlook or Outlook on the web, informing the user why the message was blocked. This meets the dual need of prevention and user notification.

Exam trap

The trap here is that candidates often confuse 'Notify user with policy tip only' as sufficient because it provides a warning, but they overlook the explicit requirement to block the message, which requires the combined action of blocking and notifying.

How to eliminate wrong answers

Option A is wrong because 'Notify user with policy tip only' allows the email to be sent after the user acknowledges the tip, which does not block the message as required. Option C is wrong because 'Block the message only' prevents delivery but does not show a policy tip to the user, failing the notification requirement. Option D is wrong because 'Redirect the message to the compliance admin' sends the email to an administrator for review instead of blocking it, which does not prevent the external sharing of sensitive data.

962
MCQmedium

A financial organization needs to automatically detect emails containing the phrase 'Non-Public Material Information' and apply a retention policy that retains those emails for 7 years. They also need to train senders with a policy tip before sending, and if they still send the email, it should be encrypted and blocked from being forwarded outside the organization. Which Microsoft Purview solution should they use?

A.Microsoft Purview Data Lifecycle Management
B.Microsoft Purview Data Loss Prevention (DLP)
C.Microsoft Purview Communication Compliance
D.Microsoft Purview Audit
AnswerB

Microsoft Purview Data Loss Prevention (DLP) is specifically engineered to identify, monitor, and protect sensitive information across Microsoft 365, including email communications. It leverages sensitive information types, keywords, and trainable classifiers to detect specific content patterns. Upon detection, DLP policies can automatically enforce a range of protective actions, such as blocking email delivery, encrypting messages, applying specific retention labels, or providing policy tips to users, directly addressing the need for automatic detection and enforcement.

Why this answer

Microsoft Purview Data Loss Prevention (DLP) is the correct solution because it can automatically detect sensitive content (e.g., 'Non-Public Material Information') in emails, apply policy tips to train senders before sending, enforce encryption, and block forwarding outside the organization. DLP policies also integrate with retention labels to retain emails for a specified period, such as 7 years, by applying a retention label automatically when the sensitive content is detected.

Exam trap

The trap here is that candidates often confuse Data Lifecycle Management (retention only) with DLP (detection + action), or assume Communication Compliance handles all email content monitoring, but DLP is the only solution that combines real-time content detection, user training via policy tips, and automated enforcement actions like encryption and forwarding blocks.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Data Lifecycle Management focuses solely on retaining and deleting data based on policies, but it cannot detect sensitive content in real-time, apply policy tips, or enforce encryption and forwarding restrictions. Option C is wrong because Microsoft Purview Communication Compliance is designed to detect policy violations (e.g., harassment, insider trading) for review and remediation, not to automatically apply retention, encryption, or forwarding blocks on emails containing specific phrases. Option D is wrong because Microsoft Purview Audit provides logging and investigation of past activities, but it cannot proactively detect content, apply policy tips, encrypt emails, or block forwarding.

963
MCQhard

A company uses Microsoft Defender for Endpoint on all workstations and Microsoft Defender for Office 365 for email protection. The security operations team wants a single console to see all incidents from both products, automatically investigate and respond to threats across endpoints and email, and integrate with Microsoft Sentinel for advanced hunting. Which Microsoft security solution should they use?

A.Microsoft 365 Defender
B.Microsoft Defender for Cloud
C.Microsoft Purview Compliance Portal
D.Microsoft Entra ID Protection
AnswerA

Microsoft 365 Defender is an Extended Detection and Response (XDR) solution that unifies security signals from Microsoft Defender for Endpoint, Defender for Office 365, Defender for Identity, and Defender for Cloud Apps. It correlates alerts across these domains into consolidated incidents, providing a comprehensive view of attacks and enabling automated, cross-domain response actions. This integrated approach significantly enhances an organization's ability to detect, investigate, and remediate sophisticated multi-stage threats.

Why this answer

Microsoft 365 Defender is the correct solution because it provides a unified incident queue that aggregates alerts from Microsoft Defender for Endpoint and Microsoft Defender for Office 365, enabling automated investigation and response (AIR) across endpoints and email. It also natively integrates with Microsoft Sentinel for advanced hunting via the Microsoft 365 Defender connector, allowing the security operations team to correlate signals and perform cross-domain threat hunting.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Cloud (which protects cloud workloads) with Microsoft 365 Defender (which unifies endpoint, email, and identity security), leading them to select the cloud-focused option instead of the cross-workload unified solution.

Why the other options are wrong

B

Microsoft Defender for Cloud is designed for protecting cloud workloads (e.g., VMs, containers, SQL) across multi-cloud environments, not for unifying endpoint and email incident management or integrating with Microsoft 365 Defender's automated investigation and response.

C

Microsoft Purview Compliance Portal is focused on data governance, compliance, and risk management, not on unified incident management and automated response for endpoint and email threats.

When would these options actually be correct?

B

A company wants to secure its Azure and on-premises servers, containers, and databases, with a focus on cloud security posture management (CSPM) and workload protection, and needs to integrate alerts into Microsoft Sentinel for centralized monitoring.

C

A company needs to manage data retention policies, perform eDiscovery, enforce data loss prevention (DLP) rules, and monitor compliance with regulations like GDPR or HIPAA across Microsoft 365 services.

Why candidates pick the wrong answer

B

Candidates may confuse 'Defender for Cloud' with 'Microsoft 365 Defender' due to similar naming, or assume it covers all Microsoft security products, overlooking its specific cloud workload focus.

C

Candidates may confuse 'compliance' with security operations, or think that a single portal for all Microsoft 365 security-related tasks includes incident response, but Purview is specifically for compliance and data governance.

964
MCQeasy

Your company wants to provide a single sign-on experience for all cloud applications. Which Microsoft Entra ID feature should you implement?

A.B2B collaboration
B.Identity Protection
C.App registration and SSO configuration
D.Conditional Access
AnswerC

App registration in Microsoft Entra ID is the essential process for integrating an application to use Entra ID as its identity provider. By registering an application, administrators define how users authenticate, grant necessary permissions, and configure single sign-on (SSO) protocols like OpenID Connect or SAML. This direct integration enables users to access the registered application seamlessly using their existing Entra ID credentials without re-entering them, thereby providing a unified SSO experience.

Why this answer

App registration and SSO configuration in Microsoft Entra ID enables single sign-on (SSO) by registering each cloud application as an enterprise application and configuring federation protocols such as SAML 2.0, OpenID Connect, or OAuth 2.0. This allows users to authenticate once with their Entra ID credentials and access all configured cloud applications without repeated logins.

Exam trap

The trap here is that candidates often confuse Conditional Access (a policy enforcement tool) with SSO configuration, or they mistakenly think B2B collaboration is needed for internal app SSO, when in fact App registration and SSO configuration is the correct feature for enabling a unified sign-on experience.

How to eliminate wrong answers

Option A is wrong because B2B collaboration is designed for inviting external users (guests) from other organizations, not for providing SSO across cloud applications for internal users. Option B is wrong because Identity Protection is a security feature that detects and remediates identity-based risks (e.g., leaked credentials, sign-ins from anonymous IPs), not a mechanism for SSO. Option D is wrong because Conditional Access is a policy engine that enforces access controls (e.g., MFA, device compliance) after authentication, but it does not configure or enable SSO itself.

965
MCQmedium

A company is subject to a legal investigation and must preserve all email communications related to the case for an indefinite period, even if users try to delete them. The compliance officer needs a solution that can place a hold on specific user mailboxes and prevent any permanent deletion of relevant content. Which Microsoft Purview feature should be used?

A.Retention labels
B.Litigation hold
C.Data loss prevention
D.Compliance Manager
AnswerB

Litigation hold is specifically designed to preserve all electronically stored information (ESI) within a user's mailbox, including active items, deleted items, and even items modified after the hold is placed. It places an indefinite hold on content, preventing users from permanently deleting items and ensuring data immutability for legal discovery or investigation purposes. This mechanism is crucial for meeting eDiscovery requirements by ensuring no relevant data is lost.

Why this answer

Litigation hold is the correct feature because it places a hold on an entire mailbox, preserving all content including deleted items and versions, and prevents permanent deletion by users or automated processes. Unlike retention labels or policies, litigation hold applies to the entire mailbox and is designed specifically for legal investigations where indefinite preservation is required.

Exam trap

The trap here is that candidates often confuse retention labels or policies with litigation hold, not realizing that retention labels apply granularly to content while litigation hold applies to the entire mailbox and is specifically designed for legal preservation scenarios.

Why the other options are wrong

A

Retention labels are used to classify and retain data based on policies, but they do not prevent users from deleting items; they only ensure that deleted items are preserved in a recoverable state for a specified period. In this scenario, the requirement is to place a hold that prevents permanent deletion indefinitely, which is a feature of Litigation hold, not retention labels.

C

Data loss prevention (DLP) policies prevent accidental sharing of sensitive data but cannot place a legal hold on mailboxes to preserve content indefinitely against user deletion.

D

Compliance Manager is a risk assessment and compliance score tool, not a feature for placing holds on mailboxes to preserve content. It does not prevent deletion of emails.

When would these options actually be correct?

A

A company needs to automatically apply a retention policy to all emails containing specific keywords (e.g., 'confidential') for a period of 5 years, and users should be able to delete the emails, but the organization must be able to recover them if needed. In this case, a retention label with a retention rule would be the correct answer.

C

A company wants to automatically detect and block emails containing credit card numbers from being sent to external recipients. Which Microsoft Purview feature should be used?

D

A company needs to assess its compliance posture against data protection regulations and track remediation actions. Compliance Manager would be correct for evaluating and improving compliance scores.

Why candidates pick the wrong answer

A

Candidates may confuse retention labels with holds because both involve preserving data, but they don't realize that retention labels do not block deletion by users; they only retain deleted items for a set period, whereas a hold prevents deletion entirely.

C

Candidates may confuse the preservation aspect of DLP (preventing data loss) with the legal preservation requirement of litigation hold, assuming DLP can also prevent deletion.

D

Candidates may confuse Compliance Manager with a feature that enforces legal holds because both relate to compliance and legal requirements, but they serve different purposes.

966
MCQmedium

A company has an on-premises web-based expense report application. The IT team wants to make this application accessible to remote employees over the internet without requiring a VPN. They need to use Microsoft Entra ID for authentication and apply Conditional Access policies such as requiring multi-factor authentication. Which Microsoft Entra ID feature should they implement?

A.Azure AD Application Proxy
B.Self-service password reset (SSPR)
C.Azure AD B2B collaboration
D.Azure AD Domain Services
AnswerA

Azure AD Application Proxy securely publishes on-premises web applications, making them accessible to remote users without requiring a VPN or inbound firewall rules. It leverages a lightweight connector installed within the corporate network, which establishes an outbound-only connection to the Azure AD Application Proxy service. This allows users to pre-authenticate with Entra ID, apply Conditional Access policies, and then access the internal application via a secure proxy URL, providing single sign-on capabilities.

Why this answer

Azure AD Application Proxy allows on-premises web applications to be published for remote access without a VPN. It integrates with Microsoft Entra ID for authentication and supports Conditional Access policies, including multi-factor authentication, by acting as a reverse proxy that forwards authenticated requests to the internal application.

Exam trap

The trap here is that candidates may confuse Azure AD Application Proxy with a VPN solution or think that Azure AD Domain Services is needed for authentication, but the key is that Application Proxy specifically publishes on-premises web apps with Entra ID authentication and Conditional Access support without requiring a VPN.

Why the other options are wrong

C

Azure AD B2B collaboration is designed for sharing apps and resources with external guest users from other organizations, not for publishing internal on-premises apps to remote employees.

D

Azure AD Domain Services provides managed domain services like domain join, group policy, and LDAP, but it does not publish on-premises web applications to the internet or integrate with Conditional Access policies for remote access without VPN.

When would these options actually be correct?

C

A company needs to grant external partners access to a cloud-based application while using their own identities for authentication. The question would specify that the users are from partner organizations, not the company's own employees.

D

A company needs to lift-and-shift legacy on-premises applications that require domain-joined servers and use Kerberos/NTLM authentication to Azure VMs, without managing domain controllers. They want to use Microsoft Entra ID for authentication but the apps require AD domain services.

Why candidates pick the wrong answer

C

Candidates may confuse B2B collaboration with remote access solutions because both involve external-facing authentication, but B2B is specifically for external identities, not internal app publishing.

D

Candidates may confuse Azure AD Domain Services with Azure AD Application Proxy because both involve on-premises resources and Azure AD, but Domain Services is for domain management, not application publishing.

967
MCQmedium

A company uses Microsoft Entra ID and Intune for device management. They want to ensure that only devices marked as compliant (e.g., updated, encrypted) can access the corporate HR portal. Which Conditional Access assignment condition should the administrator configure?

A.Locations
B.Device state
C.Client apps
D.Sign-in risk
AnswerB

Device state condition can be set to require a device to be compliant (as defined in Intune) or hybrid Microsoft Entra ID joined. This is the correct condition to enforce access based on device compliance.

Why this answer

The 'Device state' condition in Conditional Access allows administrators to require that only devices marked as compliant (via Intune compliance policies) can access resources. By configuring this condition, the HR portal will block access from non-compliant devices, enforcing security requirements like encryption and updates before granting access.

Exam trap

The trap here is that candidates may confuse 'Device state' with 'Sign-in risk' or 'Client apps', thinking device compliance is tied to user risk or application type, but Microsoft specifically separates device health from user risk and app context in Conditional Access.

How to eliminate wrong answers

Option A is wrong because 'Locations' controls access based on IP address ranges or geographic regions, not device compliance status. Option C is wrong because 'Client apps' filters access by application type (e.g., browser, mobile app), not device health or compliance. Option D is wrong because 'Sign-in risk' is part of Identity Protection and evaluates user authentication risk (e.g., leaked credentials), not device compliance.

968
MCQhard

A financial services firm must comply with regulatory requirements that mandate supervisory review of communications between advisors and clients. They need to automatically capture emails and Microsoft Teams messages from a specific group of advisors, assign them to a supervisor for review, and flag messages containing potential code words for insider trading. Which Microsoft Purview solution should they use?

A.Microsoft Purview Data Lifecycle Management
B.Microsoft Purview Communication Compliance
C.Microsoft Purview Information Protection
D.Microsoft Purview Insider Risk Management
AnswerB

Microsoft Purview Communication Compliance is specifically designed to help organizations detect, investigate, and remediate policy violations in communications. It leverages machine learning and customizable dictionaries to identify problematic content, such as potential insider trading code words, across various communication channels. This solution provides a structured workflow for supervisory review, allowing designated personnel to examine flagged messages, assign them for further investigation, and take appropriate action, directly addressing the need for content flagging and review.

Why this answer

Microsoft Purview Communication Compliance is the correct solution because it is specifically designed to capture and review communications (email, Teams messages) for regulatory compliance, such as supervisory oversight of advisor-client interactions. It can automatically flag messages containing sensitive keywords or patterns (e.g., potential code words for insider trading) and route them to designated supervisors for review, meeting the firm's regulatory mandate.

Exam trap

The trap here is that candidates often confuse the 'capture and review communications' requirement with Insider Risk Management (Option D), which focuses on behavioral analytics and risk scoring rather than direct communication capture and keyword-based flagging.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Data Lifecycle Management focuses on retaining, deleting, and managing data based on policies (e.g., retention labels, disposition review), not on capturing and reviewing communications for compliance or flagging specific content. Option C is wrong because Microsoft Purview Information Protection is used for classifying, labeling, and protecting sensitive data (e.g., encryption, rights management), not for supervisory review or automated flagging of communications. Option D is wrong because Microsoft Purview Insider Risk Management is designed to detect and investigate risky user activities (e.g., data exfiltration, policy violations) using analytics and behavioral indicators, not to capture and review communications for regulatory compliance or flag specific keywords.

969
MCQmedium

Your organization must ensure that financial reports are protected with encryption and cannot be forwarded. Which two Microsoft Purview features should you combine?

A.Data Lifecycle Management and Data Loss Prevention
B.Retention policies and Records Management
C.Information Barriers and Communication Compliance
D.eDiscovery (Premium) and Audit (Standard)
E.Sensitivity labels with encryption and Data Loss Prevention
AnswerE

Sensitivity labels allow organizations to classify and protect sensitive content by applying persistent encryption, visual markings, and access restrictions directly to documents and emails. This ensures the financial reports are encrypted regardless of where they are stored or shared. Data Loss Prevention (DLP) policies then complement this by detecting sensitive information and actively preventing its unauthorized forwarding or sharing based on predefined rules, thus providing comprehensive protection.

Why this answer

Sensitivity labels with encryption allow you to apply persistent encryption to financial reports, ensuring they remain protected even when shared. Data Loss Prevention (DLP) policies can then block or warn users from forwarding these encrypted reports via email or other channels, providing a combined solution for encryption and forwarding prevention.

Exam trap

The trap here is that candidates often think DLP alone can prevent forwarding, but without encryption (via sensitivity labels), the content remains unprotected if forwarded outside the organization, so both features must be combined.

How to eliminate wrong answers

Option A is wrong because Data Lifecycle Management governs retention and deletion, not encryption or forwarding prevention, and DLP alone doesn't provide encryption. Option B is wrong because Retention policies and Records Management control data retention and disposition, not encryption or blocking forwarding. Option C is wrong because Information Barriers restrict communication between specific groups, and Communication Compliance monitors for policy violations, neither directly encrypts nor prevents forwarding of financial reports.

Option D is wrong because eDiscovery (Premium) is for legal discovery and Audit (Standard) logs activities, neither provides encryption or forwarding controls.

970
MCQhard

Tailspin Toys is a toy manufacturer with headquarters in the US and subsidiaries in Europe and Asia. You are the compliance administrator. The company must comply with the EU General Data Protection Regulation (GDPR). Requirements: 1) Personal data of EU residents must be retained only for as long as necessary (max 5 years after last interaction). 2) If a user tries to share personal data outside the EU, the action must be blocked. 3) Users must be able to manually mark documents as 'GDPR High Risk' which will encrypt them and add a watermark 'GDPR PROTECTED'. 4) All access to personal data must be audited. You have Microsoft Purview with E5 compliance licenses. What is the most efficient solution?

A.Use a retention policy to delete all content after 5 years; create a DLP policy to block sharing of personal data outside EU; create a sensitivity label for manual application with encryption and watermark; enable audit logging
B.Create an auto-labeling policy to apply a 'Personal Data' sensitivity label; create a retention label 'GDPR Retention' to auto-apply to personal data and retain for 5 years; create a DLP policy to block sharing of labeled personal data outside EU; create a separate sensitivity label 'GDPR High Risk' for manual application with encryption and watermark; enable audit logging
C.Use a retention policy to delete personal data after 5 years; create a DLP policy to block cross-border sharing; use a sensitivity label with auto-labeling for personal data; enable audit logging
D.Create a DLP policy to block sharing of personal data outside EU; use a retention label for 5 years; use a single sensitivity label for both automatic and manual scenarios; enable audit logging
AnswerB

Auto-labeling applies sensitivity label; retention label retains personal data for 5 years; DLP blocks cross-border sharing; manual label provides encryption and watermark; audit logging tracks access.

Why this answer

The most efficient because it uses a retention label 'GDPR Retention' with auto-labeling to automatically retain personal data for 5 years, precisely meeting requirement 1. It creates a DLP policy to block sharing of labeled personal data outside the EU, satisfying requirement 2. It provides a separate sensitivity label 'GDPR High Risk' for manual application with encryption and watermark, meeting requirement 3.

Audit logging is enabled for requirement 4. Option A uses a retention policy on all content, which is too broad and not specific to personal data. Option C lacks a manual sensitivity label for high-risk documents.

Option D attempts to use a single sensitivity label for both automatic and manual scenarios, which is less flexible and may not apply encryption/watermark correctly for manual labeling.

971
MCQmedium

A user authenticates with a smart card and is then granted access to a specific database based on their job role in the finance department. Which security concept describes the process of determining what the authenticated user is allowed to do?

A.Authentication
B.Authorization
C.Accounting
D.Encryption
AnswerB

Authorization is the critical security process that determines what an authenticated user is permitted to do or access within a system. After a user successfully authenticates with a smart card, the system consults predefined policies, roles, and permissions to evaluate whether that user has the necessary rights to perform a specific action, such as accessing a particular database. This evaluation directly leads to the decision of whether access is granted or denied.

Why this answer

Authorization is the security concept that determines what an authenticated user is permitted to do. In this scenario, after the user authenticates with a smart card, the system checks their job role in the finance department against access control lists (ACLs) or role-based access control (RBAC) policies to grant access to the specific database. This is distinct from authentication, which only verifies identity.

Exam trap

The trap here is confusing authentication with authorization; candidates often pick 'Authentication' because they focus on the smart card step, but the question explicitly asks about determining what the user is allowed to do, which is authorization.

How to eliminate wrong answers

Option A is wrong because authentication is the process of verifying the user's identity (e.g., via smart card credentials), not determining what they are allowed to do. Option C is wrong because accounting (or auditing) tracks and logs user activities for compliance and monitoring, but does not enforce permissions. Option D is wrong because encryption protects data at rest or in transit by converting it into ciphertext, but does not control access rights after decryption.

972
MCQmedium

Your organization is implementing a Zero Trust security model. Which Microsoft Entra ID feature should you use to verify that users and devices meet specific health requirements before granting access to corporate resources?

A.Privileged Identity Management (PIM)
B.Identity Governance
C.Identity Protection
D.Conditional Access
AnswerD

Conditional Access evaluates signals like device compliance to enforce access controls.

Why this answer

Conditional Access policies can enforce device compliance, MFA, and other health checks before granting access. Option A is wrong because Privileged Identity Management manages just-in-time admin roles, not device health. Option B is wrong because Identity Governance manages access reviews and lifecycle, not real-time health verification.

Option C is wrong because Identity Protection detects risks but does not enforce device health requirements.

973
MCQeasy

A company uses Microsoft 365 and several third-party SaaS apps. The security team wants to detect when a user signs in from a remote location that is significantly far from their typical sign-in location within a very short time, indicating possible account compromise. Which Microsoft security solution should they use?

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

Microsoft Defender for Cloud Apps functions as a Cloud Access Security Broker (CASB), providing comprehensive visibility and control over both sanctioned and unsanctioned cloud applications, including Microsoft 365 and third-party SaaS. It excels at detecting anomalous user behavior through advanced analytics, such as impossible travel. This capability specifically identifies suspicious sign-ins originating from geographically disparate locations within an unusually short timeframe, directly addressing the need for detecting such anomalies across various cloud services.

Why this answer

Microsoft Defender for Cloud Apps (MDCA) provides the 'impossible travel' detection capability, which analyzes sign-in events across both Microsoft 365 and third-party SaaS apps. It uses machine learning to establish a baseline of a user's typical sign-in locations and then alerts when two sign-ins occur from geographically distant locations within a time frame that makes physical travel impossible, indicating a potential account compromise.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Cloud Apps with Microsoft Defender for Identity, assuming identity protection covers all sign-in anomalies, but MDCA specifically handles cross-cloud app behavioral analytics like impossible travel, while Defender for Identity is limited to on-premises AD and hybrid identity threats.

How to eliminate wrong answers

Option B is wrong because Microsoft Defender for Identity focuses on on-premises Active Directory and hybrid identity threats (e.g., Kerberos attacks, DCSync), not cross-SaaS sign-in anomaly detection. Option C is wrong because Microsoft Defender for Office 365 protects email and collaboration workloads (e.g., phishing, malware in attachments), not user sign-in behavior across multiple SaaS apps. Option D is wrong because Microsoft Defender for Endpoint is an endpoint detection and response (EDR) solution for devices (e.g., malware, fileless attacks), not for analyzing cloud app sign-in patterns.

974
MCQeasy

An organization wants to use a cloud-based SIEM to collect security data from multiple sources, including on-premises servers and cloud applications. Which Microsoft solution should they choose?

A.Microsoft Sentinel
B.Microsoft Intune
C.Microsoft 365 Defender
D.Microsoft Defender for Cloud
AnswerA

Microsoft Sentinel is a cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) solution. It excels at collecting security data from diverse sources across an organization's entire digital estate, including Azure, on-premises, and other clouds, through built-in data connectors. Sentinel then uses AI and machine learning to detect, investigate, and respond to threats efficiently, making it ideal for comprehensive security event collection and analysis.

Why this answer

Microsoft Sentinel is a cloud-native SIEM that can ingest data from various sources. Defender for Cloud is for cloud security posture management. Microsoft 365 Defender is for detection and response across Microsoft 365.

Intune is for device management.

975
MCQeasy

Your organization wants to ensure that all external emails are automatically tagged with a disclaimer at the top of the email body. Which Microsoft Exchange Online feature should you configure?

A.Journal rule
B.Data loss prevention (DLP) policy
C.Safe Links policy
D.Mail flow rule (transport rule)
AnswerD

Mail flow rules, also known as transport rules in Exchange Online, are powerful tools that allow administrators to inspect, modify, or route email messages based on specific conditions. These rules operate at the transport layer, enabling actions such as adding disclaimers, blocking messages, encrypting content, or redirecting mail before it reaches the recipient's inbox. Applying a standardized disclaimer to all external emails is a classic and direct application of a mail flow rule's capabilities.

Why this answer

Mail flow rules (also known as transport rules) in Exchange Online allow you to inspect messages and take actions such as adding a disclaimer to the top of the email body. This rule can be scoped to apply only to external emails by using the condition 'The sender is located outside the organization'. The action 'Prepend a disclaimer' inserts the text at the beginning of the message body, meeting the requirement precisely.

Exam trap

The trap here is that candidates often confuse mail flow rules with DLP policies because both can apply conditions and actions to emails, but DLP policies cannot modify the email body with a disclaimer—they only detect and protect data.

How to eliminate wrong answers

Option A is wrong because a journal rule captures and records email communications for compliance or archival purposes, not for modifying message content like adding disclaimers. Option B is wrong because a Data Loss Prevention (DLP) policy is designed to detect and protect sensitive data (e.g., credit card numbers) and can trigger notifications or block messages, but it cannot prepend a disclaimer to the email body. Option C is wrong because a Safe Links policy protects users from malicious URLs by scanning and rewriting links in messages, not by adding disclaimers to the message body.

Page 12

Page 13 of 17

Page 14