exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 7 question 9 discussion

Actual exam question from Microsoft's PL-400
Question #: 9
Topic #: 7
[All PL-400 Questions]

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than once correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing a one-way integration from the Microsoft Dataverse to another system.
You must use an Azure Function to update the other system. The integration must send only newly created records to the other system. The solution must support scenarios where a component of the integration is unavailable for more than a few seconds to avoid data loss.
You need to design the integration solution.
Solution: Register a service endpoint in the Dataverse instance that connects to an Azure Service Bus queue.
Create and register an Azure-aware plug-in that uses the service endpoint.
Register a step on the plug-in that runs asynchronously on the record's Create message and in the post-operation stage.
Configure the Azure Function to process records as they are added to the queue.
Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
Plug-ins are one of two methods used to initiate posting the message containing the data context to the Azure Service Bus, the other method being a custom workflow activity.
Note: Microsoft Dataverse supports integration with Azure.
For the Dataverse and Azure connection to work, there must be at least one solution in an Azure Service Bus solution account, where the solution contains one or more service endpoints.
For a queue endpoint contract, a listener doesn't have to be actively listening.
Reference:
https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/azure-integration

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
VladimirNL442
Highly Voted 3 years, 7 months ago
Correct, why microsoft exam questions not all like these, clear, easy. if person never worked with Dataverse before then he/she will not know that. Create 1000 easy questions and then : 1) no need for dumps as they are easy to pass if you really know the system 2) dumps are not in demand - everyone will be trying without them 3) easy to create 1000 - hard to make dumps Profit. Microsoft is stupid
upvoted 12 times
...
Juan0414
Most Recent 3 months, 2 weeks ago
Selected Answer: A
Correct! Yes
upvoted 1 times
...
sudoaptupgrade
7 months, 3 weeks ago
Selected Answer: A
Correct
upvoted 1 times
...
haoest
1 year, 4 months ago
what happens if azure service bus has a hiccup and goes line for a minute at the time the plugin sends a message?
upvoted 1 times
SKIPSKIPPERSON
3 months, 3 weeks ago
Service bus supports at-least-once delivery and if receiver fails to process a message, a message is re-delivered
upvoted 1 times
...
...
loecun
3 years, 8 months ago
correct
upvoted 2 times
...
lesiris
3 years, 8 months ago
Right answer ?
upvoted 1 times
alevalli9
2 years, 3 months ago
A. Yes
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...