Courseiva

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

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

Page 14

Page 15 of 17

Page 16
1051
Multi-Selectmedium

Which TWO are principles of the Zero Trust security model?

Select 2 answers
A.Verify explicitly
B.Trust everything inside the network
C.Assume breach
D.Use a VPN for remote access
E.Layer defenses
AnswersA, C

Zero Trust requires verifying every access request explicitly.

Why this answer

Options A and C are correct. Zero Trust principles include 'verify explicitly' and 'assume breach'. Option B contradicts Zero Trust as it trusts everything inside the network.

Option D describes a traditional VPN-based approach, which is not a Zero Trust principle. Option E is a principle of defense in depth, not Zero Trust.

1052
MCQmedium

Your organization uses Microsoft Purview to manage data lifecycle. You need to ensure that after a project ends, all related files are automatically deleted after 3 years. What should you configure?

A.Create a retention label with a retention period of 3 years and a disposition action of deletion
B.Configure a DLP policy to delete files after 3 years
C.Create an eDiscovery case and manually delete the files
D.Apply a sensitivity label marked 'Project' and configure auto-deletion
AnswerA

Retention labels in Microsoft Purview are specifically designed to manage the lifecycle of data, including its eventual deletion. By creating a retention label with a 3-year retention period and a disposition action set to deletion, the organization ensures that content is preserved for the required duration and then automatically removed from its location. This mechanism is central to compliant data lifecycle management, enforcing policy across various Microsoft 365 services to meet regulatory and internal governance requirements.

Why this answer

A retention label in Microsoft Purview allows you to define a retention period and then automatically trigger a disposition action—such as permanent deletion—when that period expires. By creating a label with a 3-year retention period and setting the disposition action to 'Delete', all files tagged with that label will be automatically removed after three years, meeting the requirement without manual intervention.

Exam trap

The trap here is that candidates often confuse sensitivity labels (which handle classification and protection) with retention labels (which handle lifecycle and disposition), leading them to choose Option D even though sensitivity labels lack native auto-deletion capabilities.

How to eliminate wrong answers

Option B is wrong because a Data Loss Prevention (DLP) policy is designed to detect and prevent the unauthorized sharing or leakage of sensitive data, not to enforce time-based retention or deletion of files. Option C is wrong because eDiscovery cases are used for legal holds and manual review/discovery of content, not for automated lifecycle management or scheduled deletion. Option D is wrong because sensitivity labels in Microsoft Purview primarily classify and protect data based on sensitivity (e.g., encryption, markings), and while they can support auto-labeling, they do not natively include a configurable auto-deletion action based on a retention period.

1053
MCQhard

A multinational corporation must comply with several regulatory frameworks, including GDPR, SOX, and HIPAA. The compliance officer wants to continuously assess the organization's compliance posture against these regulations, receive prioritized improvement actions, and track the implementation progress of those actions. Which Microsoft Purview solution should the compliance officer use?

A.Information Protection
B.Compliance Manager
C.Data Lifecycle Management
D.Insider Risk Management
AnswerB

Microsoft Purview Compliance Manager is specifically designed to help organizations manage their compliance posture against various regulatory frameworks. It provides pre-built assessment templates for numerous regulations (e.g., GDPR, HIPAA, ISO 27001), a quantifiable compliance score, and actionable improvement recommendations. This centralized dashboard allows for continuous monitoring, tracking progress on improvement actions, and generating reports to demonstrate adherence to complex global and industry-specific compliance requirements.

Why this answer

Compliance Manager is the correct solution because it provides a centralized dashboard for continuously assessing compliance posture against multiple regulatory frameworks (GDPR, SOX, HIPAA), generates prioritized improvement actions based on built-in assessments, and tracks implementation progress of those actions through a task-based workflow. It uses automated control mapping and continuous monitoring to help organizations meet evolving compliance requirements.

Exam trap

The trap here is that candidates confuse Compliance Manager with Information Protection, thinking that protecting data automatically ensures compliance, but Compliance Manager is the only solution that provides continuous assessment and actionable improvement tracking across multiple regulations.

Why the other options are wrong

A

Information Protection focuses on classifying, labeling, and protecting sensitive data (e.g., encryption, rights management), not on assessing compliance posture against multiple regulations or tracking improvement actions.

C

Data Lifecycle Management focuses on governing data retention and deletion policies, not on assessing compliance posture against regulations or tracking improvement actions.

D

Insider Risk Management is designed to detect, investigate, and act on risky user activities (e.g., data theft, policy violations), not to assess compliance posture against regulations or track improvement actions.

When would these options actually be correct?

A

A question asking which Microsoft Purview solution to use for automatically classifying and protecting sensitive data (e.g., credit card numbers, health records) with sensitivity labels and encryption would make Information Protection the correct answer.

C

A question asking which solution manages retention and deletion of data to meet regulatory requirements, such as automatically archiving or deleting emails after a specified period for GDPR compliance.

D

A question asks: 'Which Microsoft Purview solution helps detect and investigate potential data security incidents caused by malicious or inadvertent insider activities, such as unauthorized data exfiltration?'

Why candidates pick the wrong answer

A

Candidates may confuse 'compliance' with 'protecting information' because both involve regulatory requirements, but Information Protection is about data security controls, not continuous compliance assessment and action tracking.

C

Candidates may mistakenly think that managing data lifecycle is sufficient for compliance, overlooking the need for continuous assessment and action tracking provided by Compliance Manager.

D

Candidates may confuse 'compliance' broadly with 'risk management' and assume Insider Risk Management covers regulatory compliance assessments, not realizing it focuses on user behavior risks rather than framework-based compliance scoring.

1054
MCQmedium

A company wants to ensure that all users access corporate resources using multi-factor authentication (MFA). Which Microsoft Entra ID feature should they configure to enforce MFA for all users?

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

Conditional Access policies are the primary mechanism in Azure AD to enforce specific access requirements, such as multi-factor authentication (MFA), based on various conditions. These policies can be configured to target all users and all cloud apps, requiring MFA for every sign-in attempt to corporate resources. This granular control allows administrators to define precise conditions, like device state, location, or sign-in risk, under which MFA is mandatory, ensuring comprehensive protection for all access.

Why this answer

Conditional Access policies allow granular control over authentication requirements, including MFA enforcement. Security defaults provide basic MFA but are less flexible. Identity Protection detects risks but does not enforce MFA directly.

Privileged Identity Management manages roles, not MFA enforcement.

1055
Multi-Selectmedium

Which TWO are capabilities of Microsoft Defender for Cloud Apps? (Choose two.)

Select 2 answers
A.Endpoint detection and response (EDR)
B.Identity protection for user accounts
C.Data classification of on-premises files
D.Session control to monitor user activity in cloud apps
E.Cloud Discovery to identify shadow IT
AnswersD, E

Session control allows real-time monitoring and control of app sessions.

Why this answer

Microsoft Defender for Cloud Apps includes session control capabilities, which allow administrators to monitor and control user activity in real time within cloud applications. This is achieved through reverse proxy integration, enabling granular access policies and data loss prevention (DLP) actions during active sessions.

Exam trap

The trap here is that candidates confuse the broad 'security solutions' umbrella and attribute endpoint or identity features to Defender for Cloud Apps, when in fact each Microsoft security product (Defender for Endpoint, Entra ID Protection, Purview) has a distinct scope and integration point.

1056
MCQmedium

Your company is implementing a hybrid identity solution with Microsoft Entra ID. You need to ensure that password changes on-premises are synchronized to the cloud within minutes. Which feature should you enable?

A.Password Hash Synchronization
B.Pass-through Authentication
C.Seamless Single Sign-On
D.Password Writeback
AnswerA

Correct. Password Hash Synchronization syncs password hashes from on-premises to Azure AD in near real-time, so on-premises password changes appear in the cloud within minutes.

Why this answer

Password Hash Synchronization (A) synchronizes password hashes from on-premises Active Directory to Microsoft Entra ID in near real-time, ensuring that password changes made on-premises are reflected in the cloud within minutes. Password Writeback (D) performs the reverse: it writes password changes from the cloud back to on-premises, not from on-premises to the cloud. Pass-through Authentication (B) validates passwords against on-premises AD directly without syncing hashes, and Seamless SSO (C) provides automatic sign-in but does not handle password synchronization.

Exam trap

The trap is that candidates often think Password Writeback is for on-premises-to-cloud sync when it actually does the opposite (cloud-to-on-premises). Password Hash Synchronization is the correct feature for synchronizing on-premises password changes to the cloud.

How to eliminate wrong answers

Option A is wrong because Password Hash Synchronization (PHS) syncs password hashes from on-premises to the cloud but does not write back changes made on-premises; it is a one-way sync that occurs every few minutes by default, not triggered by individual password changes. Option B is wrong because Pass-through Authentication (PTA) validates passwords against on-premises Active Directory without storing password hashes in the cloud, so it does not synchronize password changes to the cloud. Option C is wrong because Seamless Single Sign-On (SSO) provides automatic sign-in for domain-joined devices but does not handle password synchronization or writeback.

1057
MCQeasy

A company uses Microsoft 365. The compliance department requires that all financial documents be retained for 10 years and then automatically deleted, while marketing documents must be retained for 3 years and then deleted. Additionally, they want to apply a default retention policy to all SharePoint Online sites. Which Microsoft Purview solution should the company use?

A.Microsoft Purview Data Lifecycle Management
B.Microsoft Purview eDiscovery
C.Microsoft Purview Compliance Manager
D.Microsoft Purview Data Loss Prevention (DLP)
AnswerA

Microsoft Purview Data Lifecycle Management (DLM), formerly known as Microsoft 365 Records Management, is the primary service within Microsoft Purview for managing the entire lifecycle of an organization's data. It enables the creation and application of retention labels and policies to define how long content should be kept, whether for regulatory compliance, legal hold, or business requirements, and when it should be permanently deleted. This ensures that data is retained for the necessary period and then defensibly disposed of according to established policies, directly addressing compliance department requirements for data retention and deletion.

Why this answer

Microsoft Purview Data Lifecycle Management (formerly Microsoft 365 Retention) is the correct solution because it allows organizations to define retention and deletion policies based on content type and location. In this scenario, the company needs to apply different retention periods (10 years for financial documents, 3 years for marketing documents) and a default retention policy for all SharePoint Online sites, which is exactly what Data Lifecycle Management's retention policies and labels provide.

Exam trap

The trap here is that candidates often confuse eDiscovery (which holds content for legal reasons) with Data Lifecycle Management (which automates retention and deletion based on time), leading them to select eDiscovery when the question clearly asks for automated retention and deletion schedules.

How to eliminate wrong answers

Option B is wrong because Microsoft Purview eDiscovery is used for legal discovery and litigation hold, not for automated retention and deletion based on time periods. Option C is wrong because Compliance Manager is a risk assessment and compliance score tool that helps track regulatory compliance posture, not a solution for applying retention or deletion policies. Option D is wrong because Data Loss Prevention (DLP) is designed to prevent unauthorized sharing or leakage of sensitive data through policies, not to manage retention schedules or automatic deletion.

1058
MCQmedium

A company uses Microsoft 365 and Azure. They want a unified security solution that provides threat protection across email, endpoints, identities, and cloud apps, with automated investigation and response capabilities. Which Microsoft solution should they use?

A.Microsoft Defender for Cloud
B.Microsoft 365 Defender
C.Microsoft Sentinel
D.Microsoft Entra ID Protection
AnswerB

Microsoft 365 Defender is the correct solution as it provides a unified Extended Detection and Response (XDR) experience specifically tailored for the Microsoft 365 ecosystem. It automatically collects, correlates, and analyzes security signals from Microsoft Defender for Endpoint, Defender for Office 365, Defender for Identity, and Defender for Cloud Apps. This integrated approach enables cross-domain threat protection, automated investigation, and remediation across email, endpoints, identities, and cloud applications, offering a holistic view of an organization's security posture within Microsoft 365.

Why this answer

Microsoft 365 Defender is a unified pre- and post-breach enterprise defense suite that coordinates detection, prevention, investigation, and response across email, endpoints, identities, and cloud apps. It provides automated investigation and response (AIR) capabilities through its integrated components (e.g., Defender for Endpoint, Defender for Office 365, Defender for Identity, and Defender for Cloud Apps), making it the correct choice for the described requirements.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Cloud (a CSPM/CWPP tool for cloud workloads) with Microsoft 365 Defender (a unified XDR solution for the Microsoft 365 ecosystem), or they mistakenly think Microsoft Sentinel (a SIEM) provides the same built-in, cross-domain automated investigation and response as Microsoft 365 Defender.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Cloud is a cloud security posture management (CSPM) and cloud workload protection platform (CWPP) focused on securing Azure, on-premises, and multi-cloud workloads, not a unified solution for email, endpoints, identities, and cloud apps with automated investigation and response. Option C is wrong because Microsoft Sentinel is a cloud-native SIEM/SOAR solution that ingests logs and alerts from multiple sources for threat detection and response, but it is not a unified security solution that natively provides threat protection across email, endpoints, identities, and cloud apps with built-in automated investigation and response like Microsoft 365 Defender. Option D is wrong because Microsoft Entra ID Protection is an identity protection service that detects and remediates identity-based risks (e.g., leaked credentials, anomalous sign-ins), but it does not provide threat protection across email, endpoints, or cloud apps, nor does it offer automated investigation and response across those domains.

1059
MCQmedium

A company is required by a compliance regulation to retain all user and admin activity audit logs for 2 years. They also need the ability to perform faster, historical searches on this audit data. Which Microsoft Purview solution should they use?

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

Microsoft Purview Audit (Premium) is the appropriate solution for retaining audit logs for two years, as it offers a default retention of one year, which can be extended to up to 10 years for specific activities. This service provides advanced auditing capabilities, including higher-fidelity logging, faster access to audit data, and increased API bandwidth, making it suitable for meeting stringent regulatory compliance requirements for long-term audit log retention.

Why this answer

Microsoft Purview Audit (Premium) provides a 2-year retention capability for audit logs, which meets the compliance regulation requirement. Additionally, it offers faster, historical searches through features like high-bandwidth access to the Audit Log Search API and intelligent insights, enabling efficient querying of large volumes of audit data. Standard Audit only retains logs for 90 days by default and lacks the performance optimizations for historical searches.

Exam trap

The trap here is that candidates confuse the 90-day default retention of Audit (Standard) with the 2-year requirement, or mistakenly think Data Lifecycle Management or eDiscovery can fulfill audit log retention and search needs, when only Audit (Premium) combines long-term retention with high-performance historical search capabilities.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Audit (Standard) retains audit logs for only 90 days by default (extendable to 1 year with manual configuration), not the required 2 years, and does not provide the enhanced search performance for historical data. Option C is wrong because Microsoft Purview Data Lifecycle Management focuses on retention and deletion policies for content (e.g., documents, emails) based on labels, not on auditing user and admin activity logs or enabling faster historical searches. Option D is wrong because Microsoft Purview eDiscovery (Premium) is designed for legal investigations and content search across Exchange, SharePoint, and Teams, not for long-term retention and high-performance querying of audit logs.

1060
MCQmedium

A healthcare organization must comply with HIPAA regulations. They need to automatically detect and classify sensitive health information such as medical record numbers stored in SharePoint Online and OneDrive. When detected, the solution should apply encryption and restrict access to only authorized personnel. Which Microsoft Purview solution should they configure?

A.Information Protection
B.Data Lifecycle Management
C.Audit
D.eDiscovery
AnswerA

Microsoft Purview Information Protection (MIP) is the correct solution because it enables organizations to discover, classify, label, and protect sensitive data, including Protected Health Information (PHI) relevant to HIPAA. Sensitivity labels can be applied manually or automatically based on content inspection (e.g., detecting medical record numbers or other sensitive info types), enforcing encryption, visual markings, and access restrictions. This ensures that data is protected at rest and in transit, aligning directly with HIPAA's security rule requirements for safeguarding electronic PHI.

Why this answer

Microsoft Purview Information Protection (specifically sensitivity labels and auto-labeling policies) can automatically detect sensitive health information like medical record numbers using built-in sensitive information types (e.g., U.S. HIPAA-defined types). When detected, it can apply encryption via Rights Management and restrict access to authorized personnel, meeting HIPAA compliance requirements.

Exam trap

The trap here is that candidates often confuse Data Lifecycle Management (retention/deletion) with Information Protection (classification/encryption), or assume Audit/eDiscovery can enforce access controls, when they only provide logging or search capabilities.

Why the other options are wrong

B

Data Lifecycle Management focuses on retaining or deleting data based on policies (e.g., retention labels), not on detecting, classifying, or protecting sensitive health information like medical record numbers.

C

Audit logs user and admin activities but does not detect, classify, or protect sensitive data like medical records. The question requires automatic detection, classification, encryption, and access restriction, which are capabilities of Information Protection, not Audit.

D

eDiscovery is used for searching and exporting content for legal or investigative purposes, not for automatically detecting, classifying, and protecting sensitive data like medical records.

When would these options actually be correct?

B

A question asking which Microsoft Purview solution to use for automatically retaining healthcare records for a specific period (e.g., 6 years) to meet HIPAA retention requirements, then deleting them afterward.

C

A company needs to track who accessed sensitive documents in SharePoint and OneDrive for compliance reporting. They want to see a history of actions like viewing, editing, or sharing files. In this scenario, Audit would be the correct solution.

D

An organization needs to search for and export content related to a legal case or regulatory investigation, such as finding all emails and documents mentioning a specific patient's medical record number across Exchange Online and SharePoint.

Why candidates pick the wrong answer

B

Candidates may confuse lifecycle management with protection because both involve labels, and they might think managing data includes security controls like encryption.

C

Candidates may think Audit is needed to monitor compliance with HIPAA, but they overlook that the primary requirement is proactive data protection (detection, classification, encryption) rather than just logging activities.

D

Candidates may confuse eDiscovery's search capabilities with the detection and classification features of Information Protection, assuming that searching for sensitive data implies automatic protection.

1061
MCQmedium

A company uses a hybrid environment with Azure virtual machines (IaaS) and on-premises Windows servers. The security team needs a single solution that continuously assesses the security posture of these workloads, provides a regulatory compliance dashboard with actionable recommendations, and enables threat detection. Which Microsoft security solution should they use?

A.Microsoft Defender for Cloud Apps
B.Microsoft Defender for Endpoint
C.Microsoft Defender for Cloud
D.Microsoft Sentinel
AnswerC

