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
You are evaluating the SharePoint Framework (SPFx) ListView Command Set extension
HOTSPOT You are evaluating the SharePoint Framework (SPFx) ListView Command Set extension. 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: Graphical user interface, text, application Description automatically generated Box 1: Yes...
Does this meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution. After you answer...
How should you complete the code segment?
HOTSPOT You are developing a single-page application (SPA). You plan to access user data from Microsoft Graph by using an AJAX call. You need to obtain an access token by the Microsoft Authentication Library (MSAL). The solution must minimize authentication prompts. How should you complete the code segment? To answer,...
What should you do?
You have a SharePoint Framework (SPFx) web part named WebPartA that uses SPFx 1.11.0. You need to ensure that WebPartA can be installed as an app in Microsoft Teams. What should you do? A. Update the WebPartA.manifestjson file. B. Update the Config.json file. C. Upload WebPartA to the Microsoft Teams...
Which code should you use in Contoso.Spa to obtain an access token for Contoso.Invoicing?
HOTSPOT You are building a single-page application (SPA) that will have the following parameters: • App Id: DBA22F72-64PA4C44-AA2C-FAA0DA5A471B • Tenant Id: DC045C4D-5881-43C7-97AB-3C5A1ADB8DBC • 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: * App Id:...
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...
How should you complete the application manifest?
HOTSPOT You are building a new tab as part of a new Microsoft Teams application. Users will experience the tab privately. How should you complete the application manifest? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer:
Which Supported account types setting should you configure for App1?
You are creating an application named App1 that will use the Microsoft identity platform. App1 will be accessed only by users from several different Microsoft 365 subscriptions. Which Supported account types setting should you configure for App1?A . Accounts in this organizational directory onlyB . Accounts in any organizational directory...
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...