Which three actions should you perform?
CORRECT TEXT You plan to create a single-tenant console app that will use the Microsoft identity platform. You need to ensure that the app can use the device code flow to access Microsoft Graph and read email on behalf of the authenticated user. Which three actions should you perform? Each...
Which key value pair should you modify to resolve the error?
You have a web app that uses the Microsoft Identity Platform. You extend the application manifest to implement the following role-based access control (RBAC). When you attempt to save the manifest you receive a validation error. Which key value pair should you modify to resolve the error?A . id B....
Which HTTP method should you use against the Microsoft graph endpoint?
You use Azure Active Directory (Azure AD) to store user identities. The user profile information is inconsistently populated. You need to develop a web app that will provide users with a page where they can enter their interests, skill, and description. When the user click the submit button, the app...
How should you complete the request URL?
HOTSPOT You are building an app that will use Microsoft Graph to retrieve the users in the finance department of your company. How should you complete the request URL? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer:
Which URI should you use?
You have an application that uses the Microsoft Graph API. You need to configure the application to retrieve the groups to which the current signed-in user belongs. The results must contain the extended priorities of the groups. Which URI should you use?A . https://graph.microsoft.com/v1.0/me/getMemberObjects B. https://graph.microsoft.com/v1.0/me/getMemberGroups C. https://graph.microsoft.com/v1.0/me/memberOf D. https://graph.microsoft.com/v1.0/me/checkMemberGroupsView...
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#...
What should you do to implement the notification by using the minimum amount of development effort?
You are building email notifications for an expensing system. When a user receives an email notification, the email will contain a comment field. When the user submits a comment, the data will be returned to the expensing system for processing. What should you do to implement the notification by using...
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: Graphical user interface, text, application Description automatically generated Box 1: Yes Using the isolated web parts capability, you can build web parts...
How should you complete the PowerShell command?
HOTSPOT You have a Microsoft Teams channel that has a custom incoming webhook. You need to send a message of “Hello World!” to the channel that uses the incoming webhook. How should you complete the PowerShell command? To answer, select the appropriate options in the answer area. NOTE: Each correct...
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...