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

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

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

Questions 4

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 5

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 6

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 7

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.

Options:

Buy Now
Questions 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.

Options:

Buy Now
Questions 9

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 10

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 11

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

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 14

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 15

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 16

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.

Options:

Buy Now
Questions 17

You have an app named App1 that provisions security groups daily by using the Microsoft identity platform and the Microsoft Graph API. App1 runs as a scheduled task.

You need to register App1 in the Microsoft identity platform.

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 18

You have a single-page application (SPA) named TodoListSPA and a server-based web app named TodoListService.

The permissions for the TodoListSPA API are configured as shown in the TodoListSPA exhibit. (Click the TodoListSPA tab.)

The permissions for the TodoListService API are configured as shown in the TodoListService exhibit (Click the TodoListService tab.)

You need to ensure that TodoListService can access a Microsoft OneDrive file of the signed-in user. The solution must use the principle of least privilege.

Which permission request should you configure?

Options:

A.

the sites. Read.All delegated permission for TodoListSPA

B.

the sites.Read.ah application permission for TodoListSPA

C.

the sites.Read.ah application permission for TodoListService

D.

the sites.Read.ah delegated permission for TodoListService

Buy Now
Questions 19

You have a third-party API that is secured by using Azure Active Directory (Azure AD).

You need to configure a SharePoint Framework (SPFx) web part to consume the third-party API.

Which method should you use?

Options:

A.

aadHccpCliencFaccory()

B.

ExecuteQuery()

C.

ClientConcexc()

D.

msGraphCliencFaccory()

Buy Now
Questions 20

You are developing a SharePoint Framework (SPFx) solution.

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 21

You have a custom Microsoft Teams app that you deploy to users by using the Microsoft Teams admin center.

You plan to update the app.

Which two changes to the app will require user acceptance to perform the upgrade? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Modify the logic in the JavaScript of the app.

B.

Upgrade the backend service.

C.

Modify the CSS of the content page.

D.

Configure WebApplicationInfo in the app manifest to point to a new domain.

E.

Remove a bot

Buy Now
Questions 22

You are developing a human resources application that will show users where they are in their company’s

organization chart.

You are adding a new feature that will display the name of a user’s manager inside the application.

You need to create a REST query to retrieve the information. The solution must minimize the amount of data retrieved.

Which query should you use?

Options:

A.

GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/

manager?$select=displayName

B.

GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/

people?$filter=jobTitle eq 'manager'&$select=displayName

C.

GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/

contacts?$filter=jobTitle eq 'manager'

D.

GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager

Buy Now
Questions 23

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, edit the API permission list for App1. Add the Microsoft Graph API and the Calendars.Read permissions and then grant tenant admin consent.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 24

You are developing a mobile application that will display the current signed-in user’s display name and the application settings. The application settings are stored as a Microsoft Graph extension of the user profile.

Users of the application have intermittent network connectivity.

You need to retrieve the least amount of data by using a single REST request. The solution must minimize network traffic.

Which URI should you use to retrieve the data?

Options:

A.

https://graph.microsoft.com/v1.0/me?$select=displayName,userType &$expand=extensions

B.

https://graph.microsoft.com/v1.0/me

C.

https://graph.microsoft.com/v1.0/me?$select=displayName,id &$expand=extensions

D.

https://graph.microsoft.com/v1.0/me?$expand=extensions

Buy Now
Questions 25

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 26

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

Options:

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}

Buy Now
Questions 27

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
Exam Code: MS-600
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Last Update: Nov 15, 2023
Questions: 242