Microsoft Defender for Cloud is the correct solution as it provides comprehensive Cloud Security Posture Management (CSPM) and Cloud Workload Protection (CWP) across Azure, on-premises, and multi-cloud environments. It continuously assesses security posture, offers a secure score, monitors regulatory compliance against various benchmarks, and delivers integrated threat detection and protection for Azure Virtual Machines and hybrid servers via Azure Arc.

Why this answer

Microsoft Defender for Cloud is the correct answer because it provides a unified security management platform that continuously assesses the security posture of both Azure VMs (IaaS) and on-premises Windows servers via Azure Arc. It offers a regulatory compliance dashboard with actionable recommendations based on built-in standards like CIS, NIST, and Azure Security Benchmark, and integrates with Microsoft Defender for Cloud's workload protection plans to enable threat detection for these hybrid workloads.

Exam trap

The trap here is that candidates often confuse Microsoft Defender for Cloud (a posture management and threat protection platform) with Microsoft Sentinel (a SIEM), but the question specifically asks for a single solution that includes a compliance dashboard and continuous assessment, which is a core feature of Defender for Cloud, not Sentinel.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) focused on shadow IT discovery and data protection for SaaS applications, not on assessing the security posture or providing a compliance dashboard for IaaS VMs and on-premises servers. Option B is wrong because Microsoft Defender for Endpoint is an endpoint detection and response (EDR) solution that focuses on device-level threat detection and response, but it does not provide a regulatory compliance dashboard or continuous security posture assessment across hybrid workloads. Option D is wrong because Microsoft Sentinel is a cloud-native SIEM and SOAR solution that ingests logs and alerts for threat detection and incident response, but it is not primarily designed for continuous security posture assessment or out-of-the-box regulatory compliance dashboards; it requires custom workbooks and analytics rules for compliance reporting.

1062
MCQmedium

Your company uses Microsoft Entra ID and wants to allow external partners to sign in using their own Google or Facebook accounts. Which feature should you enable?

A.Azure Active Directory Domain Services
B.Microsoft Entra B2C
C.Microsoft Entra B2B collaboration
D.External Identities (social identity providers)
AnswerD

External Identities is the overarching capability within Microsoft Entra ID that enables secure interaction with external users. Specifically, the social identity providers feature allows external users to sign in to your Microsoft Entra ID-protected applications using their existing credentials from popular social accounts like Google, Facebook, LinkedIn, or Amazon. This eliminates the need for external users to create a new account or have an existing Microsoft Entra ID or Microsoft account, streamlining access for a broad range of external collaborators.

Why this answer

External Identities (social identity providers) in Microsoft Entra ID allows you to configure Google and Facebook as identity providers for external users. This enables partners to sign in using their existing social accounts without needing a separate Microsoft account, leveraging OAuth 2.0 and OpenID Connect protocols for authentication.

Exam trap

The trap here is that candidates often confuse Microsoft Entra B2B collaboration (which handles external organizational accounts) with External Identities (which includes social identity providers), leading them to incorrectly select B2B when the question explicitly mentions Google or Facebook accounts.

How to eliminate wrong answers

Option A is wrong because Azure Active Directory Domain Services (Azure AD DS) provides managed domain services like LDAP and Kerberos for legacy applications, not social identity federation. Option B is wrong because Microsoft Entra B2C is designed for customer-facing applications with extensive customization of sign-up and sign-in flows, not for simple partner access using existing social accounts. Option C is wrong because Microsoft Entra B2B collaboration enables external users to sign in with their own organizational accounts (e.g., Azure AD, Microsoft account) but does not natively support social identity providers like Google or Facebook without additional configuration through External Identities.

1063
MCQeasy

Your company needs to detect and prevent employees from sharing confidential product plans via email with external parties. Which Microsoft Purview solution should you configure?

A.Sensitivity labels
B.Communication compliance
C.Data Loss Prevention (DLP)
D.Retention policies
AnswerC

Data Loss Prevention (DLP) policies are specifically engineered to identify, monitor, and automatically protect sensitive information across various locations, including endpoints, cloud apps, and services like Exchange, SharePoint, and OneDrive. By detecting specific sensitive information types or content, DLP can actively block sharing, encrypt data, or notify users and administrators in real-time. This direct enforcement capability is crucial for preventing unauthorized data exfiltration or sharing.

Why this answer

Data Loss Prevention (DLP) is the correct solution because it is specifically designed to detect and prevent the unauthorized sharing of sensitive information, such as confidential product plans, via email and other channels. DLP policies can inspect email content and attachments for sensitive data types (e.g., custom keywords or patterns) and automatically block or quarantine the message if it is sent to external recipients. This aligns directly with the requirement to prevent employees from sharing confidential plans externally.

Exam trap

The trap here is that candidates often confuse sensitivity labels (which apply protection at rest) with DLP (which enforces actions in transit), leading them to select sensitivity labels when the question explicitly requires detection and prevention of sharing via email.

How to eliminate wrong answers

Option A is wrong because sensitivity labels classify and protect data by applying encryption or visual markings, but they do not actively monitor or block the transmission of data in transit like email. Option B is wrong because communication compliance focuses on detecting policy violations (e.g., harassment or insider trading) in communications, not on preventing the sharing of specific confidential data via DLP rules. Option D is wrong because retention policies manage how long data is kept or deleted, not how it is shared or blocked from external transmission.

1064
MCQeasy

A company implements a security measure to ensure that only authorized employees can view sensitive customer records. Which principle of the CIA triad does this measure primarily protect?

A.Confidentiality
B.Integrity
C.Availability
D.Accountability
AnswerA

Confidentiality, a cornerstone of the CIA triad, ensures that information is accessible only to those authorized to view it. This principle directly addresses the company's security measure to limit access to specific employees, preventing unauthorized disclosure of sensitive data. Implementing strong access controls, encryption, and data classification are typical methods to uphold confidentiality, aligning perfectly with the goal of restricting information access.

Why this answer

Confidentiality ensures that sensitive information is accessible only to authorized individuals. By restricting access to customer records to authorized employees, the company directly prevents unauthorized disclosure, which is the core goal of confidentiality in the CIA triad.

Exam trap

The trap here is that candidates often confuse confidentiality with integrity, thinking that preventing unauthorized changes is the same as preventing unauthorized viewing, but confidentiality is about secrecy, not data accuracy.

Why the other options are wrong

B

Integrity ensures data accuracy and prevents unauthorized modification, not restriction of access. The question focuses on limiting who can view records, which is confidentiality.

C

The question specifies that the measure ensures only authorized employees can view records, which directly protects confidentiality (preventing unauthorized access), not availability (ensuring access when needed).

D

Accountability is not a principle of the CIA triad; the CIA triad consists of Confidentiality, Integrity, and Availability. This question specifically asks about the CIA triad, so Accountability is not a valid option.

When would these options actually be correct?

B

A question asking which CIA principle is primarily protected by a measure that uses hashing to verify that customer records have not been altered during transmission.

C

A question stating: 'A company implements redundant servers and backup power to ensure customer records are always accessible. Which CIA principle does this protect?' would make availability correct.

D

A question asks: 'Which security principle ensures that actions can be traced back to a specific user?' In that context, Accountability would be the correct answer because it involves auditing and non-repudiation.

Why candidates pick the wrong answer

B

Candidates may confuse 'authorized employees' with data accuracy, thinking integrity involves ensuring only authorized changes, but the core here is viewing, not modifying.

C

Candidates may confuse 'access control' with 'availability' because both involve access, but availability focuses on uptime and reliability, not authorization.

D

Candidates may confuse Accountability with Confidentiality because both involve controlling access to data, but Accountability focuses on tracking who did what, not on preventing unauthorized viewing.

1065
MCQhard

Refer to the exhibit. You are a compliance administrator managing a DLP policy in Microsoft Purview. The policy is set to 'enforce' mode but you notice that internal users can still share credit card numbers via email to external recipients. What is the most likely cause?

A.The policy is in test mode, not enforce mode
B.The policy is not applied to the user's mailbox
C.The condition requires a minimum count of 5
D.The action only blocks access to the content from external users, not sharing by internal users
AnswerD

The action "blockOnlyExternal" specifically prevents external users from accessing content that contains sensitive information, but it does not prevent internal users from initially sharing or sending that content to external recipients. While external access to the shared content might be blocked, the internal user successfully initiated the sharing action. This distinction is crucial because the policy allows the internal user to perform the outbound sharing, even if the external recipient cannot ultimately view the sensitive data within the shared item.

Why this answer

A DLP policy in 'enforce' mode can still allow internal users to share sensitive data if the policy action is configured to 'block access to content from external users' rather than 'block sharing by internal users'. In Microsoft Purview, the 'block access' action restricts external recipients from viewing the content but does not prevent the internal sender from transmitting the email. To stop internal users from sending, the policy must use the 'block sending' action, which prevents the message from being delivered.

Exam trap

The trap here is that candidates assume 'enforce' mode means all sharing is blocked, but they overlook that the action type (block access vs. block sending) determines whether internal users can still send the data externally.

How to eliminate wrong answers

Option A is wrong because the question explicitly states the policy is set to 'enforce' mode, not test mode, so test mode is not the cause. Option B is wrong because DLP policies in Microsoft Purview are applied at the scope of the policy (e.g., Exchange, SharePoint, OneDrive) and do not require individual mailbox assignment; if the policy is scoped to Exchange, it applies to all mailboxes in the organization by default. Option C is wrong because a minimum count condition (e.g., 5 credit card numbers) would only reduce false positives by requiring a threshold to trigger the policy; if the user shares fewer than 5 numbers, the policy would not act, but the question implies sharing is occurring and the policy is not blocking it, so the issue is the action type, not the condition threshold.

1066
Multi-Selecteasy

Which TWO of the following are types of identity in Microsoft Entra ID? (Select two.)

Select 2 answers
A.Synchronized identity
B.Cloud-only identity
C.Guest identity
D.Managed identity
E.Hybrid identity
AnswersA, B

User account synchronized from on-premises Active Directory.

Why this answer

Options A and B are correct. Microsoft Entra ID supports two primary types of identity: synchronized identity (A) and cloud-only identity (B). A synchronized identity is created in an on-premises directory and synchronized to Entra ID.

A cloud-only identity is created and managed entirely in Entra ID. Option C, Guest identity, is a type of external identity used for B2B collaboration, but it is not a primary identity type. Option D, Managed identity, is a service principal used for Azure resources to authenticate, not a user identity type.

Option E, Hybrid identity, is a term for using both on-premises and cloud identities but is not a distinct identity type.

1067
MCQeasy

A company wants to automatically prevent users from sharing files containing personal data (e.g., passport numbers) via email. Which Microsoft Purview solution should they configure?

A.Communication Compliance
B.Data Loss Prevention (DLP)
C.Sensitivity labels
D.eDiscovery
AnswerB

Data Loss Prevention (DLP) policies are specifically designed to identify, monitor, and automatically protect sensitive information across various locations, including cloud services, endpoints, and on-premises. DLP can detect specific sensitive data types, such as credit card numbers or personally identifiable information (PII), and enforce rules to prevent sharing, copying, or transferring this data outside defined organizational boundaries. It directly fulfills the requirement to automatically block sharing actions based on content.

Why this answer

Data Loss Prevention (DLP) is the correct solution because it is specifically designed to detect and automatically block the sharing of sensitive information, such as passport numbers, via email. DLP policies use deep content analysis (e.g., regular expressions, keyword matching, and data classification) to inspect email attachments and body text in transit, and can enforce actions like blocking the message or sending a policy tip to the user. This aligns directly with the requirement to prevent users from sharing files containing personal data through email.

Exam trap

The trap here is that candidates often confuse Communication Compliance with DLP because both involve monitoring communications, but Communication Compliance is for auditing and review, not for automatic blocking of sensitive data in transit.

How to eliminate wrong answers

Option A is wrong because Communication Compliance is focused on monitoring and reviewing internal and external communications for policy violations (e.g., harassment, insider trading), not on automatically blocking data sharing based on content patterns like passport numbers. Option C is wrong because Sensitivity labels are classification and protection tools that apply markings and encryption to documents and emails, but they do not automatically inspect and block content in transit; they rely on users or automated labeling policies to apply labels, and blocking requires integration with DLP. Option D is wrong because eDiscovery is used for identifying, preserving, and exporting electronic data for legal or investigative purposes, not for real-time prevention of data sharing via email.

1068
MCQmedium

Your organization uses Microsoft Defender XDR. You need to investigate a potential lateral movement attack where a compromised user account is used to access multiple workstations. Which feature should you use to visualize the attack path?

A.Attack graph
B.Microsoft Sentinel workbooks
C.Threat analytics in Microsoft 365 Defender
D.Incident queue
AnswerA

The Attack graph in Microsoft Defender XDR specifically visualizes the full scope of an attack, including how an attacker moved laterally, which assets were impacted, and the relationships between entities. It provides a rich, interactive representation of the attack chain, making it ideal for understanding lateral movement paths and identifying potential pivot points. This feature is crucial for incident responders to trace the progression of sophisticated threats.

Why this answer

Attack graph in Microsoft Defender XDR is the correct feature because it automatically maps and visualizes the potential paths an attacker could take to move laterally across devices using compromised credentials. It correlates alerts and incidents to show the sequence of events, such as a user account authenticating to multiple workstations, enabling security teams to identify the scope and entry point of the attack.

Exam trap

The trap here is that candidates often confuse the attack graph with the incident queue or threat analytics, assuming any security dashboard can visualize attack paths, but only the attack graph provides the automated, graph-based lateral movement visualization specific to Defender XDR.

How to eliminate wrong answers

Option B is wrong because Microsoft Sentinel workbooks are customizable dashboards for querying and visualizing security data from multiple sources, but they do not automatically generate attack path visualizations specific to lateral movement within Defender XDR. Option C is wrong because Threat analytics in Microsoft 365 Defender provides intelligence reports on active threats and vulnerabilities, not a real-time graph of attack paths. Option D is wrong because the Incident queue lists all security incidents in a tabular view for triage and management, but it does not offer a visual representation of lateral movement steps.

1069
MCQmedium

A company uses Microsoft Entra ID. The security team needs to ensure that when users sign in to a critical financial application from an untrusted network, they must first complete multi-factor authentication (MFA). Additionally, the team wants to block the sign-in if the device is not marked as compliant by Microsoft Intune. Which conditional access grant control should they configure to meet both requirements?

A.Require multi-factor authentication AND Require device to be marked as compliant
B.Require multi-factor authentication only
C.Require one of the selected controls
D.Require device to be marked as compliant only
AnswerA

Conditional Access allows adding multiple grant controls; all must be satisfied for access to be allowed. This enforces both MFA and device compliance.

Why this answer

Conditional Access grant controls allow you to require multiple conditions to be met simultaneously. By selecting 'Require multi-factor authentication' AND 'Require device to be marked as compliant', the policy ensures that both MFA and device compliance are enforced for the sign-in, meeting the security team's requirements.

Exam trap

The trap here is that candidates often confuse 'AND' (all controls required) with 'OR' (one of the selected controls), leading them to choose Option C, which would not enforce both MFA and device compliance simultaneously.

Why the other options are wrong

B

This option only enforces MFA, but the question explicitly requires both MFA and device compliance. It fails to block sign-ins from non-compliant devices, so it does not meet the full requirement.

C

The question requires both MFA and device compliance to be enforced simultaneously. Option C, 'Require one of the selected controls,' would allow sign-in if either MFA or device compliance is met, not both, failing to meet the requirement.

When would these options actually be correct?

B

This option would be correct if the question asked only to require MFA when signing in from an untrusted network, without any device compliance requirement. For example: 'Ensure users complete MFA when accessing a financial app from an untrusted network.'

C

In a scenario where the security team wants to allow access if the user either completes MFA OR uses a compliant device (e.g., for a less critical app where flexibility is acceptable), selecting 'Require one of the selected controls' would be correct.

Why candidates pick the wrong answer

B

Candidates may think MFA alone is sufficient for security, overlooking the additional device compliance requirement. They might also assume that MFA implicitly covers device health, which is incorrect.

C

Candidates may misinterpret 'one of the selected controls' as meaning both controls are required, or they may think it provides a flexible way to enforce either condition without understanding that it grants access if only one condition is satisfied.

1070
MCQhard

Refer to the exhibit. A Microsoft Purview DLP policy is configured in Test mode. An administrator notices that a user is still able to share a document containing a credit card number. What is the most likely reason?

A.The credit card number is not detected because low confidence threshold
B.The BlockAccess action is not supported for SharePoint Online
C.The policy is in Test mode, so actions are not enforced
D.The policy requires an administrator to approve the action
AnswerC

When a Microsoft Purview DLP policy is configured in "Test mode," it is designed to evaluate policy matches and generate incident reports without enforcing any configured actions, such as blocking access or notifying users. This mode allows administrators to assess the policy's impact and fine-tune its rules before full deployment. Consequently, any specified actions, like blocking access to a credit card number, will not be enforced while the policy remains in test mode.

Why this answer

When a Microsoft Purview DLP policy is configured in Test mode, it logs policy matches and generates alerts but does not enforce any restrictive actions such as blocking access or sharing. The administrator observed that the user could still share the document because Test mode explicitly disables action enforcement, allowing the organization to evaluate the policy's impact before moving to Enforce mode.

Exam trap

The trap here is that candidates may assume Test mode still enforces some actions (like blocking) because they confuse it with 'Test mode with policy tips' or think DLP policies always block sharing by default, but Test mode explicitly disables all enforcement actions.

How to eliminate wrong answers

Option A is wrong because the credit card number detection uses a predefined Sensitive Information Type (SIT) with a default confidence level; if the policy matched, the number was detected, and a low confidence threshold would not prevent detection—it would simply require a higher match accuracy. Option B is wrong because the BlockAccess action is fully supported for SharePoint Online in Purview DLP policies; it can block sharing or restrict access to documents containing sensitive data. Option D is wrong because the policy does not require administrator approval for actions in Test mode; administrator approval is a separate feature (e.g., using Power Automate or custom workflows) and is not a default behavior of DLP Test mode.

1071
MCQeasy

Your organization wants to centrally manage security policies for all devices (Windows, iOS, Android) and ensure they meet compliance requirements before accessing corporate resources. Which Microsoft solution should you use?

A.Microsoft Purview Compliance Manager
B.Microsoft Defender for Endpoint
C.Microsoft Intune
D.Microsoft Entra ID
AnswerC

