Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Manage the Microsoft Power Platform environment practice sets

PL-900 Manage the Microsoft Power Platform environment • Complete Question Bank

PL-900 Manage the Microsoft Power Platform environment — All Questions With Answers

Complete PL-900 Manage the Microsoft Power Platform environment question bank — all 0 questions with answers and detailed explanations.

164
Questions
Free
No signup
Certifications/PL-900/Practice Test/Manage the Microsoft Power Platform environment/All Questions
Question 1easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are the Power Platform administrator for your organization. A user reports that they cannot create a new environment. What is the most likely cause?

Question 2mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization has a Power Platform environment that contains several canvas apps and flows. You need to ensure that only users from your Microsoft Entra ID tenant can access the environment. What should you configure?

Question 3hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization uses Power Platform environments for development, test, and production. A developer accidentally deleted a managed solution from the production environment. You need to restore the solution without affecting other components. What should you do?

Question 4easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are a Power Platform administrator. A user reports that they are unable to share a canvas app with external users. What is the most likely cause?

Question 5mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization uses Power Automate to automate business processes. A flow that runs daily fails intermittently with 'HTTP 429 - Too Many Requests' errors. What should you do to resolve this issue?

Question 6hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization has a Power Apps portal that allows external users to submit support tickets. You need to ensure that only authenticated external users from specific domains can access the portal. What should you configure?

Question 7easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You need to grant a user the ability to manage environments in the Power Platform admin center, but not to manage other aspects of the tenant. Which role should you assign?

Question 8mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization has multiple Power Platform environments. You need to ensure that a specific connector (e.g., SQL Server) is blocked in the production environment but allowed in the development environment. What should you configure?

Question 9hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Your organization uses Power Virtual Agents (now Copilot Studio) for customer service. You need to ensure that the bot can access customer data from a Dataverse table that contains sensitive information. What is the best approach to secure the data?

Question 10mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO settings can you configure in a Power Platform environment to control data loss prevention?

Question 11hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE actions can a Power Platform administrator perform in the Power Platform admin center to manage environments?

Question 12easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO of the following are valid environment types in Power Platform?

Question 13mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. The JSON policy shown fails to apply to the production environment. What is the most likely reason?

Exhibit

Refer to the exhibit.

JSON policy snippet:
{
  "policy": {
    "name": "Block Social Media",
    "description": "Blocks Twitter and Facebook connectors",
    "environment": "Production",
    "action": "Block",
    "connectors": [
      {
        "id": "/providers/Microsoft.PowerApps/apis/shared_twitter"
      },
      {
        "id": "/providers/Microsoft.PowerApps/apis/shared_facebook"
      }
    ]
  }
}
Question 14hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. The environment 'Contoso Production' was created on January 15, 2023. You need to restore this environment to a state from January 20, 2023. What is the first step you must take?

Exhibit

Refer to the exhibit.

PowerShell output:
Get-AdminPowerAppEnvironment -EnvironmentName 'Default-12345678-1234-1234-1234-123456789abc'

Name                    : Default-12345678-1234-1234-1234-123456789abc
DisplayName             : Contoso Production
Location                : eastus
ProvisioningState       : Succeeded
CreatedBy               : admin@contoso.com
CreatedTime             : 2023-01-15T10:00:00Z
LastModifiedTime        : 2023-06-20T14:30:00Z
EnvironmentType         : Production
EnvironmentSku          : Production
LinkedEnvironmentType   : None
RetentionPeriodInDays   : 30
IsDefault               : False
Question 15easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. You run the Azure CLI command to create a DLP policy. The command fails with an error that the resource type is invalid. What is the most likely cause?

Network Topology
az resource createresource-group myResourceGroupresource-type Microsoft.PowerPlatform/enterprisePoliciesname myDLPPolicylocation eastusproperties @policy.jsonRefer to the exhibit.Azure CLI command:
Question 16easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company plans to deploy Power Apps for field service technicians. The IT department requires that all users authenticate using their corporate credentials and that access to the Power Apps environment is restricted to users from the company's tenant only. Which configuration should the administrator use?

Question 17mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator notices that a production environment has exceeded its storage quota. The administrator needs to free up storage without impacting active solutions. Which action should the administrator take first?

Question 18hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Power Automate flows that connect to Microsoft SharePoint Online and Microsoft Dataverse. The security team requires that all connections to Dataverse use service principal authentication instead of user credentials. The administrator needs to ensure that flows relying on Dataverse connections continue to work after the change. What should the administrator do?

Question 19mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is deploying Power Virtual Agents (now Copilot Studio) chatbots across multiple departments. Each department needs its own environment to manage chatbots independently. However, the company wants to share a common set of entities and workflows across all environments. Which approach should the administrator take?

Question 20hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator is configuring data loss prevention (DLP) policies. The company uses Power Automate flows that connect to Microsoft SharePoint and Microsoft Teams. The security team wants to block any flow from sending data from SharePoint to unsanctioned third-party services. Which DLP policy configuration should the administrator apply?

