Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following MS-600 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

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

Question # 4

You need to develop a conversational bot in Microsoft Teams.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Full Access
Question # 5

You are evaluating deep links in Microsoft Teams.

For each of the following statement, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Full Access
Question # 6

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.

A.

No change is needed

B.

an Application Customizer

C.

a Field Customizer

D.

a web part

Full Access
Question # 7

You are building an API that will return a user’s documents from a Microsoft SharePoint Online site.

You need to ensure that the API can use the Microsoft Authentication Library (MSAL) to access the SharePoint site. The solution must use the principle of least privilege.

Which three actions should you perform in sequence? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.

NOTE: More than one order of answer choice is correct. You will receive credit for any of the correct orders you select.

Full Access
Question # 8

You need to modify the HRApp manifest to provide a tab that supports querying the third-party HR system.

Which section of the manifest should you modify, and which value should you set as the scope? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 9

You need to recommend the development environment and tools for the redesign of the research department's SharePoint Online sites. What should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

Full Access
Question # 10

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.

A.

In the permission request for the application, request the Group. Read. All permission.

B.

Grant tenant admin consent for the Group.Read. All permission.

C.

Configure the application to use application permissions.

D.

In the permission request for the application, request the Group. Readwrite. All permission

Full Access
Question # 11

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 need to deploy a Microsoft Teams app. The app will create a Microsoft Teams personal tab that displays a website.

Solution: You create a Microsoft Teams manifest file that includes a staticTabs section containing the name, ID, and content URL of the website.

Does this meet the goal?

A.

Yes

B.

No

Full Access
Question # 12

You need to ensure that custom SharePoint Framework (SPFx) solutions meet the security requirements. What should you include in the solution?

A.

isolated web parts

B.

tenant-scoped deployment

C.

sandboxed solutions

D.

full-trust web parts

Full Access
Question # 13

You need to recommend which API object the SharePoint Framework (SPFx) intranet components will use to access the research department’s project management solution.

What should you recommend?

A.

HttpClient

B.

AadHccpClient

C.

MSGraphClient

D.

SPHccpClient

Full Access
Question # 14

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'

Full Access
Question # 15

What are two possible URIs 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/{tenant}/oauth2/v2.0/token/authorize?client_id={clientid} &state={state}8redirect_uri={url}

B.

https://login.microsoftonline.com/con*K >n/adiiinconsent?client_id-{clientid}

C.

https://login.microsoftonline.com/{tenant)/oauth2/v2.0/authorize?client_id«{clientid) &5tate«{state}aredirect_uri-{url}

D.

https://login.microsoftonline.com/{do«ain}/adminconsent?client_id={clientid} &state={state}&redirect_uri={url}

Full Access
Question # 16

You need to ensure that users can initiate private conversations with HRBot. The solution must meet the technical requirements for HRApp. How should you configure the HRApp manifest?

A.

In the configurableTabs section, add groupchat to the scopes collection.

B.

In the bots section, add personal to the scopes collection.

C.

In the staticTabs section, add personal to the scopes collection.

D.

In the bots section, change the scopes collection value from rea-s to personal.

Full Access
Question # 17

You need to configure HRApp to enable users to search for specific jobs by using chat in Microsoft Teams. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Full Access
Question # 18

You need to recommend the development environment and tools for the redesign of the research department’s SharePoint Online sites.

What should you recommend? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Full Access
Question # 19

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’

Full Access
Question # 20

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

Full Access
Question # 21

Which URI should you use to query all the email 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}

Full Access
Question # 22

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

Which 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 ']

};

Full Access
Question # 23

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

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 24

You need to recommend a model for the expense claims solution. What should you recommend?

A.

actionable messages via connectors that use an actionable message card

B.

actionable messages via email that uses an adaptive card

C.

actionable messages via connectors that use an adaptive card

D.

actionable messages via email that uses an actionable message card

Full Access
Question # 25

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

A.

https://graph.microsoft.com/vl.6/me/messages?Sfilter=contains(subject,{invoiceid})

B.

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

C.

https://graph.microsoft.com/vl.e/me/messages?$search ""{Invoiceid}"

D.

https://graph.microsoft.com/vl.e/me/messages?${invoiceid}

Full Access
Question # 26

You are building a single-page application (SPA) that will have the following parameters:

• App Id: DBA22F72-64PA4C44-AA2C-FAA0DA5A471B

• Tenant Id: DC045C4D-5881-43C7-97AB-3C5A1ADB8DBC

• AppName: Contoso.Spa

You have a line-of-business API for invoicing that is secured by using the Microsoft identity platform. The API has the following parameters:

* App Id: 8/9A43D7-1794-47A0-AB2B-440B63FEC248

* Tenant Id: DC04SC4D S881-43C7-97AB 3C5A1ADB8DBC

* AppName: Contoso.lnvoicing

Contoso.Invoicing declares the following custom scopes:

* Invoices-Read

* Invoices. Read Write

Contoso.Spa needs to call Contoso.lnvoicing to create new invoices.

Which code should you use in Contoso.Spa to obtain an access token for Contoso.Invoicing? To answer, select the appropriate options in the answer area.

NOTE: Each correct select is worth one point.

Full Access
Question # 27

Match the SharePoint Framework (SPFx) extensions to the correct descriptions.

To answer, drag the appropriate SPFx extension from the column on the left to its description on the right. Each SPFx extension may be used once, more than once, or not at all.

NOTE Each correct match is worth one point.

Full Access