Want to pass your Building Applications and Solutions with Microsoft 365 Core Services MS-600 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
DRAG DROP
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.
Select and Place:
You are building a Microsoft Outlook add-in.
Which object should you use to save additional information in an email?
A. CustomProperties
B. CustomXMLParts
C. RoamingSettings
D. localStorage
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?
A. Use GET https://graph.microsoft.com/v1.0/users/delta for the first call. Use the state token in subsequent calls.
B. Use GET https://graph.microsoft.com/v1.0/users/delta?$select=UserPrincipalName for the first call. Use the state token in subsequent calls.
C. Use GET https://graph.microsoft.com/v1.0/users$select=UserPrincipalName for the calls and track the changes.
D. Use GET https://graph.microsoft.com/v1.0/users for the calls and track the changes.