Question 21easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization wants to enable Microsoft Copilot Studio (formerly Power Virtual Agents) to answer questions from employees about company policies. The chatbot must only use internal company documents stored in SharePoint as its knowledge source. Which configuration should the administrator use?

Question 22mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power BI to create reports from Dataverse data. The administrator needs to ensure that report creators can only see data from tables they have access to in Dataverse. Which security feature should the administrator configure?

Question 23hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator needs to prevent users from creating Power Apps outside of the approved environment (Production). The company has a Development and a Production environment. Users should only be able to create apps in Development. Which configuration should the administrator use?

Question 24easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has a Power Platform environment that contains several unmanaged solutions. The administrator wants to promote a solution to production. Which action should the administrator take to ensure the solution can be deployed to other environments?

Question 25mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to monitor usage and performance of environments. Which TWO actions should the administrator take? (Choose two.)

Question 26hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator is managing a Power Platform environment that uses Microsoft Entra ID for authentication. The company wants to enforce multi-factor authentication (MFA) for all users accessing Power Apps. Which THREE configurations should the administrator implement? (Choose three.)

Question 27easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to use Microsoft Copilot Studio to build a chatbot that helps employees reset their passwords. Which TWO components are required? (Choose two.)

Question 28hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator reviews the JSON output from a Power Platform environment. What should the administrator be concerned about based on the data?

Exhibit

Refer to the exhibit.

{
  "policy": {
    "environment": {
      "id": "Environment1",
      "name": "Production Environment",
      "provisioningState": "Succeeded",
      "properties": {
        "dataverse": {
          "url": "https://org123.crm.dynamics.com",
          "adminEmail": "admin@contoso.com",
          "organizationName": "Contoso",
          "storageCapacityUsedGB": 15.5,
          "apiRateLimits": {
            "maxRequestsPerMinute": 60000,
            "currentUsagePercentage": 85
          }
        }
      }
    }
  }
}
Question 29mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator runs a PowerShell command to check a DLP policy. Based on the output, which connector is allowed to be used in Power Automate flows?

Exhibit

Refer to the exhibit.

$policy = Get-AzPolicyAssignment -Name "PowerPlatformDLP"
$policy.Properties.Parameters

{
  "allowedConnectors": {
    "value": [
      "Microsoft.SharePointOnline",
      "Microsoft.Teams",
      "Microsoft.Outlook"
    ]
  },
  "blockedConnectors": {
    "value": [
      "Microsoft.OneDrive",
      "Google.Drive",
      "Dropbox"
    ]
  }
}
Question 30easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator is reviewing an ARM template for deploying a Power Platform environment. Based on the exhibit, what type of environment will be created?

Exhibit

Refer to the exhibit.

{
  "resources": [
    {
      "type": "Microsoft.PowerPlatform/environments",
      "apiVersion": "2023-06-01",
      "name": "ContosoDev",
      "location": "eastus",
      "properties": {
        "displayName": "Development Environment",
        "description": "For development only",
        "environmentSku": "Developer"
      }
    }
  ]
}
Question 31easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is implementing Microsoft Power Platform and needs to ensure that only licensed users can create environments. Which setting should be enabled?

Question 32mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to restrict data loss prevention (DLP) policies to prevent sensitive data from being shared with non-approved connectors. Which scope should the administrator apply?

Question 33hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A large enterprise uses Power Platform with multiple environments. They need to enforce a policy that blocks all Canvas apps from using the 'Twitter' connector, but only in the 'Production' environment. What should the administrator do?

Question 34easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to grant a user the ability to manage environments in Power Platform, including creating and deleting environments, but without full tenant admin access. Which role should be assigned?

Question 35mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Power Automate flows that connect to Microsoft Dataverse. The flows need to run under a service account with specific permissions. What is the best practice to manage the connection?

Question 36hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is migrating their Power Platform environments from one tenant to another. They need to ensure that all solution components, including Canvas apps and flows, are moved. Which tool should be used?

Question 37easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator wants to see the capacity usage of all environments in the tenant. Where should they look?

Question 38mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company needs to ensure that all Power Apps and Power Automate flows in the 'Development' environment are automatically backed up daily. What should the administrator configure?

Question 39hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to ensure that only certain users can create Power Apps in the 'Production' environment. What is the recommended approach?

Question 40mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO actions can a Power Platform administrator perform in the Power Platform admin center?

Question 41hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE components are included in a Power Platform environment?

Question 42easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO roles can manage Power Platform environments at the tenant level?

Question 43mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

The exhibit shows a JSON snippet from a Power Platform environment configuration. What can be inferred from this snippet?

Exhibit

Refer to the exhibit.

```json
{
  "Properties": {
    "EnvironmentName": "ContosoProduction",
    "Capacity": 1024,
    "UsedStorage": 512,
    "BlockedConnectors": ["Twitter", "Facebook"]
  }
}
```
Question 44hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

The exhibit shows a DLP policy configuration for a Power Platform environment. Which connector is allowed for business use?

Exhibit

Refer to the exhibit.

