Pipeline Stages Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create a Dataverse Plug-in

Pipeline Stages Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which pipeline stage executes before the database transaction begins, making it ideal for validation logic?

  2. 2

    You need to modify the values of a record before it is saved to the database. Which stage is most appropriate for this?

  3. 3

    When is the 'Post-operation' stage executed in the Dataverse event pipeline?

  4. 4

    If you need to perform an action that triggers an external system (like sending an email) only after the record is successfully committed to the database, which stage should you use?

  5. 5

    You have a plug-in registered in the Pre-operation stage that throws an InvalidPluginExecutionException. What is the impact on the database transaction?