Courseiva
Demonstrate the capabilities of Power AppsmediumMultiple ChoiceObjective-mapped

PL-900 Demonstrate the capabilities of Power Apps Practice Question

Exhibit

Refer to the exhibit.

```json
{
  "name": "App1",
  "type": "CanvasApp",
  "dataSources": [
    {
      "type": "ConnectionReference",
      "name": "SharePointOnline1",
      "connectionId": "/providers/Microsoft.PowerApps/apis/shared_sharepointonline"
    }
  ],
  "appComponents": []
}
```

Refer to the exhibit. The JSON shows the definition of a Power App. What can be concluded?

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

The app connects to SharePoint Online

The JSON includes a connection reference to SharePoint Online, indicating that the app uses SharePoint as its data source. Option A is incorrect because the JSON does not provide any deployment status information. Option C is incorrect because the data source is SharePoint, not Dataverse. Option D is incorrect because the 'type' field in the JSON indicates it is a CanvasApp, not a model-driven app.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The app is deployed to production

    Why it's wrong here

    There is no deployment information in the JSON.

  • The app connects to SharePoint Online

    Why this is correct

    The connectionId indicates SharePoint Online.

  • The app uses Dataverse as its data source

    Why it's wrong here

    The data source is SharePoint Online, not Dataverse.

  • The app is a model-driven app

    Why it's wrong here

    The type is CanvasApp, not model-driven.

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 →

How Courseiva writes practice questions · Editorial policy

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.