PL-900 Practice Question: Manage the Microsoft Power Platform environment
Exhibit
Refer to the exhibit.
{
"policy": {
"environment": {
"id": "Environment1",
"name": "Production Environment",
"provisioningState": "Succeeded",
"properties": {
"dataverse": {
"url": "https://org123.crm.dynamics.com",
"adminEmail": "admin@contoso.com",
"organizationName": "Contoso",
"storageCapacityUsedGB": 15.5,
"apiRateLimits": {
"maxRequestsPerMinute": 60000,
"currentUsagePercentage": 85
}
}
}
}
}
}An administrator reviews the JSON output from a Power Platform environment. What should the administrator be concerned about based on the data?
⚠ Common exam trap
It's easy for candidates to confuse API rate limit warnings with storage capacity issues, overlooking the 'RateLimitRemaining' field in favor of storage-related fields, because both involve resource exhaustion but affect different operational aspects.
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 API rate limit is approaching its maximum
The JSON output shows the 'RateLimitRemaining' field approaching zero, indicating that the API rate limit is nearly exhausted. Power Platform enforces per-tenant and per-user API limits to ensure fair resource usage, and hitting the limit will throttle or block further API calls, disrupting integrations and automated workflows.
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 Dataverse URL is incorrect
Why it's wrong here
The URL appears valid.
- ✗
The admin email is not configured
Why it's wrong here
The email is present.
- ✓
The API rate limit is approaching its maximum
Why this is correct
85% usage indicates potential throttling soon.
- ✗
The environment is out of storage
Why it's wrong here
15.5 GB used is not necessarily the limit.
Go deeper
Related to this question
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 →
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.