CertSafari

    Free Microsoft 365 Certified: Copilot and Agent Administration Fundamentals (AB-900) Sample Questions

    35 free sample questions from our bank of 350+, covering every exam domain, with answers and detailed explanations. Updated August 2026.

    Domain 1: Identify the core features and objects of Microsoft 365 services

    Subdomain 1.2: Understand the Microsoft 365 security principles

    1.A manufacturing company prohibits employees from bringing mobile phones onto the factory floor. Which authentication method should they use to provide highly secure, passwordless sign-in for shared workstations?

    1. A.SMS-based authentication
    2. B.Microsoft Authenticator app
    3. C.FIDO2 security keys
    4. D.Voice call authentication
    Show answer & explanation

    Correct answer: CFIDO2 security keys

    • A. Incorrect. SMS-based authentication requires a mobile phone to receive a text message, which is prohibited on the factory floor. Furthermore, SMS is not a passwordless method and is vulnerable to interception and SIM swapping.
    • B. Incorrect. The Microsoft Authenticator app requires a smartphone to approve push notifications or generate TOTP codes. Since mobile phones are not allowed, this method is not viable for this scenario.
    • C. Correct. FIDO2 security keys provide a hardware-based, phishing-resistant, passwordless authentication method. They do not require a mobile device, making them the ideal solution for high-security environments and shared workstations where phones are prohibited.
    • D. Incorrect. Voice call authentication requires access to a phone to receive a call. It is neither passwordless nor permitted in an environment where mobile devices are banned.

    Subdomain 1.2: Understand the Microsoft 365 security principles

    2.A user wants to sign in to their assigned corporate Windows 11 laptop using facial recognition instead of typing a password. Which feature should be configured?

    1. A.Windows Hello for Business
    2. B.Microsoft Authenticator
    3. C.FIDO2 security keys
    4. D.OATH hardware tokens
    Show answer & explanation

    Correct answer: AWindows Hello for Business

    • A. Windows Hello for Business is a biometric sign-in feature designed for Windows 10 and 11. It allows users to sign in to their devices using facial recognition, fingerprints, or a PIN, providing a secure and convenient passwordless experience specifically for corporate-managed laptops.
    • B. Microsoft Authenticator is a mobile app used primarily for Multi-Factor Authentication (MFA) and passwordless phone sign-in to cloud services. While it is a key part of Microsoft's identity strategy, it does not provide the facial recognition capability for local Windows device login.
    • C. FIDO2 security keys are external physical hardware devices used for passwordless authentication. Although they are a secure alternative to passwords, they do not utilize the laptop's built-in camera for facial recognition.
    • D. OATH hardware tokens are physical devices that generate time-based one-time passwords (TOTP) for MFA. They are used for manual entry of codes and do not support biometric facial recognition or direct passwordless sign-in for Windows laptops.

    Subdomain 1.2: Understand the Microsoft 365 security principles

    3.A security administrator is configuring Conditional Access policies to secure Microsoft 365. Which of the following signals can be used to make access decisions?(Select 3)

    1. A.User or group membership
    2. B.IP location information
    3. C.Device compliance state
    4. D.The user's job title in HR records
    5. E.The time of day the user signs in
    Show answer & explanation

    Correct answers: A, B, CUser or group membership; IP location information; Device compliance state

    • A. Correct. User or group membership is a fundamental signal for Conditional Access. It allows administrators to include or exclude specific users or groups to ensure that policies are applied to the correct identities within the organization.
    • B. Correct. IP location information is used via named locations or country/region-based policies. This allows administrators to enforce access controls based on the geographic location or specific network ranges of the user's sign-in attempt.
    • C. Correct. Device compliance state is a standard signal often integrated with Microsoft Intune. It ensures that only devices meeting specific security standards, such as encryption or up-to-date antivirus, can access protected resources.
    • D. Incorrect. While Entra ID stores user attributes, Conditional Access does not natively use job titles from HR records as a direct signal. Access decisions are based on identity, device, location, and risk rather than specific HR record fields.
    • E. Incorrect. The time of day is not a standard, built-in signal for Microsoft Entra Conditional Access policies. Policies are primarily triggered by the identity's context, device health, and sign-in risk levels.

    Subdomain 1.3: Identify the core security features of Microsoft 365 services

    4.Your organization has an on-premises Active Directory and wants to use the same identities in Microsoft 365. Which tool should you use to synchronize these identities?

    1. A.Microsoft Entra Connect
    2. B.Microsoft Intune
    3. C.Microsoft Defender for Identity
    4. D.Microsoft Entra Application Proxy
    Show answer & explanation

    Correct answer: AMicrosoft Entra Connect

    • A. Correct. Microsoft Entra Connect (formerly Azure AD Connect) is the primary tool used to synchronize on-premises Active Directory objects (users, groups, etc.) with Microsoft Entra ID. This enables hybrid identity, allowing users to use the same credentials for both on-premises and cloud resources.
    • B. Incorrect. Microsoft Intune is a cloud-based endpoint management solution used for mobile device management (MDM) and mobile application management (MAM). It does not perform identity synchronization.
    • C. Incorrect. Microsoft Defender for Identity is a cloud-based security solution that leverages your on-premises Active Directory signals to identify, detect, and investigate advanced threats, compromised identities, and malicious insider actions. It is a security monitoring tool, not a synchronization tool.
    • D. Incorrect. Microsoft Entra Application Proxy provides secure remote access to on-premises web applications for external users. While it integrates with Microsoft Entra ID, it is used for application publishing rather than synchronizing the directory itself.

    Subdomain 1.3: Identify the core security features of Microsoft 365 services

    5.What are two benefits of using Single Sign-On (SSO) in an organization?(Select 2)

    1. A.Users only need to remember one set of credentials.
    2. B.It eliminates the need for Conditional Access policies.
    3. C.It reduces the number of password reset requests to the IT helpdesk.
    4. D.It automatically blocks all sign-ins from outside the corporate network.
    5. E.It replaces the need for multifactor authentication (MFA).
    Show answer & explanation

    Correct answers: A, CUsers only need to remember one set of credentials.; It reduces the number of password reset requests to the IT helpdesk.

    • A. Single Sign-On (SSO) allows users to access multiple applications and services with a single set of credentials. This simplifies the user experience by reducing the number of passwords they need to remember and manage.
    • B. SSO does not eliminate the need for Conditional Access policies. Conditional Access is a separate security engine used to provide additional security by enforcing specific access controls based on conditions like location, device state, or risk level.
    • C. By reducing the number of passwords users must manage, SSO decreases the frequency of forgotten passwords. This, in turn, reduces the number of password reset requests submitted to the IT helpdesk, saving administrative time and resources.
    • D. SSO does not automatically block sign-ins from outside the corporate network. Location-based restrictions are typically handled through Conditional Access policies, firewall rules, or VPN requirements.
    • E. SSO does not replace the need for multifactor authentication (MFA). MFA provides an additional layer of security by requiring multiple forms of verification, and it is considered a complementary best practice to use alongside SSO.

    Subdomain 1.3: Identify the core security features of Microsoft 365 services

    6.To use dynamic membership rules for groups in Microsoft Entra ID, the tenant must have at least a ________ license.

    1. A.Microsoft Entra ID Free
    2. B.Microsoft Entra ID P1
    3. C.Microsoft 365 Business Basic
    Show answer & explanation

    Correct answer: BMicrosoft Entra ID P1

    • A. Incorrect. Microsoft Entra ID Free (formerly Azure AD Free) supports basic features such as Single Sign-On (SSO) and Multi-Factor Authentication (MFA), but it does not include advanced group management capabilities like dynamic membership rules.
    • B. Correct. Microsoft Entra ID P1 is the minimum license level required to implement dynamic membership rules for groups. This feature allows administrators to define rules based on user or device attributes (e.g., department or location) to automatically manage group membership.
    • C. Incorrect. Microsoft 365 Business Basic is a productivity suite subscription that includes core cloud services but does not inherently provide the Microsoft Entra ID P1 features required for dynamic group membership. A higher-tier license like Microsoft 365 Business Premium or Entra ID P1/P2 is required.

    Subdomain 1.1: Identify the core objects of Microsoft 365 services

    7.A user in your organization is leaving the company. You need to ensure that their manager can access the user's mailbox and send emails on their behalf. Which actions should you perform?(Select 2)

    1. A.Convert the user mailbox to a shared mailbox.
    2. B.Delete the user account immediately.
    3. C.Grant the manager Full Access and Send As permissions to the mailbox.
    4. D.Change the mailbox type to a Resource mailbox.
    5. E.Create a mail contact for the manager.
    Show answer & explanation

    Correct answers: A, CConvert the user mailbox to a shared mailbox.; Grant the manager Full Access and Send As permissions to the mailbox.

    • A. Converting the user mailbox to a shared mailbox is a standard practice when offboarding employees. This allows the mailbox to be retained and accessed without requiring an active Microsoft 365 license, though permissions must still be assigned to allow others to open it.
    • B. Deleting the user account immediately is not recommended in this scenario. Doing so would remove the manager's access to the mailbox and eventually lead to the permanent deletion of the data unless specific retention policies are in place.
    • C. Granting Full Access and Send As permissions is the direct method for enabling delegation. Full Access allows the manager to open and read the mailbox, while Send As allows them to send emails that appear to come from the former employee's address.
    • D. Resource mailboxes are specifically designed for coordinating resources like meeting rooms or company equipment. They are not intended for preserving or managing a former employee's email account.
    • E. A mail contact is an object that contains information about a person who exists outside of your organization. It does not provide any access to internal mailboxes or allow for delegating permissions to a manager.

    Subdomain 1.1: Identify the core objects of Microsoft 365 services

    8.Identify the core objects of Microsoft 365 services.(Select 2)

    1. A.Folders
    2. B.Files
    3. C.Document Sets
    4. D.Subsites
    5. E.Web parts
    6. F.Site columns
    Show answer & explanation

    Correct answers: A, BFolders; Files

    • A. Correct. Folders are fundamental container objects within Microsoft 365 services, particularly in SharePoint Online and OneDrive for Business, used to organize and structure content within libraries.
    • B. Correct. Files are the primary content objects in Microsoft 365. They represent the core data units (such as documents, spreadsheets, and presentations) that users create, store, and collaborate on across various services.
    • C. Incorrect. Document Sets are a specialized feature in SharePoint used to manage multiple documents as a single entity. While useful, they are considered an advanced content management feature rather than a core object of Microsoft 365 services.
    • D. Incorrect. Subsites are a legacy method of structuring SharePoint site hierarchies. Microsoft now recommends a 'flat' architecture using Hub Sites, and subsites are not considered core objects of the modern Microsoft 365 ecosystem.
    • E. Incorrect. Web parts are building blocks used to customize the layout and functionality of SharePoint pages. They are UI components rather than core data or service objects.
    • F. Incorrect. Site columns are metadata elements used to define reusable data fields. While they are critical for data classification and consistency, they are attributes of objects rather than core objects themselves.

    Subdomain 1.1: Identify the core objects of Microsoft 365 services

    9.Which default SharePoint Online site group provides users with full control over a site, including the capability to manage site permissions and settings?

    1. A.Site Members
    2. B.Site Owners
    3. C.Site Visitors
    4. D.Site Administrators
    Show answer & explanation

    Correct answer: BSite Owners

    • A. Site Members typically have 'Edit' or 'Contribute' permissions. This allows them to add, edit, or delete items and files, but they do not have the highest level of control required to manage site-wide settings or site permissions.
    • B. Site Owners are assigned the 'Full Control' permission level. They have complete authority over the site, which includes the ability to manage site structure, customize settings, and grant or revoke permissions for other users.
    • C. Site Visitors are assigned 'Read' permissions. This allows them to view content and download documents but prevents them from making any changes to the site content, settings, or permissions.
    • D. While 'Site Collection Administrator' is a role with higher-level privileges, 'Site Administrators' is not the standard name for the default group at the site level. The core role responsible for site-level management in the Microsoft 365 group-connected site model is the Site Owner.

    Subdomain 1.1: Identify the core objects of Microsoft 365 services

    10.Which of the following are standard default permission levels in Microsoft SharePoint Online?(Select 4)

    1. A.Full Control
    2. B.Edit
    3. C.Read
    4. D.Approve
    5. E.Design
    6. F.Manage Hierarchy
    Show answer & explanation

    Correct answers: A, B, C, EFull Control; Edit; Read; Design

    • A. Full Control is a default permission level that grants users all available permissions, including the ability to manage permissions and change site settings. It is assigned to the 'Owners' group by default.
    • B. Edit is a default permission level that allows users to add, edit, and delete lists; it also permits viewing, adding, updating, and deleting list items and documents. It is the default level for the 'Members' group in modern SharePoint sites.
    • C. Read is a default permission level that allows users to view pages and list items and download documents. It is typically assigned to the 'Visitors' group.
    • D. Approve is a default permission level, but it is generally only available when SharePoint Server Publishing features are enabled or specific workflows are in use; it is not considered a standard level for all team sites.
    • E. Design is a standard default permission level that allows users to view, add, update, delete, approve, and customize items, as well as change the layout and appearance of pages and site themes.
    • F. Manage Hierarchy is a default permission level specific to sites with Publishing features activated, allowing users to manage site structure and settings.

    Domain 2: Understand data protection and governance tasks for Microsoft 365 and Copilot

    Subdomain 2.4: Identify and monitor oversharing in SharePoint in Microsoft 365

    11.An admin wants to ensure that even if a user shares a file from the 'HR Confidential' site, only users in the 'HR Department' security group can access the site. What should they configure?

    1. A.Site access reviews
    2. B.Restricted site access
    3. C.Default sharing link type
    4. D.Guest access restrictions
    Show answer & explanation

    Correct answer: BRestricted site access

    • A. Site access reviews are governance and auditing controls used to periodically review and validate existing access permissions. They do not enforce a real-time access boundary that prevents unauthorized users from accessing shared content.
    • B. Restricted site access (RSA) is a SharePoint policy that allows administrators to limit site access to members of a specific security group (e.g., HR Department). Even if a file within the site is shared with a user outside that group, the RSA policy will block that user's access at the site level, acting as an effective 'access fence'.
    • C. The default sharing link type determines which link setting is selected by default when a user clicks the Share button (such as 'People in your organization' or 'Specific people'). It does not enforce security group-based access restrictions on the site itself.
    • D. Guest access restrictions control whether external users can be invited to or access content within a site. They do not provide the capability to restrict internal access to a specific Microsoft Entra security group.

    Subdomain 2.4: Identify and monitor oversharing in SharePoint in Microsoft 365

    12.Which SharePoint Advanced Management feature allows you to restrict access to a user's OneDrive to only a specific set of users?

    1. A.Restricted access control for OneDrive
    2. B.OneDrive retention policies
    3. C.OneDrive sync restrictions
    4. D.OneDrive storage limits
    Show answer & explanation

    Correct answer: ARestricted access control for OneDrive

    • A. Correct. Restricted access control (RAC) for OneDrive is a SharePoint Advanced Management feature that allows administrators to limit access to a user's OneDrive content to a specific security group. This ensures that even if files were previously shared, only members of the specified group can access the OneDrive.
    • B. Incorrect. OneDrive retention policies are part of Microsoft Purview and are used to manage the data lifecycle (how long content is kept or when it is deleted) rather than controlling which users have access permissions.
    • C. Incorrect. OneDrive sync restrictions are used to control which devices or domains can synchronize files, focusing on device security and data leakage prevention rather than restricting access to a specific set of users.
    • D. Incorrect. OneDrive storage limits define the maximum storage capacity allocated to a user's OneDrive and do not affect or restrict user access permissions.

    Subdomain 2.4: Identify and monitor oversharing in SharePoint in Microsoft 365

    13.You need to generate a report showing which SharePoint sites have the most files labeled with a specific sensitivity label. Which report do you run?

    1. A.Site usage report
    2. B.Sensitivity labels report in Data access governance
    3. C.Data loss prevention report
    4. D.Information protection report
    Show answer & explanation

    Correct answer: BSensitivity labels report in Data access governance

    • A. Incorrect. The Site usage report focuses on activity and storage metrics such as site visits, unique viewers, and storage used. It does not provide data regarding the distribution of sensitivity labels across files within those sites.
    • B. Correct. The Sensitivity labels report, located within Data access governance (in the SharePoint admin center), is specifically designed to help administrators identify where labeled content resides. It identifies which SharePoint sites contain the highest number of files with specific sensitivity labels, which is key for identifying potential oversharing of sensitive data.
    • C. Incorrect. The Data loss prevention (DLP) report is used to monitor policy matches and incidents where sensitive data has been shared or handled incorrectly. It is used for enforcement and violation tracking rather than analyzing the distribution of labeled files across sites.
    • D. Incorrect. While the Information protection report in Microsoft Purview provides broad insights into sensitivity label usage across the tenant, the specific requirement to identify and compare SharePoint sites by label density is a function of the Data access governance reports in SharePoint.

    Subdomain 2.4: Identify and monitor oversharing in SharePoint in Microsoft 365

    14.Which two reports are available under Data access governance in the SharePoint admin center?(Select 2)

    1. A.Sharing links report
    2. B.Sensitivity labels report
    3. C.Site storage report
    4. D.User activity report
    5. E.Search analytics report
    Show answer & explanation

    Correct answers: A, BSharing links report; Sensitivity labels report

    • A. Correct. The Sharing links report is a primary component of Data access governance (DAG). It helps administrators identify sites where users have created 'Anyone' links or 'People in your organization' links, which are key indicators of potential oversharing.
    • B. Correct. The Sensitivity labels report under Data access governance shows which sites have specific sensitivity labels applied. This allows administrators to monitor sites containing sensitive or highly confidential data to ensure appropriate sharing controls are in place.
    • C. Incorrect. The Site storage report is an administrative metric used for capacity and resource management. While it is available in the SharePoint admin center, it is not part of the Data access governance reports.
    • D. Incorrect. User activity reports are standard usage and audit reports found in the Microsoft 365 admin center or the general 'Usage' section of SharePoint reports, but they are not listed under the specific Data access governance blade.
    • E. Incorrect. The Search analytics report is located under the Search section of the SharePoint admin center and focuses on search queries and performance rather than data governance or oversharing.

    Subdomain 2.1: Understand Microsoft Purview

    15.A user creates a new Word document and types a highly confidential project code. You want Microsoft Purview to automatically suggest applying a 'Confidential' label to the document. What feature enables this functionality?

    1. A.Auto-labeling
    2. B.Retention labels
    3. C.Insider Risk Management
    4. D.Exact Data Match (EDM)
    Show answer & explanation

    Correct answer: AAuto-labeling

    • A. Correct. Auto-labeling in Microsoft Purview Information Protection can detect sensitive content (such as keywords or project codes) and automatically apply or recommend a sensitivity label. This feature helps ensure consistent classification and protection of sensitive data across the organization.
    • B. Incorrect. Retention labels are used for Data Lifecycle Management to control how long content is kept and when it should be deleted. They are not used to classify information based on confidentiality or to suggest sensitivity labels.
    • C. Incorrect. Insider Risk Management focuses on identifying and mitigating internal risks, such as potential data leaks or policy violations by employees. It does not handle the automated suggestion of sensitivity labels based on document content.
    • D. Incorrect. Exact Data Match (EDM) is a sensitive information type (SIT) classification method used to detect specific values from a structured database (like customer IDs). While it can be used as a trigger within an auto-labeling policy, it is the classification mechanism itself, whereas 'Auto-labeling' is the overarching feature that provides the suggestion functionality.

    Subdomain 2.1: Understand Microsoft Purview

    16.Which of the following types of inappropriate content can Microsoft Purview Communication Compliance detect?(Select 3)

    1. A.Profanity and harassment
    2. B.Threats of violence
    3. C.Regulatory compliance violations, such as insider trading
    4. D.Malware embedded in email attachments
    5. E.Distributed Denial of Service (DDoS) attacks
    6. F.Unauthorized changes to firewall rules
    Show answer & explanation

    Correct answers: A, B, CProfanity and harassment; Threats of violence; Regulatory compliance violations, such as insider trading

    • A. Microsoft Purview Communication Compliance uses machine learning and keyword matching to identify offensive language, including profanity and harassment, across Microsoft 365 channels like Teams, Outlook, and Yammer.
    • B. The service includes built-in templates designed to detect threatening language and threats of violence, helping organizations ensure a safe workplace by flagging harmful communication.
    • C. Communication Compliance identifies communications that may breach legal or regulatory requirements, such as insider trading or other regulated-content violations, by monitoring keywords and data patterns.
    • D. Malware detection in email attachments is a function of Microsoft Defender for Office 365, not Communication Compliance, which focuses on policy violations within the text and context of communication.
    • E. DDoS attacks are network-level security threats. These are mitigated by services like Azure DDoS Protection rather than communication compliance tools.
    • F. Unauthorized firewall changes are infrastructure and configuration security events. These would be monitored via security logs and SIEM solutions like Microsoft Sentinel, not Purview Communication Compliance.

    Subdomain 2.1: Understand Microsoft Purview

    17.Microsoft Purview ________ helps organizations prevent sensitive information from being shared inappropriately with external parties.

    1. A.Data Loss Prevention (DLP)
    2. B.Insider Risk Management
    3. C.Communication Compliance
    Show answer & explanation

    Correct answer: AData Loss Prevention (DLP)

    • A. Correct. Data Loss Prevention (DLP) is the primary Microsoft Purview tool designed to identify, monitor, and automatically protect sensitive information (such as credit card numbers, PII, or internal-only files). DLP policies allow organizations to block or warn users when they attempt to share this data with external parties across services like Exchange, SharePoint, OneDrive, and Teams.
    • B. Incorrect. Insider Risk Management focuses on identifying and mitigating risky behaviors from within the organization, such as intellectual property theft or security policy violations by employees. While it monitors for data exfiltration, it is a behavioral analysis tool rather than a real-time prevention mechanism for sensitive data sharing with external parties.
    • C. Incorrect. Communication Compliance is used to detect, capture, and act on inappropriate messages within an organization, such as harassment, offensive language, or regulatory compliance violations (e.g., in financial services). It is not the primary tool for preventing the leakage of sensitive data to external parties.

    Subdomain 2.2: Understand data security implications of Copilot

    18.A user asks Microsoft 365 Copilot to summarize a highly confidential project document. The user does not have read permissions for this document in SharePoint. How will Copilot respond?

    1. A.Copilot will summarize the document but redact sensitive keywords.
    2. B.Copilot will state that it cannot find or access the document.
    3. C.Copilot will automatically request access from the document owner.
    4. D.Copilot will provide a partial summary based on the document's metadata.
    Show answer & explanation

    Correct answer: BCopilot will state that it cannot find or access the document.

    • A. Incorrect. Microsoft 365 Copilot adheres strictly to the user's existing permissions and will not access or summarize content that the user does not have permission to read. It does not perform automatic redaction of keywords to bypass access controls.
    • B. Correct. Copilot respects the Microsoft 365 security model and SharePoint permissions. If a user lacks read permissions for a specific file, Copilot cannot retrieve or process that file, and it will respond by stating it cannot find or access the document.
    • C. Incorrect. Copilot does not automate access requests or interact with SharePoint permission workflows on the user's behalf. Access must be granted through standard Microsoft 365 sharing and permission management tools.
    • D. Incorrect. Copilot only utilizes data the user is authorized to access. It will not use metadata to circumvent permission settings or provide a partial summary of a restricted document.

    Subdomain 2.2: Understand data security implications of Copilot

    19.An administrator wants to ensure that Microsoft 365 Copilot only surfaces appropriate data and that sensitive information is protected. Which three actions should the administrator take?(Select 3)

    1. A.Implement Microsoft Purview Sensitivity Labels.
    2. B.Conduct access reviews to ensure least privilege in SharePoint.
    3. C.Enable public link sharing for all internal documents.
    4. D.Apply Data Loss Prevention (DLP) policies.
    5. E.Disable Multi-Factor Authentication (MFA) to speed up Copilot access.
    6. F.Store all sensitive data on local, unencrypted hard drives.
    Show answer & explanation

    Correct answers: A, B, DImplement Microsoft Purview Sensitivity Labels.; Conduct access reviews to ensure least privilege in SharePoint.; Apply Data Loss Prevention (DLP) policies.

    • A. Correct. Microsoft Purview Sensitivity Labels help classify and protect sensitive content by enforcing appropriate access and usage policies. Since Copilot respects these labels, they are a critical component in ensuring it only surfaces data that users are authorized to see.
    • B. Correct. Microsoft 365 Copilot respects existing user permissions (following the principle of least privilege). Conducting access reviews in SharePoint reduces the risk of oversharing and ensures that users—and by extension, Copilot—cannot access sensitive information they are not supposed to see.
    • C. Incorrect. Enabling public link sharing for internal documents increases the risk of data leakage and unauthorized access, making it more difficult to control what information Copilot might surface to users.
    • D. Correct. Data Loss Prevention (DLP) policies are used to identify and protect sensitive information across the Microsoft 365 ecosystem. These policies act as a safeguard to prevent the unauthorized sharing or distribution of sensitive data processed or generated by Copilot.
    • E. Incorrect. Disabling Multi-Factor Authentication (MFA) significantly weakens the organization's security posture and increases the risk of unauthorized account access, which could lead to sensitive data being exposed via Copilot.
    • F. Incorrect. Storing data on local, unencrypted drives bypasses the centralized governance and protection features of Microsoft 365, making the data unmanageable and vulnerable to physical theft or loss.

    Subdomain 2.2: Understand data security implications of Copilot

    20.Copilot for Microsoft 365 enforces data access controls based on the permissions configured in ________.

    1. A.Microsoft Entra ID and M365
    2. B.The public internet
    3. C.OpenAI's servers
    Show answer & explanation

    Correct answer: AMicrosoft Entra ID and M365

    • A. Correct. Copilot for Microsoft 365 leverages existing permissions and security settings established in Microsoft Entra ID (formerly Azure Active Directory) and Microsoft 365. It respects the same data access boundaries that apply to other Microsoft 365 services, ensuring that users only interact with content they are already authorized to see.
    • B. Incorrect. The public internet is an external network and does not hold internal organizational permissions or access control configurations for Microsoft 365 data.
    • C. Incorrect. While Copilot utilizes large language models, data access controls are not configured or enforced on OpenAI's infrastructure. Copilot respects Microsoft 365 security boundaries and uses tenant data permissions to govern access.

    Subdomain 2.2: Understand data security implications of Copilot

    21.Microsoft Graph only indexes public internet data to ground Copilot responses.

    1. A.True
    2. B.False
    Show answer & explanation

    Correct answer: BFalse

    • A. The statement is false because Microsoft Graph indexes internal organizational data within a Microsoft 365 tenant—such as documents, emails, chats, and calendar events—to provide relevant context for Copilot responses.
    • B. The statement is false because Microsoft Graph is designed to surface private organizational content and user context; grounding in public internet data is typically handled by Bing Search integration rather than the Graph.

    Subdomain 2.3: Identify data protection and governance risks for Microsoft 365 and Copilot

    22.Which Microsoft Purview tool allows administrators to browse the actual source content of files that contain sensitive information?

    1. A.Activity Explorer
    2. B.Content Explorer
    3. C.Compliance Manager
    4. D.Insider Risk Management
    Show answer & explanation

    Correct answer: BContent Explorer

    • A. Activity Explorer is used to monitor historical activities and events related to sensitive data, such as when labels are applied, changed, or removed. It provides a log of actions rather than a tool for browsing the actual file content.
    • B. Content Explorer is the specific tool within Microsoft Purview's data classification framework that allows administrators (with the correct permissions, such as the Content Explorer Content Viewer role) to browse and inspect the actual source content of files identified as containing sensitive information. This is essential for verifying classification accuracy and reviewing data in context.
    • C. Compliance Manager is a risk assessment tool used to track regulatory compliance posture, manage improvement actions, and provide a compliance score. It does not provide the capability to browse or inspect individual file contents.
    • D. Insider Risk Management focuses on detecting, investigating, and mitigating potentially malicious or unintentional risky activities by users within an organization. It does not serve as a general-purpose tool for browsing the content of sensitive files.

    Subdomain 2.3: Identify data protection and governance risks for Microsoft 365 and Copilot

    23.An HR department wants to detect if employees who recently submitted resignation letters are downloading large amounts of confidential data. Which tool should you use?

    1. A.Communication Compliance
    2. B.Insider Risk Management
    3. C.Microsoft Purview eDiscovery
    4. D.Data Lifecycle Management
    Show answer & explanation

    Correct answer: BInsider Risk Management

    • A. Communication Compliance is used to monitor, detect, and act on inappropriate or risky messages within an organization, such as harassment or the sharing of sensitive information in Teams or Outlook. It is focused on the content of communications rather than monitoring bulk data downloads or movement.
    • B. Insider Risk Management is specifically designed to identify and act on risky user behaviors, such as data exfiltration by departing employees. It can leverage signals from HR connectors (like resignation submissions) and monitor data movement patterns (like bulk downloads) to detect potential threats before an employee leaves.
    • C. Microsoft Purview eDiscovery is used to search, preserve, and export content for legal cases and internal investigations. While it can be used to gather evidence after an incident has occurred, it is not a proactive monitoring or detection tool for behavioral risks.
    • D. Data Lifecycle Management focuses on the retention and deletion of data to meet compliance and regulatory requirements. It manages how long data is kept and when it is disposed of, but it does not analyze user behavior or detect unauthorized downloads.

    Subdomain 2.3: Identify data protection and governance risks for Microsoft 365 and Copilot

    24.A legal team requests all emails sent by a specific user containing the word 'Project X' between January and March. Which tool should you use?

    1. A.Content search
    2. B.Activity Explorer
    3. C.Compliance Manager
    4. D.Communication Compliance
    Show answer & explanation

    Correct answer: AContent search

    • A. Correct. Content search in the Microsoft Purview compliance portal is the designated tool for searching mailbox and other Microsoft 365 content. It allows you to filter by keywords (like 'Project X'), specific senders, and date ranges to locate and export content for legal discovery or internal investigations.
    • B. Incorrect. Activity Explorer is used to monitor user and system activities related to data protection and governance policies, such as the application of sensitivity labels or data loss prevention (DLP) events. It cannot be used to search the body of emails for specific keywords.
    • C. Incorrect. Compliance Manager is a dashboard used to track, manage, and assess your organization's overall compliance posture and scores relative to regulatory frameworks. It does not provide the functionality to search or retrieve specific email messages.
    • D. Incorrect. Communication Compliance is a tool used to detect and remediate policy-violating communications (such as harassment or insider risk threats). While it inspects communications, it is not the standard tool for performing ad-hoc content discovery for legal requests based on keywords and date ranges.

    Subdomain 2.3: Identify data protection and governance risks for Microsoft 365 and Copilot

    25.Which of the following actions can be taken directly from a DLP alert in the Microsoft Purview compliance portal?(Select 3)

    1. A.View the event details and sensitive data matched
    2. B.Change the alert status (e.g., Active, Dismissed)
    3. C.Format the user's hard drive
    4. D.Download the original file that triggered the alert
    5. E.Automatically terminate the user's employment contract
    Show answer & explanation

    Correct answers: A, B, DView the event details and sensitive data matched; Change the alert status (e.g., Active, Dismissed); Download the original file that triggered the alert

    • A. Correct. Viewing the event details and the specific sensitive information types (SITs) that matched the DLP policy is a core functionality. This allows investigators to see exactly why the content was flagged and which specific strings or patterns triggered the alert.
    • B. Correct. Managing the lifecycle of an alert is part of the standard triaging workflow. Administrators can change the alert status to Active, Investigating, Dismissed, or Resolved within the Microsoft Purview compliance portal.
    • C. Incorrect. Formatting a user's hard drive is a destructive hardware action and is not a feature of Microsoft Purview DLP. DLP focuses on monitoring, alerting, and enforcing data policies, not remote device destruction.
    • D. Correct. Provided the investigator has the necessary permissions (such as the Data Classification Content Viewer role), they can download the original file or item associated with the alert to conduct a deeper forensic review of the violation.
    • E. Incorrect. Employment termination is a legal and human resources process. While a DLP violation may lead to disciplinary action, the compliance portal does not have the capability to automatically terminate contracts.

    Domain 3: Perform basic administrative tasks for Copilot and agents

    Subdomain 3.1: Understand features and capabilities of Copilot and agents

    26.Which two capabilities are natively built into Microsoft 365 Copilot without requiring the creation of custom agents?(Select 2)

    1. A.Summarizing action items from a Microsoft Teams meeting
    2. B.Executing complex workflows in a third-party proprietary HR system
    3. C.Drafting email responses in Microsoft Outlook based on recent threads
    4. D.Automatically ordering physical office supplies from external vendors
    5. E.Managing Azure virtual machine deployments
    Show answer & explanation

    Correct answers: A, CSummarizing action items from a Microsoft Teams meeting; Drafting email responses in Microsoft Outlook based on recent threads

    • A. Summarizing action items from a Microsoft Teams meeting is a core native capability of Microsoft 365 Copilot. It leverages built-in integrations with Microsoft Teams and meeting transcripts to provide summaries and track action items automatically without any additional configuration or custom agents.
    • B. Interacting with third-party proprietary systems for complex workflows is not a native feature of Microsoft 365 Copilot. This functionality typically requires building custom agents or using Graph/Power Platform connectors to bridge the gap between Microsoft 365 and external systems.
    • C. Drafting email responses in Microsoft Outlook based on context from recent threads is a built-in productivity feature of Microsoft 365 Copilot. It uses the LLM's access to the Microsoft Graph to understand the user's communication history and generate relevant drafts natively.
    • D. Automated procurement from external vendors is a transactional external workflow. It would require specialized custom agents, connectors, or API integrations to communicate with the vendor's external system, as it is not part of the standard Microsoft 365 productivity suite.
    • E. Managing Azure infrastructure is the domain of Microsoft Copilot for Azure. While Microsoft 365 Copilot is broad, infrastructure deployment tasks for Azure virtual machines are not natively built into the Microsoft 365 specific Copilot interface and would require specialized administrative tools or integrations.

    Subdomain 3.1: Understand features and capabilities of Copilot and agents

    27.Built-in Microsoft 365 Copilot relies primarily on the Microsoft Graph and ________ to provide personalized responses based on a user's emails, chats, and documents.

    1. A.Semantic Index
    2. B.Azure SQL Database
    3. C.Power Automate Desktop
    Show answer & explanation

    Correct answer: ASemantic Index

    • A. Correct. The Semantic Index for Microsoft 365 is a key architectural component that works alongside the Microsoft Graph. It creates a sophisticated map of data (emails, chats, and documents) to enable the LLM to provide contextually relevant and grounded responses based on user-specific content.
    • B. Incorrect. While Azure SQL Database is a cloud-based relational database, it is not a core component used by Microsoft 365 Copilot for retrieval-augmented generation from within the Microsoft 365 ecosystem.
    • C. Incorrect. Power Automate Desktop is a tool used for Robotic Process Automation (RPA) to automate UI-based tasks. It does not play a role in the primary indexing or grounding process of Copilot's personalized responses.

    Subdomain 3.1: Understand features and capabilities of Copilot and agents

    28.To enable pay-as-you-go billing for Copilot features in SharePoint, an administrator must link the Microsoft 365 tenant to an active ________.

    1. A.Azure subscription
    2. B.Power Platform environment
    3. C.Dynamics 365 account
    Show answer & explanation

    Correct answer: AAzure subscription

    • A. Correct. Enabling pay-as-you-go (PAYG) billing for advanced Microsoft 365 services, such as SharePoint Premium (which includes AI and Copilot-driven features), requires linking the Microsoft 365 tenant to an active Azure subscription. This provides the necessary billing infrastructure for metered usage.
    • B. Incorrect. A Power Platform environment is a container for apps, flows, and agents. While an environment can be configured for pay-as-you-go usage, the billing itself is enabled by linking that environment (or the tenant) to an Azure subscription, not the other way around.
    • C. Incorrect. Dynamics 365 is a suite of business applications. It is not used as the billing or governance foundation for enabling pay-as-you-go features within SharePoint or the broader Microsoft 365 ecosystem.

    Subdomain 3.1: Understand features and capabilities of Copilot and agents

    29.The ________ agent is specifically optimized for querying structured data, performing mathematical calculations, and creating charts.

    1. A.Analyst
    2. B.Researcher
    3. C.Creator
    Show answer & explanation

    Correct answer: AAnalyst

    • A. Correct. The Analyst agent is specifically designed to work with structured data, making it the primary choice for querying databases, performing mathematical calculations, and generating charts. This agent is tailored for tasks requiring quantitative data analysis and visualization.
    • B. Incorrect. The Researcher agent is optimized for gathering, discovering, and synthesizing information from various qualitative sources and documentation. It is not the agent optimized for querying structured numerical data or chart creation.
    • C. Incorrect. The Creator agent is focused on generating creative content, such as text, images, and other multimedia assets. It is not specialized for data analysis or performing mathematical tasks.

    Subdomain 3.3: Perform basic administrative tasks for agents

    30.You created a new agent in Copilot Studio and want to make it available to your colleagues in Microsoft Teams. What must you do first in Copilot Studio before users can interact with the newest changes?

    1. A.Export the solution
    2. B.Publish the agent
    3. C.Assign the System Administrator role
    4. D.Delete the default topics
    Show answer & explanation

    Correct answer: BPublish the agent

    • A. Incorrect. Exporting a solution is typically used to move the agent between different environments (such as development to production) or for backup purposes. It does not make the latest changes active for end-users to interact with.
    • B. Correct. In Copilot Studio, you must publish the agent so that the latest changes and topics become active and available to users. Without publishing, users in Microsoft Teams will continue to interact with the previously published version or will not see the agent at all if it is new.
    • C. Incorrect. Assigning the System Administrator role is related to administrative permissions within the Power Platform environment and does not trigger the deployment or activation of agent updates for end-users.
    • D. Incorrect. Deleting default topics is an optional part of the content design process and is not a requirement for deploying or making the agent available to users in Teams.

    Subdomain 3.3: Perform basic administrative tasks for agents

    31.Which three metrics can typically be monitored in the Power Platform admin center regarding agent usage and environments?(Select 3)

    1. A.Total billed sessions
    2. B.Environment database capacity
    3. C.Active environments
    4. D.Microsoft Word document edits
    5. E.Exchange mailbox sizes
    6. F.SharePoint site storage
    Show answer & explanation

    Correct answers: A, B, CTotal billed sessions; Environment database capacity; Active environments

    • A. Correct. Total billed sessions are the primary usage metric for agents (Microsoft Copilot Studio). This metric is tracked in the Power Platform admin center to help administrators monitor consumption and billing.
    • B. Correct. Environment database capacity is a fundamental administrative metric in the Power Platform admin center, allowing administrators to monitor storage usage (Dataverse database, file, and log) across their environments.
    • C. Correct. The Power Platform admin center provides an inventory and status of all environments, allowing administrators to monitor the number and state of active environments within the tenant.
    • D. Incorrect. Document editing activity in Microsoft Word is monitored through Microsoft 365 usage reports or audit logs, not the Power Platform admin center.
    • E. Incorrect. Exchange mailbox sizes are managed and monitored through the Exchange Admin Center or the Microsoft 365 Admin Center, not the Power Platform admin center.
    • F. Incorrect. SharePoint site storage is monitored in the SharePoint Admin Center. While Power Platform agents may interact with SharePoint, its storage metrics are not native to the Power Platform admin center's environment capacity reports.

    Subdomain 3.3: Perform basic administrative tasks for agents

    32.You want to view the total number of billed sessions for your custom agents across the tenant. You should navigate to the ________ admin center.

    1. A.Microsoft 365
    2. B.Power Platform
    3. C.Microsoft Teams
    Show answer & explanation

    Correct answer: BPower Platform

    • A. Incorrect. The Microsoft 365 admin center is used for managing Microsoft 365 services, users, licenses, and general tenant settings. While it provides high-level billing for licenses, it does not provide the specific detailed analytics required to view billed sessions for individual custom agents.
    • B. Correct. The Power Platform admin center is the centralized location for managing and monitoring Power Platform resources, including Copilot Studio (formerly Power Virtual Agents). It provides tenant-level analytics and capacity reports that include the total number of billed sessions for custom agents.
    • C. Incorrect. The Microsoft Teams admin center focuses on Teams-specific administration such as meeting policies, messaging, and app availability. While custom agents are often deployed within Teams, the actual usage analytics and billed-session reporting are managed via the Power Platform infrastructure.

    Subdomain 3.2: Perform basic administrative tasks for Copilot

    33.Your company has reached its prepaid Copilot license limit but wants to allow temporary contractors to use Copilot without purchasing annual licenses. Which billing policy should you configure?

    1. A.Pay-as-you-go billing
    2. B.Enterprise Agreement true-up
    3. C.Reserved instances
    4. D.Spot pricing
    Show answer & explanation

    Correct answer: APay-as-you-go billing

    • A. Pay-as-you-go billing for Copilot allows organizations to use an Azure subscription to pay for usage based on monthly active users. This is specifically designed for scenarios where companies need flexibility for temporary staff or have reached their prepaid seat limit without wanting to commit to additional annual licenses.
    • B. An Enterprise Agreement (EA) true-up is an annual reconciliation process where an organization reports its actual license usage to Microsoft. While it accounts for growth, it is a formal contract mechanism rather than a flexible billing policy for temporary access, and it typically leads to an annual commitment for the seats added.
    • C. Reserved instances are a purchasing model for cloud infrastructure services, such as virtual machines or SQL databases, where you commit to a term to receive a discount. They are not applicable to seat-based software licensing like Microsoft Copilot.
    • D. Spot pricing refers to the ability to purchase unused Azure compute capacity at a lower price for workloads that can be interrupted. It is an infrastructure cost-saving measure and has no relevance to Copilot licensing.

    Subdomain 3.2: Perform basic administrative tasks for Copilot

    34.You are an administrator checking the Copilot usage reports in the Microsoft 365 admin center. You notice the data does not reflect today's usage. What is the typical refresh rate for this data?

    1. A.24 to 48 hours
    2. B.5 to 10 minutes
    3. C.1 to 2 hours
    4. D.7 days
    Show answer & explanation

    Correct answer: A24 to 48 hours

    • A. Correct. Microsoft 365 usage reports, including Copilot usage data, typically have a processing latency of 24 to 48 hours. This time is required to aggregate activity data across all Microsoft 365 services and tenants.
    • B. Incorrect. A refresh rate of 5 to 10 minutes is associated with real-time monitoring, whereas Microsoft 365 admin center usage reports are aggregated over longer periods and are not near-real-time.
    • C. Incorrect. 1 to 2 hours is too frequent for the standard processing window used for Microsoft 365 usage reports, which usually lag by at least a day.
    • D. Incorrect. A 7-day refresh rate is too infrequent. While the reports allow you to view data over 7, 30, 90, or 180 days, the data itself is updated daily with a 24-48 hour delay.

    Subdomain 3.2: Perform basic administrative tasks for Copilot

    35.What actions can a user perform on a prompt within Copilot Lab?(Select 3)

    1. A.Save
    2. B.Share
    3. C.Delete
    4. D.Compile
    5. E.Encrypt
    Show answer & explanation

    Correct answers: A, B, CSave; Share; Delete

    • A. Correct. Users can save prompts to 'My prompts' within Copilot Lab. This allows them to store and reuse effective prompts across various Microsoft 365 applications for future sessions, enhancing productivity and consistency.
    • B. Correct. Copilot Lab enables users to share prompts with others. This feature facilitates collaboration and allows team members to distribute useful prompt patterns and best practices across the organization.
    • C. Correct. Users can manage their personalized prompt library by deleting prompts that are no longer needed. This helps maintain an organized and relevant collection of prompts.
    • D. Incorrect. Compiling is a programming process. Copilot Lab is a platform for managing and discovering natural language prompts, and it does not offer a functionality to compile code or scripts.
    • E. Incorrect. While Microsoft 365 provides enterprise-grade security for data, there is no specific 'Encrypt' action available to users for individual prompts within the Copilot Lab interface.

    Want the full experience?

    These are just samples. Practice the full Microsoft 365 Certified: Copilot and Agent Administration Fundamentals (AB-900) question bank in quiz mode — free, no signup, with domain practice and exam simulation.