Microsoft SC-500 Practice Test Questions and Exam Dumps Part20 Q381-400

View Full Microsoft SC-500 Exam Dumps and Practice Test Dumps

Question 381. Which Microsoft Entra feature can restrict access based on the user’s sign-in risk level?

  1. Access reviews
  2. Conditional Access
  3. Lifecycle Workflows
  4. Audit logs

Correct Answer: 2. Conditional Access

Explanation:

Microsoft Entra Conditional Access can use sign-in risk as one of the conditions when determining whether access should be granted. When integrated with Microsoft Entra ID Protection, organizations can create policies that respond to risky authentication attempts by requiring stronger authentication, blocking access, or applying another configured control. This supports a Zero Trust approach because access decisions can consider current risk rather than relying on previous authorization alone. Access reviews periodically evaluate existing permissions, Lifecycle Workflows automate identity lifecycle processes, and audit logs record directory activity. Conditional Access is therefore the appropriate capability for enforcing access restrictions based on sign-in risk.

Question 382. Which Microsoft Sentinel capability is used to search security data proactively for indicators of compromise?

  1. Workbooks
  2. Automation rules
  3. Threat hunting
  4. Retention policies

Correct Answer: 3. Threat hunting

Explanation:

Microsoft Sentinel threat hunting allows security analysts to proactively search collected security data for suspicious patterns and potential indicators of compromise. Analysts can use Kusto Query Language (KQL) to investigate authentication events, endpoint activity, network information, and other telemetry for behaviors that may not have triggered an existing detection rule. Threat hunting is different from waiting for automated alerts because analysts actively investigate possible threats based on hypotheses, intelligence, or observed anomalies. Workbooks are primarily used for visualization, automation rules manage incident actions, and retention policies address information lifecycle. Therefore, threat hunting is the Sentinel capability designed for proactive investigation of potential indicators of compromise.

Question 383. Which Microsoft Purview capability helps apply encryption and access restrictions to sensitive content?

  1. Sensitivity labels
  2. Sentinel analytics rules
  3. Entra audit logs
  4. Intune compliance policies

Correct Answer: 1. Sensitivity labels

Explanation:

Microsoft Purview sensitivity labels can classify sensitive content and apply protection settings such as encryption and access restrictions when configured for those purposes. Labels help organizations establish consistent rules for handling information based on its sensitivity. They can be applied to supported documents, emails, and other content, helping users and administrators identify information that requires additional protection. Sentinel analytics rules detect security activity, Entra audit logs record directory changes, and Intune compliance policies evaluate device conditions. Therefore, sensitivity labels are the appropriate Purview capability when an organization needs to classify content and apply protection such as encryption or restricted access.

Question 384. Which Microsoft Defender solution helps identify suspicious authentication and lateral movement involving on-premises Active Directory?

  1. Defender for Office 365
  2. Defender for Cloud Apps
  3. Defender for Endpoint
  4. Defender for Identity

Correct Answer: 4. Defender for Identity

Explanation:

Microsoft Defender for Identity is designed to detect and investigate identity-based threats involving on-premises Active Directory. It monitors signals associated with domain controllers and can help identify suspicious activities such as reconnaissance, credential theft, lateral movement, and other behaviors associated with compromised identities. This provides security teams with visibility into identity attacks that may otherwise be difficult to detect from endpoint or email signals alone. Defender for Office 365 protects email and collaboration workloads, Defender for Cloud Apps focuses on cloud application activity, and Defender for Endpoint focuses on endpoint threats. Defender for Identity is therefore the appropriate solution for detecting suspicious authentication and lateral movement involving Active Directory.

Question 385. Which Microsoft Intune feature can define minimum security requirements that a device must meet before being considered compliant?

  1. Compliance policies
  2. Access reviews
  3. Sentinel workbooks
  4. Purview DLP policies

Correct Answer: 1. Compliance policies

Explanation:

Microsoft Intune compliance policies define requirements that devices must satisfy to be considered compliant with organizational security standards. Administrators can configure conditions related to operating system versions, encryption, passwords, security settings, and other device characteristics. Compliance results can then be used by Microsoft Entra Conditional Access when making access decisions. This creates a connection between endpoint security posture and identity-based access control. Access reviews evaluate user permissions, Sentinel workbooks provide security visualization, and Purview DLP protects sensitive information. Therefore, Intune compliance policies are the correct capability when an organization needs to establish minimum security requirements that devices must meet before receiving access to protected resources.

