Develop integrations Questions
Practice questions for Develop integrations topic in Microsoft Certified: Power Platform Developer Associate. 26 questions covering this domain.
An external system identifies customers by a business code instead of a Dataverse GUID, and that identifier must be used for synchronization. What sho...
A Dataverse webhook payload exceeds 256 KB. What happens according to the official webhook documentation?
After a team enables change tracking on a Dataverse table, what can they do later if they no longer want it?
Which header starts Dataverse Web API change tracking for a table query?
A webhook endpoint receives Dataverse server events. What is contained in the request body?
A developer plans to use alternate keys in retrieve, update, and upsert requests. Which design choice avoids a documented limitation?
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...
An external client needs near-real-time, ordered processing of Dataverse changes with retry semantics for downstream consumers. Which Azure messaging ...
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 ...
Which Microsoft service is best to host a long-running scheduled job that reads/writes Dataverse?
A developer needs to call a Dataverse Web API custom action from a server app. Which authentication is supported?
Which option lets a Dataverse plug-in securely store a per-step secret like an API key?
Which Web API capability is best to read large pages of records efficiently?
An integration must update a Dataverse row only if it has not been changed since it was read. Which Web API mechanism supports this?
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...
When implementing a virtual table in Dataverse, which development artifact handles the RetrieveMultiple operation to fetch rows from the external data...
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...
A developer implements incremental synchronization for a Dataverse table that has change tracking enabled. After the initial full synchronization, wha...
Which Dataverse Web API function call returns the `UserId`, `BusinessUnitId`, and `OrganizationId` of the currently authenticated user?
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.