Free MS-600 Exam Dumps

Question 11

- (Exam Topic 2)
You are developing a sever-based application that has the following requirements: Prompt the user to fill out a form that contains a keyword.
Search the Microsoft OneDrive folder for files that contain the keyword and return the results to the user. Allow the user to select one of the files from the results.
Copy the selected file to an Azure Blob storage container.
Which four actions should the application perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order.
MS-600 dumps exhibit
Solution:
MS-600 dumps exhibit

Does this meet the goal?

Correct Answer:A

Question 12

- (Exam Topic 1)
You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?

Correct Answer:C
Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs.
When your application is open in multiple tabs and you first sign in the user on one tab, the user is also signed in on the other tabs without being prompted. MSAL.js caches the ID token for the user in the browser localStorage and will sign the user in to the application on the other open tabs.
By default, MSAL.js uses sessionStorage which does not allow the session to be shared between tabs. To get SSO between tabs, make sure to set the cacheLocation in MSAL.js to localStorage.
Reference: https://docs.microsoft.com/bs-latn-ba/Azure/active-directory/develop/msal-js-sso

Question 13

- (Exam Topic 2)
You need to request permission to create a group in a Sharepoint Framework (SPFx) solution. To which file should you add the permission request?

Correct Answer:D

Question 14

- (Exam Topic 2)
You are developing an application that will use Microsoft Graph.
You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf of the user.
The application fails. The diagnostic logs show the following information:
* An HTTP 403 Forbidden status code
* An Authorization_RequestDenied error code
* The following error message: "Insufficient privileges to complete the operation."
You need to ensure that the application can retrieve the list of groups. The solution must use the principle of least privilege. Which two actions should you perform? Each correct answer presents part of the solution.
NOTE; Each correct selection is worth one point.

Correct Answer:AD

Question 15

- (Exam Topic 2)
You are evaluating the SharePoint Framework (SPFx) ListView Command Set extension. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
MS-600 dumps exhibit
Solution:
Box 1: Yes
Extensions are client-side components that run inside the context of a SharePoint page. Box 2: Yes
ClientSideExtension.ListViewCommandSet.CommandBar: The top command set menu in a list or library.
Box 3: Yes
ClientSideExtension.ListViewCommandSet.ContextMenu: The context menu of the item(s). Reference:
https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/building-simple-cmdset-with-dialog

Does this meet the goal?

Correct Answer:A