PL-900 Practice Question: Manage the Microsoft Power Platform environment
Exhibit
Refer to the exhibit.
{
"environmentName": "SalesProd",
"environmentType": "Production",
"region": "eastus",
"properties": {
"databaseType": "Dataverse",
"language": 1033,
"currency": "USD"
},
"securityGroups": [
{
"id": "sg-sales-admins",
"role": "System Administrator"
},
{
"id": "sg-sales-users",
"role": "Basic User"
}
]
}Refer to the exhibit. A Power Platform administrator is reviewing a JSON export of an environment configuration. Which statement is true based on the exhibit?
⚠ Common exam trap
Watch out — candidates often assume an environment is a trial or sandbox based on the presence of security groups or a non-English language setting, but the JSON explicitly shows 'language': 'en-us' and 'environmentType': 'Production', which directly disproves those assumptions.
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
✓
Security groups are assigned to the environment
The JSON export includes a 'securityGroups' property with an array of group IDs, indicating that one or more Microsoft Entra ID (formerly Azure AD) security groups are explicitly linked to the environment. This configuration restricts environment access to members of those security groups, which is a common practice for controlling access in production or shared environments.
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 environment was created from a trial
Why it's wrong here
No trial information is present.
- ✗
The environment uses French language
Why it's wrong here
Language is 1033 (English).
- ✓
Security groups are assigned to the environment
Why this is correct
The JSON includes securityGroups with ids and roles.
- ✗
The environment is a sandbox environment
Why it's wrong here
The environmentType is Production, not Sandbox.
Go deeper
Related to this question
About these practice questions
One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.