ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 67 - PL-400 discussion

Report
Export

A company plans to create an order processing app. When orders are created, the app will perform complex business logic and integrate with several external systems.

Orders that have a large number of line items may take up to six minutes to complete. Processing for each order must be completed in one operation to avoid leaving records in an incomplete state.

You need to recommend a solution for the company.

What should you recommend?

A.

an asynchronous workflow that uses a custom workflow activity

Answers
A.

an asynchronous workflow that uses a custom workflow activity

B.

a real-time workflow that uses a custom action

Answers
B.

a real-time workflow that uses a custom action

C.

a webhook that connects to an Azure Function

Answers
C.

a webhook that connects to an Azure Function

D.

an asynchronous plug-in

Answers
D.

an asynchronous plug-in

Suggested answer: B

Explanation:

Real-time Workflows roll back all changes if it fails. As the Workflow is going through the process itself, if it fails, it will roll back all of the prior steps taken.

Incorrect Answers:

A: With Background Workflows, actions will not roll back if it fails. All changes are up-to-date until the failure occurs. The workflow will stop at this point due to the failure.

Reference:

https://ledgeviewpartners.com/blog/what-are-the-differences-between-real-time-and-background-workflows-in-microsoft-dynamics-365-crm/

asked 05/10/2024
JR Gee
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first