exam questions

Exam MS-600 All Questions

View all questions & answers for the MS-600 exam

Exam MS-600 topic 4 question 31 discussion

Actual exam question from Microsoft's MS-600
Question #: 31
Topic #: 4
[All MS-600 Questions]

You develop a custom messaging extension to translate messages in a Microsoft Teams chat.
You need to provide users with the ability to invoke the extension from the More actions menu of a message.
What should you do?

  • A. Specify the command for the extension in the manifest file.
  • B. Add an Adaptive Card-based task module to a tab.
  • C. Add an incoming webhook to the Microsoft Teams bot.
  • D. Add an outgoing webhook to the Microsoft Teams bot.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Outgoing webhooks allow you to send messages to external systems from Teams. They are used in a very similar way to bots: you @mention them on a chat or channel, and then type your message. The difference is that when you send the message, it will go directly to the external system or service (e.g., your HR system). There isn't a custom-built bot background service in between. The external service then completes a task based on the message and can reply back to the user in Teams.
Note: If you are just looking for a simple way of integrating an existing external system to Teams, webhooks can offer you a very quick and easy solution for that.
There are three different types of webhooks:
✑ Outgoing webhooks (for sending a message from Teams to an external system
✑ Incoming webhooks (for sending a message from an external system to Teams)
✑ Connectors (productized/packaged webhooks by you, Microsoft or third parties)
Reference:
https://laurakokkarinen.com/how-we-can-extend-teams-with-custom-apps-the-non-technical-explanation/

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
DrVis
Highly Voted 1 year, 3 months ago
Answer should be A. As per MS doc, In the app manifest for Teams app, a single message extension is defined with up to 10 different commands. So, in manifest file, just specify command for message translation. Reference: https://learn.microsoft.com/en-us/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions?tabs=dotnet Do you have any idea, what should be correct answer???
upvoted 12 times
...
tfulanchan
Most Recent 10 months, 2 weeks ago
A or D? Can someone explain?
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 ...