100% found this document useful (6 votes)
18K views3 pages

Microsoft Teams Developer

The document contains questions and answers related to developing apps and bots for Microsoft Teams. Some key points: 1. The method "await client.Conversations.SendToConversationAsync(newActivity,response.Id)" is used for a bot to reply to a user message. 2. Configurable tabs in Teams are allowed in the team and personal scope. 3. The command "gulp ngrok-serve" should be run by a developer using TypeScript and Node.js to load a Microsoft Teams custom app.

Uploaded by

suri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (6 votes)
18K views3 pages

Microsoft Teams Developer

The document contains questions and answers related to developing apps and bots for Microsoft Teams. Some key points: 1. The method "await client.Conversations.SendToConversationAsync(newActivity,response.Id)" is used for a bot to reply to a user message. 2. Configurable tabs in Teams are allowed in the team and personal scope. 3. The command "gulp ngrok-serve" should be run by a developer using TypeScript and Node.js to load a Microsoft Teams custom app.

Uploaded by

suri
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
  • Microsoft Teams Development Questions

22/25

Which of the following method signature is used if a Microsoft Teams Bot has to
reply to a message by a user?
-await client.Conversations.SendToConversationAsync(newActivity,response.Id)

Select the scope that configurable tabs in Microsoft Teams are allowed.
team and app
team and personal
personal and group chat
team and groupchat ?

Which of the following method signature is used if a Microsoft Teams Bot has to
find all the members in a group chat?
var mbrs = await connector.GetMemberAsync(message.Conversation.Id);
-var mbrs = await
connector.Conversations.GetConversationMemberAsync(message.Conversation.Id);
var mbrs = await connector.GetConversationMemberAsync(message.Conversation.Id);
var mbrs = await
connector.Conversations.GetMemberAsync(message.Conversation.Id);

Which command should a developer using TypeScript and Node.js run to create a

m
Microsoft Teams custom App?

er as
yo teams-new-app

co
-yo teams

eH w
yo teams-app
yo teams-app-new

o.
rs e
Which command should a developer run to install the yeoman generator for
ou urc
Microsoft Teams?
npm install generator-yeoman --global
-npm install generator-teams --global
npm install teams --global
o

npm install generator-yeoman-teams --global


aC s
v i y re

Which of the following event in the lifecycle of Microsoft Teams is invoked when
a Bot is added to a team?
teamBotAdded
teamMemberLoaded
teamUserAdded
ed d

-teamMemberAdded
ar stu

Which of the following is an extension type for a Microsoft Teams App package?
pkg
rar
Apppkg
sh is

-zip
Th

Which of the following is not a valid action type supported by Microsoft Teams
for an adaptive card?
Action.ShowCard
Action.Submit
-Action.Save
Action.OpenUrl

Which command should a developer using TypeScript and Node.js run to load a
Microsoft Teams custom App?
gulp init
-gulp ngrok-serve
gulp start
gulp run

If you are building a Microsoft Teams Bot using Visual Studio, which Nuget
package will you install?

This study source was downloaded by 100000826031613 from CourseHero.com on 06-04-2021 14:29:12 GMT -05:00

https://www.coursehero.com/file/78829273/Microsoft-Teams-Developertxt/
Microsoft.Bot.Framework.Team
Microsoft.Bot.Extension.Team
Microsoft.Bot.SDK.Teams
-Microsoft.Bot.Connector.Team

Which of the following statements related to support for the Oauth Card in
Microsoft Teams is incorrect?
Card can only be used for Bot Authentication.
-Card will work free with Microsoft Teams.
Card will not work with guest access.
Card only works for Bots registered in Azure Bot service.

Which attribute is set to true in the manifest file if the Microsoft Teams Bot
can send and receive files from a user?
sendFiles
sendReceiveFiles
isFilesAllowed
-supportsFiles

Which of the following is not a valid extensibility point in a Microsoft Teams


client?
Connectors and WebHook

m
-UI Interface Card

er as
Conversational Bots

co
Configurable Tabs

eH w
To display a page, which method should a custom web App hosted in Microsoft

o.
Teams call? rs e
microsoftTeams.Load()
ou urc
microsoftTeams.init()
-microsoftTeams.initialize()
microsoftTeams.Start()
o

Which of the following is not a valid card type in Microsoft Teams?


aC s

Hero Card
v i y re

-Image Card
Thumbnail Card
Adaptive Card

From which of the following interfaces can a user access a Microsoft Teams
ed d

client?
ar stu

All the options ?


Mobile
Web
Desktop
sh is

Which service is used when building a no-code Question and Answers Bot for
Microsoft Teams?
Th

qansmaker.ai
qamaker.ai
qasmaker.ai
-qnamaker.ai

Which of the following method is called when creating proactive messages for
Microsoft Teams Bot? If not, the app receives a 401: Unauthorized response.
MicrosoftAppCredentials.TrustService
MicrosoftAppCredentials.TrustServiceApp
MicrosoftAppCredentials.TrustApp
-MicrosoftAppCredentials.TrustServiceUrl

Select the URL where you will register a Microsoft Teams Bot if you do not wish
to register it in Azure.
https://app.botframework.com/bots/new
https://bot.devframework.com/bots/new

This study source was downloaded by 100000826031613 from CourseHero.com on 06-04-2021 14:29:12 GMT -05:00

https://www.coursehero.com/file/78829273/Microsoft-Teams-Developertxt/
https://dev.botframework.com/bots/new ?
https://bot.appframework.com/bots/new

What type of payload is messaged through a connector or incoming web hook in


Microsoft Teams?
Adaptive card
Thumbnail
Office 365 webhook card
Office 365 connector card ?

While creating a Microsoft Teams custom app using TypeScript and Node.js, which
command should a developer run to install the Microsoft Teams Javascript Client
SDK package?
-npm install --save @microsoft/teams-js
npm install --save @microsoft/teams
npm install --save @microsoft/teams-app
npm install --save @microsoft/teams-sdk

Which of the following event type is not a valid conversation update event for a
Microsoft Teams Bot?
channelCreated
-channelUpdated

m
channelRenamed

er as
channelDeleted

co
eH w
+++++++++++++++++++++++

o.
Which of the following is not a valid TextFomat for creating a custom message in
rs e
.NET using the Activity class?
ou urc
Markdown
-Plain (X)
JSON
xml
o
aC s

Which of the following activity type is used for a compose extension in


v i y re

Microsoft Teams?
extension
compose extension ?(X)
compose
invoke
ed d
ar stu

Which Microsoft Teams App should be installed to update an App package?


Manifest Studio ?(X)
Bot Studio
Teams
App Studio
sh is
Th

This study source was downloaded by 100000826031613 from CourseHero.com on 06-04-2021 14:29:12 GMT -05:00

https://www.coursehero.com/file/78829273/Microsoft-Teams-Developertxt/
Powered by TCPDF (www.tcpdf.org)

You might also like