Question 386. Which Microsoft Entra feature can require an administrator to provide justification when activating a privileged role?

  1. PIM
  2. Sign-in logs
  3. Security defaults
  4. Lifecycle Workflows

Correct Answer: 1. PIM

Explanation:

Microsoft Entra Privileged Identity Management can require users to provide justification when activating eligible privileged roles. This creates an additional accountability control because administrators must explain why elevated access is required before or during activation. PIM can also support approval, multifactor authentication, limited activation duration, and other controls designed to reduce standing administrative privilege. Sign-in logs provide authentication information, security defaults provide baseline identity protections, and Lifecycle Workflows automate identity lifecycle processes. Requiring justification is particularly useful for sensitive roles because it creates an auditable reason for elevation and can help security teams review whether privileged access was appropriate. Therefore, PIM is the correct solution.

Question 387. Which Microsoft Defender capability provides protection against threats delivered through malicious email attachments and links?

  1. Defender for Office 365
  2. Defender for Identity
  3. Defender Vulnerability Management
  4. Defender for Cloud Apps

Correct Answer: 1. Defender for Office 365

Explanation:

Microsoft Defender for Office 365 is designed to protect Microsoft 365 email and collaboration workloads against threats such as malicious attachments, harmful links, phishing messages, and related attacks. It provides detection and protection capabilities that help organizations identify suspicious messages and investigate potential threats. Defender for Identity is focused on identity threats involving Active Directory, Defender Vulnerability Management identifies vulnerabilities and security weaknesses, and Defender for Cloud Apps provides cloud application visibility and controls. When the primary security concern involves malicious content delivered through email, Defender for Office 365 is the most directly relevant Microsoft security solution.

Question 388. Which Microsoft Sentinel feature can trigger an automated workflow to notify an administrator when a security incident meets specific conditions?

  1. Access reviews
  2. Playbooks
  3. Sensitivity labels
  4. Authentication strengths

Correct Answer: 2. Playbooks

Explanation:

Microsoft Sentinel playbooks can automate response workflows when security events or incidents require predefined actions. Playbooks are commonly built with Azure Logic Apps and can perform tasks such as sending notifications, enriching incident data, interacting with other services, or initiating response procedures. A playbook can therefore be configured to notify an administrator when an incident meets specified conditions. Access reviews manage identity permissions, sensitivity labels classify and protect information, and authentication strengths control acceptable authentication methods. Automated workflows reduce repetitive manual work and can help security teams respond consistently. Therefore, Sentinel playbooks are the appropriate capability for triggering an automated notification workflow based on a security incident.

Question 389. Which Zero Trust principle encourages organizations to operate as though a security compromise could already exist?

  1. Verify explicitly
  2. Least privilege
  3. Assume breach
  4. Trust the network

Correct Answer: 3. Assume breach

Explanation:

Assume breach is one of the core Zero Trust principles and encourages organizations to design security controls with the expectation that compromise can occur. Instead of depending on a single security boundary to prevent every attack, organizations use layered controls such as segmentation, strong authentication, least privilege, monitoring, detection, and rapid response. This approach helps limit the impact of compromised accounts or devices and improves an organization’s ability to detect suspicious activity. Verify explicitly focuses on using relevant signals for access decisions, while least privilege limits permissions. Trusting the network conflicts with Zero Trust principles. Therefore, assume breach is the principle that directly reflects this security mindset.

Question 390. Which Microsoft Entra capability can review whether guest users still require access to organizational resources?

  1. Access reviews
  2. Authentication strengths
  3. Sign-in logs
  4. Security defaults

Correct Answer: 1. Access reviews

Explanation:

Microsoft Entra access reviews allow organizations to periodically evaluate whether users should continue to have access to groups, applications, and other resources. They are particularly useful for reviewing guest accounts because external users may retain access even after their original business requirement has ended. Reviewers can determine whether access should remain and can remove unnecessary permissions according to organizational processes. Authentication strengths define acceptable authentication methods, sign-in logs record authentication activity, and security defaults provide baseline security protections. Access reviews therefore provide the appropriate governance capability for periodically verifying whether guest users still require access to organizational resources.

