exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 4 question 23 discussion

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

A company uses Microsoft Dataverse rollup fields to calculate insurance exposure and risk profiles for customers.

Users report that the system does not update values for the rollup fields when new insurance policies are written.

You need to recalculate the value of the rollup fields immediately after a policy is created.

What should you do?

  • A. Create new fields on the customer entity for insurance exposure and risk. Write a workflow process that is triggered when a new policy record is created to calculate the sum of values from policy records.
  • B. Create new calculated fields on the customer entity for insurance exposure and risk. Configure the formula to calculate the sum of values from policy records.
  • C. Change the frequency of the Calculate Rollup Field recurring job from every hour to every five minutes.
  • D. Create new fields on the customer entity for insurance exposure and risk. Write a plug-in that is triggered whenever a new policy is created.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
Juan0414
2 months, 3 weeks ago
Selected Answer: D
Answer should be: Create a plug-in that uses the CalculateRollupFieldRequest method for the rollup field. Configure a step on the Create event for the policy entity for this plug-in As it is on this similar question: https://www.examtopics.com/discussions/microsoft/view/122040-exam-pl-400-topic-2-question-47-discussion/ However, as that is not an option here. We should go with the only option that mentions a plug-in because that is the way that we can ensure a synchronous immediate recalculation of the field. So, option D.
upvoted 1 times
Juan0414
2 months, 3 weeks ago
Here we assuming that the plug-in uses the CalculateRollupFieldRequest method.
upvoted 1 times
...
...
RavinBrissy
4 months ago
Selected Answer: D
Why you need to create new fields in D ? The question doesn't say anything about this.
upvoted 1 times
...
At09
8 months ago
Answer is D
upvoted 1 times
...
MikeAWS
8 months, 3 weeks ago
D in my opinion! The best solution is to create new fields on the customer entity for insurance exposure and risk. These fields will be calculated fields that are updated automatically when the underlying data changes. A plug-in can be written to be triggered whenever a new policy is created. The plug-in can then update the values of the calculated fields.
upvoted 1 times
...
jkaur
9 months, 2 weeks ago
Correct D
upvoted 1 times
...
balu555
11 months ago
Selected Answer: D
Write a plug in that is triggered whenever a new policy is created
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 ...