Microsoft Intune is a cloud-based Unified Endpoint Management (UEM) solution specifically designed to manage and secure devices, including mobile phones, tablets, and laptops, across various operating systems. It enables organizations to centrally deploy and enforce security policies, manage application lifecycles, and configure compliance settings, ensuring all managed devices meet organizational security and operational standards. This direct device configuration and policy enforcement capability is precisely what the question asks for.

Why this answer

Microsoft Intune is the correct solution because it is a cloud-based mobile device management (MDM) and mobile application management (MAM) service that centrally manages security policies across Windows, iOS, and Android devices. It enforces compliance requirements—such as encryption, OS version, and jailbreak detection—before granting access to corporate resources, integrating with Conditional Access in Microsoft Entra ID.

Exam trap

The trap here is that candidates confuse Microsoft Entra ID's identity-based Conditional Access with the device-level policy management that Intune provides, assuming Entra ID alone can enforce device compliance without Intune.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Compliance Manager is a risk-assessment and compliance-scoring tool for regulatory frameworks (e.g., GDPR, ISO 27001), not a device management or policy enforcement solution. Option B is wrong because Microsoft Defender for Endpoint is an endpoint detection and response (EDR) and vulnerability management tool focused on threat detection and remediation, not on centrally managing device compliance policies or controlling resource access. Option D is wrong because Microsoft Entra ID is an identity and access management (IAM) service that provides authentication and authorization, but it does not directly manage device security policies or enforce device compliance; it relies on Intune for device-level controls.

1072
Multi-Selectmedium

Which TWO of the following are features of Microsoft Defender for Cloud? (Choose two.)

Select 2 answers
A.Data classification and labeling
B.Security Information and Event Management (SIEM)
C.Cloud Workload Protection Platform (CWPP)
D.Mobile Threat Defense (MTD)
E.Cloud Security Posture Management (CSPM)
AnswersC, E

Cloud Workload Protection Platform (CWPP) is a key feature of Microsoft Defender for Cloud. This capability provides comprehensive protection for diverse cloud workloads, including virtual machines, containers, databases, and storage, across multi-cloud and hybrid environments. Defender for Cloud offers vulnerability assessments, just-in-time access, adaptive application controls, and file integrity monitoring to secure these critical compute resources against threats.

Why this answer

Microsoft Defender for Cloud is a Cloud Workload Protection Platform (CWPP) that provides unified security management and advanced threat protection for workloads running in Azure, on-premises, and other clouds. It also includes Cloud Security Posture Management (CSPM) capabilities, which continuously assess your environment against security benchmarks (e.g., CIS, NIST) and provide actionable recommendations to improve your security posture.

Exam trap

The trap here is that candidates often confuse the SIEM and SOAR capabilities of Microsoft Sentinel with the CWPP and CSPM functions of Defender for Cloud, or they mistakenly associate data classification (Purview) with Defender for Cloud's security recommendations.

1073
MCQmedium

A multinational organization uses Microsoft 365 and must demonstrate compliance with both GDPR and ISO 27001. The compliance team needs a centralized tool to assess their current compliance posture against these frameworks, receive prioritized improvement actions, and track the implementation of those actions over time. Which Microsoft Purview solution should they use?

A.Compliance Manager
B.Data Lifecycle Management
C.Audit
D.eDiscovery
AnswerA

Compliance Manager provides a central dashboard to assess compliance posture, manage improvement actions, and track progress against multiple regulations like GDPR and ISO 27001.

Why this answer

Compliance Manager is the correct solution because it provides a centralized dashboard that assesses an organization's compliance posture against frameworks like GDPR and ISO 27001. It offers prioritized improvement actions based on built-in assessments and tracks the implementation of those actions over time, directly meeting the requirements for a unified compliance management tool.

Exam trap

The trap here is that candidates may confuse Audit or Data Lifecycle Management as compliance tools, but they lack the centralized assessment and action tracking capabilities that Compliance Manager uniquely provides for framework-specific compliance management.

Why the other options are wrong

B

Data Lifecycle Management focuses on governing data retention and deletion policies, not on assessing compliance posture against frameworks like GDPR and ISO 27001 or tracking improvement actions.

C

Audit is used for investigating specific security or compliance events by searching the unified audit log, not for assessing compliance posture against frameworks like GDPR and ISO 27001 or tracking improvement actions.

D

eDiscovery is used for identifying and preserving electronic content for legal cases, not for assessing compliance posture against frameworks like GDPR and ISO 27001 or tracking improvement actions.

When would these options actually be correct?

B

A question asking which Microsoft Purview solution to use for automatically retaining or deleting data based on regulatory requirements (e.g., GDPR data retention) would make Data Lifecycle Management the correct answer.

C

A question asking which Microsoft Purview solution allows an organization to search and export user and admin activity logs to investigate a security incident or perform forensic analysis would have Audit as the correct answer.

D

A legal team needs to identify and preserve all emails and documents related to a pending lawsuit across Microsoft 365. They require a tool to search, hold, and export relevant data for litigation purposes.

Why candidates pick the wrong answer

B

Candidates may confuse managing data lifecycle with managing compliance, as both involve regulatory requirements, but Data Lifecycle Management does not provide assessment or action tracking.

C

Candidates may confuse Audit with Compliance Manager because both are compliance-related, and they might think auditing is sufficient for compliance assessment without understanding the distinct capabilities of each solution.

D

Candidates may confuse eDiscovery with compliance because both involve data management and regulatory requirements, but eDiscovery focuses on litigation, not continuous compliance assessment.

1074
MCQeasy

Refer to the exhibit. A security analyst runs this Kusto Query Language (KQL) query in Microsoft Sentinel. What is being identified?

A.Multi-factor authentication failures.
B.Successful sign-ins in the last day.
C.Sign-in attempts from unknown IP addresses.
D.Sign-in attempts by disabled user accounts.
AnswerD

ResultType 50057 corresponds to 'User account is disabled', so this query identifies sign-in attempts by disabled accounts.

Why this answer

The query filters sign-in logs from the last day with ResultType 50057, which indicates that the user account is disabled. Therefore, the query is identifying sign-in attempts by disabled user accounts. Option A is incorrect because MFA failures have different result types (e.g., 500121, 50074).

Option B is incorrect because successful sign-ins have ResultType 0. Option C is incorrect because unknown IP addresses are not identified by ResultType 50057; they would involve other fields or result types.

1075
MCQhard

A healthcare organization runs a mix of workloads on Azure (Azure VMs, SQL Database) and on-premises (Windows Servers). They must continuously assess their compliance against the HIPAA and HITRUST regulatory frameworks. They want a unified dashboard that shows their compliance score against these standards and provides step-by-step recommendations to remediate violations. Which Microsoft Defender for Cloud capability should they use?

A.Regulatory compliance dashboard
B.Secure score
C.Microsoft Defender for Cloud Apps
D.Microsoft Defender for Servers
AnswerA

The Regulatory compliance dashboard, a core feature of Microsoft Defender for Cloud, provides a centralized view to manage and track an organization's compliance posture against various regulatory standards. It allows users to add built-in standards like HIPAA and HITRUST, crucial for healthcare organizations, and continuously monitors the environment, mapping security recommendations to specific controls within these frameworks. This dashboard presents a compliance score and actionable recommendations, enabling organizations to efficiently demonstrate adherence to industry-specific regulations.

Why this answer

The Regulatory compliance dashboard in Microsoft Defender for Cloud provides a unified view of an organization's compliance posture against specific regulatory standards like HIPAA and HITRUST. It displays a compliance score for each selected framework and offers step-by-step remediation recommendations for identified violations, directly meeting the requirement for continuous assessment and guided remediation.

Exam trap

The trap here is that candidates often confuse the Secure score (which measures general security hygiene) with the Regulatory compliance dashboard (which measures adherence to specific regulatory frameworks), leading them to select Secure score when the question explicitly asks for compliance against HIPAA and HITRUST.

How to eliminate wrong answers

Option B (Secure score) is wrong because it measures the overall security posture based on security controls and recommendations, not compliance against specific regulatory frameworks like HIPAA or HITRUST. Option C (Microsoft Defender for Cloud Apps) is wrong because it is a Cloud Access Security Broker (CASB) focused on shadow IT discovery, data protection, and threat detection across SaaS applications, not on assessing compliance against healthcare regulatory standards. Option D (Microsoft Defender for Servers) is wrong because it provides threat detection and advanced protections for server workloads, but does not include a dashboard for regulatory compliance scoring or step-by-step remediation against HIPAA or HITRUST.

1076
MCQhard

Contoso uses Microsoft Sentinel. They want to automate response to a high-severity incident by blocking the source IP in Azure Firewall and sending a notification to the SOC team via email. Which feature should they use?

A.Create a hunting query.
B.Create an automation rule.
C.Enable Fusion.
D.Create a workbook.
AnswerB

An automation rule in Microsoft Sentinel is the primary mechanism for orchestrating automated responses to incidents or alerts. These rules allow administrators to define conditions based on incident or alert properties, and then automatically perform actions such as suppressing false positives, assigning incidents, or, most importantly, triggering a playbook (Azure Logic App) to execute complex response workflows. This direct linkage to playbooks is precisely how Contoso can automate its incident response processes.

Why this answer

Correct: Automation rules in Microsoft Sentinel can automatically trigger playbooks (e.g., to block an IP in Azure Firewall) and send notifications based on incident creation or update, meeting the requirement. Option A (hunting query) is for proactively searching for threats, not automated response. Option C (Fusion) is a correlation engine that detects multistage attacks but does not automate actions.

Option D (workbook) is for visualization and reporting, not automation.

1077
MCQmedium

A multinational corporation must comply with several regulations including GDPR, ISO 27001, and NIST. They need a single solution that provides a compliance score, tracks their progress, and recommends specific improvement actions that can be assigned to different departments. Which Microsoft Purview solution meets these requirements?

A.A
B.B
C.C
D.D
AnswerA

Microsoft Purview Compliance Manager is the correct solution as it provides a comprehensive dashboard to assess and manage an organization's compliance posture against various regulatory standards and industry benchmarks. It offers a real-time compliance score, recommended improvement actions, and the ability to assign and track tasks to address identified gaps. This tool is specifically designed to help multinational corporations navigate complex regulatory landscapes by simplifying compliance management and demonstrating adherence.

Why this answer

Microsoft Purview Compliance Manager provides a unified compliance score, tracks progress over time, and offers recommended improvement actions that can be assigned to specific departments. It supports multiple regulations like GDPR, ISO 27001, and NIST by mapping controls to these frameworks, making it the correct solution for the multinational corporation's needs.

Exam trap

The trap here is that candidates may confuse Compliance Manager with other Purview solutions like Audit or eDiscovery, which address different compliance needs (logging vs. scoring), but only Compliance Manager provides a centralized score and assignable improvement actions.

How to eliminate wrong answers

Option B is wrong because Microsoft Purview Audit (Standard or Premium) is focused on logging and investigating user and admin activity, not on providing a compliance score or tracking improvement actions. Option C is wrong because Microsoft Purview eDiscovery is designed for identifying, collecting, and exporting content for legal or investigative purposes, not for compliance scoring or action assignment. Option D is wrong because Microsoft Purview Data Lifecycle Management (formerly Records Management) handles retention and deletion policies, not compliance scoring or improvement recommendations.

1078
Multi-Selecteasy

Your company wants to protect sensitive data in Microsoft Teams. Which two Microsoft Purview features can help prevent accidental sharing of confidential information? (Choose two.)

Select 2 answers
A.Data Loss Prevention (DLP) policies for Teams
B.Audit log search for Teams
C.eDiscovery for Teams
D.Retention policies for Teams messages
E.Sensitivity labels for Teams sites and content
AnswersA, E

DLP policies for Teams proactively identify and prevent the sharing of sensitive information, such as credit card numbers or health records, within Teams chats, channels, and files. These policies leverage sensitive information types and trainable classifiers to detect data and can automatically block sharing, notify users, or require justification before allowing the action, directly protecting against data exfiltration.

Why this answer

Data Loss Prevention (DLP) policies for Teams can detect and block sharing of sensitive information (e.g., credit card numbers, social security numbers) in Teams messages and channels, preventing accidental exposure. Sensitivity labels allow you to classify and protect Teams sites and content by applying encryption, visual markings, and access restrictions, ensuring confidential data is not shared with unauthorized users.

Exam trap

The trap here is that candidates often confuse detective controls (like audit logs and eDiscovery) with preventive controls (like DLP and sensitivity labels), leading them to select options that only record or search for data after it has been shared rather than stopping the sharing in the first place.

1079
MCQmedium

Your organization uses Microsoft Purview eDiscovery to manage legal cases. You need to place a hold on a user's mailbox to preserve data for an ongoing litigation. Which role do you need to assign to the eDiscovery manager?

A.Records Management
B.Information Protection
C.eDiscovery Manager (with the Legal Hold role enabled)
D.Compliance Administrator
AnswerC

The eDiscovery Manager role group includes the Legal Hold role, which allows placing holds.

Why this answer

To place a hold on a user's mailbox in Microsoft Purview eDiscovery, you need the eDiscovery Manager role group with the Legal Hold role enabled. This role specifically grants the permission to create and manage litigation holds, which preserve mailbox content for legal cases. Without the Legal Hold sub-role, an eDiscovery Manager can search and export but cannot apply holds.

Exam trap

The trap here is that candidates assume the eDiscovery Manager role alone is sufficient to place holds, but Microsoft explicitly separates the Legal Hold sub-role to enforce least privilege, so the correct answer requires both the role group and the specific sub-role enabled.

How to eliminate wrong answers

Option A is wrong because the Records Management role is focused on retention labels, retention policies, and disposition reviews, not on placing legal holds for eDiscovery cases. Option B is wrong because the Information Protection role deals with sensitivity labels, encryption, and data classification, not with eDiscovery hold functionality. Option D is wrong because the Compliance Administrator role provides broad compliance management permissions but does not include the specific Legal Hold sub-role required to place holds on mailboxes; it can manage compliance settings but not execute eDiscovery holds directly.

1080
MCQeasy

A company's security policy requires that customer data must only be accessible by authorized sales representatives. Which security principle does this requirement directly enforce?

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

Confidentiality is the fundamental security principle that ensures information is not disclosed to unauthorized individuals, entities, or processes. It directly addresses the requirement of limiting access to customer data only to those who are explicitly authorized, typically through mechanisms like encryption, access control lists (ACLs), and the principle of least privilege. This principle is paramount for protecting sensitive information from unauthorized viewing or exposure, aligning perfectly with the stated security policy.

Why this answer

The principle of confidentiality ensures that information is accessible only to authorized individuals or systems. In this scenario, restricting access to customer data to only authorized sales representatives aligns with maintaining confidentiality. The other options are incorrect: Integrity ensures data is not improperly modified, Availability ensures systems are operational, and Non-repudiation ensures actions cannot be denied.

Why the other options are wrong

A

The requirement to restrict access to customer data to authorized sales representatives directly enforces confidentiality, not integrity. Integrity ensures data is not tampered with or modified by unauthorized parties, but the primary goal here is preventing unauthorized access.

D

Non-repudiation ensures that a party cannot deny having performed an action (e.g., signing a document), but the requirement to restrict access to customer data is about preventing unauthorized disclosure, which is confidentiality.

When would these options actually be correct?

A

A question that asks: 'A company wants to ensure that customer data has not been altered during transmission. Which security principle does this enforce?' In that context, integrity would be correct because it focuses on protecting data from unauthorized modification.

D

A question where the security policy requires that sales representatives cannot deny having accessed or modified customer data, such as 'The company needs to prove that a sales representative viewed a customer record; which principle is enforced?'

Why candidates pick the wrong answer

A

Candidates may confuse confidentiality with integrity because both involve protecting data. They might think that restricting access also ensures data remains unchanged, but integrity specifically addresses unauthorized modification, not access control.

D

Candidates may confuse non-repudiation with access control because both involve authorization and accountability, but non-repudiation specifically addresses denial of actions, not access restriction.

1081
MCQhard

A healthcare organization must comply with HIPAA. They need to automatically detect protected health information (PHI) in emails sent from Exchange Online, prevent users from sharing these emails with unauthorized external recipients, and apply a retention label that retains PHI emails for six years. Which Microsoft Purview solution should they configure?

A.Microsoft Purview Information Protection and Data Loss Prevention
B.Microsoft Purview eDiscovery
C.Microsoft Purview Communication Compliance
D.Microsoft Purview Insider Risk Management
AnswerA

Microsoft Purview Information Protection enables organizations to discover, classify, and protect sensitive data like Protected Health Information (PHI) through sensitivity labels, which can automatically apply encryption or visual markings. Concurrently, Microsoft Purview Data Loss Prevention (DLP) policies leverage these classifications to detect and prevent unauthorized sharing or transfer of PHI across various locations, including email, SharePoint, and Teams. This combined approach ensures data is appropriately handled, retained, and safeguarded against exfiltration, directly addressing HIPAA's privacy and security requirements.

Why this answer

Microsoft Purview Information Protection and Data Loss Prevention (DLP) is the correct solution because it combines sensitive data classification (to detect PHI via built-in HIPAA data classifiers) with policy-based enforcement (to block sharing with unauthorized external recipients) and can automatically apply a retention label (via auto-labeling policies) to retain PHI emails for six years. This directly addresses all three requirements: detection, prevention, and retention.

Exam trap

The trap here is that candidates may confuse Communication Compliance (which monitors for policy violations) with DLP (which enforces data protection actions), or assume eDiscovery handles retention and blocking, when in fact DLP is the only solution that combines detection, prevention, and retention label application in a single policy.

How to eliminate wrong answers

Option B is wrong because Microsoft Purview eDiscovery is used for searching, holding, and exporting content for legal or investigative purposes, not for real-time detection or prevention of data sharing. Option C is wrong because Microsoft Purview Communication Compliance is designed to detect policy violations in communications (e.g., harassment, insider trading) and does not natively enforce DLP actions like blocking external sharing or applying retention labels. Option D is wrong because Microsoft Purview Insider Risk Management focuses on identifying risky user activities (e.g., data theft, sabotage) through behavioral analytics, not on automatically detecting PHI in emails or preventing external sharing.

1082
MCQeasy

A company wants to provide employees with single sign-on access to both Microsoft 365 and a third-party SaaS application. Which feature of Microsoft Entra ID should they use?

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

