Skip to content

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.

24 questions6 easy12 medium6 hard
Q1
medium

Live monitor shows many `getRows` calls and intermittent 429 errors after each `createRow`. A label formula repeatedly calls `CountRows` on several Da...

Q2
easy

Which tool is used to trace events while a canvas app runs in Studio or as a published app?

Q3
easy

When a canvas app formula can't be delegated, how many records are processed locally by default?

Q4
medium

A maker writes a formula that uses `PrimaryContact.FullName in ContactNames` while filtering Accounts. Why won't the `in` operator delegate in this ca...

Q5
hard

A developer wants a delegable comparison between Budgets and the current user's business unit. Which formula follows Microsoft guidance for equality c...

Q6
medium

A gallery must search a large Dataverse table and return complete results, not just the first local page of records. Which approach is best?

Q7
hard

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?

Q8
easy

Which Power Apps function clears a collection's contents without removing the collection definition?

Q9
medium

Which Power Apps capability lets an app declaratively call a Dataverse custom API as a function or action?

Q10
medium

Which Studio feature shows network calls and timings for a canvas app session to help identify slow data calls?

Q11
easy

Which Studio feature provides a code-like view of canvas app source for diff/review?

Q12
medium

To minimize OnStart blocking, which approach does Microsoft recommend for canvas apps?

Q13
hard

A canvas app must show cached data immediately when it opens offline, then refresh the cache from Dataverse when connectivity is available. Which sequ...

Q14
medium

A developer wants to retrieve exactly one Dataverse record that matches a specific filter using a delegable operation. Which Power Fx function is the ...

Q15
medium

A canvas app screen loads data from three separate Dataverse tables. Currently the loads execute sequentially in OnVisible, causing a slow startup. Wh...

Q16
medium

A developer enables the "Explicit column selection" setting for a canvas app. What is the primary performance benefit?

Q17
hard

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...

Q18
easy

Which Power Apps formula function creates or modifies a single record in a data source and returns the resulting record?

Q19
medium

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...

Q20
hard

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.