Question 391. Which Microsoft security service can identify risky cloud applications based on organizational policies and application risk information?

  1. Defender for Identity
  2. Defender for Cloud Apps
  3. Defender for Endpoint
  4. Defender for Office 365

Correct Answer: 2. Defender for Cloud Apps

Explanation:

Microsoft Defender for Cloud Apps provides visibility into cloud application usage and helps organizations assess and govern cloud applications. Security teams can discover applications, review their risk characteristics, and apply policies based on organizational requirements. This is particularly useful for managing shadow IT and identifying cloud services that may not have been formally approved. Defender for Identity focuses on Active Directory identity threats, Defender for Endpoint focuses on endpoint security, and Defender for Office 365 protects email and collaboration workloads. Therefore, Defender for Cloud Apps is the appropriate service when an organization needs to identify and manage risky cloud applications.

Question 392. Which Microsoft Defender capability helps security teams prioritize remediation of vulnerabilities based on the exposure of organizational devices?

  1. Defender for Office 365
  2. Defender for Identity
  3. Defender Vulnerability Management
  4. Defender for Cloud Apps

Correct Answer: 3. Defender Vulnerability Management

Explanation:

Microsoft Defender Vulnerability Management helps organizations discover vulnerabilities, assess exposure, and prioritize remediation activities. Security teams can use vulnerability information and security recommendations to determine which weaknesses require attention and which devices or software may represent greater exposure. Prioritization helps organizations focus limited remediation resources on issues that present greater security concern instead of treating every vulnerability identically. Defender for Office 365 focuses on email threats, Defender for Identity protects against identity threats, and Defender for Cloud Apps manages cloud application security. Therefore, Defender Vulnerability Management is the most appropriate capability for prioritizing remediation of vulnerabilities across organizational devices.

Question 393. Which Microsoft Purview capability determines how long certain organizational information should be retained?

  1. Sensitivity labels
  2. Data Loss Prevention
  3. Retention policies
  4. Access reviews

Correct Answer: 3. Retention policies

Explanation:

Microsoft Purview retention policies help organizations define how long supported content should be retained and how retention requirements should be applied across relevant Microsoft 365 locations. Retention requirements may be driven by business, legal, regulatory, or organizational needs. Retention policies are different from sensitivity labels, which classify and protect information, and DLP, which helps prevent inappropriate handling or sharing of sensitive data. Access reviews address identity governance rather than information lifecycle management. Therefore, retention policies are the appropriate Purview capability when the primary requirement is to establish rules governing how long organizational information should be retained.

Question 394. Which Microsoft Entra log is most useful for investigating who modified a Conditional Access-related directory configuration or other administrative setting?

  1. Audit logs
  2. Sign-in logs
  3. Defender endpoint telemetry
  4. Sentinel workbooks

Correct Answer: 1. Audit logs

Explanation:

Microsoft Entra audit logs record administrative and directory activities and can help identify changes made to users, groups, applications, policies, and other directory resources. When investigating an administrative configuration change, audit information can help determine what action occurred, when it occurred, and which identity performed the action. Sign-in logs are designed primarily for authentication activity and therefore do not provide the same directory-change context. Defender endpoint telemetry focuses on devices, while Sentinel workbooks visualize information collected from security sources. Audit logs are therefore the most appropriate starting point for investigating administrative modifications to Microsoft Entra configurations.

Question 395. Which Microsoft Entra feature can require phishing-resistant authentication for a privileged administrative application?

  1. Access reviews
  2. Authentication strengths
  3. Lifecycle Workflows
  4. Audit logs

Correct Answer: 2. Authentication strengths

Explanation:

Microsoft Entra authentication strengths allow administrators to define acceptable authentication methods for specific access scenarios through Conditional Access. This can include requiring phishing-resistant authentication methods for sensitive applications or privileged administrative scenarios. Strong authentication requirements reduce the likelihood that stolen passwords or weaker authentication methods alone can be used to compromise important accounts. Access reviews periodically evaluate whether access should continue, Lifecycle Workflows automate identity lifecycle activities, and audit logs record administrative changes. Authentication strengths therefore provide the control needed when an organization wants to require a specific strong authentication method, such as phishing-resistant authentication, for privileged access.

Question 396. Which Microsoft Sentinel capability can enrich and automate incident response by calling external services or performing multiple response actions?

  1. Playbooks
  2. Workbooks
  3. Access reviews
  4. Retention policies

