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:...
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:...
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...
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...
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:...
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
Which HTTP response should you send?
You develop a web API named WebApi1. When validating a token received from a client application, WebApi1 receives a MsalUiRequiredException exception from Azure Active Directory (Azure AD). You need to formulate the response that WebApi1 will return to the client application. Which HTTP response should you send?A . HTTP 307...
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...
Which three actions should you perform?
You plan to develop a new way for users to generate tickets in a support system by filling out a form that pops up in a Microsoft Teams app. You already have the built form in an existing web app. You need to ensure that the existing form can be...
What should the add-in provide to retrieve the documents on behalf of the user?
You are building a Microsoft Office Add-in for Outlook that will use the Microsoft Graph REST API to retrieve a user’s documents from a Microsoft SharePoint Online site. What should the add-in provide to retrieve the documents on behalf of the user?A . an identity tokenB . a single sign-on...