Courseiva
Demonstrate the capabilities of Power AutomateeasyMultiple ChoiceObjective-mapped

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

Exhibit

Refer to the exhibit. {
  "type": "ApiConnection",
  "inputs": {
    "host": {
      "connectionName": "shared_teams",
      "operationId": "PostMessageToChannel"
    },
    "parameters": {
      "team": "Marketing",
      "channel": "General",
      "message": "New lead created: @{triggerOutputs()?['body/name']}"
    },
    "authentication": "@parameters('$authentication')"
  },
  "runAfter": {}
}

The exhibit shows an action in a Power Automate flow. What does this action accomplish?

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

Post a message to the General channel in the Marketing team.

The action posts a message to the 'General' channel of the 'Marketing' team, including dynamic content from the trigger. Option A is wrong because it does not send an email. Option B is wrong because it is not a chat. Option D is wrong because it does not create a channel.

Answer analysis

Option-by-option breakdown

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

  • Send an email notification.

    Why it's wrong here

    This is a Teams action, not email.

  • Send a chat message to a user.

    Why it's wrong here

    Chat messages use a different operation.

  • Post a message to the General channel in the Marketing team.

    Why this is correct

    The operation is PostMessageToChannel with specified team and channel.

  • Create a new channel in the Marketing team.

    Why it's wrong here

    This action posts a message, not creates a channel.

About these practice questions

One of 904 original PL-900 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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.