Summer Special Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 60certs

Microsoft MS-600 Dumps

Page: 1 / 7
Total 242 questions

Building Applications and Solutions with Microsoft 365 Core Services Questions and Answers

Question 1

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

Question 2

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’

Question 3

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.

Question 4

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

Question 5

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

Question 6

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:

Question 7

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

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question 8

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:

Question 9

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

};

Question 10

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.

Question 11

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'

Question 12

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

Question 13

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

Question 14

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

Question 15

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:

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

Options:

Question 17

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

Question 18

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.

Question 19

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.

Options:

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

Question 21

You company has a third-party invoicing web app.

You need to display the app within Microsoft Teams for one user only. The app will not require conversational

interactions.

How should you display the app by using the minimum amount of effort?

Options:

A.

Instruct the user to add a website tab

B.

Instruct the user to add an App Studio app

C.

Create a SharePoint Framework (SPFx) web part

D.

Create a search-based messaging extension

Question 22

You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name.

Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Question 23

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

Question 24

You plan to develop a Microsoft Teams bot tghat will return product information to users by using an adaptive card.

You need to card to contain a button that will invoke a web search for the product.

What should use?

Options:

A.

An action-based messaging extension

B.

A task module

C.

A search-based messaging extension

D.

An outgoing webhook

Question 25

This question requires that you evaluate the underlined text to determine if it is correct.

In Microsoft Word on Windows, before you can sideload a Microsoft Office Add-in. you must first upload the manifest to Microsoft_pnePrivc.

Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct.

Options:

A.

No change is needed.

B.

deploy the manifest to an Azure website

C.

publish the manifest to a trusted network location

D.

set Microsoft Edge to Developer Mode

Question 26

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

The permissions for the TodoList SPA API are configured as shown in the TodoList SPA 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 should to grant?

Options:

A.

the Sites.Read.All delegated permission for TodoListService

B.

the Sites.Read.All delegated permission for TodoListSpa

C.

the Sites.Read.All application permission for TodoListSPA

D.

the Sites.Read.All application permission for TodoListService

Question 27

You have a SharePoint Framework (SPFx) web part that includes the manifest shown in the following exhibit.

Which task can the web part perform?

Options:

A.

Send an email on behalf of a mail-enabled group.

B.

Send an email as another user.

C.

Send an email as the current user.

D.

Send an email as the web part.

Page: 1 / 7
Total 242 questions