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

Page: 1 / 14
Total 242 questions
Question 1

You have the following Microsoft Graph call.

PATCH /me/drive/items/01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK

Content-type: application/json

{

"name": "Marketing-Campaign.docx"

}

What occurs when you execute the call?



Question 2

You are developing an Azure web app that will enable users to view a consolidated view of multiple users' tasks based on data in Microsoft Planner and Outlook. The app will use the Microsoft identity platform and a certificate to establish an authorization flow between the app and Microsoft 365.

You obtain a certificate and you create an Azure Active Directory (Azure AD) application.

You need to set up authorization for the application.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.



Answer : A, D, E


Question 3

You are developing a daemon application that reads all the emails in the Inbox of a specific Microsoft 365 mailbox. Some emails contain meeting dates and room mailbox names. The application has the following requirements:

* Move each processed email to a subfolder in the mailbox.

* If an email contains meeting data, create an event in the corresponding room mailbox calendar.

Which Microsoft Graph permissions should you grant for the application?



Question 4

You plan to build a tab extension for Microsoft Teams that will display a list of assets and enable users to make reservations.

When a user reserves an asset, a form must be displayed that enables the user to make a reservation by selecting a date and duration, as well as other preferences.

Which type of extension should you use?



Question 5

You are building a Microsoft Outlook Web Add-in.

You need to persist user preferences between devices by using the minimum amount of development effort.

Which API should you use?



Answer : C

You can persist add-in state and settings with the JavaScript API for Office.

The JavaScript API for Office provides the Settings, RoamingSettings, and CustomProperties objects for saving add-in state across sessions


Question 6

You build a Microsoft Teams app named App1.

You plan to publish App1 to the Teams store.

You need to complete the Microsoft 365 certification for App1. The solution must minimize administrative effort.

To which domains must you submit evidence?



Answer : F

You must submit evidence to all three domains in order to successfully complete the Microsoft 365 certification for App1.


Question 7

You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts.

You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must

minimize the amount of data retrieved.

What should you do?



Answer : B

Use delta query to track changes in a resource collection

The typical call pattern is as follows:application begins by calling a GET request with the delta function on the desired resource.

Microsoft

The Graph sends a response containing the requested resource and a state token.

Example: Selecting three properties

The next example shows the initial request selecting three properties for change tracking, with default response behavior.

Note: Delta query enables applications to discover newly created, updated, or deleted entities without performing a full read of the target resource with every request.

Incorrect Answers:

A: Example: Default properties

The following is an example of the request. There is no $select parameter, so a default set of properties is tracked and returned.


Page:    1 / 14   
Total 242 questions