```json
{
  "DLPPolicy": {
    "Name": "Production DLP",
    "Scope": "Environment",
    "EnvironmentId": "12345",
    "ConnectorClassification": {
      "Twitter": "Blocked",
      "Facebook": "Blocked",
      "SharePoint": "Business",
      "Outlook": "Business"
    }
  }
}
```
Question 45mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

The exhibit shows a PowerShell command and its output. What does the EnvironmentState value indicate?

Exhibit

Refer to the exhibit.

```
Get-AdminPowerAppEnvironment -EnvironmentName "DevEnv" | Select-Object DisplayName, CreatedTime, EnvironmentState
```

Output:

```
DisplayName    : Dev Environment
CreatedTime    : 2026-01-15T10:30:00Z
EnvironmentState : Enabled
```
Question 46mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Microsoft Power Platform and requires that all environment creation requests go through an approval process. The security team wants to prevent non-admins from creating trial environments. What should the administrator configure?

Question 47hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to ensure that only users from specific Microsoft Entra ID security groups can access a production environment. The solution must automatically update membership when the Entra ID group is modified. Which approach should the administrator use?

Question 48easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has a Power Apps app that uses Microsoft Dataverse. They need to ensure that only users with a specific security role can access the app. Where should the administrator configure this?

Question 49mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Microsoft Power Platform and wants to enforce data loss prevention (DLP) policies across all environments. They need to block the use of a specific third-party connector in all environments. What should the administrator do?

Question 50hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to move a canvas app and its associated Dataverse data from a development environment to a test environment. The solution must preserve data and configuration. Which approach should the administrator use?

Question 51mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power Automate flows that connect to SharePoint and Microsoft Entra ID. The administrator needs to ensure that the flows can access data only from approved data sources. What should the administrator configure?

Question 52hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator notices that a Power Apps environment has exceeded its Dataverse storage capacity. The company wants to free up storage without losing data. Which action should the administrator take first?

Question 53easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to allow external partners to access a Power Apps portal without requiring a Microsoft Entra ID account. What should the administrator configure?

Question 54mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has multiple Power Platform environments. They need to ensure that all environments have consistent DLP policies and that any changes are tracked. What should the administrator implement?

Question 55hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO actions can a Power Platform administrator perform in the Power Platform Admin Center to manage environments?

Question 56mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE are valid components of a Microsoft Power Platform environment?

Question 57easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO are best practices for managing Power Platform environments in a large enterprise?

Question 58mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform administrator is reviewing a JSON export of an environment configuration. Which statement is true based on the exhibit?

Exhibit

Refer to the exhibit.
{
  "environmentName": "SalesProd",
  "environmentType": "Production",
  "region": "eastus",
  "properties": {
    "databaseType": "Dataverse",
    "language": 1033,
    "currency": "USD"
  },
  "securityGroups": [
    {
      "id": "sg-sales-admins",
      "role": "System Administrator"
    },
    {
      "id": "sg-sales-users",
      "role": "Basic User"
    }
  ]
}
Question 59hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform administrator runs a PowerShell command to check the status of an environment. What does the output indicate?

Exhibit

Refer to the exhibit.
PS C:\> Get-AdminPowerAppEnvironment -EnvironmentName 'Env1' | Select-Object EnvironmentName, EnvironmentType, State, CreatedTime, LastModifiedTime

EnvironmentName EnvironmentType State    CreatedTime          LastModifiedTime
--------------- --------------- -----    -----------          ----------------
Env1            Production       Enabled  2025-11-15 10:00 AM  2026-02-20 02:30 PM
Question 60easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform administrator creates a DLP policy as shown. What is the effect of this policy?

Exhibit

Refer to the exhibit.
{
  "policyName": "Block Social Connectors",
  "scope": "TenantLevel",
  "environmentType": "All",
  "connectors": [
    {
      "id": "/providers/Microsoft.PowerApps/apis/shared_facebook",
      "action": "Block"
    },
    {
      "id": "/providers/Microsoft.PowerApps/apis/shared_twitter",
      "action": "Block"
    },
    {
      "id": "/providers/Microsoft.PowerApps/apis/shared_linkedin",
      "action": "Block"
    }
  ]
}
Question 61easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is implementing Microsoft Power Platform. The administrator needs to prevent users from creating personal productivity environments. What should they configure?

Question 62easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Power Automate flows that connect to Microsoft Dataverse and SharePoint. The administrator needs to ensure that only specific connectors can be used together. What should they configure?

Question 63mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has a Power Platform environment used for development. The development team needs to deploy a solution to a test environment. What is the recommended approach?

Question 64mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator needs to ensure that only users from a specific Microsoft Entra ID group can access a Power Platform environment. What should the administrator configure?

Question 65hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power Platform with Microsoft Dataverse. The administrator notices that a user can create a new environment without approval. The company wants to enforce a process where all environment creation requires administrator approval. What should the administrator configure?

Question 66hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has multiple Power Platform environments. The administrator needs to move a solution from a development environment to a production environment. The solution includes custom connectors and environment variables. What is the correct process?

Question 67easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to review which users have accessed a specific environment in the last 30 days. What should they use?

