Free Microsoft MS-600 Exam Actual Questions

The questions for MS-600 were last updated On Nov 6, 2024

Question No. 1

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: In the code of App1, dynamically request the Calendar.Read permission from the Microsoft Graph API.

Does this meet the goal?

Show Answer Hide Answer
Correct Answer: B

For your app to access data in Microsoft Graph, the user or administrator must grant it the correct permissions via a consent process.

Application permissions can only be consented by an administrator.


https://docs.microsoft.com/en-us/graph/permissions-reference

Question No. 2

You have a Microsoft Power Platform solution named Solution1 that contains a Microsoft Power Apps app named App1 and multiple Microsoft Power Automate flows.

You need to integrate Solution 1 and Microsoft Teams.

What are two ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Answer Hide Answer
Correct Answer: B, C

Question No. 3

You have a custom web app that uses the Microsoft Graph API.

You receive an HTTP 403 Forbidden error when you call the Microsoft Graph endpoint.

What are two possible causes of the error? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Answer Hide Answer
Question No. 4

You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code.

A user reports that there is an issue with the add-in.

You need to debug the add-in for Word Online.

What should you do before you begin debugging in Visual Studio Code?

Show Answer Hide Answer
Correct Answer: C

Debug your add-in from Excel or Word on the web

To debug your add-in by using Office on the web (see step 3):

12.Deploy your add-in to a server that supports SSL.

13.In your add-in manifest file, update the SourceLocation element value to include an absolute, rather than a

relative, URI.

14.Upload the manifest to the Office Add-ins library in the app catalog on SharePoint.

15.Launch Excel or Word on the web from the app launcher in Office 365, and open a new document.

16.On the Insert tab, choose My Add-ins or Office Add-ins to insert your add-in and test it in the app.

17.Use your favorite browser tool debugger to debug your add-in.


Question No. 5

This question requires that you evaluate the bold text to determine if it is correct.

You can use a Command Set extension to develop a breadcrumb element that will appear on every Microsoft SharePoint page.

Instructions: Review the underlined text. If it makes the statement correct, select ''No change is needed''. If the statement is incorrect, select the answer choice that makes the statement correct.

Show Answer Hide Answer
Correct Answer: B

Application Customizers provide access to well-known locations on SharePoint pages that you can modify based on your business and functional requirements. For example, you can create dynamic header and footer experiences that render across all the pages in SharePoint Online.