- A
Implement a timer control to delay scanning between items.
Why wrong: This would only mask the issue and degrade user experience.
- B
Migrate the SharePoint list to an on-premises SQL Server database.
Why wrong: On-premises SQL would introduce latency and maintenance overhead.
- C
Optimize the Power Apps by enabling delegation for the SharePoint connector.
Delegation allows queries to be processed server-side, reducing data transfer.
- D
Replace SharePoint with Microsoft Dataverse for better performance.
Why wrong: Dataverse may require additional licensing and migration effort.
Quick Answer
The answer is to optimize the Power Apps by enabling delegation for the SharePoint connector. This is correct because enabling delegation shifts filtering and sorting operations from the client device to SharePoint Online, so only the relevant subset of data is transferred instead of the entire list. Without delegation, Power Apps pulls all rows locally, causing the slow load and timeouts described when scanning multiple items in quick succession. On the PL-900 exam, this scenario tests your understanding of delegation as a core performance strategy for SharePoint-connected apps, often appearing as a trap where you might mistakenly suggest changing the UI or upgrading the license. Remember the key insight: delegation lets the data source do the heavy lifting. A useful memory tip is “Delegate the data, don’t download it all”—if the app drags, check delegation first.
PL-900 Practice Question: Describe complementary Microsoft Power Platform solutions
This PL-900 practice question tests your understanding of describe complementary microsoft power platform solutions. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. 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.
A manufacturing company uses Microsoft Power Platform to manage its inventory. They have a Power Apps app that allows warehouse staff to scan items and update quantities in a SharePoint list. Recently, the app has been slow to load and occasionally times out when scanning multiple items in quick succession. The IT team suspects the issue is related to the data source connection. They want to improve performance without changing the user interface. The company has a Microsoft 365 E3 subscription and all data resides in SharePoint Online. What should the IT team do first?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Optimize the Power Apps by enabling delegation for the SharePoint connector.
Option C is correct because enabling delegation for the SharePoint connector allows Power Apps to offload filtering and sorting operations to SharePoint Online, rather than retrieving all rows to the client. This reduces the amount of data transferred over the network, which directly addresses the slow load and timeout issues when scanning multiple items in quick succession, without changing the user interface.
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.
- ✗
Implement a timer control to delay scanning between items.
Why it's wrong here
This would only mask the issue and degrade user experience.
- ✗
Migrate the SharePoint list to an on-premises SQL Server database.
Why it's wrong here
On-premises SQL would introduce latency and maintenance overhead.
- ✓
Optimize the Power Apps by enabling delegation for the SharePoint connector.
Why this is correct
Delegation allows queries to be processed server-side, reducing data transfer.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Replace SharePoint with Microsoft Dataverse for better performance.
Why it's wrong here
Dataverse may require additional licensing and migration effort.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse 'optimizing performance' with 'changing the data source' (Option B or D) or 'adding client-side delays' (Option A), rather than recognizing that the most immediate and non-disruptive fix is to enable delegation on the existing SharePoint connector.
Detailed technical explanation
How to think about this question
Delegation in Power Apps works by translating app formulas (e.g., Filter, SortByColumns) into server-side queries using the SharePoint REST API, which supports OData query operators like $filter and $orderby. Without delegation, Power Apps must pull all list items (up to the non-delegable limit of 500 or 2000 rows) to the client for processing, causing performance degradation. Enabling delegation ensures that only the relevant subset of data is transferred, reducing network payload and improving responsiveness under rapid scanning conditions.
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 healthcare organisation deploys an application with a public-facing web tier and a private database tier. The database subnet has no public IP and only accepts connections from the web tier's security group. Questions like this test whether you can design cloud network isolation using VNets/VPCs, subnets, and security group rules.
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 complementary Microsoft Power Platform solutions — study guide chapter
Learn the concepts, then practise the questions
- →
Describe complementary Microsoft Power Platform solutions 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?
Describe complementary Microsoft Power Platform solutions — This question tests Describe complementary Microsoft Power Platform solutions — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Optimize the Power Apps by enabling delegation for the SharePoint connector. — Option C is correct because enabling delegation for the SharePoint connector allows Power Apps to offload filtering and sorting operations to SharePoint Online, rather than retrieving all rows to the client. This reduces the amount of data transferred over the network, which directly addresses the slow load and timeout issues when scanning multiple items in quick succession, without changing the user interface.
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.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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 →
Same concept, more angles
1 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. You are a Power Platform administrator for a large multinational company that uses Microsoft Power Platform to manage its sales operations. The company has a Power App for sales representatives to log customer meetings and a Power Automate flow that sends a summary email to the sales manager after each meeting is logged. Recently, sales representatives have reported that the app is slow to load and sometimes times out. The IT team has checked network connectivity and server performance and found no issues. The app uses Dataverse as its data source and includes several lookup fields to related tables. The Power Automate flow runs immediately after a meeting is created and queries additional data from the Dataverse. You suspect the issue is related to the flow's trigger and subsequent queries. What course of action should you take to improve performance?
hard- ✓ A.Modify the flow to run on a schedule instead of immediately upon record creation
- B.Disable the Power Automate flow and manually send summary emails
- C.Implement caching in the Power App to store lookup data locally
- D.Increase the timeout duration of the Power Automate flow to allow more time for queries
Why A: Option A is correct because the performance issue is likely caused by the Power Automate flow's trigger running synchronously or near-synchronously upon record creation, which can block the app's response or cause timeouts if the flow queries additional Dataverse data. By modifying the flow to run on a schedule (e.g., every 5 minutes), you decouple the heavy query operations from the real-time app interaction, reducing the load on the app's session and preventing timeouts.
Keep practising
More PL-900 practice questions
- A sales team wants to track customer interactions and automate follow-up emails without custom development. What Microso…
- Which TWO are benefits of using Microsoft Power Platform for business process automation?
- A non-profit organization wants to automate donation receipt emails and track donor engagement. Which Microsoft Power Pl…
- A logistics company uses Power Apps to build a fleet management app. They need to integrate real-time GPS data from IoT…
- A company wants to automate a business process that requires approval from a manager before an expense report is submitt…
- A company needs to create a dashboard that shows real-time sales data from a SQL database. Which Microsoft Power Platfor…
Last reviewed: Jun 11, 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.