Question 68mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization wants to ensure that all Power Platform solutions in production environments are tracked and changes are approved. What should the administrator implement?

Question 69hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has a Power Platform environment that is running low on storage. The administrator needs to free up storage without deleting important data. What should they do first?

Question 70mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to delegate environment administration to a team member without granting full tenant-level admin rights. Which TWO roles can the administrator assign?

Question 71hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator is planning to deploy a solution across multiple environments. Which THREE practices should they follow?

Question 72mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to enforce data loss prevention (DLP) policies for Power Automate flows. Which TWO actions can the administrator perform?

Question 73hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform administrator applies this DLP policy to the default environment. What is the result?

Exhibit

Exhibit (JSON policy):
{
  "policy": {
    "name": "Default",
    "type": "DataLossPrevention",
    "properties": {
      "blockedConnectors": ["Microsoft Teams", "Twitter"],
      "blockedConnectorGroups": [],
      "environment": {
        "id": "/providers/Microsoft.PowerApps/environments/Default-87a8b3c4-1234-5678-abcd-1234567890ab"
      }
    }
  }
}
Question 74mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. An administrator runs this PowerShell command against a Power Platform environment. What can the administrator conclude?

Exhibit

Exhibit (PowerShell output):
PS C:\> Get-AdminPowerAppEnvironment -EnvironmentName 'Default-87a8b3c4-1234-5678-abcd-1234567890ab' | Select-Object EnvironmentName, Properties

EnvironmentName : Default-87a8b3c4-1234-5678-abcd-1234567890ab
Properties      : @{createdTime=01/01/2025 10:00:00; linkedEnvironmentMetadata=; displayName=Contoso Default; provisioningState=Succeeded; environmentSecurityGroupName=ContosoUsers; isDefault=True; notificationUrl=; ...}
Question 75easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. An administrator deploys this ARM/Bicep template to create a new Power Platform environment. What type of environment will be created?

Exhibit

Exhibit (ARM/Bicep template snippet):
resource environment 'Microsoft.PowerApps/environments@2023-06-01' = {
  name: 'ContosoDev'
  location: 'unitedstates'
  properties: {
    displayName: 'Contoso Development'
    description: 'Development environment'
    environmentSku: 'Sandbox'
  }
}
Question 76easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is deploying Microsoft Power Platform across multiple departments. They want to ensure that only licensed users can create environments. What should they configure?

Question 77mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has several Power Platform environments used for development and testing. They want to prevent accidental deletion of important data. What strategy should they implement?

Question 78hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A global company uses Power Platform and wants to ensure that data residency requirements are met for users in different regions. What should they configure?

Question 79easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power Automate flows that access Microsoft SharePoint and Microsoft Dataverse. They want to prevent data from leaving the organization. What should they configure?

Question 80mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization wants to manage all Power Platform environments from a single pane of glass, including capacity monitoring and assignment of user roles. Which tool should they use?

Question 81hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses a Power Platform environment that contains several production apps. They need to ensure that changes to these apps are reviewed and approved before deployment to the production environment. What should they implement?

Question 82easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A user reports they cannot create a new Power Apps app in the default environment. They have a Power Apps license. What is the most likely cause?

Question 83mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization wants to allow external partners to access specific Power Apps and data without granting them full access to the tenant. What should they configure?

Question 84hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has multiple Power Platform environments. They want to automatically apply consistent settings (e.g., DLP policies, audit settings) to all new environments. What should they do?

Question 85mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO actions can an administrator perform in the Power Platform admin center to manage environments?

Question 86hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE components are part of the Power Platform environment lifecycle management?

Question 87easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO of the following are valid reasons to create multiple Power Platform environments?

Question 88mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. The JSON shows a snippet of a DLP policy. Which effect will this policy have on a Power Automate flow that uses Google Sheets and Dropbox connectors?

Exhibit

Refer to the exhibit. {
  "policy": {
    "actions": [
      {
        "actionType": "Block",
        "connectorId": "/providers/Microsoft.PowerApps/apis/shared_googlesheets"
      },
      {
        "actionType": "Block",
        "connectorId": "/providers/Microsoft.PowerApps/apis/shared_dropbox"
      }
    ]
  }
}
Question 89hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. The JSON shows Power Platform tenant settings. A user tries to create a new environment with a capacity of 8 GB. What will happen?

Exhibit

Refer to the exhibit. {
  "tenantSettings": {
    "disableCapacityAllocation": false,
    "capacityAllocationMode": "UserAllocation",
    "maxCapacityPerEnvironment": 10,
    "defaultEnvironmentCapacity": 5
  }
}
Question 90mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. The JSON shows a Power Platform environment's properties in an ARM template. Based on the exhibit, which statement about this environment is true?

Exhibit

Refer to the exhibit. {
  "properties": {
    "environmentType": "Production",
    "linkedEnvironmentMetadata": {
      "resourceId": "/providers/Microsoft.PowerApps/environments/...",
      "friendlyName": "Development Sandbox",
      "type": "Sandbox"
    },
    "sdkUrls": {
      "environmentUrl": "https://org123.crm.dynamics.com"
    }
  }
}
Question 91mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Microsoft Power Platform and wants to enforce data loss prevention (DLP) policies for all environments. The admin needs to block the use of SharePoint connector in all default environments. Which action should the admin take?