Federation establishes a trust relationship between an identity provider (IdP) and one or more service providers (SPs), enabling users to authenticate once with the IdP and gain access to multiple SPs without re-entering credentials. This mechanism, often leveraging protocols like SAML or OpenID Connect, allows the IdP to assert a user's identity to various applications. It is the core technology that facilitates single sign-on (SSO) across different applications and organizational boundaries.

Why this answer

Federation (Option C) is correct because it establishes a trust relationship between Microsoft Entra ID and the third-party SaaS application's identity provider using standards like SAML 2.0 or WS-Federation. This allows users to authenticate once with their corporate credentials and gain access to both Microsoft 365 and the third-party app without separate logins, enabling true single sign-on (SSO).

Exam trap

The trap here is that candidates confuse Conditional Access (a policy engine) with the underlying federation trust required for SSO, mistakenly thinking that policy enforcement alone enables single sign-on.

How to eliminate wrong answers

Option A is wrong because Identity Protection is a risk-based detection and remediation tool that identifies compromised identities or suspicious sign-ins, not a mechanism for enabling SSO. Option B is wrong because Conditional Access enforces policies (e.g., requiring MFA or blocking sign-ins from certain locations) after authentication, but it does not establish the trust relationship needed for SSO. Option D is wrong because Privileged Identity Management (PIM) manages just-in-time access and approval workflows for privileged roles, not the federation trust required for SSO.

1083
MCQeasy

A user downloads a software update from a company's internal website. The update file is hashed, and the hash value is published on a separate secure page. After downloading, the user computes the hash of the downloaded file and compares it to the published hash. The two values match. Which security concept is primarily demonstrated by this comparison?

A.Confidentiality
B.Integrity
C.Availability
D.Authentication
AnswerB

Integrity ensures data has not been tampered with or corrupted during transit or storage. When a user downloads a software update, comparing its cryptographic hash (e.g., SHA256) with a known, trusted hash value provided by the company directly verifies that the file's contents are exactly as intended. This process specifically confirms the data's integrity, ensuring the downloaded software is free from unauthorized modifications or accidental damage.

Why this answer

Hashing is a one-way cryptographic function that produces a fixed-size digest from input data. By comparing the computed hash of the downloaded file to the published hash, the user verifies that the file has not been altered during transit or storage. This directly demonstrates the security concept of integrity, which ensures data has not been tampered with or corrupted.

Exam trap

The trap here is that candidates often confuse integrity with authentication, mistakenly thinking that verifying a hash proves the file's origin (authentication) rather than its unaltered state (integrity).

Why the other options are wrong

A

The scenario involves verifying that the file has not been altered, which is a matter of data integrity, not confidentiality. Confidentiality is about preventing unauthorized access, not ensuring data remains unchanged.

C

Availability ensures that resources are accessible when needed, but comparing hashes verifies that the file has not been altered, which is a matter of integrity, not availability.

D

Authentication verifies the identity of a user or system, not the integrity of data. Comparing hashes ensures the file hasn't been altered, which is integrity, not authentication.

When would these options actually be correct?

A

A user downloads a sensitive document from a company's internal website that is encrypted using HTTPS. The user verifies that the document was not intercepted by checking the TLS certificate. This demonstrates confidentiality because encryption protects the data from being read during transmission.

C

A question describing a scenario where a company implements redundant servers and load balancing to ensure users can always download updates, even during high traffic or server failures, would demonstrate availability.

D

A user logs in using a password and biometric scan. Which security concept is demonstrated? The answer would be authentication, as it verifies the user's identity.

Why candidates pick the wrong answer

A

Candidates may confuse hashing with encryption or think that protecting data from tampering also keeps it secret, but hashing does not conceal the content.

C

Candidates may confuse availability with the ability to access and verify the file, thinking that the hash comparison confirms the file is 'available' in its original form, rather than recognizing it as an integrity check.

D

Candidates may confuse authentication with integrity because both involve verification processes, but authentication verifies identity, while integrity verifies data unchanged.

1084
MCQmedium

A company uses Microsoft Entra ID and wants to enforce multi-factor authentication (MFA) only for external guest users, while allowing internal employees to sign in without MFA. Which Conditional Access setting should be configured?

A.Require MFA for all users
B.Exclude internal users by group
C.Target the 'Guest or external users' identity type
D.Use Identity Protection's user risk policy
AnswerC

Conditional Access policies in Microsoft Entra ID provide the precise control needed to enforce requirements based on identity types. By configuring a policy to include the 'Guest or external users' identity type, administrators can specifically mandate multi-factor authentication (MFA) solely for B2B collaboration guests and other external identities. This direct targeting ensures that internal users are not affected, thereby accurately meeting the requirement to enforce MFA exclusively for external users.

Why this answer

Conditional Access allows targeting the 'Guest or external users' identity type, which enables MFA enforcement exclusively for external guest users without affecting internal employees. This setting leverages the user type attribute in Microsoft Entra ID to differentiate between internal and external identities, providing granular control over authentication requirements.

Exam trap

The trap here is that candidates often confuse exclusion-based approaches (like excluding internal users by group) with direct targeting of guest identity types, leading them to choose Option B instead of the more precise and scalable Option C.

Why the other options are wrong

A

This option applies MFA to all users, including internal employees, which contradicts the requirement to enforce MFA only for external guest users.

B

Excluding internal users by group does not specifically target external guest users; it would still require MFA for all other users, including guests, but the question asks for MFA only for external guests, not all users.

D

Identity Protection's user risk policy requires Azure AD Premium P2 and evaluates sign-in risk, not user type. It cannot target only external guest users for MFA enforcement.

When would these options actually be correct?

A

In a scenario where the company requires MFA for all users regardless of identity type, such as a security policy mandating MFA for every sign-in to protect against credential theft.

B

If the requirement were to enforce MFA for all users except a specific group of internal employees (e.g., IT admins), then excluding that group by group membership would be correct.

D

A question asks: 'A company wants to block sign-ins for users with compromised credentials detected by Microsoft. Which policy should be configured?' Then Identity Protection's user risk policy would be correct.

Why candidates pick the wrong answer

A

Candidates may think requiring MFA for all users is simpler and still covers external users, overlooking the need to exclude internal employees as specified.

B

Candidates may think that excluding internal users by group is a straightforward way to exempt them, but they overlook that the policy would still apply to all other users, including guests, which is not the desired outcome.

D

Candidates may confuse risk-based policies with identity-based targeting, assuming user risk policy can be scoped to guest users only.

1085
MCQeasy

A company uses Azure virtual machines for a production database. The security team wants to minimize the attack surface by blocking all inbound RDP (port 3389) traffic. However, administrators occasionally need to connect for maintenance. The team needs a solution that allows administrators to request temporary access to the RDP port, which is automatically revoked after a specified time. Which Microsoft Defender for Cloud feature should they use?

A.Adaptive application controls
B.Just-in-time (JIT) VM access
C.File Integrity Monitoring (FIM)
D.Security alerts
AnswerB

Just-in-time (JIT) VM access is a crucial security feature in Azure Defender for Cloud that significantly reduces the attack surface of virtual machines. It achieves this by locking down inbound network traffic to VMs, typically via Network Security Groups (NSGs), allowing only authorized users to request temporary, time-limited access to specific ports. This access is automatically revoked after a configurable duration, ensuring that ports are only open precisely when needed, thereby minimizing exposure for production database VMs.

Why this answer

Just-in-time (JIT) VM access is the correct feature because it specifically addresses the need to block inbound RDP (port 3389) traffic by default while allowing administrators to request temporary, time-bound access. When a request is approved, JIT dynamically modifies the network security group (NSG) to open the port for a specified duration, then automatically reverts the rule to deny all inbound traffic after the time expires. This directly minimizes the attack surface by eliminating persistent open management ports.

Exam trap

The trap here is that candidates may confuse 'just-in-time VM access' with 'adaptive application controls' because both are Defender for Cloud features that involve 'control' and 'access,' but JIT specifically manages network port access while adaptive controls manage application execution.

How to eliminate wrong answers

Option A is wrong because Adaptive application controls are used to create allowlists for applications running on Azure VMs, controlling which executables can run, not for managing network port access. Option C is wrong because File Integrity Monitoring (FIM) monitors changes to critical files, registries, and system configurations, not network traffic or port access. Option D is wrong because Security alerts are notifications generated by Defender for Cloud when threats are detected, not a mechanism to grant or revoke temporary network access.

1086
MCQeasy

A security administrator is explaining the shared responsibility model to a new team member. The company uses a Software-as-a-Service (SaaS) application such as Microsoft 365. For which of the following items is the customer primarily responsible under this model?

A.Physical security of the data center hosting the SaaS application
B.Patching the hypervisor that runs the SaaS infrastructure
C.Managing user access and classifying data stored in the service
D.Applying security updates to the SaaS application itself
AnswerC

Managing user access and classifying data stored within the SaaS application are critical customer responsibilities. The customer defines who can access their organizational data, what permissions they have, and how sensitive that data is, directly impacting data governance and compliance. This ensures that customer-specific information remains secure and properly handled according to internal policies and regulatory mandates.

Why this answer

In the shared responsibility model for SaaS like Microsoft 365, the customer is responsible for managing user access (e.g., configuring Azure AD roles, conditional access policies, and multi-factor authentication) and classifying data stored in the service (e.g., applying sensitivity labels via Microsoft Purview Information Protection). The provider manages the underlying infrastructure, including physical security, hypervisor patching, and application updates.

Exam trap

The trap here is that candidates often confuse operational tasks like patching or physical security with customer responsibilities, failing to recognize that in SaaS the provider handles all infrastructure and application maintenance, leaving only identity and data governance to the customer.

How to eliminate wrong answers

Option A is wrong because physical security of the data center is the sole responsibility of the cloud provider (Microsoft) in the SaaS model; the customer has no physical access or control. Option B is wrong because patching the hypervisor is an infrastructure-layer task managed entirely by the provider, as the customer only interacts with the application layer. Option D is wrong because applying security updates to the SaaS application itself is performed by the provider; the customer is only responsible for configuring application-level settings and managing their own data.

1087
MCQmedium

A company wants to protect its employees from phishing attacks delivered via email. The solution must analyze all URLs embedded in incoming emails in real-time. If a URL points to a known malicious site, the link should be blocked at the time of click. Additionally, the solution should sandbox URLs in attachments and provide time-of-click verification. Which Microsoft security solution should they implement?

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

Correct. Defender for Office 365 includes Safe Links and Safe Attachments to protect against malicious URLs and attachments in email.

Why this answer

Microsoft Defender for Office 365 (MDO) is the correct solution because it provides Safe Links, which performs real-time URL scanning and time-of-click verification for URLs embedded in email messages and attachments. It also includes Safe Attachments, which detonates attachments in a sandbox environment to analyze embedded URLs. These capabilities directly address the requirement to block malicious links at click time and sandbox URLs in attachments.

Exam trap

The trap here is that candidates confuse Microsoft Defender for Cloud Apps (a CASB) with Defender for Office 365, because both have 'Defender' in the name and offer cloud security, but only Defender for Office 365 includes the specific Safe Links and Safe Attachments features required for email phishing protection.

Why the other options are wrong

A

Microsoft Defender for Cloud Apps focuses on shadow IT discovery and cloud app governance, not on email-level URL analysis or time-of-click verification for phishing protection.

C

Microsoft Defender for Endpoint focuses on endpoint devices (e.g., PCs, servers) and does not provide real-time URL analysis or sandboxing for email attachments. The question specifically requires email protection and time-of-click verification, which is outside Defender for Endpoint's scope.

D

Microsoft Cloud App Security (now part of Defender for Cloud Apps) is a CASB for controlling cloud app access and data, not for real-time URL analysis and sandboxing of email attachments. The question specifically requires email protection features like time-of-click verification and attachment sandboxing, which are provided by Defender for Office 365.

When would these options actually be correct?

A

A company wants to discover and control the use of unsanctioned cloud apps, enforce data loss prevention policies across cloud services, and protect against malicious OAuth apps. In that scenario, Microsoft Defender for Cloud Apps would be the correct answer.

C

A company needs to protect its endpoints from malware and advanced threats. The solution must provide antivirus, endpoint detection and response (EDR), and automated investigation on devices. In this scenario, Microsoft Defender for Endpoint would be the correct answer.

D

This option would be correct if the question asked about discovering and controlling the use of third-party cloud apps, enforcing data loss prevention policies for cloud storage, or detecting anomalous behavior in cloud applications (e.g., unusual file downloads from Salesforce).

Why candidates pick the wrong answer

A

Candidates may confuse 'cloud apps' with email protection, or assume that any security solution from Microsoft can handle phishing, overlooking the specific email-focused capabilities of Defender for Office 365.

C

Candidates may confuse the broad 'Defender' branding, assuming all Defender products offer similar email protection, or they may think endpoint security includes email scanning because email clients run on endpoints.

D

Candidates may confuse Cloud App Security with email security because both involve threat protection, or they might think 'cloud' includes email (Exchange Online) and assume it covers phishing, not realizing Defender for Office 365 is the dedicated email security solution.

1088
MCQeasy

A healthcare organization stores sensitive patient records in a cloud database. The database is encrypted at rest using AES-256. If an attacker gains access to the physical storage media, they cannot read the data. Which security concept does this encryption primarily provide?

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

Encryption is a primary control for ensuring confidentiality by transforming data into an unreadable format, known as ciphertext. This process prevents unauthorized individuals from accessing or understanding the sensitive patient records, even if they manage to intercept or steal the encrypted data. Only authorized parties possessing the correct decryption key can revert the data to its original, readable form, thereby protecting against unauthorized disclosure.

Why this answer

Encryption at rest using AES-256 ensures that data stored on physical media is unreadable without the decryption key. If an attacker gains physical access to the storage media, the ciphertext cannot be deciphered, directly protecting the secrecy of the data. This aligns with the security goal of confidentiality, which prevents unauthorized disclosure of information.

Exam trap

The trap here is that candidates confuse encryption at rest with integrity controls, mistakenly thinking encryption prevents modification, when in fact encryption only ensures confidentiality and does not provide tamper detection.

Why the other options are wrong

B

Encryption at rest protects data from being read, which is a confidentiality concern, not integrity. Integrity ensures data is not tampered with, but encryption alone does not prevent modification.

C

Encryption at rest protects data from being read, which is a confidentiality concern, not availability. Availability ensures data is accessible when needed, which encryption does not directly address.

D

Authorization controls who can access the data, but encryption at rest protects data from being read even if physical access is gained. The question asks about reading data from physical media, which is a confidentiality issue, not authorization.

When would these options actually be correct?

B

A question asking which security concept is provided by hashing or digital signatures to ensure data has not been altered during transmission or storage would make integrity the correct answer.

C

In a question about ensuring that a cloud database remains accessible during a DDoS attack, the correct answer would be availability, as it focuses on uptime and access despite disruptions.

D

A question like 'Which security concept is enforced by requiring a user to authenticate before accessing a database?' would make Authorization correct, as it involves granting or denying access based on identity.

Why candidates pick the wrong answer

B

Candidates may confuse encryption with integrity because both involve cryptographic techniques, but encryption primarily protects confidentiality, while integrity is about detecting unauthorized changes.

C

Candidates may confuse encryption with overall security, thinking it contributes to availability by preventing data loss from theft, but encryption primarily protects confidentiality, not system uptime.

D

Candidates may confuse encryption with access control, thinking that encryption 'authorizes' only certain users to read data, but encryption primarily ensures confidentiality, not authorization.

1089
MCQmedium

Refer to the exhibit. You are reviewing a Microsoft Purview DLP policy configuration for a compliance team. What is the effect of this policy?

A.The policy blocks access but allows users to override with a justification
B.The policy automatically applies encryption to the content
C.The policy sends a notification but does not block access
D.The policy automatically blocks access without user override
AnswerA

This policy action, often referred to as 'Block with override' in Microsoft Purview Data Loss Prevention (DLP) configurations, is designed to prevent sensitive data from being shared inappropriately. However, it provides a crucial flexibility: users are prompted to provide a business justification if they believe their action is legitimate, allowing them to bypass the block. This approach balances stringent data protection with operational continuity, empowering users to make informed decisions when necessary.

Why this answer

The policy includes a BlockAccess action with behavior set to BlockWithOverride, meaning the action is blocked by default but the user can override with a business justification. Additionally, the NotifyUser action sends a custom notification to the user. This matches Option A.

Option B is incorrect because there is no encryption action configured. Option C is incorrect because the policy does block access (with override), not just send a notification. Option D is incorrect because the policy allows user override, so it does not automatically block without override.

1090
MCQmedium

A company wants to discover which cloud applications are being used by employees, assess the risk of those apps, and control data sharing in sanctioned apps like Box or Dropbox. Which Microsoft security solution should they implement?

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

Defender for Cloud Apps offers cloud app discovery (shadow IT), risk assessment, and the ability to apply DLP and governance policies to sanctioned and unsanctioned cloud apps.

Why this answer

Microsoft Defender for Cloud Apps is a Cloud Access Security Broker (CASB) that provides visibility into shadow IT by discovering cloud app usage, assessing risk based on over 80 risk factors, and enforcing data loss prevention (DLP) policies to control data sharing in sanctioned apps like Box or Dropbox. It integrates with cloud providers via API connectors to monitor and govern data in real time.

Exam trap

The trap here is confusing the CASB functionality of Defender for Cloud Apps with the endpoint-focused or email-specific protections of other Defender products, leading candidates to pick Defender for Office 365 because it also controls data sharing, but only within Microsoft 365, not third-party apps like Box or Dropbox.

Why the other options are wrong

A

Microsoft Defender for Endpoint focuses on endpoint device protection (antivirus, threat detection, and response), not on discovering cloud app usage, assessing app risk, or controlling data sharing in sanctioned cloud apps like Box or Dropbox.

C

Microsoft Defender for Office 365 focuses on protecting email and collaboration tools like Exchange, SharePoint, and Teams from threats such as phishing and malware, not on discovering and controlling cloud app usage or assessing app risk.

D

Microsoft Defender for Identity focuses on detecting and investigating advanced attacks on on-premises Active Directory, not on discovering or controlling cloud app usage or data sharing in sanctioned apps like Box or Dropbox.

When would these options actually be correct?

A

A company wants to protect its endpoints (e.g., laptops, servers) from malware, detect advanced threats, and provide incident response capabilities. Which Microsoft solution should they implement?

C

This option would be correct if the question asked about protecting against email-based threats, such as phishing attacks, malware in attachments, or malicious links in Office 365, or securing SharePoint and OneDrive from malicious content.

D

