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 +

What should you add to the add-in?

You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task paneB . a dialogC . a custom functionD . a commandView AnswerAnswer:...

April 21, 2022 No Comments READ MORE +

Which code segment should you insert at line 01?

You need to configure the initial login request in the access token JavaScript script. Which code segment should you insert at line 01?A . const scopes = ['https://graph.microsoft.com/.default'];B . const accessTokenRequest = { };C . const scopes = ['https://graph.microsoft.com/Files.Read.All', 'https://graph.microsoft.com/Mail.Send.All'];D . const accessTokenRequest = { scopes: ['https://graph.microsoft.com/Files.ReadWrite', 'https://graph.microsoft.com/Mail.Send'] };View AnswerAnswer:...

April 20, 2022 No Comments READ MORE +

What should you do before you begin debugging in Visual Studio Code?

You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code. A user reports that there is an issue with the add-in. You need to debug the add-in for Word Online. What should you do before you begin debugging in Visual Studio Code?A . Disable...

April 20, 2022 No Comments READ MORE +

How can you validate that the JSON notification message is sent from the Microsoft Graph service?

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

April 20, 2022 No Comments READ MORE +

What should you add to the add-in?

You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task paneB . a dialogC . a custom functionD . a commandView AnswerAnswer:...

April 20, 2022 No Comments READ MORE +

Which Office UI element can contain commands from the add-in?

You are developing a Microsoft Office Add-in for Microsoft Word. Which Office UI element can contain commands from the add-in?A . dialog boxesB . the ribbonC . the File menuD . task panesView AnswerAnswer: B Explanation: Reference: https://docs.microsoft.com/en-us/office/dev/add-ins/design/add-in-commands

April 20, 2022 No Comments READ MORE +