Skip to content

Develop integrations Questions

Practice questions for Develop integrations topic in Microsoft Certified: Power Platform Developer Associate. 26 questions covering this domain.

26 questions4 easy14 medium8 hard
Q1
medium

An external system identifies customers by a business code instead of a Dataverse GUID, and that identifier must be used for synchronization. What sho...

Q2
hard

A Dataverse webhook payload exceeds 256 KB. What happens according to the official webhook documentation?

Q3
medium

After a team enables change tracking on a Dataverse table, what can they do later if they no longer want it?

Q4
easy

Which header starts Dataverse Web API change tracking for a table query?

Q5
medium

A webhook endpoint receives Dataverse server events. What is contained in the request body?

Q6
medium

A developer plans to use alternate keys in retrieve, update, and upsert requests. Which design choice avoids a documented limitation?

Q7
hard

A Web API `PATCH` request should update a row only if it already exists and return `404 Not Found` when the key doesn't match any row. Which header sh...

Q8
hard

An external client needs near-real-time, ordered processing of Dataverse changes with retry semantics for downstream consumers. Which Azure messaging ...

Q9
medium

An external system needs to react to Dataverse rows being created in near real time. Which integration is most suitable when the receiver is an Azure ...

Q10
easy

Which Microsoft service is best to host a long-running scheduled job that reads/writes Dataverse?

Q11
medium

A developer needs to call a Dataverse Web API custom action from a server app. Which authentication is supported?

Q12
medium

Which option lets a Dataverse plug-in securely store a per-step secret like an API key?

Q13
medium

Which Web API capability is best to read large pages of records efficiently?

Q14
hard

An integration must update a Dataverse row only if it has not been changed since it was read. Which Web API mechanism supports this?

Q15
medium

A developer sends a Web API `$batch` request that combines multiple operations in a single HTTP round trip. Which Content-Type header value is require...

Q16
medium

When implementing a virtual table in Dataverse, which development artifact handles the RetrieveMultiple operation to fetch rows from the external data...

Q17
hard

A developer uses a PATCH request with a Dataverse alternate key and also adds an `If-Match` header with the row's current `@odata.etag` value. What be...

Q18
hard

A developer implements incremental synchronization for a Dataverse table that has change tracking enabled. After the initial full synchronization, wha...

Q19
easy

Which Dataverse Web API function call returns the `UserId`, `BusinessUnitId`, and `OrganizationId` of the currently authenticated user?

Q20
medium

An integration must associate an existing Contact record with an existing Account using the Web API without updating any column values on either row. ...

Sign in to see all 26 questions

Create a free account to browse all questions — completely free during our launch phase.