PL-900 Demonstrate the capabilities of Power Apps Practice Question
Exhibit
Refer to the exhibit.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"type": "Microsoft.PowerApps/environments",
"apiVersion": "2022-05-01",
"name": "[parameters('environmentName')]",
"location": "[parameters('location')]",
"properties": {
"environmentType": "Production",
"dataverse": {
"templates": [
"D365_FieldService"
]
}
}
}
]
}Refer to the exhibit. You are deploying a Power Apps environment using an ARM template. The template deploys a Production environment with Dataverse and the D365_FieldService template. After deployment, you need to ensure that users can create model-driven apps based on the Field Service tables. What additional step is required?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Assign appropriate Dynamics 365 licenses to users and install the Field Service app in the environment
After deploying the environment with Dataverse and the Field Service template via ARM template, users need appropriate Dynamics 365 licenses (which include rights to use Field Service) and the Field Service app must be installed in the environment (typically done through the Power Platform admin center or license assignment). This step is required to make the Field Service tables available for model-driven app creation. Option B is incorrect because the ARM template already includes Dataverse, so no manual database addition is needed. Option C is incorrect because the deployed environment already contains the necessary template. Option D is incorrect because model-driven apps do not require Power Automate flows for basic functionality.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Assign appropriate Dynamics 365 licenses to users and install the Field Service app in the environment
Why this is correct
Licenses and app installation are required to use Field Service tables
- ✗
Add a Dataverse database manually after deployment
Why it's wrong here
Dataverse is already included in the template
- ✗
Create a new environment with a different template
Why it's wrong here
The template already creates the environment with Field Service
- ✗
Create a Power Automate flow to sync Field Service data
Why it's wrong here
Flows are not required for model-driven apps
Go deeper
Related to this question
About these practice questions
This PL-900 question is part of Courseiva's 904-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PL-900 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PL-900 exam.