Exit demo MS-600 Building Applications and Solutions with Microsoft 365 Core Services PDF format · free preview

Microsoft MS-600 - Questions & Answers

Free preview · every answer includes a full explanation

Product page: https://prepkeys.com/ms-600.html

Question 1
Single choice

You need to configure the initial login request in the access token JavaScript script.

Which code segment should you insert at line 01?

A.

const scopes = ['https://graph.microsoft.com/.default'];

B.

const accessTokenRequest = {
};

C.

const scopes = ['https://graph.microsoft.com/Files.Read.All',
'https://graph.microsoft.com/Mail.Send.All'];

D.

const accessTokenRequest = {
scopes: ['https://graph.microsoft.com/Files.ReadWrite',
'https://graph.microsoft.com/Mail.Send']
};

Question 2
Single choice

You need to complete the MSAL.js code for SSO.

Which code segment should you insert at line 06?

A.

storeAuthStateInCookie: false

B.

storeAuthStateInCookie: true

C.

cacheLocation: 'localStorage'

D.

cacheLocation: 'sessionStorage'

Question 3
Single choice

You need to complete the MSALjs code for the SSO Javascript.

Which code segment should you insert at line 06?

A.

storeAuthStatelnCookie: false

B.

storeAuthStatelnCookie: true

C.

cacheLocation:'localStorage'

D.

cacheLocation:'sessionStorage'

Question 4
Single choice

Which URL should you use to query all the emails that relate to an invoice?

A.

https://graph.microsoft.com/v1.0/me/messages?$filter=contains(subject, {invoiceid})

B.

https://graph.microsoft.com/v1.0/me/messages?$subject eq {invoiceid}

C.

https://graph.microsoft.com/v1.0/me/messages?$search="{invoiceid}"

D.

https://graph.microsoft.com/v1.0/me/messages?${invoiceid}

Question 5
Multiple choice

You need to implement the role functionality for the backend web service calls.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Uploaad a certificate for the application registration of the backend web service.

B.

Modify the manifest that defines the application roles and set Allowed Member Types to Apps.

C.

Modify the manifest that defines the application roles and set Allowed Member Types to Users.

D.

Assign the application roles to the Azure AD group that contains the users who are mapped to the roles.

E.

Create a new client secret in the application registration of the backed web service.

Question 6
Multiple choice

What are two possible URLs that you can use to prompt the administrators for admin consent to the E- invoicing application?

Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.

A.

https://login.microsoftonline.com/common/adminconsent?client_id={clientid}

B.

https://login.microsoftonline.com/domain/adminconsent?client_id={clientid}&state={state}&redirect_url=
{url}

C.

https://login.microsoftonline.com/{tenant)/oauth2/v2.0/authorize?client_id«{clientid}&state=
{state}$redirect_url={url}

D.

https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token/authorize?client_id={clientid}&state=
{state}$redirect_url={url}

Question 7
Single choice

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

A.

The ClientState must match the value provided when subscribing.

B.

The user_guid must map to a user ID in the Azure AD tenant of the customer.

C.

The tenant ID must match the tenant ID of the customer's Office 365 tenant.

D.

The subscription ID must match the Azure subscription used by ADatum.

Question 8
Multiple choice

You need to implement the role functionality for the backend web service calls.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.

Upload a certificate for the application registration of the backend web service.

B.

Modify the manifest that defines the application roles and set Allowed Member Types to Apps.

C.

Modify the manifest that defines the application roles and set Allowed Member Types to Users.

D.

Assign the application roles to the Azure AD group that contains the users who are mapped to the roles.

E.

Create a new client secret in the application registration of the backed web service.

Question 9
Single choice

Which type of authentication flow should you recommend for the planned integration with Office 365?

A.

device code

B.

implicit grant

C.

authorization code

D.

client credentials

Question 10
Drag & drop

DRAG DROP

You need to implement the role functionality for the backend web service calls.

Which three 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.

Showing 10 of 232 questions · Unlock the full set