MS-600 Dumps

MS-600 Free Practice Test

Microsoft MS-600: Building Applications and Solutions with Microsoft 365 Core Services

QUESTION 6

- (Exam Topic 2)
What is the default permission scope when you request an access token by using MSGraphClient?

Correct Answer: D
By default, the service principal has no explicit permissions granted to access the Microsoft Graph. However, if you request an access token for the Microsoft Graph, you get a token with the user_impersonation permission
scope that can be used for reading information about the users (that is, User.Read.All). Reference: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/use-msgraph

QUESTION 7

- (Exam Topic 2)
You have an application that has the code shown in the exhibits. (Click the JavaScript Version tab or the C# Version tab.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
JavaScript Version
<>>< ><>< >
Solution:
Box 1: No
Box 2: No
Box 3: Yes
A file is downloaded from OneDrive and saved locally.
Drive/Root is the drive resource is the top level object representing a user's OneDrive or a document library in SharePoint.
Reference: https://docs.microsoft.com/en-us/graph/api/resources/drive

Does this meet the goal?

Correct Answer: A

QUESTION 8

- (Exam Topic 2)
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.

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.
Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/using-page-placeholder-with-extens

QUESTION 9

- (Exam Topic 2)
For each of the following statements, select Yes if the statement is true. Otherwise, select NO. NOTE: Each correct selection is worth one point.

Solution:


Does this meet the goal?

Correct Answer: A

QUESTION 10

- (Exam Topic 2)
You are building a Microsoft Outlook Web Add-in.
You need to persist user preferences between devices by using the minimum amount of development effort. Which API should you use?

Correct Answer: C
You can persist add-in state and settings with the JavaScript API for Office.
The JavaScript API for Office provides the Settings, RoamingSettings, and CustomProperties objects for saving add-in state across sessions
Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/develop/persisting-add-in-state-and-settings