Question 92easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform admin receives a request to allow a group of developers to create and manage environments within a tenant. What is the minimum role assignment required?

Question 93hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has multiple Power Platform environments including production, development, and test. They want to ensure that changes made in development are promoted to test and then to production, with approval gates. Which feature should they use?

Question 94mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to restrict the ability to create Power Apps and Power Automate flows in the default environment to only a specific security group. What is the recommended approach?

Question 95easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An admin needs to view the capacity add-ons purchased for a tenant, including AI Builder credits. Where should the admin go?

Question 96hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Microsoft Copilot Studio to create a custom copilot. The copilot needs to access customer data stored in a Dataverse table that contains sensitive information. The compliance team requires that data accessed by the copilot must be audited. What should the admin configure?

Question 97mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform admin needs to ensure that all environments have a backup policy that automatically creates backups every 24 hours. What is the default backup frequency for Dataverse environments?

Question 98easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A user reports they cannot create a new environment in the Power Platform admin center. What is the most likely reason?

Question 99hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Power Automate flows that connect to Microsoft Teams and SharePoint. They want to ensure that if a flow is accidentally deleted, it can be recovered within 30 days. What should they do?

Question 100mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO actions can a Power Platform admin perform in the Power Platform admin center to manage environments? (Choose two.)

Question 101hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE factors determine the capacity limits (database, file, log) of a Power Platform environment? (Choose three.)

Question 102easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO are valid ways to access the Power Platform admin center? (Choose two.)

Question 103hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform admin creates a DLP policy with this JSON configuration. What is the effect?

Exhibit

Refer to the exhibit.

{
  "policy": {
    "connectors": {
      "blocked": ["Microsoft SharePoint"]
    },
    "environment": {
      "type": "Production"
    }
  }
}
Question 104mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. An admin runs the PowerShell command and gets the output shown. How many environments are in the tenant?

Exhibit

Refer to the exhibit.

PowerShell output:
Get-AdminPowerAppEnvironment | Format-Table DisplayName, EnvironmentType, Location

DisplayName       EnvironmentType   Location
---------------   ---------------   --------
Contoso Sales     Production        eastus
Contoso Dev       Sandbox           westus
Contoso Test      Trial             northcentralus
Question 105easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. A Power Platform admin views the capacity of a sandbox environment. Based on the exhibit, which statement is true?

Exhibit

Refer to the exhibit.

{
  "capacity": {
    "database": "5.00 GB",
    "file": "20.00 GB",
    "log": "2.00 GB"
  },
  "environmentType": "Sandbox"
}
Question 106easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A manufacturing company uses Power Automate flows to process inventory updates. The flows use standard connectors. The company needs to ensure that the flows can be run by users in their own context without requiring the flow owner's credentials. Which authentication type should be used for the connections?

Question 107mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power BI to visualize sales data from Dynamics 365 Sales. A new policy requires that all data must be stored in the US region only. The Power BI tenant is currently in the default region (home region). What should the admin do to comply with the policy?

Question 108hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A global organization has multiple environments in Power Platform. The security team wants to prevent users from sharing canvas apps with external users. What is the most effective way to enforce this restriction?

Question 109easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A user reports that a Power Automate flow stopped working after a co-owner modified the flow. The user is the original owner. What is the most likely reason for the failure?

Question 110mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Power Apps portals to allow external customers to submit support tickets. The portal uses Microsoft Entra ID for authentication. The security team wants to require multi-factor authentication (MFA) for external portal users. What is the best approach?

Question 111hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power Virtual Agents (now Copilot Studio) to build a customer service chatbot. The bot needs to securely escalate to a live agent when it cannot resolve the issue. The escalation must pass the conversation context to the agent. What should the bot use?

Question 112easymultiple choice
Read the full NAT/PAT explanation →

A non-profit organization uses Power Platform to manage donor information. The organization wants to ensure that only users in the ‘Donor Managers’ security group can edit records in the ‘Donations’ table. What is the best way to achieve this?

Question 113mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Power BI dashboards to monitor real-time production metrics. The dashboards use DirectQuery to a SQL Server database. Users report that the dashboards are slow during peak hours. What is the most effective first step to improve performance?

Question 114hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A financial services company uses Power Automate to process loan applications. The flow uses the ‘When a new email arrives’ trigger from a shared mailbox. The flow recently stopped working after an admin changed the mailbox permissions. What is the most likely cause?

Question 115mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO actions are necessary to enable AI Builder in a Power Apps environment? (Select 2)

Question 116hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which THREE features are available in Power Platform managed environments? (Select 3)

Question 117easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO are valid ways to distribute a Power App to end users? (Select 2)

Question 118mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit.

