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

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

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 5

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

Which you insert at line 01?

Options:

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

};

Buy Now
Questions 6

You build a Microsoft Teams app named App1 that is available as a bot and a message extension.

You plan to deploy App1 for testing.

You need to be notified if App` fails. The solution must minimize administrative effort.

What should you include in the solution?

Options:

A.

the Azure Monitor agent

B.

an Azure Service Health alert

C.

a URL ping test in Application Insights

D.

Live Metrics Stream in Application Insights

Buy Now
Questions 7

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 8

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 9

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 9

Options:

Buy Now
Questions 10

You have a web app that uses the Microsoft Identity Platform.

You need to configure authentication for the app to allow sign-ins for the following user accounts:

  • Users from your company
  • Users from another company that has Azure Active Directory (Azure AD) user accounts

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

NOTE: Each correct selection is worth one point.

MS-600 Question 10

Options:

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.

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 12

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 13

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 are developing a new application named App1 that uses the Microsoft identity platform to authenticate to

Azure Active Directory (Azure AD).

Currently, App1 can read user profile information.

You need to allow App1 to read the user’s calendar.

Solution: From the Azure portal, add the Microsoft Graph API and the Calendar.Read permission by using the API permission list of App1. Grant tenant admin consent.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 14

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.

MS-600 Question 14

Options:

Buy Now
Questions 15

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

What should you recommend?

Options:

A.

module extension

B.

task pane

C.

custom function

D.

contextual

Buy Now
Questions 16

You have an application named App1 that is used to administer an Azure Active Directory (Azure AD) tenant.

When administrators install App1, they are prompted for admin consent.

Which application permission can cause the administrators to be prompted for consent?

Options:

A.

RoleManagement. Read . Directory

B.

Device.Command

C.

Device.Read

D.

Calendars.ReadWrite

Buy Now
Questions 17

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

MS-600 Question 17

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 18

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 19

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

NOTE: Each correct selection is worth one point.

MS-600 Question 19

Options:

Buy Now
Questions 20

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 20

Options:

Buy Now
Questions 21

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 21

Options:

Buy Now
Questions 22

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

Options:

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

Buy Now
Questions 23

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 23

Options:

Buy Now
Questions 24

You are developing a Microsoft Teams application.

Which Teams feature provides you with the ability to invoke a model popup by using the minimum amount of custom code?

Options:

A.

An adaptive card

B.

A bot

C.

A connector

D.

A task module

Buy Now
Questions 25

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 25

Options:

Buy Now
Questions 26

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 26

Options:

Buy Now
Questions 27

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 28

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 29

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?

Options:

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.

Buy Now
Questions 30

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 31

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 31

Options:

Buy Now
Exam Code: MS-600
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Last Update: Nov 30, 2023
Questions: 242
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 29 Mar 2024