HOTSPOT
You have an application that employees use to schedule vacations. The application sets an automatic reply and an out-of-office event in the employees' Microsoft 365 calendar.
Employees who access the application from a mobile device report that the application is slow to make changes.
You need to replace the application calls to use a batched request. Automatic reply must be set only if an out-of-office event is set successfully.
How should you complete the batch request? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You are building a single-page application (SPA) that will have the following parameters:
1.
App Id: DBA22F72-64PA4C44-AA2C-FAA0DA5A471B
2.
Tenant Id: DC045C4D-5881-43C7-97AB-3C5A1ADB8DBC
3.
AppName: Contoso.Spa
You have a line-of-business API for invoicing that is secured by using the Microsoft identity platform.
The API has the following parameters:
1.
App Id: 8/9A43D7-1794-47A0-AB2B-440B63FEC248
2.
Tenant Id: DC04SC4D S881-43C7-97AB 3C5A1ADB8DBC
3.
AppName: Contoso.lnvoicing
Contoso.Invoicing declares the following custom scopes:
1.
Invoices-Read
2.
Invoices. Read Write
Contoso.Spa needs to call Contoso.lnvoicing to create new invoices. Which code should you use in Contoso.Spa to obtain an access token for Contoso.Invoicing? To answer, select the appropriate options in the answer area. NOTE: Each correct select is worth one point
Hot Area:
DRAG DROP
You are developing an application that will upload files that are larger than 50 MB to Microsoft OneDrive.
You need to recommend an upload solution to ensure that the file upload process can resume if a network error occurs during the upload.
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.
Select and Place:
DRAG DROP
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.
Select and Place:
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
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.
You plan to develop a Microsoft Outlook add-in that will provide enhanced meeting information when a user opens a calendar item. The solutions must be cross-platform. Which type of add-in should you develop?
A. a task pane web add-in
B. a Microsoft Visual Studio Tools for Office (VSTO) add-in
C. a contextual web add-in
D. a content web add-in
You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user? Which type of authorization flow should you use?
A. authorization code
B. refresh token
C. resource owner password
D. device code
You are developing a SharePoint Framework (SPFx) web part. The web part will call a backed API that is secured by using Azure Active Directory (Azure AD). The web part will be on a page that has many other web parts. Which type of web part should you use ensure that access to the exclusive to the web part?
A. Provider-hosted
B. SharePoint-hosted
C. Domain isolated
D. Connected
You have a SharePoint Framework (SPFx) web part that displays the weather. Users can set the city within the web part. Which component is invoked to provide the users with the ability to configure the settings for the web part?
A. a custom control
B. the property pane
C. the Application Customizer
D. a library component
You plan to deploy a SharePoint Framework (SPFx) solution to the tenant app catalog.
Which attribute should you configure in the package-solution.json file to ensure that the solution is available immediately to all site collections?
A. skipFeatureDeployment
B. zippedPackage
C. ClientSideComponentId
D. isDomainIsolated