Courseiva
Demonstrate the capabilities of Power AutomatemediumMultiple ChoiceObjective-mapped

PL-900 Practice Question: Demonstrate the capabilities of Power Automate

Exhibit

{
  "triggers": {
    "When_a_new_email_arrives": {
      "inputs": {
        "host": {
          "connectionName": "shared_office365",
          "operationId": "OnNewEmail"
        },
        "parameters": {
          "includeAttachments": false,
          "folderPath": "Inbox",
          "importance": "Any",
          "onlyWithAttachments": false,
          "subjectFilter": "Invoice"
        }
      },
      "splitOn": "@triggerOutputs()?['body/value']",
      "type": "ApiConnection"
    }
  }
}

Refer to the exhibit. The Power Automate flow trigger is configured to run when a new email arrives. What will trigger this flow?

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

Emails with 'Invoice' in the subject line

The trigger condition 'subjectFilter' is set to 'Invoice', meaning only emails with 'Invoice' in the subject line will trigger the flow. Option A is incorrect because 'includeAttachments' is set to false, so attachments are not required. Option C is incorrect because 'importance' is set to 'Any', so importance is not a filter. Option D is incorrect because the flow requires a specific subject filter, not any email.

Answer analysis

Option-by-option breakdown

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

  • Any email with an attachment

    Why it's wrong here

    includeAttachments is false; attachments not required.

  • Emails with 'Invoice' in the subject line

    Why this is correct

    subjectFilter is set to 'Invoice'.

  • Emails marked as high importance

    Why it's wrong here

    importance is 'Any', so any importance.

  • Any email with or without attachments

    Why it's wrong here

    onlyWithAttachments is false, but subjectFilter still applies.

About these practice questions

This PL-900 question is part of Courseiva's 904-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 PL-900 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 PL-900 exam.