Correct Answer: 1. Playbooks

Explanation:

Microsoft Sentinel playbooks provide automated workflows that can perform multiple response actions and interact with other services. They are commonly implemented through Azure Logic Apps and can be triggered from Sentinel incidents or alerts. A playbook may send notifications, enrich an incident with additional information, communicate with other security tools, or initiate response activities according to an organization’s procedures. Workbooks are primarily used for visualization and analysis, access reviews support identity governance, and retention policies manage information lifecycle. Playbooks are therefore the appropriate Sentinel capability when security teams need to automate complex incident-response workflows and connect Sentinel with other services.

Question 397. Which security practice helps reduce the amount of time that privileged permissions remain active?

  1. Permanent role assignment
  2. Just-in-time access
  3. Shared administrator accounts
  4. Password reuse

Correct Answer: 2. Just-in-time access

Explanation:

Just-in-time access reduces the duration for which privileged permissions are active by providing elevated privileges only when they are required. Microsoft Entra Privileged Identity Management can support this model by allowing users to be eligible for privileged roles and activate them for a limited period. Additional controls such as approval, multifactor authentication, and justification can further strengthen the activation process. Permanent role assignments maintain elevated permissions continuously and therefore create greater standing privilege. Shared administrator accounts and password reuse also introduce unnecessary security risks. Just-in-time access supports least privilege and Zero Trust by limiting administrative permissions to the period in which a legitimate task requires them.

Question 398. Which Microsoft Defender solution provides a unified incident view by correlating security signals from endpoints, identities, email, and other workloads?

  1. Defender for Cloud Apps
  2. Defender for Office 365
  3. Microsoft Defender XDR
  4. Defender Vulnerability Management

Correct Answer: 3. Microsoft Defender XDR

Explanation:

Microsoft Defender XDR provides a unified security experience by correlating signals from multiple Microsoft Defender workloads. Security teams can investigate relationships between endpoint, identity, email, and other security events as part of broader incidents rather than treating each alert as an isolated event. This correlation can provide additional context about attack chains and help analysts understand the scope of an incident. Defender for Cloud Apps focuses on cloud applications, Defender for Office 365 protects email and collaboration, and Defender Vulnerability Management focuses on vulnerabilities and remediation. Therefore, Microsoft Defender XDR is the appropriate solution for unified incident investigation across multiple Microsoft security workloads.

Question 399. Which Microsoft security principle requires organizations to assume attackers may already have access and to design controls accordingly?

  1. Least privilege
  2. Verify explicitly
  3. Assume breach
  4. Trust explicitly

Correct Answer: 3. Assume breach

Explanation:

The Zero Trust principle of assume breach encourages organizations to operate with the expectation that an attacker may already have compromised a user, device, application, or other part of the environment. This mindset leads organizations to implement layered defenses rather than depending on a single perimeter. Controls such as network segmentation, strong authentication, least privilege, continuous monitoring, detection, and rapid response can limit the impact of a successful compromise. Least privilege focuses on minimizing permissions, while verify explicitly focuses on evaluating access requests using relevant signals. Therefore, assume breach is the principle that directly requires organizations to design security controls with existing or potential compromise in mind.

Question 400. Which architecture best represents a comprehensive Microsoft security approach for protecting identities, devices, applications, and data?

  1. Permanent trust based on network location
  2. Password-only authentication and unrestricted privileges
  3. Zero Trust using strong identity controls, compliant devices, least privilege, data protection, detection, and continuous monitoring
  4. Shared administrator accounts with broad access

Correct Answer: 3. Zero Trust using strong identity controls, compliant devices, least privilege, data protection, detection, and continuous monitoring

Explanation:

A comprehensive Microsoft security architecture can use Zero Trust principles across identities, devices, applications, and data. Strong identity controls can include multifactor and phishing-resistant authentication, Conditional Access, risk-based policies, and privileged access management. Device security can use Intune compliance and Defender for Endpoint, while data protection can use Microsoft Purview capabilities such as sensitivity labels and Data Loss Prevention. Microsoft Defender XDR and Sentinel can provide detection, investigation, correlation, automation, and monitoring capabilities. Least privilege further reduces unnecessary access. This layered approach avoids relying on network location or permanent trust and instead continuously evaluates security signals and limits exposure across the environment.