Free MS-600 Exam Braindumps (page: 1)

Page 1 of 26
View Related Case Study

You need to configure the initial login request in the access token JavaScript script.
Which code segment should you insert at line 01?

  1. const scopes = ['https://graph.microsoft.com/.default'];
  2. const accessTokenRequest = {
    };
  3. const scopes = ['https://graph.microsoft.com/Files.Read.All', 'https://graph.microsoft.com/Mail.Send.All'];
  4. const accessTokenRequest = {
    scopes: ['https://graph.microsoft.com/Files.ReadWrite', 'https://graph.microsoft.com/Mail.Send']
    };

Answer(s): D

Explanation:

Scenario: A, Datum identifies the following technical requirements for the planned E-invoicing capabilities:
· Ensure that all operations performed by E-invoicing against Office 365 are initiated by a user.
· Require that the user authorize E-invoicing to access the Office 365 data the first time the application attempts to access Office 365 data on the user's behalf.


Reference:

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



View Related Case Study

DRAG DROP
You need to protect the backend web service to meet the technical requirements. Which four actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order.

Exhibit A:



Exhibit B:

  1. Please refer to Exhibit B for answer.

Answer(s): A

Explanation:

Here is a quick overview of the steps:

Step 1: Register an application in Azure AD for the backend web service Register an application (backend-app) in Azure AD to represent the API.

Step 2: Set the App ID URI for the backend service application registration When the application is created (step 1) select Expose an API and click on Save and continue to create an Application ID URI.

Step 3: Defend the scopes in the backend web service application registration In the Add a scope page, create a new scope supported by the API. (e.g., Read) then click on Add scope to create the scope. Repeat this step to add all scopes supported by your API. Step 4: Register an application in Azure AD for E-invoicing. Step 4.1 Register another application in Azure AD to represent a client application Step 4.2 Now that you have registered two applications to represent the API and the Developer Console, you need to grant permissions to allow the client-app to call the backend-app.
Scenario:
Secure access to the backend web service by using Azure AD E-invoicing will have internal logic that will dynamically identify whether the user should be allowed to call the backend API.


Reference:

https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-protect- backend-with-aad



View Related Case Study

You need to complete the MSAL.js code for SSO.
Which code segment should you insert at line 06?

  1. storeAuthStateInCookie: false
  2. storeAuthStateInCookie: true
  3. cacheLocation: `localStorage'
  4. cacheLocation: `sessionStorage'

Answer(s): C

Explanation:

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



View Related Case Study

How can you validate that the JSON notification message is sent from the Microsoft Graph service?

  1. The ClientState must match the value provided when subscribing.
  2. The user_guid must map to a user ID in the Azure AD tenant of the customer.
  3. The tenant ID must match the tenant ID of the customer's Office 365 tenant.
  4. The subscription ID must match the Azure subscription used by A Datum.

Answer(s): A

Explanation:

clientState specifies the value of the clientState property sent by the service in each notification. The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification. Note: A subscription allows a client app to receive notifications about changes to data in Microsoft Graph.


Reference:

https://docs.microsoft.com/en-us/graph/api/resources/subscription



Page 1 of 26



Post your Comments and Discuss Microsoft MS-600 exam with other Community members:

Vivik commented on June 08, 2021
This exam is very hard. Study these questions from the this exam dumsp well. I would not have apssed without these exam dumps questions.
INDIA
upvote

Rajesh commented on August 19, 2020
I thought due to low price the quality would be bad. But I was wrong. The PDF questions are well formatted and the Free Xengine Engine Simulator Test Engine is really Free.
UNITED STATES
upvote