Summer Sale Coupon - 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sbfdisc

Note! MS-600 has been withdrawn.

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

Question # 6

You have a Microsoft 365 tenant that contains a user named User1 and a group named Group1.

You need to create a Microsoft Graph API query that returns the following information:

  • All the calendar events of User1
  • The details of Group1

The solution must meet the following requirements:

  • Minimize the amount of data returned.
  • Minimize the number of calls executed against the Microsoft Graph API.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

MS-600 question answer

Full Access
Question # 7

You have an application that uses the Microsoft graph API.

When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code.

What should you to mitigate the errors?

A.

Adjust the request rate based on the Rate-Limit-Reset Header.

B.

Wait 100 milliseconds between requests.

C.

Adjust the request rate based on the Retry-After header.

Full Access
Question # 8

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.

MS-600 question answer

Full Access
Question # 9

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 # 10

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

MS-600 question answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 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 answer

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Full Access
Question # 12

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.

MS-600 question answer

Full Access
Question # 13

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 # 14

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 # 15

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.

MS-600 question answer

Full Access
Question # 16

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.

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';

Full Access
Question # 17

You need to publish build status messages to a Microsoft Teams channel.

Solution: You create an app that monitors the build pipeline and pushes the messages to the channel by using the Microsoft Graph API.

Does this meet the goal?

A.

Yes

B.

No

Full Access
Question # 18

You plan to develop a Microsoft Outlook add-in that will provide enhanced meeting information when a user opens a calendar item. The solutions must be cross-platform.

Which type of add-in should you develop?

A.

a task pane web add-in

B.

a Microsoft Visual Studio Tools for Office (VSTO) add-in

C.

a contextual web add-in

D.

a content web add-in

Full Access
Question # 19

You are creating an application named App1 that will use the Microsoft identity platform. App1 will be accessed only by users from several different Microsoft 365 subscriptions.

Which Supported account types setting should you configure for App1?

A.

Accounts in this organizational directory only

B.

Accounts in any organizational directory and personal Microsoft a accounts

C.

Accounts in any organizational directory

Full Access
Question # 20

You are developing a single-page application (SPA).

You plan to access user data from Microsoft Graph by using an AJAX call.

You need to obtain an access token by the Microsoft Authentication Library (MSAL). The solution must minimize authentication prompts.

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

NOTE: Each correct selection is worth one point.

MS-600 question answer

Full Access
Question # 21

You have a Microsoft 365 tenant that has Microsoft 365 Content Delivery Network (CDN) enabled.

You plan to deploy a web part that will use Microsoft 365 CDN.

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 answer

Full Access
Question # 22

You need to publish build status messages to a Microsoft Teams channel.

Solution: You create an app that monitors the build pipeline, and you configure an outgoing webhook by using the URL for the app.

Does this meet the goal?

A.

Yes

B.

No

Full Access
Question # 23

You have a Microsoft 365 subscription

You build a Microsoft Teams app named App1.

You need to publish App1 to the Teams deployment by using the Microsoft Graph API.

How should you complete the request? To answer, select the appropriate options m the answer area.

NOTE: Each correct selection is worth one point.

MS-600 question answer

Full Access
Question # 24

You are developing an outgoing webhook in Microsoft Teams.

In the service that receives the outgoing webhook request, what should you validate to ensure that calls are coming from Microsoft Teams?

A.

the HTTP hmac header

B.

the Microsoft Teams client cookies

C.

the Microsoft Graph API

D.

the bearer token

Full Access
Question # 25

You need to develop a SharePoint Framework (SPFx) solution that interacts with Microsoft SharePoint and Teams. The solution must share the same code base.

What should you include in the solution?

A.

Include the Microsoft Authentication Library for .NET (MSALNET) in the solution.

B.

Grant admin consent to the Teams API.

C.

Make the code aware of the Teams context and the SharePoint context.

D.

Publish the solution to an Azure App Service.

Full Access
Question # 26

You have an API that is secured by using Azure Active Directory (Azure AD).

You are designing a SharePoint Framework (SPFx) solution.

Which object should you use to connect to the API from the solution?

A.

SPHttpClient

B.

HttpClient

C.

AadHttpClient

Full Access
Question # 27

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 # 28

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

A.

App Catalog in SharePoint Online

B.

sideloading

C.

Centralized Deployment

D.

Microsoft AppSource

Full Access
Question # 29

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 answer

Full Access
Question # 30

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.

MS-600 question answer

Full Access
Question # 31

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 # 32

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 answer

Full Access
Question # 33

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 # 34

You need to recommend which type of Office Add-in must be used for SalesApp.

What should you recommend?

A.

module extension

B.

task pane

C.

custom function

D.

contextual

Full Access
Question # 35

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 # 36

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 answer

Full Access
Question # 37

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 # 38

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 answer

Full Access