PL-900 Demonstrate the capabilities of Power Apps Practice Question
Exhibit
Refer to the exhibit.
```xml
<app xmlns="http://schemas.microsoft.com/powerapps/2019/app">
<id>c1e2f3g4-h5i6-j7k8-l9m0-n1o2p3q4r5s6</id>
<displayName>Sales App</displayName>
<description>Model-driven app for sales team</description>
<components>
<component type="table" id="account" />
<component type="table" id="contact" />
<component type="table" id="opportunity" />
<component type="dashboard" id="salesDashboard" />
</components>
<siteMap>
<area title="Sales">
<group title="Customers">
<subArea title="Accounts" table="account" />
<subArea title="Contacts" table="contact" />
</group>
<group title="Deals">
<subArea title="Opportunities" table="opportunity" />
</group>
</area>
</siteMap>
</app>
```Refer to the exhibit. You are reviewing the app definition XML for a model-driven app. Based on the exhibit, which tables are included in the app?
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
✓
Account, contact, opportunity
The <component> elements list account, contact, and opportunity, which are the tables included in the app. Option A is incorrect because 'lead' is not listed among the components; Option B is incorrect because it omits 'opportunity'; Option D is incorrect because 'salesDashboard' is a dashboard component, not a table.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Account, contact, opportunity, lead
Why it's wrong here
Lead is not listed in the components.
- ✗
Account, contact
Why it's wrong here
Opportunity is also included.
- ✓
Account, contact, opportunity
Why this is correct
These are the three table components listed.
- ✗
Account, contact, opportunity, salesDashboard
Why it's wrong here
salesDashboard is a dashboard, not a table.
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.