Microsoft MS-600 Building Applications and Solutions with Microsoft 365 Core Services Exam Practice Test

Page: 1 / 14
Total 242 questions
Question 1

You need to publish build status messages to a Microsoft Teams channel.

Solution: You create a bot that monitors the build pipeline and pushes the messages to the channel by using the Microsoft Bot Framework.

Does this meet the goal?



Question 2

You are creating a web app that will use the Microsoft Graph API to read and send email.

The app needs to have access to only the current users mailbox. The solution must use the principle of least privilege.

Which Microsoft Graph API permissions should you grant for the app?



Answer : B


Question 3

You build a Microsoft Teams meeting extension.

You need to ensure that the extension can be used before a meeting starts.

What should you do?



Answer : B


Question 4

You have a Microsoft 365 subscription that uses Microsoft Teams.

You need to identify which Teams apps were built by the IT department and are available m the Teams client.

Which Microsoft Graph request should you use?

A)

B)

C)

D)



Answer : D


Question 5

You need to deploy a Microsoft Teams app. The app will create a Microsoft Teams personal tab that displays a website.

Solution: From the Developer Portal, you create a Microsoft Teams app, you add a personal tab, and then you enter the name, ID, and content URL of the website.

Does this meet the goal?



Answer : B

This solution does not meet the goal because creating a Microsoft Teams app from the Developer Portal and adding a personal tab with the name, ID, and content URL of the website is not enough to deploy the app.You also need tocreate an app package,build and run your application, andupload your app in Teams12.

A possible solution that meets the goal is:

From the command prompt, install Microsoft Teams app generator by entering:npm install generator-teams --global

Generate your application with a personal tab using:yo teams

Add a content page to the personal tab

Create your app package using:gulp manifest

Build and run your application using:gulp serve

Upload your app in Teams by sideloading it for personal use2


Question 6

You are developing a Microsoft Teams app that will have a personal tab. The personal tab requires single sign-on (SSO) authentication to the Microsoft identity platform. The app will be published to Microsoft AppSource.

What do you require to implement SSO for the app?



Answer : C


Question 7

You have a web app that uses the Microsoft Identity Platform.

You extend the application manifest to implement the following role-based access control (RBAC).

When you attempt to save the manifest you receive a validation error.

Which key value pair should you modify to resolve the error?



Answer : A


Page:    1 / 14   
Total 242 questions