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 use to develop the web part?
You are designing a custom SharePoint Framework (SPFx) web part that will be deployed to modern Microsoft SharePoint sites. You need to ensure that all the web part fields and controls adopt the theme of the site when you deploy the web part. What should you use to develop the...
Which object should you use to connect to the API from the solution?
You have an API that is secured by using Azure Active Directory (Azure AD). You are designing a SharePoint Framework (SPFx) solution. Which object should you use to connect to the API from the solution?A . SPHttpClientB . HttpClientC . AadHttpClientView AnswerAnswer: C Explanation: By using the AadHttpClient, you can...
What should you include in the recommendation?
You plan to integrate a web-based support ticketing system and Microsoft Teams. You need to recommend a solution that will prompt users for specific information before a ticket is created. The solution must minimize development effort. What should you include in the recommendation?A . outgoing webhooksB . incoming webhooksC ....
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 two actions should you perform?
You are developing an application that will use Microsoft Graph. You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf of the user. The application fails. The diagnostic logs show the following information: * An HTTP 403 Forbidden status code...
You create a personal bot that you plan to distribute as a Microsoft Teams team app
HOTSPOT You create a personal bot that you plan to distribute as a Microsoft Teams team app. The bot has the following app manifest. 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:...
Which permission should to grant?
You have a single-page application (SPA) named TodoListSPA and a server-based web app named TodoListService. The permissions for the TodoList SPA API are configured as shown in the TodoList SPA exhibit. (Click the TodoListSPA tab.) The permissions for the TodoListService API are configured as shown in the TodoListService exhibit. (Click...
What should you do?
Topic 2, Misc. Questions 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...
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:...