March Special Sale Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 713PS592

Note! The MS-600 Exam is no longer available.

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

Questions 4

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.

MS-600 Question 4

Options:

Buy Now
Questions 5

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

Options:

A.

isolated web parts

B.

tenant-scoped deployment

C.

sandboxed solutions

D.

full-trust web parts

Buy Now
Questions 6

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

Which code segment should you insert at line 06?

Options:

A.

storeAuthStateInCookie: false

B.

storeAuthStateInCookie: true

C.

cacheLocation: ‘localStorage’

D.

cacheLocation: ‘sessionStorage’

Buy Now
Questions 7

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?

Options:

A.

HttpClient

B.

AadHccpClient

C.

MSGraphClient

D.

SPHccpClient

Buy Now
Questions 8

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.

MS-600 Question 8

Options:

Buy Now
Questions 9

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.

MS-600 Question 9

Options:

Buy Now
Questions 10

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

Options:

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.

Buy Now
Questions 11

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.

MS-600 Question 11

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

You need to provide users with access to SalesApp. The solution must meet the technical requirements. What should you include in the solution?

Options:

A.

App Catalog in SharePoint Online

B.

sideloading

C.

Centralized Deployment

D.

Microsoft AppSource

Buy Now
Questions 13

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

Options:

A.

device code

B.

implicit grant

C.

authorization code

D.

client credentials

Buy Now
Questions 14

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.

Options:

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}

Buy Now
Questions 15

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

Options:

A.

storeAuthStatelnCookie: false

B.

storeAuthStatelnCookie: true

C.

cacheLocation:'localStorage'

D.

cacheLocation:'sessionStorage'

Buy Now
Questions 16

You need to recommend the development environment and tools for the development of SalesApp.

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

NOTE: Each correct selection is worth one point.

MS-600 Question 16

Options:

Buy Now
Questions 17

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.

Options:

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.

Buy Now
Questions 18

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

Options:

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}

Buy Now
Questions 19

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.

MS-600 Question 19

Options:

Buy Now
Questions 20

You plan to create a bot as part of a Microsoft Teams app. The bot will use Microsoft 365 services on behalf of a user.

You add token.botframework.com to the list of valid domains in the app manifest.

You need to configure the authentication environment to ensure that the bot can access Microsoft 365 services on behalf of the user.

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.

MS-600 Question 20

Options:

Buy Now
Questions 21

You have an invoice approval process in which an approver is sent an automated email that contains a link to a web-based accounts system whenever an invoice requires approval.

Which benefit can be achieved by using actionable messages for the approval process?

Options:

A.

The approver can delegate invoice approvals to other users by forwarding actionable messages

B.

Invoices can be approved directly from Microsoft Outlook by using actionable messages

C.

Actionable messages will work in any email client

D.

Actionable messages can provide detailed auditing of all the approved invoices and can be viewed in a rollup report

Buy Now
Questions 22

You are creating a report that will query Azure Active Directory (Azure AD) for group information by using the Microsoft Graph API.

You need to retrieve an ordered list of groups by title. The solution must minimize the amount of data returned in the response.

How should you complete the Graph API call? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

MS-600 Question 22

Options:

Buy Now
Questions 23

You plan to develop a TypeScript client-side app that will use the MSGraphClient library.

You need to configure Microsoft Visual Studio Code to use IntelliSense and support code completion for the MSGraph client library.

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

NOTE: Each correct selection is worth one point.

Options:

A.

Install the Microsoft Graph Toolkit.

B.

Add the following import Statement to the code: import * as MicrosoftGraph from '@Microsoft/microsoft-graph-types';

C.

Run the npm install @microsoft/microsoft-graph --save-dev command.

D.

Run the: npm install @microsoft/microsoft-graph-types --save-dev command.

E.

Add the following import statement to the code: import * as MicrosoftGraph from '@microsoft/microsoft-graph';

Buy Now
Questions 24

You are developing an app that will use the Microsoft Graph API to retrieve the emails of signed-in users. The app will return the email subject and send date of messages marked as high importance.

Which OData query options should you use to complete the HTTP GET request? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

MS-600 Question 24

Options:

Buy Now
Questions 25

You have a SharePoint Framework (SPFx) solution that contains a client-side web part named WebPart1.

WebPart1 has the following app manifest.

MS-600 Question 25

You need to ensure that WebPart1 can be used in Microsoft Teams and Microsoft SharePoint Online.

How should you modify the app manifest?

Options:

A.

Change the "coraponentType" value to "TeamsTab".

B.

Add "Tea*sTab" to the existing "supportedHosts" value.

C.

No modifications are required.

D.

Change the "supportedHosts" value to "TeamsTab".

Buy Now
Questions 26

You use Azure Active Directory (Azure AD) to store user identities.

The user profile information is inconsistently populated.

You need to develop a web app that will provide users with a page where they can enter their interests, skill, and description. When the user click the submit button, the app will use Microsoft graph to send the data to Azure AD.

Which HTTP method should you use against the Microsoft graph endpoint?

Options:

A.

PUT

B.

POST

C.

PATCH

D.

GET

Buy Now
Questions 27

You are developing a single-page application (SPA) that authenticates users by using MSAL.js. The SPA must meet the following requirements:

  • Only allow access to the users in an organization named contoso.onmicrosoft.com.
  • Support single sign-on (SSO) across tabs and user sessions.

How should you complete the code for the SPA? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

MS-600 Question 27

Options:

Buy Now
Exam Code: MS-600
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Last Update: Dec 11, 2023
Questions: 242