Implement Power Apps improvements Questions
Practice questions for Implement Power Apps improvements topic in Microsoft Certified: Power Platform Developer Associate. 24 questions covering this domain.
Live monitor shows many `getRows` calls and intermittent 429 errors after each `createRow`. A label formula repeatedly calls `CountRows` on several Da...
Which tool is used to trace events while a canvas app runs in Studio or as a published app?
When a canvas app formula can't be delegated, how many records are processed locally by default?
A maker writes a formula that uses `PrimaryContact.FullName in ContactNames` while filtering Accounts. Why won't the `in` operator delegate in this ca...
A developer wants a delegable comparison between Budgets and the current user's business unit. Which formula follows Microsoft guidance for equality c...
A gallery must search a large Dataverse table and return complete results, not just the first local page of records. Which approach is best?
A canvas app shows a long delay rendering a gallery bound to a remote source. Monitor shows many small list calls. What is the best optimization?
Which Power Apps function clears a collection's contents without removing the collection definition?
Which Power Apps capability lets an app declaratively call a Dataverse custom API as a function or action?
Which Studio feature shows network calls and timings for a canvas app session to help identify slow data calls?
Which Studio feature provides a code-like view of canvas app source for diff/review?
To minimize OnStart blocking, which approach does Microsoft recommend for canvas apps?
A canvas app must show cached data immediately when it opens offline, then refresh the cache from Dataverse when connectivity is available. Which sequ...
A developer wants to retrieve exactly one Dataverse record that matches a specific filter using a delegable operation. Which Power Fx function is the ...
A canvas app screen loads data from three separate Dataverse tables. Currently the loads execute sequentially in OnVisible, causing a slow startup. Wh...
A developer enables the "Explicit column selection" setting for a canvas app. What is the primary performance benefit?
A canvas app gallery performs a Dataverse search on every keystroke in a text input, causing excessive server calls against a 500,000-row table. Which...
Which Power Apps formula function creates or modifies a single record in a data source and returns the resulting record?
A canvas app connects to Dataverse and uses a gallery bound to an `Accounts` table. A developer wants to show only the `Name`, `AccountNumber`, and `R...
A canvas app must navigate to a specific screen and retain the user's current filter state (a context variable) for that screen. Which Power Fx functi...
Sign in to see all 24 questions
Create a free account to browse all questions — completely free during our launch phase.