This option would be correct in a scenario where the company needs to protect on-premises identities from advanced threats like Pass-the-Hash, Kerberos Golden Ticket attacks, or suspicious lateral movement, especially in a hybrid environment with Active Directory.

Why candidates pick the wrong answer

A

Candidates may confuse 'Defender' branding and assume all Defender products cover cloud app security, or they may think endpoint protection includes monitoring cloud app usage on devices.

C

Candidates may confuse the cloud app discovery and data control capabilities of Defender for Cloud Apps with the Office 365 security features, assuming that Office 365 security covers all cloud app usage since Office 365 is a cloud suite.

D

Candidates may confuse identity protection with cloud app security, assuming that securing identities automatically controls cloud app usage, or they may think Defender for Identity covers all Microsoft security solutions broadly.

1091
MCQmedium

A company's security operations team needs to centralize security log collection from multiple sources including on-premises firewalls, AWS CloudTrail, and Azure Active Directory sign-in logs. They want to use built-in analytics to detect threats across all data sources and create automated response playbooks, such as isolating a compromised user account when a specific attack pattern is detected. Which Microsoft security solution should they deploy?

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

Microsoft Sentinel is a cloud-native Security Information and Event Management (SIEM) and Security Orchestration, Automation, and Response (SOAR) solution. It is explicitly designed for centralizing security data from virtually any source, including Microsoft services, on-premises infrastructure, and other cloud providers. This enables comprehensive threat detection through AI and machine learning, alongside automated responses to security incidents across the entire enterprise.

Why this answer

Microsoft Sentinel is the correct choice because it is a cloud-native SIEM (Security Information and Event Management) solution that ingests logs from diverse sources (on-premises firewalls via Syslog, AWS CloudTrail via REST API, and Azure AD via diagnostic settings) and provides built-in analytics rules to detect threats across all data. It also integrates with Azure Logic Apps to create automated playbooks (e.g., isolating a compromised user account) triggered by detected attack patterns, fulfilling the requirement for centralized log collection and automated response.

Exam trap

The trap here is that candidates often confuse Microsoft Sentinel (a SIEM for multi-source log ingestion and automated response) with Microsoft 365 Defender (an XDR for Microsoft ecosystem threats), failing to recognize that only Sentinel can ingest third-party logs like on-premises firewalls and AWS CloudTrail for centralized threat detection and playbook automation.

Why the other options are wrong

A

Microsoft Defender for Cloud is a cloud security posture management (CSPM) and cloud workload protection platform (CWPP) that focuses on securing cloud resources, not on centralizing security logs from multiple sources (including on-premises) with built-in SIEM analytics and automated response playbooks.

C

Microsoft 365 Defender is designed to protect Microsoft 365 workloads (e.g., email, endpoints, identities) and does not natively ingest third-party logs like AWS CloudTrail or on-premises firewalls, nor does it provide centralized SIEM capabilities for multi-source log collection and custom automated playbooks.

D

Microsoft Defender for Cloud Apps is a cloud access security broker (CASB) focused on shadow IT discovery and controlling access to cloud apps, not a centralized SIEM/SOAR for multi-source log collection and automated threat response.

When would these options actually be correct?

A

A company wants to assess and improve the security posture of their Azure, AWS, and GCP workloads, get recommendations for hardening, and protect against cloud-specific threats like misconfigurations and vulnerabilities. They need a solution that provides unified visibility and threat protection across cloud environments.

C

A company wants to unify detection and response across Microsoft 365 services (Exchange, SharePoint, Teams, endpoints) and use built-in automated investigation and remediation for threats like phishing or malware, without needing to ingest non-Microsoft logs or create custom playbooks.

D

A company wants to discover and control the use of unsanctioned cloud apps (shadow IT), enforce data loss prevention policies for cloud applications, and get visibility into user activities across SaaS apps like Office 365, Salesforce, or AWS.

Why candidates pick the wrong answer

A

Candidates may confuse Defender for Cloud's multi-cloud support and threat detection capabilities with the centralized log collection and SIEM/SOAR features of Sentinel, especially since both involve security monitoring and analytics.

C

Candidates may confuse Microsoft 365 Defender's security analytics and automation features with Sentinel's SIEM capabilities, or assume that 'Defender' products cover all security needs, overlooking the requirement for multi-source log ingestion and custom playbooks.

D

Candidates may confuse Defender for Cloud Apps with a general security analytics tool because its name includes 'Defender' and it deals with cloud logs, but it lacks the centralized SIEM and SOAR capabilities of Sentinel.

1092
Matchingmedium

Match each Microsoft identity service to its description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Cloud-based identity and access management

Directory service for Windows domain networks

Collaboration with external partners

Customer identity and access management for apps

Integration of on-premises AD with Azure AD

Why these pairings

Microsoft identity services include Azure AD (cloud IAM), Azure AD DS (managed domain services), and Azure AD B2C (customer IAM). Common confusions involve swapping descriptions of Azure AD with on-premises AD and Azure AD DS with Azure AD B2B.

1093
MCQeasy

A company has a SharePoint Online site that stores project documents. Due to legal requirements, all documents in this site must be retained for exactly 5 years from the date they were created, and then automatically deleted. No user should be able to permanently delete a document before the retention period ends. Which Microsoft Purview solution should the administrator configure?

A.Retention policy
B.Sensitivity label
C.Data loss prevention (DLP) policy
D.Audit policy
AnswerA

A retention policy in Microsoft Purview allows administrators to set a retention period (e.g., 5 years) and an action (such as automatic deletion) for content in SharePoint sites. Users cannot permanently delete the content until the retention period expires.

Why this answer

A retention policy in Microsoft Purview can be configured to retain documents for exactly 5 years from creation and then automatically delete them. This policy enforces a mandatory retention period that prevents users from permanently deleting documents before the period ends, meeting the legal requirement.

Exam trap

The trap here is that candidates may confuse a retention policy with a sensitivity label or DLP policy, mistakenly thinking those can enforce time-based retention and deletion, when only a retention policy provides the necessary preservation lock and automatic deletion capabilities.

How to eliminate wrong answers

Option B is wrong because sensitivity labels classify and protect data based on sensitivity (e.g., encryption, markings), but they do not enforce time-based retention or automatic deletion. Option C is wrong because a Data Loss Prevention (DLP) policy detects and prevents accidental sharing of sensitive data, but it cannot enforce a fixed retention period or block permanent deletion. Option D is wrong because an audit policy logs user activities (e.g., deletions) for investigation, but it does not prevent deletion or enforce retention.

1094
MCQeasy

A user is locked out of their account due to multiple failed sign-in attempts. Which Microsoft Entra ID feature can automatically block suspicious sign-in attempts based on risk?

A.Self-Service Password Reset (SSPR)
B.Microsoft Entra ID Governance
C.Microsoft Entra ID Protection
D.Conditional Access
AnswerC

Microsoft Entra ID Protection is specifically designed to detect, report, and automatically remediate identity-based risks, such as unusual sign-in locations, impossible travel, and multiple failed sign-in attempts. It leverages machine learning to identify suspicious activities and can configure policies to automatically block access or enforce multi-factor authentication (MFA) when a user's risk level is deemed high. This capability directly addresses the scenario of an account lockout due to multiple failed sign-ins by identifying and responding to the underlying risk.

Why this answer

Microsoft Entra ID Protection uses machine learning and heuristic algorithms to detect and automatically block suspicious sign-in attempts based on risk signals such as anonymous IP addresses, atypical travel, or leaked credentials. When a user is locked out due to multiple failed attempts, Entra ID Protection can evaluate the sign-in risk and enforce a block or require multi-factor authentication before allowing access.

Exam trap

The trap here is that candidates often confuse Conditional Access with risk-based blocking, but Conditional Access is the policy engine that enforces the block, while Entra ID Protection is the service that actually detects and assesses the risk to trigger the automatic block.

How to eliminate wrong answers

Option A is wrong because Self-Service Password Reset (SSPR) allows users to unlock their accounts or reset passwords after being locked out, but it does not proactively block suspicious sign-in attempts based on risk. Option B is wrong because Microsoft Entra ID Governance focuses on managing identity lifecycles, access reviews, and entitlement management, not on detecting or blocking risky sign-in events. Option D is wrong because Conditional Access enforces policies based on conditions like location or device compliance after a sign-in attempt is made, but it does not inherently analyze risk signals to automatically block suspicious attempts; it typically relies on risk assessments from Entra ID Protection.

1095
MCQeasy

A company hosts a mission-critical customer portal on Azure virtual machines. To ensure continuous availability, they deploy the application across two separate Azure regions. If one region experiences a failure, traffic is automatically routed to the other region with minimal disruption. Which security goal is primarily being addressed by this architecture?

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

Deploying a mission-critical customer portal across multiple Azure regions with automatic failover directly addresses the 'A' in the CIA triad: Availability. This strategy ensures that the portal remains continuously accessible and operational for authorized users, even if an entire geographic region experiences a catastrophic outage. The primary objective is to minimize downtime and provide uninterrupted service, which is paramount for mission-critical systems.

Why this answer

Deploying a mission-critical application across two Azure regions with automatic traffic routing directly addresses the security goal of availability. This architecture ensures that if one region fails, the application remains accessible from the other region, minimizing downtime. Azure Traffic Manager or Azure Front Door can be used to route traffic based on priority or latency, providing high availability and disaster recovery.

Exam trap

The trap here is that candidates may confuse high availability (availability goal) with disaster recovery or think that multi-region deployment primarily protects data confidentiality or integrity, when in fact it is designed to ensure continuous service uptime.

Why the other options are wrong

A

Confidentiality ensures data is accessible only to authorized users, but the described architecture focuses on maintaining service uptime across regions, which is a core availability concern.

B

Integrity ensures data is not tampered with, but the scenario describes deploying across regions for automatic failover, which directly addresses availability, not integrity.

D

Non-repudiation ensures that actions or transactions cannot be denied by the parties involved, typically through digital signatures or audit logs. The scenario describes a multi-region deployment for failover, which directly addresses availability, not non-repudiation.

When would these options actually be correct?

A

A question describing encryption of customer data at rest and in transit, or implementing access controls to prevent unauthorized disclosure, would make confidentiality the correct answer.

B

Integrity would be correct if the question described a scenario where the company uses Azure SQL Database with transparent data encryption (TDE) or Azure Storage with immutable blobs to prevent unauthorized modification of customer data.

D

An exam question might ask: 'A company needs to ensure that customers cannot deny having placed orders on an e-commerce site. Which security goal is primarily addressed by implementing digital signatures on order confirmations?' In that context, non-repudiation would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse high-availability architectures with security measures, mistakenly thinking that ensuring continuous access also protects data secrecy.

B

Candidates may confuse high availability with data protection, thinking that replicating data across regions also ensures its integrity, but integrity is about preventing unauthorized changes, not uptime.

D

Candidates may confuse non-repudiation with high availability or disaster recovery, thinking that ensuring service continuity also prevents denial of actions, but non-repudiation is about accountability and proof, not uptime.

1096
MCQhard

You are investigating an alert in Microsoft 365 Defender. The KQL query in the exhibit retrieves evidence for alert-5678. What type of entities does this query filter for?

A.Registry entities
B.Process entities
C.Network entities
D.File entities
AnswerD

This option is correct because the KQL query explicitly includes the condition `EntityType == 'File'`, which is designed to retrieve data specifically related to file system events. This filter ensures that the investigation focuses on activities such as file creation, modification, deletion, or access attempts on endpoints. Therefore, the alert evidence being examined directly corresponds to file entities within the Microsoft 365 Defender data schema, making this the appropriate choice.

Why this answer

The KQL query filters for evidence related to alert-5678 by specifying a hash value (SHA256) of a file. In Microsoft 365 Defender, file entities are uniquely identified by their hash values, such as SHA256, SHA1, or MD5. The query uses the `where` clause to match the specific file hash, confirming that the filtered entities are file entities.

Exam trap

The trap here is that candidates may confuse file hash filtering with process or network entity identification, but Microsoft 365 Defender uses distinct identifiers (SHA256 for files, PID for processes, IP/URL for network) that are explicitly tied to the entity type in the schema.

How to eliminate wrong answers

Option A is wrong because registry entities are identified by registry key paths and values, not by file hashes like SHA256. Option B is wrong because process entities are identified by process IDs (PIDs) or process names, not by file hashes. Option C is wrong because network entities are identified by IP addresses, URLs, or domain names, not by file hashes.

1097
MCQeasy

Your organization uses Microsoft Entra ID. You need to enforce multi-factor authentication (MFA) for all users accessing the company's financial application. Which security feature should you use?

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

Microsoft Entra Conditional Access is a powerful policy engine that allows organizations to enforce specific access requirements based on various conditions, including user identity, device state, location, and application being accessed. By configuring a Conditional Access policy, administrators can precisely target individual cloud applications and mandate multi-factor authentication as a grant control for access, thereby meeting the requirement to enforce MFA per application. This granular control ensures security without unnecessarily impacting all users or applications.

Why this answer

Conditional Access policies in Microsoft Entra ID allow you to enforce MFA specifically for the financial application by targeting the application in the policy. This provides granular control over authentication requirements based on conditions such as user, location, device state, and application, which is exactly what is needed to secure a specific app.

Exam trap

The trap here is that candidates confuse Identity Protection's risk-based policies with direct MFA enforcement, but Identity Protection only provides risk signals and requires Conditional Access to act on them.

How to eliminate wrong answers

Option A is wrong because Security defaults enforce MFA for all users across all applications, not just the financial application, and cannot be scoped to a single app. Option B is wrong because Privileged Identity Management (PIM) manages just-in-time access for privileged roles, not MFA enforcement for application access. Option C is wrong because Identity Protection detects risks and can trigger MFA via Conditional Access, but it does not directly enforce MFA; it provides risk signals that Conditional Access policies use.

1098
MCQmedium

A company needs to ensure that employees cannot share sensitive financial reports with external parties via email. They want to automatically detect and block emails that contain the phrase 'Confidential-Financial' in the subject line or body, regardless of the recipient's domain. Which Microsoft Purview solution should they configure?

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

DLP policies can be configured to detect custom phrases in emails and automatically block the email from being sent, protecting sensitive data from unauthorized sharing.

Why this answer

Microsoft Purview Data Loss Prevention (DLP) is the correct solution because it is specifically designed to detect and automatically block sensitive content—such as the phrase 'Confidential-Financial'—in emails, regardless of the recipient's domain. DLP policies can inspect subject lines and body text, then enforce actions like blocking delivery or notifying the user, making it ideal for preventing unauthorized external sharing of financial reports.

Exam trap

The trap here is that candidates confuse Information Protection (sensitivity labels) with DLP, thinking labels alone can block emails, but labels only classify and encrypt—blocking requires a DLP policy to enforce actions based on label conditions or content matches.

How to eliminate wrong answers

Option B (Information Protection/sensitivity labels) is wrong because sensitivity labels classify and protect data by applying encryption or visual markings, but they do not automatically detect and block emails based on content patterns like a specific phrase; they require manual or automated labeling and rely on DLP to enforce blocking actions. Option C (Data Lifecycle Management/retention policies) is wrong because retention policies govern how long data is kept or when it is deleted, not real-time detection and blocking of sensitive content in transit. Option D (Audit) is wrong because auditing logs user activities for review but does not actively detect or block emails; it is a detective control, not a preventive one.

1099
MCQeasy

A company uses Microsoft 365. The compliance team needs to create a policy that automatically blocks outgoing emails that contain personally identifiable information (PII) such as social security numbers. However, they want to allow users to override the block with a business justification if necessary. Which Microsoft Purview solution should they configure?

A.Data Loss Prevention (DLP)
B.Communication Compliance
C.Records Management
D.Audit
AnswerA

Data Loss Prevention (DLP) in Microsoft 365 is specifically designed to identify, monitor, and protect sensitive information across various locations, including email, SharePoint, and OneDrive. It uses sensitive information types (SITs) to detect data like credit card numbers or PII, allowing organizations to define policies that block sharing, encrypt content, or notify users and administrators. This capability directly addresses the need to prevent accidental or malicious sharing of sensitive data, often providing user override options for legitimate business cases.

Why this answer

Data Loss Prevention (DLP) in Microsoft Purview is designed to detect and protect sensitive information, such as social security numbers, by automatically blocking outgoing emails that contain PII. DLP policies support user override with a business justification through policy tips and allow overrides, enabling compliance teams to balance security with business needs.

Exam trap

The trap here is that candidates confuse Communication Compliance with DLP because both involve monitoring communications, but Communication Compliance is for policy violations and insider risk, not for automated blocking of sensitive data with user overrides.

Why the other options are wrong

B

Communication Compliance is designed to detect and manage inappropriate communications (e.g., harassment, insider trading), not to automatically block outgoing emails containing PII with user override capabilities.

C

Records Management focuses on managing retention, disposition, and classification of records, not on preventing data leakage via email. It does not provide the ability to block outgoing emails containing PII or allow user overrides.

D

Audit in Microsoft Purview is used for logging and reviewing user and admin activities, not for creating policies that block or allow emails based on content like PII.

When would these options actually be correct?

B

A company needs to monitor employee communications for policy violations (e.g., offensive language or sharing confidential information) and allow managers to review and take action. The question would specify detecting and remediating communication risks rather than blocking data exfiltration.

C

A company needs to automatically apply retention labels to emails containing specific keywords and ensure they are retained for a regulatory period. Records Management would be the correct solution for defining retention policies and labels.

D

An organization needs to investigate a specific data breach by reviewing detailed logs of who accessed sensitive files and when. Audit would be the correct solution to enable and search the audit log for relevant events.

Why candidates pick the wrong answer

B

Candidates may confuse Communication Compliance with DLP because both deal with email content and compliance, but Communication Compliance focuses on human behavior monitoring rather than automated data protection.

C

Candidates may confuse Records Management with data governance or mistakenly think it includes data loss prevention capabilities, especially since both involve policies and sensitive data classification.

D

Candidates may confuse Audit with monitoring or compliance solutions, thinking that auditing can enforce policies, but it only provides visibility after the fact, not real-time control.

1100
MCQmedium

A security team manages a hybrid environment with Azure VMs and on-premises Windows servers. They want a single dashboard that provides continuous assessment of security posture, actionable recommendations to harden configurations, and integration with Microsoft Defender for Cloud to detect threats. Which Microsoft security solution should they use?

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

It provides a unified view of security posture across Azure, on-premises, and other clouds, with recommendations and threat detection.

Why this answer

