View Full Microsoft SC-900 Exam Dumps and Practice Test Dumps
Question 261. What is the primary difference between authentication and authorization?
- Authentication determines what resources a user can access, while authorization verifies identity
- Authentication verifies identity, while authorization determines what an authenticated identity is permitted to access
- Authentication encrypts data, while authorization detects malware
- Authentication manages backups, while authorization manages network traffic
Correct Answer: 2. Authentication verifies identity, while authorization determines what an authenticated identity is permitted to access.
Explanation:
Authentication and authorization are related but perform different security functions. Authentication establishes that a person, application, or service is really who or what it claims to be. Examples include passwords, Microsoft Authenticator, security keys, and other authentication methods. Authorization happens after authentication and determines which resources or actions the authenticated identity is allowed to use. Microsoft Entra ID can authenticate users and support authorization through roles, groups, Conditional Access, and other controls. Understanding this distinction is fundamental to identity security because successfully proving an identity does not automatically grant unrestricted access to organizational resources.
Question 262. Which Microsoft Entra capability helps administrators assign permissions to resources according to job responsibilities?
- Role-based access control
- Microsoft Sentinel
- Microsoft Purview Audit
- Microsoft Defender Antivirus
Correct Answer: 1. Role-based access control.
Explanation:
Role-based access control, commonly called RBAC, allows permissions to be associated with defined roles rather than being assigned individually to every user for every resource. This makes access management easier to administer and supports the principle of least privilege. For example, an administrator might receive permissions appropriate for managing a particular resource, while another employee receives only permissions required for viewing it. Microsoft platforms use role-based access concepts extensively. By organizing permissions around responsibilities, organizations can reduce unnecessary access and make it easier to review, modify, and revoke privileges when job responsibilities change.
Question 263. Which Microsoft Entra feature provides single sign-on so users can access multiple supported applications after signing in?
- Microsoft Defender for Cloud
- Microsoft Sentinel
- Microsoft Entra single sign-on
- Microsoft Purview eDiscovery
Correct Answer: 3. Microsoft Entra single sign-on.
Explanation:
Microsoft Entra single sign-on, or SSO, allows users to authenticate once and then access multiple applications that are configured to work with the organization’s identity provider. This can improve the user experience by reducing repeated sign-in prompts and can also simplify identity administration. SSO does not mean that applications become unsecured or that authentication is eliminated. Instead, the identity platform handles authentication and provides the appropriate application access based on configured trust and authorization settings. Organizations can combine SSO with MFA, Conditional Access, and other identity controls to maintain security while reducing unnecessary authentication friction.
Question 264. Which authentication approach is generally considered passwordless?
- Reusing the same password across applications
- Increasing password length only
- Writing passwords in a password manager
- Using Windows Hello for Business
Correct Answer: 4. Using Windows Hello for Business.
Explanation:
Windows Hello for Business provides a passwordless authentication experience by allowing users to authenticate with device-bound credentials combined with methods such as a PIN, fingerprint, or facial recognition, depending on the device and configuration. The PIN is associated with the specific device rather than functioning as a traditional reusable password across services. Passwordless authentication can reduce exposure to common password-based attacks such as credential theft and password spraying. Microsoft Entra ID supports passwordless authentication methods as part of its identity security capabilities, allowing organizations to improve authentication security while providing users with convenient ways to sign in.
Question 265. What is a major security benefit of phishing-resistant authentication methods?
- They eliminate the need for authorization
- They reduce the effectiveness of attacks that attempt to steal or trick users into revealing authentication secrets
- They automatically encrypt every database
- They replace all network firewalls
Correct Answer: 2. They reduce the effectiveness of attacks that attempt to steal or trick users into revealing authentication secrets.
Explanation:
Phishing-resistant authentication methods are designed to prevent attackers from successfully using credentials or authentication information obtained through phishing techniques. Methods such as FIDO2 security keys use cryptographic mechanisms that bind authentication to the legitimate service, making common credential-harvesting techniques much less effective. This differs from traditional passwords and some authentication methods that can potentially be entered into a fraudulent website. Microsoft Entra supports strong authentication options that can be used to strengthen identity security. Phishing-resistant authentication is particularly valuable for protecting privileged accounts and other identities that could provide significant access if compromised.
Question 266. Which Conditional Access condition can be used to apply access policies based on the network location from which a user signs in?
- Location
- File extension
- Database schema
- Retention label
Correct Answer: 1. Location.
Explanation:
Microsoft Entra Conditional Access can evaluate the location associated with a sign-in and apply policies based on configured network locations. Administrators can define trusted locations and use location conditions as part of broader access policies. For example, an organization may require additional controls when users sign in from unfamiliar locations or allow different access requirements for recognized corporate networks. Location is only one possible signal; Conditional Access can also evaluate users, applications, devices, risk, authentication strength, and other conditions. Combining several signals allows organizations to make access decisions based on the context of a particular sign-in rather than relying solely on usernames and passwords.
Question 267. Which Conditional Access condition allows an organization to target policies specifically at certain cloud applications?
- User risk
- Named location
- Cloud apps or actions
- Device storage capacity
Correct Answer: 3. Cloud apps or actions.
Explanation:
Conditional Access policies can be targeted to specific cloud applications or actions so that different security requirements can be applied depending on what a user is attempting to access. An organization might require stronger authentication for a sensitive business application while applying different requirements to a lower-risk application. The cloud apps or actions condition is therefore useful for creating granular access policies. Conditional Access can combine this condition with other signals such as user membership, device state, location, sign-in risk, and authentication strength. This enables organizations to enforce security requirements appropriate to the sensitivity and context of the requested resource.
Question 268. Which Microsoft Entra ID Protection signal indicates that a user’s account may have been compromised?
- User risk
- Storage capacity
- Application size
- Device battery level
Correct Answer: 1. User risk.
Explanation:
Microsoft Entra ID Protection uses identity-related signals to identify potentially compromised users and risky authentication activity. User risk represents the likelihood that a particular identity has been compromised based on detected signals. Administrators can use this information with Conditional Access policies to require actions such as multifactor authentication or password changes when appropriate. User risk differs from sign-in risk, which focuses on the likelihood that a particular authentication attempt is suspicious. Understanding these risk concepts helps organizations respond to identity threats dynamically instead of treating every authentication request as equally trustworthy.
Question 269. Which statement best describes multifactor authentication?
- It requires only a longer password
- It requires two or more different authentication factors
- It disables authorization controls
- It only works for administrators
Correct Answer: 2. It requires two or more different authentication factors.
Explanation:
Multifactor authentication, or MFA, strengthens identity verification by requiring multiple types of authentication evidence. These factors can include something the user knows, such as a password; something the user has, such as a security key or phone; or something the user is, such as a biometric characteristic. The purpose is to prevent a stolen password from being sufficient by itself to gain access. Microsoft Entra supports MFA and can enforce it through Conditional Access and other identity security configurations. MFA is an important identity protection measure because attackers often target passwords as an initial way to compromise accounts.
Question 270. What is the main purpose of Microsoft Intune device compliance policies?
- To determine whether devices meet defined organizational security requirements
- To replace Microsoft Sentinel
- To create database tables
- To perform legal discovery
Correct Answer: 1. To determine whether devices meet defined organizational security requirements.
Explanation:
Microsoft Intune compliance policies evaluate devices against requirements established by an organization. These requirements can include conditions such as operating system versions, encryption status, password settings, device security configuration, or other supported compliance criteria. Compliance information can then be used with Microsoft Entra Conditional Access to help control access to organizational resources. A compliance policy does not simply mean that Intune manages the device; it specifically evaluates whether the device satisfies the organization’s defined conditions. This separation between configuration and compliance is important when designing endpoint security and access policies.
Question 271. What is the primary purpose of an Intune configuration profile?
- To investigate security incidents
- To configure settings on managed devices
- To discover cloud applications
- To perform eDiscovery searches
Correct Answer: 2. To configure settings on managed devices.
Explanation:
Intune configuration profiles are used to deploy and manage settings on enrolled devices. Administrators can use profiles to configure supported operating-system and device settings according to organizational requirements. Examples can include security settings, restrictions, connectivity configurations, and other device-management options. Configuration profiles are different from compliance policies. A configuration profile tells a device how certain settings should be configured, while a compliance policy evaluates whether the device meets specified requirements. Organizations often use both capabilities together so that Intune can configure devices and then evaluate whether those devices continue to satisfy security expectations.
Question 272. Which Intune capability can help deploy applications to managed devices?
- Microsoft Purview Audit
- Microsoft Sentinel workbooks
- Intune app management
- Azure DDoS Protection
Correct Answer: 3. Intune app management.
Explanation:
Microsoft Intune provides application management capabilities that help organizations deploy and manage applications on supported managed devices. Administrators can configure applications and assign them to users or device groups according to organizational requirements. This allows organizations to control which business applications are available and helps simplify application deployment at scale. Intune can manage applications alongside device configuration and compliance capabilities, creating a broader endpoint-management approach. Application management can also be used with other Microsoft security controls to help protect organizational data and ensure that users access business resources through appropriately managed applications and devices.
Question 273. Which Microsoft Defender capability provides antivirus protection for supported endpoints?
- Microsoft Defender Antivirus
- Microsoft Purview Data Map
- Microsoft Sentinel notebooks
- Microsoft Entra Access Reviews
Correct Answer: 1. Microsoft Defender Antivirus.
Explanation:
Microsoft Defender Antivirus provides antimalware and antivirus protection for supported devices by helping detect, prevent, and respond to malicious software. It is an endpoint security capability rather than an identity governance or compliance feature. Defender Antivirus works as part of Microsoft’s broader endpoint protection ecosystem and can be complemented by Microsoft Defender for Endpoint capabilities. Defender for Endpoint adds broader endpoint detection, investigation, vulnerability management, and response functionality. Understanding the distinction is important for SC-900 because Microsoft security products are designed for different security domains, and Defender Antivirus specifically addresses malware protection on supported endpoints.
Question 274. What is a key purpose of Attack Surface Reduction rules in Microsoft Defender for Endpoint?
- To create retention labels
- To reduce opportunities for common attack techniques to succeed
- To manage Microsoft Entra groups
- To create Sentinel workbooks
Correct Answer: 2. To reduce opportunities for common attack techniques to succeed.
Explanation:
Attack Surface Reduction rules are designed to help prevent or reduce behaviors commonly associated with malicious activity. They can provide controls that restrict risky application behaviors and techniques frequently used during attacks. This helps organizations reduce the number of pathways an attacker may use to compromise endpoints. Attack Surface Reduction is different from simply detecting an attack after it has occurred because the objective is to prevent or limit risky behavior in advance. Microsoft Defender for Endpoint includes endpoint security capabilities that can help organizations establish layered defenses across devices, supporting the broader principle of reducing exposure to threats.
Question 275. Which Microsoft Defender XDR capability can automatically investigate certain alerts and take supported remediation actions?
- Automated investigation and response
- Data Lifecycle Management
- Access Reviews
- Service Trust Portal
Correct Answer: 1. Automated investigation and response.
Explanation:
Microsoft Defender XDR includes automated investigation and response capabilities that can help analyze security alerts and perform supported remediation actions. Automation can reduce the amount of manual effort required from security teams, particularly when dealing with repetitive or well-understood security events. Defender XDR can correlate signals across supported Microsoft security products, allowing investigations to consider related activity rather than examining every alert in isolation. Automated actions remain governed by the organization’s configuration and supported capabilities. This approach complements human investigation by handling appropriate repetitive tasks while allowing security personnel to focus on complex incidents and decisions.
Question 276. What is the primary role of Microsoft Defender for Cloud’s cloud security posture management capabilities?
- To identify security weaknesses and provide recommendations for improving cloud security posture
- To manage employee payroll
- To create email signatures
- To perform password resets
Correct Answer: 1. To identify security weaknesses and provide recommendations for improving cloud security posture.
Explanation:
Cloud security posture management capabilities in Microsoft Defender for Cloud help organizations assess the security configuration and posture of their cloud resources. The service can identify areas where security requirements are not being met and provide recommendations that can help improve the environment. This differs from threat detection, which focuses more directly on identifying active or suspicious activity. Defender for Cloud combines posture management with additional security capabilities for supported workloads. Its recommendations can help organizations prioritize improvements and strengthen cloud environments before configuration weaknesses become a pathway for attackers.
Question 277. Which Defender for Cloud capability helps organizations evaluate their cloud environment against regulatory standards?
- Cloud Discovery
- Regulatory compliance dashboard
- Password reset
- Single sign-on
Correct Answer: 2. Regulatory compliance dashboard.
Explanation:
The regulatory compliance capabilities in Microsoft Defender for Cloud help organizations understand how their cloud environment aligns with selected regulatory standards and security frameworks. The regulatory compliance dashboard presents relevant assessments and information that can help organizations identify areas requiring attention. It does not automatically guarantee that an organization is legally compliant; instead, it provides security and compliance assessment information that can support compliance activities. Organizations still need to understand their specific regulatory obligations, business processes, and evidence requirements. This distinction is important because technical security recommendations are only one part of an overall compliance program.
Question 278. What is the difference between Microsoft Sentinel and Microsoft Defender XDR?
- Sentinel is primarily a SIEM platform, while Defender XDR focuses on detecting and responding to threats across Microsoft’s security ecosystem
- Sentinel is an operating system, while Defender XDR is a database
- Sentinel only manages passwords, while Defender XDR manages payroll
- Both products are identical and provide exactly the same capabilities
Correct Answer: 1. Sentinel is primarily a SIEM platform, while Defender XDR focuses on detecting and responding to threats across Microsoft’s security ecosystem.
Explanation:
Microsoft Sentinel is a cloud-native security information and event management platform that can collect, analyze, and correlate security data from Microsoft and other sources. Defender XDR focuses on extended detection and response across supported security domains such as endpoints, identities, email, and applications. The products can work together rather than being mutually exclusive. Sentinel can provide broader SIEM capabilities and centralized analysis, while Defender XDR provides security detections and coordinated response across Microsoft’s security products. Understanding this distinction helps explain why organizations may use both platforms as components of a larger security operations strategy.
Question 279. Which Microsoft Sentinel feature is commonly used to visualize security data and trends?
- Access packages
- Workbooks
- Sensitivity labels
- Security Defaults
Correct Answer: 2. Workbooks.
Explanation:
Microsoft Sentinel workbooks provide interactive visualizations that help security teams analyze and present security data. Workbooks can display information through charts, tables, metrics, and other visual elements, making it easier to understand trends, investigate activity, and communicate security information. They can be customized for different operational and reporting requirements. Workbooks are different from analytics rules, which are used to detect conditions that may indicate security threats, and playbooks, which support automated response workflows. Together, these Sentinel capabilities contribute to monitoring, detection, investigation, visualization, and response within a security operations environment.
Question 280. Which Microsoft Purview capability helps organizations discover and classify sensitive information across supported data sources?
- Microsoft Entra PIM
- Microsoft Defender Antivirus
- Microsoft Purview Information Protection
- Azure Firewall
Correct Answer: 3. Microsoft Purview Information Protection.
Explanation:
Microsoft Purview Information Protection helps organizations discover, classify, and protect information according to its sensitivity. Classification can help identify the nature and sensitivity of organizational data and support appropriate protection measures such as sensitivity labels and related controls. This capability is part of Microsoft’s broader data security and compliance ecosystem. It is distinct from identity services such as Microsoft Entra PIM and endpoint protection products such as Defender Antivirus. By applying information protection principles to sensitive data, organizations can improve their ability to control, protect, and govern information throughout its lifecycle.