{
  "name": "Environment Usage Report",
  "type": "Power BI report",
  "dataset": {
    "name": "Power Platform Admin View",
    "tables": [
      {
        "name": "Environments",
        "columns": [
          { "name": "EnvironmentName", "dataType": "string" },
          { "name": "TotalActiveUsers", "dataType": "int" },
          { "name": "TotalAppUsage", "dataType": "int" },
          { "name": "TotalFlowRuns", "dataType": "int" }
        ]
      }
    ]
  }
}

An admin runs a report to see total active users per environment. The report shows zero active users for a production environment that is actively used. What is the most likely reason?

Question 119hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit.

Get-MgDirectoryRole | Where-Object {$_.DisplayName -eq "Power Platform Administrator"} | Select-Object Id

An admin runs this Microsoft Graph PowerShell command and gets no output. What does this indicate?

Question 120easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit.

{

"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",

"contentVersion": "1.0.0.0",
  "resources": [
    {
      "type": "Microsoft.PowerPlatform/enterprisePolicies",
      "apiVersion": "2021-01-01",
      "name": "myDlpPolicy",
      "location": "eastus",
      "properties": {
        "definition": {

"$schema": "https://schema.management.azure.com/providers/Microsoft.PowerPlatform/policyDefinitions/2021-01-01/schema.json#",

"rules": [
            {
              "name": "Block SharePoint",
              "action": "Block",
              "connectors": [

"shared_sharepointonline"

]
            }
          ]
        }
      }
    }
  ]
}

An admin deploys this ARM template to create a DLP policy. After deployment, users report they can still use the SharePoint connector in Power Automate. What is the most likely reason?

Question 121mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is deploying Microsoft Power Platform to multiple departments. The security team requires that all environment creation be restricted to a specific group of administrators. Which two actions should the Power Platform administrator take?

Question 122easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator needs to ensure that any maker can create environments in the default tenant, but only for development purposes. The administrator wants to enforce a policy that automatically deletes unused environments after 30 days. Which feature should the administrator use?

Question 123hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A global organization has multiple geographic regions and needs to comply with data residency requirements. Each region must have its own Power Platform environment with data stored locally. What is the recommended approach to manage these environments?

Question 124mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company uses Microsoft Power Platform and wants to allow external users (guests) to access a canvas app. The app connects to a Dataverse database that contains sensitive customer information. The security team is concerned about data leakage. What should the administrator do to minimize risk?

Question 125easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator receives a report that a user is unable to create a new environment. The user has a Power Apps per user license and is a member of the global admin group. What is the most likely cause?

Question 126hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator is configuring a data loss prevention (DLP) policy for a production environment. The policy must block the use of the SharePoint connector but allow the use of the SQL Server connector. The administrator creates a policy and assigns it to the environment. However, users can still use the SharePoint connector. What is the most likely reason?

Question 127mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company is using Power Automate flows that connect to multiple third-party services. The security administrator wants to ensure that no sensitive data is sent to unauthorized external services. Which feature should be used to enforce this requirement?

Question 128easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator wants to delegate the responsibility of managing environments to regional leads without granting them full admin privileges. Which role should the administrator assign?

Question 129hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization uses Microsoft Power Platform and wants to implement a governance strategy that automatically blocks the creation of environments in specific regions to comply with company policy. What should the administrator do?

Question 130mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

The exhibit shows a JSON snippet used to create a Power Platform environment via the Power Platform API. The administrator runs the script but the environment is created with the default language and currency instead of the specified values. What is the most likely reason?

Exhibit

Refer to the exhibit.

{
  "environmentName": "ContosoSales",
  "location": "eastus",
  "properties": {
    "dataverse": {
      "language": 1033,
      "currency": "USD",
      "securityGroupId": "00000000-0000-0000-0000-000000000000"
    }
  }
}
Question 131mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A Power Platform administrator is planning to implement environment lifecycle management. Which TWO actions should the administrator take to ensure unused environments are automatically cleaned up?

Question 132hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has multiple Power Platform environments and wants to enforce consistent data loss prevention (DLP) policies across all environments. Which THREE steps should the administrator take?

Question 133easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

Which TWO are valid methods to create a new Power Platform environment?

Question 134hardmultiple choice
Read the full NAT/PAT explanation →

You are the Power Platform administrator for a large multinational corporation. The company has a single Microsoft Entra ID tenant with users in North America, Europe, and Asia. Due to data residency regulations, each region must store its data within its geographic boundaries. The company has three production environments: NA-Prod (East US), EU-Prod (West Europe), and ASIA-Prod (Southeast Asia). Each production environment has a corresponding sandbox environment for development. Recently, the security team discovered that a developer in Europe accidentally accessed customer data from the NA-Prod environment by using a connection reference that pointed to the North American Dataverse instance. To prevent cross-region data access, you need to implement a solution that blocks any Power Automate flow or Power Apps canvas app from connecting to Dataverse instances in other regions. You must also ensure that developers can still use non-Dataverse connectors (e.g., SharePoint, Office 365) that may be global. What should you do?

