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,...
Which three actions should you perform in sequence?
DRAG DROP You need to implement the role functionality for the backend web service calls. Which three actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order. View AnswerAnswer:
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#...
Which query should you use?
You are developing a human resources application that will show users where they are in their company’s organization chart. You are adding a new feature that will display the name of a user’s manager inside the application. You need to create a REST query to retrieve the information. The solution...
Which URI should you use to query all the emails that relate to an invoice?
Which URI should you use to query all the emails that relate to an invoice? A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: A
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:...
Which URI should you use for the POST request?
HOTSPOT You are developing an application that will run as an overnight background service on a server. The service will access web-hosted resources by using the application’s identity and the OAuth 2.0 client credentials grant flow. You register the application and grant permissions. The tenant administrator grants admin consent to...
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#...
Which type of authentication flow should you recommend for the planned integration with Office 365?
Which type of authentication flow should you recommend for the planned integration with Office 365?A . device codeB . implicit grantC . authorization codeD . client credentialsView AnswerAnswer: C Explanation: To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access...
Which URI should you use to retrieve the results?
HOTSPOT You need to retrieve a list of the last 10 files that the current user opened from Microsoft OneDrive. The response must contain only the file ID and the file name. Which URI should you use to retrieve the results? To answer, select the appropriate options in the answer...