The answer is that it restricts all users from accessing any Power Platform environment. This is correct because the JSON policy sets the 'blocked' property to true at the tenant level, which overrides any individual environment permissions and denies access to Power Apps, Power Automate, and Power Virtual Agents for every user, including administrators. On the Microsoft Power Platform Fundamentals PL-900 exam, this tests your understanding of how tenant-level policies enforce blanket restrictions, often appearing as a trick where you might think admins are exempt—but they are not. A common trap is assuming environment-specific roles can bypass this, but the tenant policy acts as a master switch. Remember the mnemonic: "Blocked at the top, all access must stop."
PL-900 Practice Question: Describe the business value of Microsoft Power Platform
This PL-900 practice question tests your understanding of describe the business value of microsoft power platform. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
Exhibit
Refer to the exhibit.
```json
{
"scope": "environment",
"action": "restrict",
"subject": "*"
}```
An administrator configures a Power Platform tenant-level policy with the JSON shown. What is the effect of this policy?
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
It restricts all users from accessing any Power Platform environment
The JSON policy sets the 'blocked' property to true for all environments, which effectively denies all users (including admins) access to any Power Platform environment. This is a tenant-level restriction that overrides individual environment permissions, making it impossible for anyone to interact with Power Apps, Power Automate, or Power Virtual Agents within the tenant.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
✗
It allows only admins to manage environments
Why it's wrong here
The policy does not specify roles; it restricts all.
✓
It restricts all users from accessing any Power Platform environment
Why this is correct
The policy restricts all subjects from accessing environments.
Related concept
Read the scenario before looking for a memorised answer.
✗
It prevents data export from environments
Why it's wrong here
The policy is about access restriction, not data export prevention.
✗
It blocks all users from creating new environments
Why it's wrong here
The policy restricts access, but does not specify which action (create) is blocked.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse a tenant-level access block with environment-level restrictions like data export prevention or creation limits, leading them to pick options that describe narrower policies.
Detailed technical explanation
How to think about this question
Under the hood, this policy uses the Power Platform admin center's tenant isolation feature, which applies a blanket block via the 'blocked' property in the JSON payload sent to the Power Platform API. A real-world scenario where this matters is during a security incident or compliance audit, where an admin might temporarily block all access to prevent data exfiltration while investigating a breach.
KKey Concepts to Remember
Read the scenario before looking for a memorised answer.
Find the constraint that changes the correct option.
Eliminate answers that are true in general but not in this case.
TExam Day Tips
→Watch for words such as best, first, most likely and least administrative effort.
→Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
Describe the business value of Microsoft Power Platform — This question tests Describe the business value of Microsoft Power Platform — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: It restricts all users from accessing any Power Platform environment — The JSON policy sets the 'blocked' property to true for all environments, which effectively denies all users (including admins) access to any Power Platform environment. This is a tenant-level restriction that overrides individual environment permissions, making it impossible for anyone to interact with Power Apps, Power Automate, or Power Virtual Agents within the tenant.
What should I do if I get this PL-900 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.