Courseiva
Demonstrate the capabilities of Power AppsmediumMultiple ChoiceObjective-mapped

PL-900 Demonstrate the capabilities of Power Apps Practice Question

Exhibit

{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "resources": [
    {
      "type": "Microsoft.Web/connections",
      "apiVersion": "2016-06-01",
      "name": "mySharePointConnection",
      "properties": {
        "api": {
          "id": "/subscriptions/{subscription-id}/providers/Microsoft.Web/locations/{location}/managedApis/sharepointonline"
        },
        "displayName": "SharePoint Connection",
        "parameterValues": {}
      }
    }
  ]
}

Refer to the exhibit. An ARM template is used to deploy a connection. What is the purpose of this resource?

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

Create a SharePoint Online API connection for Power Apps

The resource type 'Microsoft.Web/connections' creates an API connection. In this context, it is used to create a SharePoint Online API connection for Power Apps. Option C is correct. Option A is incorrect because it does not create a Power App; it creates a connection. Option B is incorrect because it does not create a Dataverse environment. Option D is incorrect because it does not deploy a SharePoint list; it creates an API connection.

Answer analysis

Option-by-option breakdown

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

  • Create a new Power App

    Why it's wrong here

    Connections are separate from app definitions.

  • Create a Dataverse environment

    Why it's wrong here

    This is a connection to SharePoint, not Dataverse.

  • Create a SharePoint Online API connection for Power Apps

    Why this is correct

    The template creates a connection resource for Power Apps.

  • Deploy a SharePoint list

    Why it's wrong here

    This template deploys a connection, not a list.

About these practice questions

Courseiva writes every PL-900 question from scratch — 904 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or 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.