Courseiva
easyMultiple ChoiceObjective-mapped

MB-920 Practice Question: A project manager creates a project with a budget…

Exhibit

Refer to the exhibit.

{
  "name": "Project Approval Workflow",
  "steps": [
    {
      "type": "condition",
      "expression": "Project.Status == 'Draft' && Project.Budget > 50000",
      "trueBranch": "Senior Manager Approval",
      "falseBranch": "Auto-Approve"
    },
    {
      "type": "approval",
      "name": "Senior Manager Approval",
      "approvers": ["SeniorManager@contoso.com"],
      "timeout": 7,
      "onTimeout": "Reject"
    },
    {
      "type": "action",
      "name": "Auto-Approve",
      "action": "SetProjectStatus('Approved')"
    }
  ]
}

A project manager creates a project with a budget of $60,000 in Draft status, but the workflow does not trigger the Senior Manager Approval step. What is the most likely reason?

⚠ Common exam trap

Many candidates assume a workflow in Draft status will still execute if conditions are met, but Microsoft Dynamics 365 requires explicit activation for any workflow to run, regardless of its logic or conditions.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The workflow is not activated for the project.

In Dynamics 365 Project Operations, workflows must be explicitly activated to run automatically when a project is created or updated. A workflow in Draft status is not active, so it will not trigger any approval steps regardless of the project's budget or status. Activating the workflow enables the system to evaluate conditions and initiate the Senior Manager Approval step as designed.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The workflow is not activated for the project.

    Why this is correct

    The workflow may not be associated with the project or is inactive.

  • The project budget is too low.

    Why it's wrong here

    The budget is $60,000, which is above the $50,000 threshold.

  • The approver email is incorrect.

    Why it's wrong here

    The email appears valid; even if incorrect, the step would trigger but fail later.

  • The project status is not 'Draft' after approval.

    Why it's wrong here

    The workflow runs on creation or status change, not after approval.

About these practice questions

This MB-920 question is part of Courseiva's 930-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This MB-920 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the MB-920 exam.