- A
Switch action with cases for each range
Why wrong: Switch is less suitable for numeric ranges; condition works better.
- B
Apply to each with a condition inside
Why wrong: Apply to each is for repeating actions on items, not branching.
- C
Condition action with nested conditions
Conditions allow branching based on amount ranges.
- D
Parallel branches for both approval paths
Why wrong: Parallel branches don't provide conditional logic.
Quick Answer
The correct answer is the Condition action with nested conditions. This control structure is ideal because the scenario requires evaluating an expense amount against multiple thresholds, where the primary split (above or below $5,000) is handled by an outer Condition action, and the sub-branches—such as the $1,000 to $5,000 range versus under $1,000—are managed by nested conditions within the same action. On the Microsoft Power Platform Fundamentals PL-900 exam, this tests your understanding of how to implement conditional approval branching in Power Automate, often appearing in scenario-based questions that distinguish between Condition, Switch, Apply to each, and Parallel branches. A common trap is choosing Switch, but Switch works only for discrete values like status codes, not for numeric ranges. Remember the memory tip: “For ranges, use ranges—Condition with nested conditions handles the splits.”
PL-900 Practice Question: Demonstrate the capabilities of Power Automate
This PL-900 practice question tests your understanding of demonstrate the capabilities of power automate. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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.
You are designing a Power Automate flow that processes approvals for expense reports. If an expense exceeds $5,000, the flow must require approval from both the manager and the finance director. If the expense is between $1,000 and $5,000, only manager approval is needed. For expenses under $1,000, no approval is required. Which control structures should you use?
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
Condition action with nested conditions
Option D is correct because the scenario requires conditional logic: evaluate the amount and branch accordingly. A Condition action is ideal for the primary split (above/below thresholds), and nested conditions handle the sub-branches. Option A is wrong because Apply to each is for iterating arrays. Option B is wrong because Switch works for discrete values, not ranges. Option C is wrong because Parallel branches run actions concurrently but don't implement branching logic.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Switch action with cases for each range
Why it's wrong here
Switch is less suitable for numeric ranges; condition works better.
- ✗
Apply to each with a condition inside
Why it's wrong here
Apply to each is for repeating actions on items, not branching.
- ✓
Condition action with nested conditions
Why this is correct
Conditions allow branching based on amount ranges.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Parallel branches for both approval paths
Why it's wrong here
Parallel branches don't provide conditional logic.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated. Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related PL-900 NAT questions on configuration and troubleshooting.
- →
Demonstrate the capabilities of Power Automate — study guide chapter
Learn the concepts, then practise the questions
- →
Demonstrate the capabilities of Power Automate practice questions
Targeted practice on this topic area only
- →
All PL-900 questions
976 questions across all exam domains
- →
Microsoft Power Platform Fundamentals PL-900 study guide
Full concept coverage aligned to exam objectives
- →
PL-900 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PL-900 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Identify foundational components of Power Platform practice questions
Practise PL-900 questions linked to Identify foundational components of Power Platform.
Demonstrate capabilities of Power BI practice questions
Practise PL-900 questions linked to Demonstrate capabilities of Power BI.
Describe complementary Microsoft Power Platform solutions practice questions
Practise PL-900 questions linked to Describe complementary Microsoft Power Platform solutions.
Demonstrate the capabilities of Power Automate practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Automate.
Describe the business value of Microsoft Power Platform practice questions
Practise PL-900 questions linked to Describe the business value of Microsoft Power Platform.
Manage the Microsoft Power Platform environment practice questions
Practise PL-900 questions linked to Manage the Microsoft Power Platform environment.
Identify foundational components of Microsoft Power Platform practice questions
Practise PL-900 questions linked to Identify foundational components of Microsoft Power Platform.
Demonstrate the capabilities of Power BI practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power BI.
Demonstrate the capabilities of Power Apps practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Apps.
Demonstrate the capabilities of Microsoft Copilot Studio practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Microsoft Copilot Studio.
Demonstrate the capabilities of Power Pages practice questions
Practise PL-900 questions linked to Demonstrate the capabilities of Power Pages.
PL-900 fundamentals practice questions
Practise PL-900 questions linked to PL-900 fundamentals.
Practice this exam
Start a free PL-900 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PL-900 question test?
Demonstrate the capabilities of Power Automate — This question tests Demonstrate the capabilities of Power Automate — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Condition action with nested conditions — Option D is correct because the scenario requires conditional logic: evaluate the amount and branch accordingly. A Condition action is ideal for the primary split (above/below thresholds), and nested conditions handle the sub-branches. Option A is wrong because Apply to each is for iterating arrays. Option B is wrong because Switch works for discrete values, not ranges. Option C is wrong because Parallel branches run actions concurrently but don't implement branching logic.
What should I do if I get this PL-900 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related PL-900 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Same concept, more angles
2 more ways this is tested on PL-900
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Fabrikam Inc. uses Power Automate to automate expense report approvals. The flow is triggered when an expense report is submitted in a SharePoint list. The flow then sends an approval request to the expense approver via the Approvals connector. If approved, the flow updates the SharePoint list status to 'Approved' and sends a confirmation email to the submitter. If rejected, it updates the status to 'Rejected' and sends a rejection email. Currently, the flow works for single approvers, but the business now requires that if the expense amount exceeds $5,000, the approval must be sent to a senior manager instead of the regular manager. You need to modify the flow to meet this requirement with minimal maintenance. What should you do?
medium- A.Use a Scope action to group the approval actions
- B.Create a child flow that handles the approval routing
- ✓ C.Add a Condition action to check the expense amount and then use two separate approval actions
- D.Add parallel branches for each approval path
Why C: Option B is correct because a condition action can check the expense amount and branch to different approval actions. This is simple and maintainable. Option A is incorrect because parallel branches would send approvals to both managers, not conditionally. Option C is incorrect because a scope does not provide conditional logic. Option D is incorrect because a child flow would add unnecessary complexity for this simple conditional logic.
Variation 2. Your company uses Power Automate to handle approvals for purchase orders. You need to create a flow that triggers when an item is added to a SharePoint list, checks if the amount exceeds $10,000, and if so, sends an approval request to the finance manager. If approved, the item status should be updated to 'Approved'. Which type of flow should you use?
hard- ✓ A.Automated cloud flow
- B.Business process flow
- C.Instant cloud flow
- D.Desktop flow
Why A: An automated cloud flow can trigger on new SharePoint item, include a condition to check amount, use an approval action, and conditionally update the item. Desktop flows are for desktop automation. Business process flows guide users. Instant flows need manual trigger.
Last reviewed: Jun 21, 2026
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.