Microsoft Defender for Cloud (MDC) is the correct solution because it provides a unified dashboard for continuous security posture assessment, actionable hardening recommendations based on the Secure Score, and native integration with Microsoft Defender for Cloud's threat detection capabilities. It supports hybrid environments, covering both Azure VMs and on-premises Windows servers via Azure Arc, and delivers the specific requirements of posture assessment, recommendations, and threat detection in a single pane of glass.

Exam trap

The trap here is that candidates confuse Microsoft Defender for Cloud (the posture management and CSPM tool) with Microsoft Defender for Endpoint (the EDR tool), because both have 'Defender' in the name and both provide security, but only MDC offers the single dashboard for continuous assessment and recommendations across hybrid workloads.

How to eliminate wrong answers

Option A is wrong because Microsoft Defender for Cloud Apps is a Cloud Access Security Broker (CASB) focused on shadow IT discovery, data loss prevention, and app governance for SaaS applications, not on assessing the security posture of VMs or servers. Option C is wrong because Microsoft Sentinel is a Security Information and Event Management (SIEM) and Security Orchestration Automation and Response (SOAR) solution that ingests logs for threat hunting and incident response, but it does not provide continuous posture assessment or hardening recommendations by itself. Option D is wrong because Microsoft Defender for Endpoint is an endpoint detection and response (EDR) solution that protects devices from malware and advanced threats, but it lacks the centralized posture assessment dashboard and configuration hardening recommendations for the entire hybrid infrastructure that MDC offers.

1101
MCQeasy

Your company wants to allow partners to use their own corporate credentials to access a specific SharePoint site. Which Microsoft Entra ID feature supports this?

A.App Registrations
B.B2C collaboration
C.Device Registration
D.B2B collaboration
AnswerD

Microsoft Entra B2B collaboration is the correct solution, enabling organizations to securely share applications and resources with external users from partner companies. It allows these invited guest users to sign in using their existing corporate credentials from their home directory (e.g., another Microsoft Entra tenant, a federated identity provider, or even social identities), eliminating the need for partners to create new accounts in the inviting tenant. This streamlines access while maintaining security and partner identity management.

Why this answer

Microsoft Entra ID B2B (business-to-business) collaboration allows you to invite external users from partner organizations to access your company's resources, such as SharePoint sites, using their own corporate credentials. This feature supports identity federation with the partner's Azure AD or other identity providers, enabling seamless single sign-on (SSO) without requiring the partner users to create new accounts in your tenant.

Exam trap

The trap here is that candidates often confuse B2B collaboration (for partner organizations with existing corporate identities) with B2C collaboration (for consumers using social or local accounts), leading them to select the wrong option when the question specifies 'partners' and 'corporate credentials'.

How to eliminate wrong answers

Option A is wrong because App Registrations are used to register and configure applications that integrate with Microsoft Entra ID for authentication and authorization, not to grant external users access to resources like SharePoint. Option B is wrong because B2C collaboration (Azure AD B2C) is designed for customer-facing applications where users sign up with social or local identities, not for partner organizations using their corporate credentials. Option C is wrong because Device Registration is used to register devices (e.g., Windows, iOS, Android) for management and conditional access policies, not to enable external user access to SharePoint.

1102
MCQmedium

A user reports that a sensitive document labeled 'Highly Confidential' was accidentally shared with an external vendor. You need to investigate how the sharing occurred. Which two Microsoft Purview tools should you use together?

A.Audit (Standard) and Content Explorer
B.Insider Risk Management and Information Barriers
C.eDiscovery (Premium) and Communication Compliance
D.Data Loss Prevention and Sensitivity labels
E.Records Management and Data Lifecycle Management
AnswerA

Audit (Standard) logs all user and admin activities across Microsoft 365 services, including file sharing events, access, and modifications, providing a historical record of who shared the document and when. Content Explorer, part of Microsoft Purview data classification, allows security administrators to visualize and locate sensitive information across SharePoint, OneDrive, and Exchange, showing the document's current location, sensitivity labels, and other metadata, which helps confirm its status and context post-sharing.

Why this answer

Audit (Standard) logs all user activities, including sharing events, while Content Explorer shows where sensitive documents with specific sensitivity labels (like 'Highly Confidential') are stored and who has accessed them. Together, they allow you to trace the exact sharing action and identify the document's location and exposure.

Exam trap

The trap here is that candidates confuse 'investigating how sharing occurred' with 'preventing sharing' (DLP) or 'monitoring communications' (Communication Compliance), but the question specifically asks for forensic investigation tools, which require an audit trail and content visibility.

How to eliminate wrong answers

Option B is wrong because Insider Risk Management detects risky user behaviors (e.g., data exfiltration) but does not provide a direct audit trail of a specific sharing event, and Information Barriers prevent communication between groups but do not investigate past sharing. Option C is wrong because eDiscovery (Premium) is for legal discovery and content search, not real-time sharing investigation, and Communication Compliance monitors communications (e.g., email, Teams) for policy violations, not document sharing events. Option D is wrong because Data Loss Prevention (DLP) policies can block or alert on sharing but do not provide a historical audit log of who shared what; Sensitivity labels classify data but do not log sharing actions.

Option E is wrong because Records Management governs retention and disposition of records, and Data Lifecycle Management manages data retention policies—neither tool audits user sharing activities.

1103
MCQmedium

A company uses Microsoft Entra ID and Intune to manage devices. They want to enforce a policy that allows access to financial data from SharePoint Online only when the user's device is compliant (e.g., encrypted, patched) AND the user authenticates from a trusted IP address range. Additionally, if the sign-in risk is assessed as medium or high by Identity Protection, the user must also perform multifactor authentication (MFA). Which Conditional Access components should the administrator configure?

A.Configure conditions for sign-in risk and locations, and use Grant controls to require MFA and device compliance.
B.Configure a session control to require device compliance and an assignment for sign-in risk to trigger MFA.
C.Use Microsoft Entra ID Protection to automatically enforce MFA and device compliance for all users regardless of location.
D.Configure a compliance policy in Intune and link it directly to SharePoint Online to block non-compliant devices.
AnswerA

This correctly identifies that conditions (sign-in risk and locations) are used to define when the policy applies, and Grant controls enforce the requirements. The Grant control 'Require all the selected controls' can combine device compliance and MFA.

Why this answer

Conditional Access in Microsoft Entra ID allows combining multiple conditions (sign-in risk, locations) with grant controls (require MFA, require device compliance) to enforce the described policy. The administrator configures conditions for sign-in risk (medium/high) and locations (trusted IP range), then uses Grant controls to require MFA and device compliance, ensuring access is allowed only when all requirements are met.

Exam trap

The trap here is confusing session controls with grant controls, leading candidates to incorrectly select Option B, which misassigns device compliance as a session control instead of a grant control.

How to eliminate wrong answers

Option B is wrong because session controls (e.g., app enforced restrictions) cannot require device compliance; device compliance is a grant control, not a session control, and sign-in risk is a condition, not an assignment. Option C is wrong because Microsoft Entra ID Protection does not automatically enforce MFA and device compliance for all users regardless of location; it provides risk detection but relies on Conditional Access policies to apply controls. Option D is wrong because Intune compliance policies cannot be linked directly to SharePoint Online to block non-compliant devices; they require Conditional Access to enforce access restrictions based on compliance status.

1104
MCQmedium

A company needs to retain all customer emails for 7 years for regulatory compliance. After 7 years, they must be permanently deleted. They also need a legal hold for an ongoing investigation. Which Microsoft Purview solution should they use for the retention and deletion requirement?

A.Data Lifecycle Management
B.Records Management
C.Compliance Manager
D.eDiscovery
AnswerA

Data Lifecycle Management (DLM), specifically through Microsoft 365 retention policies, is designed to automatically manage content throughout its lifecycle. These policies can be configured to retain emails for a specified duration, such as seven years, to meet regulatory compliance requirements. After the retention period expires, DLM policies can then automatically initiate the deletion of that content, ensuring compliance with both retention and disposal obligations without manual intervention. This directly addresses the need for automatic retention and subsequent deletion of customer emails.

Why this answer

Data Lifecycle Management (DLM) in Microsoft Purview is the correct solution because it allows you to define retention policies that automatically retain customer emails for a specified period (7 years) and then permanently delete them. This directly addresses the regulatory compliance requirement for retention and deletion without manual intervention.

Exam trap

The trap here is that candidates often confuse Records Management with Data Lifecycle Management, thinking that 'records' implies retention and deletion, but Records Management is specifically for declaring items as records with immutable preservation, not for automated lifecycle-based retention and deletion.

How to eliminate wrong answers

Option B (Records Management) is wrong because it focuses on declaring records for long-term preservation and disposition, not on automated lifecycle-based retention and deletion for compliance; it is more about managing records as evidence. Option C (Compliance Manager) is wrong because it is a risk assessment and compliance score tool that helps track compliance posture, not a solution for implementing data retention or deletion policies. Option D (eDiscovery) is wrong because it is used for searching and exporting content for legal investigations, not for setting retention or deletion rules; it can place holds but does not manage lifecycle deletion.

1105
MCQmedium

A company must retain all vendor contracts for 10 years to meet regulatory requirements. After 10 years, the contracts must be permanently destroyed with no possibility of recovery. The compliance team wants to automate this lifecycle and ensure that during the retention period, the contracts cannot be edited or deleted by users. Which Microsoft Purview solution should they use?

A.Data Lifecycle Management (DLM)
B.Records Management
C.eDiscovery (Premium)
D.Sensitivity Labels
AnswerB

Microsoft Purview Records Management is specifically designed for regulatory, legal, and business-critical recordkeeping, ensuring content immutability. It utilizes retention labels to classify items as records, which prevents their modification or deletion for a specified period, such as 10 years for vendor contracts. This capability is crucial for meeting strict retention requirements and supporting automated disposition reviews, ensuring compliance with organizational and legal obligations.

Why this answer

Records Management in Microsoft Purview is designed to declare records (regulatory or legal) that must be retained for a specific period and then disposed of in a compliant manner. It enforces immutability during the retention period—users cannot edit or delete records—and supports a disposition review or automatic permanent deletion after the retention period ends, exactly matching the requirement for 10-year retention followed by destruction with no recovery.

Exam trap

Microsoft often tests the distinction between Data Lifecycle Management (which manages non-record content) and Records Management (which enforces immutability and disposition for regulatory records), so the trap here is assuming DLM can provide the required edit/delete prevention and automatic destruction, when only Records Management offers those capabilities.

Why the other options are wrong

A

Data Lifecycle Management (DLM) manages retention and deletion of data but does not enforce immutability or prevent users from editing/deleting records during the retention period. The question requires that contracts cannot be edited or deleted, which is a records management feature.

When would these options actually be correct?

A

A company needs to automatically delete old customer data after 5 years to comply with a data privacy law, but users can edit the data during the retention period. DLM would be the correct solution to set retention and deletion policies without requiring record-level restrictions.

Why candidates pick the wrong answer

A

Candidates may confuse DLM with Records Management because both handle retention and deletion, but DLM lacks the immutability and legal hold capabilities required for records that must be preserved unaltered.

1106
MCQhard

A large enterprise is concerned about insider threats. The compliance team needs to detect and investigate potential data theft scenarios, such as when employees nearing their resignation date suddenly copy large amounts of sensitive data to USB drives or email confidential files to personal accounts. They require a solution that uses machine learning to identify risky activities and create alerts for investigation. Which Microsoft Purview solution should they deploy?

A.Data Lifecycle Management
B.Audit (Premium)
C.Insider Risk Management
D.Compliance Manager
AnswerC

Insider Risk Management uses machine learning to detect, investigate, and act on insider threats based on behavioral patterns.

Why this answer

Insider Risk Management is the correct solution because it uses machine learning to correlate signals from user activities (e.g., copying files to USB, emailing to personal accounts) with contextual indicators like resignation dates, enabling detection of potential data theft scenarios. It provides built-in alerting and investigation workflows specifically designed for insider threat use cases, unlike the other options which focus on retention, auditing, or compliance posture.

Exam trap

The trap here is that candidates often confuse Audit (Premium) with a detection solution, but Audit is purely a logging and search tool, not a proactive ML-based risk detection system like Insider Risk Management.

Why the other options are wrong

A

Data Lifecycle Management focuses on governing data retention and deletion policies, not on detecting insider threats or risky user behavior using machine learning.

D

Compliance Manager is a risk assessment tool that helps organizations evaluate their compliance posture against regulations, not a solution for detecting insider threats via machine learning on user activities.

When would these options actually be correct?

A

A question asking which solution to automatically retain or delete data based on regulatory requirements, such as implementing a policy to delete customer records after 7 years, would make Data Lifecycle Management the correct answer.

D

An organization needs to assess and improve its compliance posture against industry standards like GDPR or ISO 27001, and requires a dashboard to track remediation actions and control effectiveness.

Why candidates pick the wrong answer

A

Candidates may confuse data governance with security monitoring, assuming that managing data lifecycles includes preventing data theft, but the two are distinct functions.

D

Candidates may confuse 'compliance' in the name with the compliance team's need, or think Compliance Manager covers all compliance-related detection scenarios.

1107
MCQeasy

A company wants to allow employees to access corporate resources such as email and internal apps using their personal smartphones. The IT team does not want to fully manage or domain-join these devices but needs each device to have a simple identity that links the user's work account to the device. Which Microsoft Entra ID device identity option should they implement?

A.Microsoft Entra ID Registered
B.Microsoft Entra ID Joined
C.Hybrid Microsoft Entra ID Joined
D.Active Directory Joined
AnswerA

This option is specifically designed for Bring Your Own Device (BYOD) scenarios, allowing personal devices to establish a device identity in Microsoft Entra ID. It enables employees to securely access corporate resources, such as email and applications, through conditional access policies without the organization taking full management control of the device. The device is recognized and trusted, but not fully managed, making it ideal for personal devices.

Why this answer

Microsoft Entra ID supports three device identity options: Registered, Joined, and Hybrid Joined. Microsoft Entra ID Registered is designed for 'bring your own device' (BYOD) scenarios. A registered device is known to Azure AD but not fully managed; it simply links the user's work account to the device, often enabling single sign-on and conditional access.

Microsoft Entra ID Joined is for corporate-owned devices that are managed by MDM. Hybrid Joined requires an on-premises Active Directory. Active Directory Joined is a traditional on-premises domain join, not a cloud identity option.

Why the other options are wrong

C

Hybrid Microsoft Entra ID Joined requires devices to be domain-joined and managed by on-premises AD with synchronization to Entra ID, which contradicts the requirement to avoid full management or domain-joining of personal smartphones.

D

Active Directory Joined requires devices to be domain-joined to an on-premises Active Directory, which involves full management and does not support personal smartphones that are not domain-joined. The question specifies that devices should not be fully managed or domain-joined.

When would these options actually be correct?

C

A company with on-premises Active Directory wants devices that are both domain-joined and registered in Entra ID for SSO and conditional access, while still being managed via Group Policy. The question would specify that devices are corporate-owned and need hybrid management.

D

A company has on-premises Windows computers that need to authenticate against on-premises Active Directory for access to network resources, and there is no requirement for cloud-based identity or device management.

Why candidates pick the wrong answer

C

Candidates may think 'Hybrid' implies a middle ground between registered and joined, or they may confuse it with the ability to support personal devices, not realizing it still requires domain join and full management.

D

Candidates may confuse Active Directory Joined with Microsoft Entra ID Joined, thinking that any device identity option that links a user account to a device must involve traditional domain joining, especially if they are more familiar with on-premises AD than cloud identity solutions.

1108
MCQhard

Refer to the exhibit. You are reviewing a Microsoft Defender for Cloud Apps alert. Based on the evidence, which action should you take first?

A.Mark the alert as benign
B.Suspend the user account
C.Isolate the device immediately
D.Request file upload for analysis
AnswerD

Requesting a file upload for analysis is the most appropriate immediate next step for an unconfirmed file detection. This action allows security analysts to submit the suspicious file to advanced threat intelligence services, such as Microsoft Defender for Endpoint's cloud-based sandboxing or detonation chambers. These environments perform deep behavioral analysis, static analysis, and reputation checks to definitively determine if the file is malicious, benign, or potentially unwanted, providing crucial context for subsequent response actions.

Why this answer

The alert evidence shows a suspicious file upload activity, which could indicate a potential malware or data exfiltration attempt. Requesting file upload for analysis (Option D) is the correct first action because it allows Defender for Cloud Apps to perform deep content inspection and threat detection before taking any disruptive actions like suspending the user or isolating the device, ensuring that the response is proportionate and evidence-based.

Exam trap

The trap here is that candidates often jump to punitive actions like suspending the user or isolating the device, forgetting that Defender for Cloud Apps is a CASB designed for investigation and policy-based response, where the first step should always be to gather more evidence through file analysis.

How to eliminate wrong answers

Option A is wrong because marking the alert as benign would dismiss the suspicious activity without investigation, potentially allowing a real threat to persist. Option B is wrong because suspending the user account is a severe action that should only be taken after confirming malicious intent through analysis, not as a first step based solely on a file upload alert. Option C is wrong because isolating the device immediately is an extreme containment measure typically reserved for confirmed endpoint compromise, and it bypasses the need to first analyze the file to determine if it is actually malicious.

1109
MCQmedium

Your organization uses Microsoft Entra ID and wants to provide a single sign-on (SSO) experience for a third-party SaaS application that supports SAML 2.0. The app must also enforce multifactor authentication (MFA) for external users. What should you configure?

A.Set up SAML-based federation in Microsoft Entra ID and assign a Conditional Access policy requiring MFA
B.Add the app as a Linked Sign-On application
C.Use password-based SSO in Microsoft Entra ID
D.Configure OAuth 2.0 authorization in Microsoft Entra ID
AnswerA

SAML-based federation is the industry standard for enabling Single Sign-On (SSO) between an identity provider like Microsoft Entra ID and external enterprise applications. By configuring SAML, users authenticate once with Microsoft Entra ID and gain seamless access to the application. Subsequently, a Conditional Access policy can be applied to this specific application, mandating multi-factor authentication (MFA) to enhance security before access is granted, ensuring compliance with organizational security postures.

Why this answer

The scenario requires SAML 2.0-based federation for SSO, which Microsoft Entra ID supports natively. By assigning a Conditional Access policy that requires MFA, you enforce multifactor authentication for external users accessing the third-party SaaS application, meeting both SSO and MFA requirements.

Exam trap