Question 135mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are a Power Platform administrator for a medium-sized business. The company uses Power Apps and Power Automate extensively. The development team has requested the ability to create their own sandbox environments for testing without waiting for IT. However, the security team requires that all environments be subject to data loss prevention (DLP) policies and that environment creation be tracked. You need to design a solution that allows developers to self-service environment creation while maintaining governance. The developers currently have Power Apps Plan 2 licenses. What should you do?

Question 136mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A manufacturing company is deploying Microsoft Power Platform for its sales team. The environment must be segregated from production to allow experimentation without affecting live data. The solution must also support automated deployment pipelines. What should the administrator create?

Question 137hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization has multiple Power Platform environments. The security team mandates that all environments must use Microsoft Entra ID conditional access policies to enforce multi-factor authentication. However, one environment hosts a service account that cannot perform interactive logins. What should the administrator do to comply without breaking the service account?

Question 138easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to allow users to build Power Apps and Power Automate flows using prebuilt templates and connectors, but without the ability to create custom connectors or access the Dataverse. Which environment type should be assigned to these users?

Question 139mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A global company with offices in multiple regions wants to ensure that Power Automate flows processing sensitive customer data are only executed in specific geographic regions to comply with data residency requirements. What should the administrator configure?

Question 140hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator needs to manage multiple Power Platform environments across several tenants. The administrator wants to use a single tool to view environment details, apply updates, and configure settings for all environments. Which tool should the administrator use?

Question 141easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company wants to ensure that changes to a Power Platform solution are tracked and can be rolled back if necessary. The development team uses source control. What should the administrator configure to enable solution lifecycle management?

Question 142mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

An organization is using Power Virtual Agents (now Copilot Studio) to create a customer service chatbot. The chatbot must be available only to users inside the organization, not to external customers. What should the administrator do?

Question 143hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A company has multiple Power Platform environments. The administrator notices that a production environment is running low on storage. The administrator needs to free up space without disrupting active users. What should the administrator do FIRST?

Question 144easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A user reports that they cannot create a new Power App in the default environment. The administrator checks that the user has a Power Apps license, but the user still cannot create apps. What is the most likely cause?

Question 145mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator is planning the environment strategy for a large enterprise. Which TWO considerations should the administrator include to ensure proper governance?

Question 146hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A company is migrating a complex Power Apps solution from a development environment to production. The solution includes custom connectors, flows, and Dataverse tables. Which THREE steps should the administrator take to ensure a successful migration?

Question 147easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An administrator needs to assign user roles in a Power Platform environment. Which TWO roles can be assigned to allow users to create and edit Power Apps and flows, but not manage environments?

Question 148mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

Refer to the exhibit. An administrator is configuring a Data Loss Prevention (DLP) policy. The policy is applied to all environments. What will be the result of this policy?

Exhibit

{
  "policyName": "Block Social Connectors",
  "description": "Prevent use of social media connectors in all environments",
  "environments": ["All"],
  "connectorClassification": ["Blocked"],
  "connectors": ["Twitter", "Facebook", "LinkedIn"],
  "action": "Block"
}
Question 149hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are the Power Platform administrator for a large financial services organization. The organization has three environments: Dev, Test, and Prod. The Dev environment is used by a team of 10 developers who frequently create and test solutions. The Test environment is for quality assurance, and Prod is for live applications. Recently, the compliance team has mandated that all environments must have audit logging enabled to track changes and user activities. Additionally, the organization wants to implement a policy that prevents the use of connectors that transmit data outside the organization's Azure region. The compliance team also requires that any new environment created in the future automatically inherits these audit and DLP policies. You need to configure the environment settings to meet these requirements. What should you do?

Question 150mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are the Power Platform administrator for a retail company. The company has a single default environment that all employees use to build and run Power Apps and Power Automate flows. Recently, the IT department noticed that some users are accidentally deleting shared flows that are critical to business operations. To prevent this, you need to implement a solution that allows users to create and edit their own flows, but prevents them from deleting flows owned by others. Additionally, you want to ensure that only approved connectors are used to protect sensitive data. You have been granted permissions to manage environments and security roles. What should you do?

Question 151easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

You are a Power Platform administrator for a non-profit organization. The organization has a single environment used by volunteers and staff. A new volunteer needs to be able to run a specific Power App that manages event registrations, but should not be able to modify the app or access any other resources in the environment. The volunteer has a valid Power Apps license. You need to provide the volunteer with the minimum permissions necessary. What should you do?

Question 152easymulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A manufacturing company is planning to implement Microsoft Power Platform. The environment strategy must support data isolation for sensitive production data while allowing developers to experiment with new features without affecting the production environment. Which two environment types should the company use?

Question 153mediummulti select
Read the full Manage the Microsoft Power Platform environment explanation →

A global consulting firm uses Power Platform with environments in multiple regions. They need to enforce data loss prevention (DLP) policies that are consistent across all environments, but allow exceptions for specific connectors in a single environment used for a high-security client project. Which three components should they configure?

Question 154hardmulti select
Read the full Manage the Microsoft Power Platform environment explanation →

An organization is preparing for a Power Platform rollout. They need to ensure that only licensed users can create new environments, and that environment creation is audited. Additionally, they want to restrict which connectors can be used in production environments. Which THREE capabilities should they use?

