Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

MS-600 Sample Questions 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

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

Buy Now
Questions 6

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 = {

};

Buy Now
Questions 7

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 8

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 9

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.

Options:

Buy Now
Questions 10

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.

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.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

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 13

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 14

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.

Options:

Buy Now
Questions 15

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 16

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 17

You have a web app named App1 that users use to book corporate travel.

You need to integrate App1 and Microsoft Teams.

What are three ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Enable users to specify their flight preferences in App1 by using the Teams client settings.

B.

Display in App1 the messages from a Teams channel.

C.

Show flights users booked by using App1 on a personal tab in Teams.

D.

Embed into App1 the Teams client as an iFrame.

E.

Receive flight cancellation notifications in the Teams client activity feed.

Buy Now
Questions 18

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 19

You have a server-side web app that uses OAuth 2.0 and is registered to the Microsoft identity platform.

A user acquires an authorization token.

You need to specify which HTTP header format the user must use to access the app.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 20

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 might 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: Perform a POST request against https://graph.microsoft.eom/v1.0/me/events.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 21

You receive the following JSON document when you use Microsoft Graph to query the current signed-in user.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 22

You are building a web app that will display the Microsoft Exchange Online Inbox of a user. The app will maintain a copy of the user's Inbox data and regularly check for updates. You need to configure the Microsoft Graph URI for the app. The solution must minimize network traffic. How should you complete the request URI? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 23

You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform.

Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD)

authorization endpoint? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

the tenant ID

B.

the context token

C.

the application ID

D.

the application secret

E.

the authorization code

Buy Now
Questions 24

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 25

You have a Microsoft Teams app that contains a bot.

You need to prompt a user for input when the user types a specific keyword.

What should you use to collect the user input?

Options:

A.

a JavaScript pop-up window

B.

an action command in a messaging extension

C.

a search command in a messaging extension

D.

an Adaptive Card-based task module

Buy Now
Questions 26

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 27

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 28

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

Buy Now
Questions 29

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 30

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.

Buy Now
Status:
Expired
Exam Code: MS-600
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Last Update: Nov 9, 2023
Questions: 242
$68  $169.99
$52  $129.99
$44  $109.99
buy now MS-600