exam questions

Exam PL-400 All Questions

View all questions & answers for the PL-400 exam

Exam PL-400 topic 6 question 28 discussion

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

You are creating a plug-in for an app that helps government employees get a proof of vaccination card.

You must add the following information to a vaccination record before a proof of vaccination card is created:

• Vaccination type
• Date of vaccination
• Name of person administering the vaccine

You need to register the plug-in.

In which stage should you register the plug-in?

  • A. PreValidation
  • B. PostOperation
  • C. MainOperation
  • D. PreOperation
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
Aryabhatta
Highly Voted 2 years, 4 months ago
Correct.
upvoted 11 times
...
TOM1000
Highly Voted 2 years, 1 month ago
Wrong, its Pre-Validation
upvoted 6 times
At09
1 year, 8 months ago
shutup lol
upvoted 5 times
...
...
Juan0414
Most Recent 3 months, 3 weeks ago
Selected Answer: D
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/event-framework#event-execution-pipeline PreOperation Occurs before the main system operation and within the database transaction. If you want to change any values for an entity included in the message, you should do it here. Avoid cancelling an operation here. Canceling will trigger a rollback of the transaction and have significant performance impact.
upvoted 1 times
...
HeWhoTakesExams
7 months, 3 weeks ago
Why PreOperation? Do we not need to first validate that this data has been inputted?
upvoted 1 times
...
hai297
1 year, 2 months ago
Selected Answer: D
"You" must add the following information to a vaccination record You mean developer not end-user, So we need to populate that data from somewhere. => PreOperation should correct
upvoted 3 times
...
Matte_
1 year, 8 months ago
Selected Answer: D
The record can be semi complete and not all fields can be in the target. PreOperation is correct.
upvoted 2 times
...
winnie_jingxue
1 year, 9 months ago
Selected Answer: D
Updating of values should be at Pre-Operation instead of Pre-Validation.
upvoted 2 times
...
b12f0be
1 year, 9 months ago
Selected Answer: A
PreValidation
upvoted 2 times
...
Juan86
1 year, 9 months ago
Selected Answer: A
Honestly I think should be A since the plug in is one of the first thibngyou have to incorporate/configure
upvoted 1 times
...
JerryAnt
1 year, 9 months ago
shouldbe Pre-Validation
upvoted 1 times
...
HasanAamir11
1 year, 9 months ago
Selected Answer: D
Pre-Validation
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 ...