How should you complete the query?

HOTSPOT You have a Microsoft 365 tenant that contains a Microsoft SharePoint Online site named Projects. You need to get a list of documents in the Documents library by using the Microsoft Graph API. How should you complete the query? To answer, select the appropriate options in the answer area....

April 23, 2022 No Comments READ MORE +

Which object should you include in the solution?

You need to build a SharePoint Framework (SPFx) web part that will display the contents of a user’s Microsoft Exchange Online inbox. The solution must minimize development effort. Which object should you include in the solution?A . SPHttpClientB . the JavaScript API for Exchange Web Services (EWS)C . MSGraphClientD ....

April 23, 2022 No Comments READ MORE +

Which two actions should you perform?

You need to implement the role functionality for the backend web service calls. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.A . Upload a certificate for the application registration of the backend web service.B . Modify...

April 23, 2022 No Comments READ MORE +

Which two types of tokens can the app retrieve as part of the authorization flow?

You are developing a server-based web app that will use OAuth2 on behalf of the user and will be registered with the Microsoft identity platform. Which two types of tokens can the app retrieve as part of the authorization flow? Each correct answer presents part of the solution. NOTE: Each...

April 22, 2022 No Comments READ MORE +

Which three actions should you perform in sequence?

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

April 22, 2022 No Comments READ MORE +

You have an application that has the code shown in the exhibits. (Click the JavaScript Version tab or the C# Version tab

HOTSPOT You have an application that has the code shown in the exhibits. (Click the JavaScript Version tab or the C# Version tab.) For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. JavaScript Version C#...

April 22, 2022 No Comments READ MORE +

How should you complete the app manifest?

HOTSPOT You need to create a messaging extension search command for Microsoft Teams. How should you complete the app manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Graphical user interface, text, application, email Description automatically generated

April 22, 2022 No Comments READ MORE +

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point

HOTSPOT For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: Yes As part of your app you can add custom tabs to embed your own web content in Teams, and...

April 21, 2022 No Comments READ MORE +

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

Which URI should you use to query all the email that relate to an invoice?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}View AnswerAnswer: C Explanation: Reference: https://docs.microsoft.com/en-us/graph/search-query-parameter

April 21, 2022 No Comments READ MORE +

What should you configure the service to use?

You have a backend service that will access the Microsoft Graph API. You need to configure the service to authenticate by using the most secure authentication method. What should you configure the service to use?A . a certificateB . a client secretC . a shared keyD . a hashView AnswerAnswer:...

April 21, 2022 No Comments READ MORE +