The trap here is that candidates often confuse Linked Sign-On (Option B) with true federation, not realizing that Linked Sign-On merely redirects to an external login page without any identity provider integration or MFA enforcement capability.

How to eliminate wrong answers

Option B is wrong because Linked Sign-On (also known as existing SSO) simply creates a deep link to an existing sign-on page and does not provide SAML-based federation or the ability to enforce MFA via Conditional Access. Option C is wrong because password-based SSO uses credential vaulting and form-filling, which does not support SAML 2.0 federation and cannot enforce MFA through Conditional Access policies. Option D is wrong because OAuth 2.0 is an authorization protocol, not an authentication protocol for SSO; while it can be used with OpenID Connect, the question explicitly specifies SAML 2.0, making OAuth 2.0 an incorrect choice.

1110
MCQhard

A company's security operations center wants to detect advanced attacks targeting their on-premises Active Directory, such as Kerberos Golden Ticket attacks, pass-the-hash, and skeleton key malware. They need a solution that monitors domain controller traffic, correlates with entity behavior, and integrates with Microsoft Sentinel for incident response. Which Microsoft security solution should they deploy?

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

Microsoft Defender for Identity (MDI) is specifically designed to protect hybrid identity environments by monitoring on-premises Active Directory domain controllers. It leverages network traffic analysis and security event log inspection to detect sophisticated identity-based attacks, such as pass-the-hash, Golden Ticket, and reconnaissance activities. MDI's behavioral analytics engine establishes baselines for user and entity behavior, enabling it to identify anomalous activities indicative of advanced persistent threats targeting credentials and domain infrastructure. This makes it the ideal solution for a Security Operations Center (SOC) seeking to detect advanced identity-based threats within their on-premises AD.

Why this answer

Microsoft Defender for Identity (MDI) is the correct solution because it is specifically designed to monitor on-premises Active Directory traffic, including domain controller network traffic, and uses entity behavior analytics to detect advanced attacks like Kerberos Golden Ticket, pass-the-hash, and skeleton key malware. It integrates natively with Microsoft Sentinel to enable automated incident response and investigation.

Exam trap

The trap here is that candidates confuse Microsoft Sentinel as the detection tool itself, when in fact Sentinel is the aggregation and response platform, while Defender for Identity is the dedicated on-premises AD threat detection solution.

Why the other options are wrong

B

Microsoft Defender for Endpoint focuses on endpoint devices (workstations, servers) and does not monitor domain controller traffic or detect Active Directory-specific attacks like Golden Ticket or skeleton key.

C

Microsoft Defender for Cloud is designed for protecting cloud workloads (IaaS, PaaS, and hybrid) and does not monitor on-premises Active Directory traffic or detect Kerberos attacks like Golden Ticket or pass-the-hash.

D

Microsoft Sentinel is a SIEM/SOAR platform that ingests logs and alerts but does not natively monitor domain controller traffic or detect Active Directory attacks like Golden Ticket or skeleton key. It relies on other solutions (e.g., Defender for Identity) for such detections.

When would these options actually be correct?

B

A company needs to detect and respond to advanced malware and fileless attacks on endpoints, such as ransomware or exploit kits, and requires integration with Microsoft Sentinel for incident response.

C

A company wants to assess the security posture of their Azure and hybrid cloud resources, detect misconfigurations, and protect against cloud-specific threats like compromised storage accounts or vulnerable VMs. They need a Cloud Security Posture Management (CSPM) and Cloud Workload Protection Platform (CWPP).

D

A company needs a cloud-native SIEM to centralize security logs from multiple sources (e.g., firewalls, servers, cloud apps) and automate incident response. The question would specify that the goal is log aggregation and orchestration, not direct AD attack detection.

Why candidates pick the wrong answer

B

Candidates may confuse endpoint protection with identity protection, assuming that 'Defender for Endpoint' covers all security scenarios including Active Directory attacks.

C

Candidates may confuse 'Defender for Cloud' with identity protection because the name includes 'Defender' and they think it covers all security, not realizing it focuses on cloud infrastructure rather than on-premises Active Directory.

D

Candidates may confuse Sentinel as the solution because it integrates with many security tools and can ingest identity-related alerts, but they overlook that it does not perform the actual monitoring of domain controller traffic or entity behavior analysis itself.

1111
MCQhard

Refer to the exhibit. A sensitivity label is configured as shown. A user applies the parent label to a document containing credit card numbers. What is the expected behavior?

A.The document gets the parent label's header and the sublabel's encryption and watermark
B.The document gets no protection because credit card numbers are only detected by auto-labeling
C.The document gets the parent label's encryption (ViewOnly) and header, but no watermark
D.The document gets the parent label's encryption and header, and auto-labeling applies the sublabel
AnswerC

When a user manually applies a parent sensitivity label, the document inherits all the protection settings directly configured on that specific parent label. This includes the specified encryption (e.g., ViewOnly) and any content markings like a header. Since the parent label itself does not have a watermark configured, and sublabels are not automatically applied, the document will not receive a watermark, even if a sublabel has one.

Why this answer

When a user manually applies a parent sensitivity label that has sublabels, only the parent label's settings (encryption and header) are applied. The sublabel's watermark is not applied because sublabels are separate entities that must be explicitly selected; they are not automatically inherited or triggered by applying the parent label. The encryption (ViewOnly) and header come from the parent label's configuration, while the watermark belongs to the sublabel and is not applied.

Exam trap

The trap here is that candidates assume applying a parent label automatically cascades its settings to or includes its sublabels, but in reality, sublabels are separate labels that must be explicitly chosen, and no inheritance or automatic application occurs between parent and sublabels.

How to eliminate wrong answers

Option A is wrong because applying the parent label does not automatically apply the sublabel's encryption and watermark; sublabels must be manually selected by the user. Option B is wrong because credit card numbers are detected by auto-labeling, but the question states the user manually applies the parent label, so auto-labeling is not triggered; manual application applies the label's configured protections regardless of content detection. Option D is wrong because auto-labeling does not apply the sublabel when the parent label is manually applied; auto-labeling is a separate process that can apply labels based on sensitive content, but it does not automatically apply sublabels of a manually applied parent label.

1112
MCQeasy

A company wants to create a sensitivity label called 'Highly Confidential' in Microsoft 365. When applied to a document, the label should automatically encrypt the document and restrict access to employees in the finance department only. Which Microsoft Purview solution should the administrator use to configure this label?

A.Microsoft Purview Data Lifecycle Management
B.Microsoft Purview Information Protection
C.Microsoft Purview Compliance Manager
D.Microsoft Purview Audit
AnswerB

Microsoft Purview Information Protection is the correct service for creating and managing sensitivity labels, which classify and protect sensitive data. These labels can be configured to apply encryption, visual markings like headers or footers, and granular access restrictions to content, regardless of where it is stored or shared. This comprehensive approach ensures that sensitive information remains protected throughout its lifecycle, aligning with data governance policies.

Why this answer

Microsoft Purview Information Protection is the correct solution because it provides the ability to create and configure sensitivity labels that enforce protection actions such as encryption and access restrictions. When a 'Highly Confidential' label is applied, it can automatically encrypt the document using Azure Rights Management (Azure RMS) and restrict access to only members of the finance department via a defined permission policy.

Exam trap

The trap here is that candidates often confuse Microsoft Purview Information Protection with Data Lifecycle Management, mistakenly thinking retention labels can enforce encryption, when in fact only sensitivity labels can apply protection actions like encryption and access control.

How to eliminate wrong answers

Option A is wrong because Microsoft Purview Data Lifecycle Management (formerly Data Lifecycle Management) focuses on retaining, deleting, and managing data based on retention policies and labels, not on applying encryption or access control. Option C is wrong because Microsoft Purview Compliance Manager is a risk assessment and compliance scoring tool that helps manage compliance posture, not a tool for configuring sensitivity labels or encryption. Option D is wrong because Microsoft Purview Audit provides auditing and logging of user and admin activities, not the ability to create or apply sensitivity labels with encryption and access restrictions.

1113
MCQmedium

An organization uses Microsoft Entra ID. The security team wants to require multi-factor authentication (MFA) for all users accessing sensitive data from outside the corporate network. Which Microsoft Entra capability should they configure?

A.Conditional Access
B.B2B Collaboration
C.Privileged Identity Management
D.Identity Protection
AnswerA

Conditional Access policies evaluate real-time signals such as user location and network IP address, enabling the security team to enforce MFA specifically when access originates from outside the corporate network. This satisfies the stem’s constraint of restricting MFA to external access only, without affecting internal users. Unlike baseline or per-user MFA, Conditional Access provides granular, context-aware control based on the network location condition.

Why this answer

Conditional Access is the correct capability because it allows administrators to define policies that enforce MFA based on specific conditions, such as network location. By configuring a policy that targets all users and applies the 'Require multi-factor authentication' grant control when the location is outside the corporate network, the security team can precisely meet the requirement. This policy evaluates the user's IP address against named locations defined in Entra ID before granting access to sensitive data.

Exam trap

The trap here is that candidates often confuse Identity Protection's risk-based MFA trigger with the ability to enforce MFA based on a static network location, but Identity Protection only responds to risk events and does not allow direct configuration of location-based conditions.

How to eliminate wrong answers

Option B (B2B Collaboration) is wrong because it is designed for inviting external users (guests) from partner organizations, not for enforcing MFA on internal users based on network location. Option C (Privileged Identity Management) is wrong because it focuses on just-in-time privileged role activation and approval workflows, not on location-based MFA enforcement for all users. Option D (Identity Protection) is wrong because it detects and remediates risks like leaked credentials or sign-ins from anonymous IPs, but it does not directly enforce MFA based on a static network boundary; it can trigger MFA via Conditional Access policies but is not the capability that configures the location condition itself.

1114
MCQmedium

A company has implemented a security model where every access request is fully authenticated, authorized, and encrypted before granting access, regardless of where the request originates (corporate network or internet). The model assumes that no entity is inherently trustworthy and requires continuous verification. This model is known as:

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

Zero Trust is a security model fundamentally built on the principle of 'never trust, always verify,' meaning no user, device, or application is implicitly trusted, regardless of its location inside or outside the network perimeter. Every access request is explicitly authenticated, authorized, and continuously validated based on all available data points, including user identity, device health, service, and data classification. This continuous verification ensures that access is granted only when all conditions are met, eliminating implicit trust.

Why this answer

The described model—requiring full authentication, authorization, and encryption for every access request, treating no entity as inherently trustworthy, and demanding continuous verification—is the core definition of Zero Trust. This aligns with the NIST SP 800-207 standard, which explicitly states that Zero Trust assumes no implicit trust and enforces verification for every request, regardless of network location.

Exam trap

The trap here is that candidates often confuse Zero Trust with defense in depth, assuming that multiple security layers inherently imply no trust, but defense in depth does not require per-request authentication, authorization, and encryption from any location.

Why the other options are wrong

A

Defense in depth is a layered security approach using multiple controls, but it does not inherently assume no entity is trustworthy or require continuous verification; it focuses on redundancy, not the zero-trust principle of 'never trust, always verify.'

B

The question describes a model where no entity is trusted by default and continuous verification is required, which is the definition of Zero Trust. Least privilege is a principle of granting only necessary permissions, not a model for continuous verification and encryption of all access requests.

D

The shared responsibility model describes the division of security tasks between a cloud provider and customer, not the principle of never trusting any entity by default and requiring continuous verification.

When would these options actually be correct?

A

Defense in depth would be correct for a question describing a security strategy that implements multiple layers of defense (e.g., firewalls, antivirus, intrusion detection) to protect against a single point of failure, without emphasizing continuous verification or distrust of all entities.

B

A question that asks: 'A company wants to ensure users have only the minimum permissions needed to perform their job functions. Which security principle should they apply?' In that context, least privilege would be the correct answer.

D

In a question like 'Which model outlines that the cloud provider is responsible for security of the cloud, while the customer is responsible for security in the cloud?', shared responsibility would be the correct answer.

Why candidates pick the wrong answer

A

Candidates may confuse defense in depth with zero trust because both involve multiple security controls, but defense in depth lacks the core zero-trust requirement of continuous verification and implicit distrust of all access requests.

B

Candidates may confuse least privilege with Zero Trust because both involve limiting access, but they fail to recognize that Zero Trust is a broader security model encompassing continuous verification, while least privilege is a specific access control principle.

D

Candidates may confuse the broad security concept of Zero Trust with the operational division of duties in cloud environments, especially when the question mentions 'security model' without specifying cloud context.

1115
MCQmedium

Refer to the exhibit. The JSON shows a Microsoft Purview DLP policy. A user sends an email with a credit card number to an external recipient. What will happen?

A.The email is delivered normally because TeamsChatAndChannel is false.
B.The email is delivered but an alert is generated.
C.The email is blocked and the user receives a notification.
D.The email is encrypted before delivery.
AnswerC

This statement is correct. The DLP policy is configured to apply to `Exchange` (where email resides), and its rule specifies `BlockAccess` as the action when sensitive content is detected. Furthermore, the `UserNotification` setting is enabled, ensuring that the sender receives a policy tip or notification explaining why their email was blocked, providing immediate feedback and promoting compliance.

Why this answer

The DLP policy in the exhibit has a condition that detects credit card numbers and an action set to 'BlockMessage' with 'NotifyUser' enabled. Since the policy is configured for Exchange (email) and the action blocks the message, the email is blocked and the user receives a notification. The 'TeamsChatAndChannel' property being false is irrelevant because the policy is applied to Exchange, not Teams.

Exam trap

The trap here is that candidates confuse the 'TeamsChatAndChannel' property with the overall policy applicability, assuming a false value means the entire policy is inactive, when in fact it only controls Teams scope and the Exchange action still applies.

How to eliminate wrong answers

Option A is wrong because 'TeamsChatAndChannel' being false only means the policy does not apply to Teams chat/channel messages; it does not affect Exchange email delivery, and the policy's 'BlockMessage' action overrides normal delivery. Option B is wrong because the policy action is 'BlockMessage', not 'GenerateAlert' alone; while an alert could be generated, the primary action blocks the email, so it is not delivered. Option D is wrong because the policy does not specify encryption as an action; the configured action is 'BlockMessage', not 'EncryptMessage'.

1116
MCQhard

A company is deploying a web application on Azure App Service. The security officer states that according to the shared responsibility model, the customer is responsible for managing access to the application and securing the application code. Which of the following responsibilities does Microsoft retain for Azure App Service?

A.Configuring network firewall rules for the App Service
B.Patching the underlying operating system of the App Service host
C.Managing user authentication and authorization
D.Applying encryption to the application data at rest
AnswerB

As part of the Platform as a Service (PaaS) offering, Microsoft is fully responsible for managing and patching the underlying operating system and virtual machine infrastructure that hosts Azure App Service instances. This includes applying security updates, hotfixes, and service packs to the host OS to maintain platform security and stability, abstracting this operational burden from the customer. This responsibility ensures the foundational environment upon which customer applications run remains secure.

Why this answer

For Azure App Service, Microsoft retains responsibility for patching the underlying operating system of the host infrastructure. This is part of the shared responsibility model where the cloud provider manages the host OS and hypervisor, while the customer manages the application code, data, and access configurations.

Exam trap

The trap here is that candidates often confuse 'patching the underlying OS' with 'patching the application runtime' or 'configuring network security,' mistakenly thinking Microsoft handles all security tasks for PaaS services, when in fact the customer retains significant control over access and data protection.

Why the other options are wrong

A

In Azure App Service, configuring network firewall rules is a customer responsibility, not Microsoft's. The shared responsibility model assigns platform-level security (like OS patching) to Microsoft, but network configuration for the app is managed by the customer.

C

In Azure App Service, managing user authentication and authorization is a customer responsibility, not Microsoft's. The shared responsibility model assigns application-level access control to the customer.

D

In the shared responsibility model for Azure App Service, Microsoft is responsible for the physical infrastructure and platform, but encryption of application data at rest is typically the customer's responsibility because they control the data and can enable encryption features like Azure Storage Service Encryption.

When would these options actually be correct?

A

This option would be correct in a question about Azure infrastructure services (IaaS), such as a virtual machine, where Microsoft manages the physical host and network, but the customer configures firewall rules for the VM. For example: 'Which of the following is a customer responsibility when using an Azure VM?'

C

This option would be correct in a question about Azure Active Directory (Azure AD) as an identity provider, where Microsoft manages the authentication service itself, including user authentication and authorization for cloud resources.

D

This option would be correct in a question about Azure SQL Database or Azure Storage, where Microsoft manages encryption at rest by default (e.g., transparent data encryption). For example: 'Which responsibility does Microsoft retain for Azure SQL Database?'

Why candidates pick the wrong answer

A

Candidates may confuse the shared responsibility model for PaaS (App Service) with IaaS, assuming Microsoft handles all network security. They might also think that because Microsoft manages the platform, it also configures network firewalls for the app.

C

Candidates may confuse the platform's built-in authentication features (which are configurable by the customer) with Microsoft-managed responsibilities, assuming that because Azure offers authentication modules, Microsoft handles all aspects of it.

D

Candidates may assume that because Azure offers encryption features, Microsoft handles all encryption responsibilities, overlooking that customers must configure and manage encryption for their application data.

1117
MCQmedium

A company runs a web application in Azure that is publicly accessible. They want to protect it against large-scale distributed denial-of-service (DDoS) attacks from multiple sources. Which Azure service is specifically designed for this purpose?

A.Azure Firewall
B.Azure DDoS Protection
C.Microsoft Defender for Cloud
D.Azure Application Gateway with Web Application Firewall (WAF)
AnswerB

Azure DDoS Protection provides always-on traffic monitoring and automatic mitigation capabilities specifically designed to protect Azure resources from volumetric, protocol, and resource-layer DDoS attacks. It leverages Azure's global network scale to absorb and scrub malicious traffic at the network edge before it reaches the target application, ensuring legitimate traffic flow. This service is essential for publicly accessible applications in Azure, offering comprehensive protection against sophisticated denial-of-service threats.

Why this answer

Azure DDoS Protection is specifically designed to safeguard Azure resources against large-scale distributed denial-of-service (DDoS) attacks. It leverages the global scale of Microsoft's network to absorb and mitigate multi-gigabit attacks, providing always-on traffic monitoring and adaptive tuning. This service is the only option among the choices that is purpose-built for DDoS mitigation at the network and transport layers (L3/L4), and it also offers application-layer (L7) protection when combined with Application Gateway WAF.

Exam trap

