Courseiva
Demonstrate the capabilities of Power AppsmediumMultiple ChoiceObjective-mapped

PL-900 Demonstrate the capabilities of Power Apps Practice Question

Exhibit

Refer to the exhibit. The following JSON shows a Power Apps component framework (PCF) manifest:

{
  "namespace": "MyCompany",
  "control": "MyControl",
  "version": "1.0.0",
  "display-name-key": "MyControl_Display_Key",
  "description-key": "MyControl_Desc_Key",
  "properties": [
    {
      "name": "TextProperty",
      "display-name-key": "Text_Display_Key",
      "description-key": "Text_Desc_Key",
      "type": "singleLine.text"
    }
  ],
  "abilities": {
    "data": ["dataset"]
  }
}

A developer is creating a custom control using Power Apps Component Framework (PCF). After importing the solution, the control appears but does not show any data. What is the most likely issue based on the exhibit?

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 control requires a dataset property but only a text property is defined

The 'abilities' section indicates the control expects a dataset, but the only property defined is a single line of text. The control likely needs a dataset property to receive data. The version, namespace, and display key are not causing data issues.

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 display-name-key is missing a translation

    Why it's wrong here

    Missing translation causes display issues, not data.

  • The version number is incorrect

    Why it's wrong here

    Version does not affect data display.

  • The control requires a dataset property but only a text property is defined

    Why this is correct

    Correct: The control expects data but no dataset property is configured.

  • The namespace is misspelled

    Why it's wrong here

    Namespace only affects uniqueness, not data.

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.