exam questions

Exam PL-200 All Questions

View all questions & answers for the PL-200 exam

Exam PL-200 topic 3 question 31 discussion

Actual exam question from Microsoft's PL-200
Question #: 31
Topic #: 3
[All PL-200 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 one 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.

A company uses a model-driven app.

The company needs to automatically update the Status column in real time.

You need to configure this feature.

Solution: Create a workflow that has an Update Record step.

Does the solution meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
MaBu274
Highly Voted 1 year, 10 months ago
Answear is No https://learn.microsoft.com/en-us/power-apps/maker/data-platform/configure-workflow-steps
upvoted 10 times
DSM_LM
1 year, 7 months ago
"You can update the row that the real-time workflow is running on, any of the rows linked to that row in an N:1 relationship, or any rows created by earlier steps."
upvoted 1 times
...
...
killionb12
Most Recent 6 months, 1 week ago
Selected Answer: A
Yes, you're correct! If the workflow is configured as a real-time workflow (synchronous workflow) and includes an Update Record step, it can indeed meet the requirement to update the Status column in real time. So, if the workflow is set up to run in real time, then: A. Yes This solution would meet the goal of automatically updating the Status column in real time.
upvoted 1 times
...
killionb12
6 months, 1 week ago
Selected Answer: B
B. No Creating a workflow with an Update Record step alone does not ensure that the Status column will be updated in real time. To achieve real-time updates, you need to configure a real-time workflow (synchronous workflow) instead of a background workflow (asynchronous workflow)12. Real-time workflows run immediately and can update the Status column as soon as the triggering event occurs, ensuring the updates happen in real time.
upvoted 1 times
killionb12
6 months, 1 week ago
I actually think its correct now.
upvoted 1 times
...
...
troisdsolide
7 months ago
Selected Answer: B
No. Need to use the "Change Status" step, not the Update Record step.
upvoted 1 times
...
jkaur
1 year, 3 months ago
correct
upvoted 1 times
...
MrEz
1 year, 5 months ago
(classic) workflows can by syc (aka 'real time') or async. they have not defined it. but defining it would kind of reveal the solution ;-)
upvoted 2 times
...
JohnChung
1 year, 7 months ago
Selected Answer: A
A workflow can be a background workflow or a real-time workflow
upvoted 1 times
...
Joey444
1 year, 8 months ago
Answer is Correct
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 ...