MS-600 Building Applications and Solutions with Microsoft 365 Core Services (beta)

Loading demo links...

Showing 10–12 of 15 questions

Question 10 (Mixed Questions)

You need to develop a SharePoint Framework (SPFx) solution that interacts with Microsoft SharePoint and also Microsoft Teams. The solution must share the same code base.

What should you do?

Select an option, then click Submit answer.

  • Make the code aware of the Teams context and the SharePoint context.

  • Include the Microsoft Authentication Library for .NET (MSAL.NET) in the solution.

  • Grant admin consent to the Teams API.

  • Publish the solution to an Azure App Service.

Question 11 (Mixed Questions)

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

You are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).

Currently, App1 can read user profile information.

You need to allow App1 to read the user’s calendar.

Solution: Perform a POST request against https://graph.microsoft.com/v1.0/me/events.

Does this meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No

Question 12 (New Update)

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution.

After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.

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

Solution: You manually create a Microsoft Teams manifest file that includes a configurableTabs section containing the name, ID, and content URL of the website.

Does this meet the goal?

Select an option, then click Submit answer.

  • Yes

  • No