The trap here is that candidates often confuse Azure Firewall or Application Gateway WAF as DDoS solutions, but those services handle different layers of defense—Azure Firewall for network filtering and WAF for application-layer attacks—whereas only Azure DDoS Protection is designed to absorb and mitigate large-scale volumetric attacks from multiple sources.

How to eliminate wrong answers

Option A is wrong because Azure Firewall is a stateful network firewall that filters traffic based on rules (e.g., IP addresses, ports, protocols) but does not provide dedicated DDoS mitigation; it cannot absorb volumetric attacks. Option C is wrong because Microsoft Defender for Cloud is a cloud security posture management (CSPM) and workload protection platform that provides threat detection and security recommendations, not a DDoS mitigation service. Option D is wrong because Azure Application Gateway with WAF protects against application-layer attacks (e.g., SQL injection, cross-site scripting) but does not mitigate large-scale volumetric DDoS attacks at the network layer; it can be used in conjunction with Azure DDoS Protection but is not a standalone DDoS solution.

1118
MCQmedium

A company must retain all customer contracts for 10 years to comply with industry regulations. After 10 years, the contracts must be permanently deleted. Which Microsoft Purview solution should be used to automate this process?

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

Data Lifecycle Management (DLM) in Microsoft 365 utilizes retention labels and policies to govern the entire lifecycle of data, from creation to deletion. It enables organizations to define specific retention periods, such as 10 years for customer contracts, ensuring compliance with legal or regulatory obligations. After the retention period expires, DLM policies can automatically dispose of the data, streamlining information governance and reducing risk.

Why this answer

Data Lifecycle Management (DLM) in Microsoft Purview is the correct solution because it allows you to define retention labels and policies that automatically retain contracts for a specified period (10 years) and then trigger a permanent deletion disposition review or direct deletion. This aligns directly with the regulatory requirement to retain data for a fixed duration and then dispose of it securely.

Exam trap

The trap here is that candidates often confuse Data Lifecycle Management with Data Loss Prevention, mistakenly thinking DLP can delete data after a period, when DLP only blocks or alerts on data exfiltration, not manage retention schedules.

Why the other options are wrong

A

Data Loss Prevention (DLP) is designed to prevent accidental sharing or leakage of sensitive data, not to automate retention and deletion of records based on a fixed time period.

D

Information Protection focuses on classifying, labeling, and protecting sensitive data (e.g., encryption, rights management), not on automated retention and deletion schedules. The requirement to retain and then delete contracts after 10 years is a lifecycle management task, not a protection task.

When would these options actually be correct?

A

A company wants to automatically detect and block emails containing credit card numbers from being sent to external recipients. DLP policies would be the correct solution to enforce this rule.

D

A company needs to automatically apply encryption and access restrictions to all customer contracts containing personally identifiable information (PII) to prevent unauthorized sharing. Information Protection with sensitivity labels would be the correct solution.

Why candidates pick the wrong answer

A

Candidates may confuse DLP with retention policies because both involve data governance, but DLP focuses on preventing data loss, not lifecycle management.

D

Candidates may confuse 'protecting' data with 'managing its lifecycle,' assuming that retention and deletion are part of protection. The term 'Information Protection' sounds broad enough to include retention policies, but in Microsoft Purview it specifically covers classification and protection controls.

1119
MCQmedium

A company has an on-premises Active Directory and wants to synchronize user accounts to Microsoft Entra ID. They also need to enable password hash synchronization so users can sign in to cloud resources with the same password. Which Microsoft tool should they use?

A.Microsoft Entra Connect
B.Microsoft Entra ID Application Proxy
C.Microsoft Identity Manager
D.Microsoft Entra Domain Services
AnswerA

Microsoft Entra Connect is the essential Microsoft tool designed to achieve hybrid identity goals by synchronizing users, groups, and contacts from an on-premises Active Directory to Microsoft Entra ID. It facilitates various synchronization features, including password hash synchronization (PHS), pass-through authentication (PTA), and federation with Active Directory Federation Services (AD FS). PHS, enabled by default, securely synchronizes a hash of the user's password hash, allowing users to sign in to cloud services with their on-premises credentials.

Why this answer

Microsoft Entra Connect is the correct tool because it is specifically designed to synchronize on-premises Active Directory user accounts to Microsoft Entra ID and supports password hash synchronization (PHS). PHS enables users to sign in to cloud resources using the same password as their on-premises environment by synchronizing a hash of the password hash to Entra ID.

Exam trap

The trap here is that candidates may confuse Microsoft Entra Connect with Microsoft Identity Manager (MIM), but MIM is a legacy tool for on-premises identity management and does not natively support password hash synchronization to Microsoft Entra ID.

How to eliminate wrong answers

Option B is wrong because Microsoft Entra ID Application Proxy provides secure remote access to on-premises web applications, not directory synchronization or password hash sync. Option C is wrong because Microsoft Identity Manager (MIM) is an on-premises identity management solution for managing identities across heterogeneous directories, but it is not the primary tool for synchronizing to Microsoft Entra ID and does not natively enable password hash synchronization to Entra ID. Option D is wrong because Microsoft Entra Domain Services provides managed domain services (e.g., Kerberos, LDAP) for cloud VMs, not user account synchronization or password hash sync from on-premises Active Directory.

1120
MCQeasy

What is the primary purpose of Microsoft Defender for Cloud Apps?

A.Monitor network traffic
B.Manage mobile devices
C.Protect on-premises servers
D.Secure cloud applications and data
AnswerD

Microsoft Defender for Cloud's primary purpose is to provide comprehensive security posture management and threat protection across cloud environments, including Azure, AWS, and GCP. This encompasses securing cloud applications, data, virtual machines, containers, databases, and other services by identifying misconfigurations, recommending security improvements, and detecting and responding to threats. It acts as a Cloud Workload Protection Platform (CWPP) and Cloud Security Posture Management (CSPM) solution, ensuring the overall security of cloud-native assets.

Why this answer

Microsoft Defender for Cloud Apps is a Cloud Access Security Broker (CASB) that provides visibility, data controls, and threat protection for cloud applications and data. Its primary purpose is to secure cloud apps (like Microsoft 365, Salesforce, or Dropbox) by enforcing policies, detecting anomalous behavior, and preventing data exfiltration, not to manage network traffic, mobile devices, or on-premises servers.

Exam trap

The trap here is that candidates may confuse Defender for Cloud Apps with a general-purpose security tool, mistakenly thinking it monitors network traffic (Option A) or protects on-premises servers (Option C), when its focus is exclusively on cloud application security and data protection.

How to eliminate wrong answers

Option A is wrong because monitoring network traffic is the primary function of network security tools like Microsoft Defender for Network or Azure Firewall, not Defender for Cloud Apps. Option B is wrong because managing mobile devices is the domain of Microsoft Intune (a Mobile Device Management/MDM solution), not a CASB. Option C is wrong because protecting on-premises servers is the role of Microsoft Defender for Servers (part of Defender for Cloud) or System Center, not a cloud app security broker.

1121
MCQmedium

A company needs to grant IT administrators temporary and time-limited access to privileged roles in Microsoft Entra ID (Azure AD). The access must require approval from a manager and be automatically revoked after the task is completed. Which Microsoft Entra ID feature should be used?

A.Conditional Access
B.Identity Protection
C.Privileged Identity Management (PIM)
D.Entitlement Management
AnswerC

Azure AD Privileged Identity Management (PIM) is specifically designed to manage, control, and monitor access to important resources in Azure AD, Azure, and other Microsoft services. It enables just-in-time (JIT) access, allowing administrators to activate privileged roles only when needed, for a specific, time-limited duration. This includes features like multi-factor authentication (MFA) enforcement during activation, approval workflows, and comprehensive audit logs, directly fulfilling the requirement for temporary and time-limited administrative access.

Why this answer

Privileged Identity Management (PIM) in Microsoft Entra ID provides just-in-time (JIT) privileged access by allowing administrators to activate eligible role assignments for a limited duration. It supports approval workflows (e.g., manager approval) and automatically deactivates the role when the activation time expires or the task is completed, meeting the requirement for temporary, time-limited, approved, and auto-revoked access.

Exam trap

The trap here is confusing Entitlement Management (which manages access packages for non-privileged resources) with PIM (which specifically handles time-limited privileged role activation with approval), leading candidates to choose D because they see 'approval' and 'temporary access' without recognizing the privileged role context.

Why the other options are wrong

A

Conditional Access enforces access policies based on signals like user location or device state, but it does not provide time-limited, approval-based activation of privileged roles or automatic revocation.

B

Identity Protection is designed to detect and respond to identity-based risks, such as compromised credentials or suspicious sign-ins, not to manage time-limited privileged role assignments with approval workflows.

D

Entitlement Management manages access packages and resource access requests, but it does not provide time-limited, automatically revoked privileged role assignments with manager approval; PIM handles just-in-time privileged role activation.

When would these options actually be correct?

A

A company needs to require multi-factor authentication or block access from untrusted locations when administrators sign in to the Azure portal. Conditional Access would be the correct feature to enforce such policies.

B

A company wants to automatically detect and block sign-ins from anonymous IP addresses or enforce multi-factor authentication based on risk level. Which Microsoft Entra ID feature should be used?

D

A company needs to allow employees to request access to a set of applications and groups for a specific project, with approval from their manager and automatic expiration after 30 days. Entitlement Management would be the correct feature to create access packages for this scenario.

Why candidates pick the wrong answer

A

Candidates may confuse Conditional Access with access control for privileged roles, not realizing it governs sign-in conditions rather than role activation and approval workflows.

B

Candidates may confuse Identity Protection with Privileged Identity Management because both involve security and identity, but Identity Protection focuses on risk detection rather than role activation and approval workflows.

D

Candidates may confuse Entitlement Management's approval and expiration features with PIM's privileged role activation, not realizing that Entitlement Management is for general resource access, not privileged role management.

1122
MCQhard

You are the identity administrator for Contoso Ltd., a global company with over 10,000 employees. The company uses Microsoft Entra ID P2 and Microsoft Intune. Employees use both company-owned and personal devices. The security team requires that all access to corporate applications be protected with multifactor authentication (MFA). However, to minimize user friction, they want to exempt MFA for users who are on the corporate network and using compliant devices. Additionally, for users with privileged roles (e.g., Global Administrator), MFA must always be required regardless of location or device. You need to configure a Conditional Access policy to meet these requirements. Which of the following approaches should you take?

A.Create two Conditional Access policies: Policy 1 targets all users except privileged roles, requires MFA, and excludes trusted locations and compliant devices. Policy 2 targets privileged roles and requires MFA with no exclusions.
B.Create one Conditional Access policy that targets all users and requires MFA. Create a second policy that targets privileged roles and excludes trusted locations.
C.Create one Conditional Access policy that targets all users, requires MFA, and excludes trusted locations and compliant devices. Do not create any additional policies.
D.Create one Conditional Access policy that targets all users and requires MFA. Use Microsoft Intune compliance policies to exempt compliant devices from MFA.
AnswerA

This solution correctly implements a layered security approach using two distinct Conditional Access policies. Policy 1 ensures that standard users require Multi-Factor Authentication (MFA) but allows for usability by excluding trusted locations and compliant devices. Policy 2 specifically targets privileged roles, enforcing MFA without any exclusions, thereby guaranteeing that these high-impact accounts always face the strongest authentication challenge, regardless of their location or device compliance status. This design effectively balances security for privileged identities with user experience for general users.

Why this answer

It uses two separate Conditional Access policies to handle the two distinct user groups. Policy 1 targets all users except privileged roles, requires MFA, and excludes trusted locations and compliant devices, which satisfies the requirement to minimize friction for users on the corporate network with compliant devices. Policy 2 targets privileged roles and requires MFA with no exclusions, ensuring that Global Administrators and other privileged role members always must perform MFA regardless of location or device compliance.

Exam trap

The trap here is that candidates often think a single policy with exclusions can handle all users, forgetting that privileged roles require unconditional MFA, which necessitates a separate policy with no exclusions to override the more permissive exclusions applied to regular users.

How to eliminate wrong answers

Option B is wrong because it creates a second policy that targets privileged roles and excludes trusted locations, which would exempt privileged role users from MFA when they are on the corporate network, violating the requirement that MFA must always be required for privileged roles. Option C is wrong because it creates only one policy targeting all users with exclusions for trusted locations and compliant devices, which would incorrectly exempt privileged role users from MFA when they meet those conditions. Option D is wrong because Intune compliance policies cannot be used to exempt devices from MFA in a Conditional Access policy; MFA enforcement is controlled by Conditional Access policies, not by compliance policies.

1123
MCQmedium

An organization needs to grant its IT administrators temporary access to the Global Administrator role. The access should require a separate approval from a designated manager before activation, and the permissions should automatically expire after 4 hours. Which Microsoft Entra ID feature should they configure?

A.Conditional Access
B.Identity Protection
C.Privileged Identity Management (PIM)
D.Access Reviews
AnswerC

Azure AD Privileged Identity Management (PIM) is specifically designed to manage, control, and monitor access to important resources within an organization. It enables just-in-time (JIT) access, allowing administrators to activate privileged roles only when needed and for a limited duration. This process often includes an approval workflow, multi-factor authentication, and automatic deactivation of the role after the specified time, directly addressing the requirement for temporary, controlled access.

Why this answer

Privileged Identity Management (PIM) in Microsoft Entra ID provides just-in-time (JIT) privileged access, allowing IT administrators to activate the Global Administrator role for a limited time (e.g., 4 hours) only after receiving approval from a designated manager. This directly meets the requirement for temporary, approval-based, and auto-expiring permissions.

Exam trap

The trap here is that candidates often confuse Privileged Identity Management (PIM) with Conditional Access, mistakenly thinking that Conditional Access can enforce time-limited role activation, when in fact PIM is the only feature that provides just-in-time privileged access with approval and automatic expiration.

Why the other options are wrong

A

Conditional Access enforces access policies based on signals like user location or device state, but it does not provide just-in-time role activation with approval and automatic expiry.

D

Access Reviews are used to audit and confirm the ongoing need for group memberships or role assignments, not to grant temporary, approval-based activation of privileged roles with automatic expiration.

When would these options actually be correct?

A

An organization needs to require multi-factor authentication for all users accessing a sensitive application from outside the corporate network. Conditional Access would be the correct feature to configure such a policy.

D

An organization needs to periodically verify that all users with Global Administrator access still require that role, and remove those who no longer need it. Access Reviews would be the correct feature to configure.

Why candidates pick the wrong answer

A

Candidates may confuse Conditional Access with access control for privileged roles, not realizing it governs user access to resources rather than role activation workflows.

D

Candidates may confuse Access Reviews with PIM because both involve privileged roles and oversight, but Access Reviews focus on periodic attestation rather than just-in-time activation with approval.

1124
MCQmedium

Your organization uses Microsoft Defender for Cloud Apps. A security analyst notices anomalous file downloads from a SharePoint site by a user flagged as high risk. What should the analyst configure to automatically block such activity?

A.Configure a file policy
B.Configure an access policy
C.Configure an app permission policy
D.Configure a session policy
AnswerD

Configuring a session policy is the correct approach because these policies leverage Microsoft Defender for Cloud Apps' Conditional Access App Control to act as a reverse proxy, intercepting and inspecting user sessions in real-time. This allows administrators to apply granular, context-aware controls over user activities within cloud applications, such as blocking downloads, preventing uploads of sensitive files, or restricting copy-paste actions. Session policies are specifically designed for real-time monitoring and control of ongoing user interactions.

Why this answer

Session policies in Microsoft Defender for Cloud Apps allow real-time monitoring and control of user activities based on risk level. When a user is flagged as high risk, a session policy can be configured to automatically block anomalous file downloads from SharePoint by intercepting the session and applying actions such as block, allow, or restrict. This is the correct choice because it directly addresses the need to prevent the specific activity in real time.

Exam trap

The trap here is that candidates often confuse session policies with access policies, but access policies control entry (authentication/authorization) while session policies control behavior during an active session, which is required to block specific file downloads in real time.

How to eliminate wrong answers

Option A is wrong because file policies are designed to detect and govern data at rest or in transit using content inspection and metadata, but they do not provide real-time session-level blocking based on user risk; they typically trigger alerts or apply governance actions after the fact. Option B is wrong because access policies control authentication and authorization at the point of sign-in (e.g., requiring MFA or blocking access from untrusted locations), but they do not monitor or block specific activities like file downloads during an active session. Option C is wrong because app permission policies manage the permissions granted to third-party apps (e.g., OAuth apps) to access organizational data, not the real-time behavior of individual user sessions.

1125
MCQmedium

Refer to the exhibit. You are reviewing Microsoft Entra role assignments for a user. The first assignment has a roleDefinitionId of '62e90394-69f5-4237-9190-012177145e10' at scope '/'. The second assignment has a roleDefinitionId of '194ae4cb-b126-40b2-bd5b-6091b380977d' at a subscription scope. What can you infer?

A.The user has the Global Administrator role at the tenant level.
B.The user can only read Azure AD objects.
C.The second role is assigned at the subscription scope.
D.The user is a Global Administrator with full access to all Azure AD and Azure resources.
AnswerA

Role ID 62e90394... is the Global Administrator role, assigned at tenant scope.

Why this answer

The roleDefinitionId '62e90394-69f5-4237-9190-012177145e10' corresponds to the Global Administrator role in Microsoft Entra ID. The scope '/' indicates the tenant root scope, meaning the assignment applies to the entire tenant. Therefore, the user is a Global Administrator at the tenant level, granting broad administrative access to Azure AD (Entra ID) resources.

However, Global Administrator does not automatically provide Azure RBAC roles for managing Azure resources; those require separate assignments.

Exam trap

The trap here is that candidates often assume the Global Administrator role automatically grants full access to all Azure resources, but in reality, Azure AD roles and Azure RBAC roles are separate authorization systems, and a Global Administrator must be explicitly assigned an Azure RBAC role (like Contributor or Owner) to manage Azure resources.

How to eliminate wrong answers

Option B is wrong because the Global Administrator role provides full read and write access to Azure AD objects, not just read-only. Option C is wrong because while the second assignment is indeed at a subscription scope, this is a true statement but does not address the question's inference about the user's overall role; the key inference is the Global Administrator role from the first assignment. Option D is wrong because although Global Administrators have full access to Azure AD, they do not automatically have full access to all Azure resources; access to Azure resources requires additional role assignments (e.g., Owner or Contributor) at the subscription or resource scope.

Page 14

Page 15 of 17

Page 16