Courseiva
Manage the Microsoft Power Platform environmentmediumMultiple ChoiceObjective-mapped

PL-900 Power Platform API Practice Question

Exhibit

Refer to the exhibit.

{
  "environmentName": "ContosoSales",
  "location": "eastus",
  "properties": {
    "dataverse": {
      "language": 1033,
      "currency": "USD",
      "securityGroupId": "00000000-0000-0000-0000-000000000000"
    }
  }
}

The exhibit shows a JSON snippet used to create a Power Platform environment via the Power Platform API. The administrator runs the script but the environment is created with the default language and currency instead of the specified values. What is the most likely reason?

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 JSON syntax is invalid because of the empty securityGroupId.

The JSON snippet uses an empty GUID for 'securityGroupId' (all zeros). In the Power Platform API, an empty or invalid GUID in this field can cause the entire Dataverse settings block to be ignored, resulting in the environment being created with default language and currency. Option A correctly identifies this syntax issue. Options B, C, and D are incorrect because the API version, environment name, and location are valid.

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 JSON syntax is invalid because of the empty securityGroupId.

    Why this is correct

    An empty GUID may cause the API to ignore the dataverse configuration and apply defaults.

  • The API version used does not support specifying language and currency.

    Why it's wrong here

    All recent API versions support these properties.

  • The environment name "ContosoSales" is already in use.

    Why it's wrong here

    If the name were in use, the creation would fail entirely.

  • The location "eastus" is not a valid Azure region for Power Platform.

    Why it's wrong here

    East US is a valid region.

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.