Question 155easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A small business wants to adopt Power Apps to create a custom inventory management app. They have a single Microsoft 365 Business Basic subscription which includes Power Apps and Power Automate capabilities. The IT manager, who is not a dedicated administrator, needs to set up the environment. They want to ensure that the app's data is stored securely and that only authorized employees can access it. The IT manager plans to create a new environment for the app. What should the IT manager do first to ensure proper governance and security?

Question 156mediummultiple choice
Read the full NAT/PAT explanation →

A multinational corporation uses Power Platform extensively. They have multiple environments: DEV, TEST, UAT, STAGING, and PROD. A developer accidentally published a Power App that connects to a SQL Server database using an unapproved connector in the PROD environment. The organization has strict data governance policies that require all connections to use approved connectors only. The admin needs to block this connector in PROD while still allowing it in other environments. What should the admin do?

Question 157hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A large enterprise uses Microsoft Power Platform with a centralized Center of Excellence (CoE). They have over 200 environments, each assigned to different business units. The security team requires that all environments enforce multi-factor authentication (MFA) for makers and admins. Additionally, they want to ensure that environment creation is limited to a specific security group. The current setup uses Microsoft Entra ID for identity. The admin needs to implement these requirements with minimal impact on existing users. What should the admin do?

Question 158easymultiple choice
Read the full NAT/PAT explanation →

A non-profit organization uses Power Platform to manage donor records. They have a single environment (default). A volunteer accidentally deleted a critical Power App component. The IT coordinator needs to restore the component from a previous version. The environment does not have any backup solution in place. What should the IT coordinator do?

Question 159mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A software company uses Power Platform to build customer-facing portals. They have a dedicated production environment and a sandbox environment for development. The developer needs to copy the entire production environment (including all apps, flows, and data) to the sandbox environment for performance testing. The developer wants to ensure that the sandbox environment is an exact copy, including all data. What should the developer do?

Question 160hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A financial services firm uses Power Platform in a highly regulated environment. They have a production environment that contains sensitive customer data. The compliance officer requires that all changes to apps and flows in production be approved before deployment. The development team uses a separate sandbox environment. The admin needs to implement a change management process that ensures only approved solutions are deployed to production. What should the admin do?

Question 161easymultiple choice
Read the full NAT/PAT explanation →

A hospital uses Power Apps to manage patient intake forms. The app stores data in Microsoft Dataverse. The security policy requires that patient health information (PHI) be encrypted at rest and in transit. The environment is already configured with default Dataverse settings. The IT admin needs to ensure compliance. What should the admin do?

Question 162mediummultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A retail company uses Power Platform for inventory and sales apps. They have multiple environments: Development, Test, and Production. The Development environment is running low on storage capacity due to many test records. The admin needs to free up storage without affecting the Test and Production environments. The admin also wants to maintain data integrity for ongoing development. What should the admin do?

Question 163hardmultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A government agency uses Power Platform with strict compliance requirements. They need to retain all audit logs of user activities within Power Platform for at least 7 years. The agency uses Microsoft Purview for compliance and Microsoft Sentinel for security monitoring. The admin needs to ensure that all Power Platform audit events are captured and retained for the required period. What should the admin do?

Question 164easymultiple choice
Read the full Manage the Microsoft Power Platform environment explanation →

A university uses Power Apps for student registration. The app is built on Dataverse and shared with all students. Recently, a student reported that they cannot access the app and receive an error that they do not have permission. The app was working earlier. The admin checks the environment and finds that the app's sharing settings have been changed. The admin needs to restore access for all students quickly. What should the admin do?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

PL-900 Practice Test 1 — 10 Questions→PL-900 Practice Test 2 — 10 Questions→PL-900 Practice Test 3 — 10 Questions→PL-900 Practice Test 4 — 10 Questions→PL-900 Practice Test 5 — 10 Questions→PL-900 Practice Exam 1 — 20 Questions→PL-900 Practice Exam 2 — 20 Questions→PL-900 Practice Exam 3 — 20 Questions→PL-900 Practice Exam 4 — 20 Questions→Free PL-900 Practice Test 1 — 30 Questions→Free PL-900 Practice Test 2 — 30 Questions→Free PL-900 Practice Test 3 — 30 Questions→PL-900 Practice Questions 1 — 50 Questions→PL-900 Practice Questions 2 — 50 Questions→PL-900 Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

Identify foundational components of Power PlatformDemonstrate capabilities of Power BIDescribe complementary Microsoft Power Platform solutionsDemonstrate the capabilities of Power AutomateDescribe the business value of Microsoft Power PlatformManage the Microsoft Power Platform environmentIdentify foundational components of Microsoft Power PlatformDemonstrate the capabilities of Power BIDemonstrate the capabilities of Power AppsDemonstrate the capabilities of Microsoft Copilot StudioDemonstrate the capabilities of Power Pages

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Manage the Microsoft Power Platform environment setsAll Manage the Microsoft Power Platform environment questionsPL-900 Practice Hub