Which code segment should you insert at line 01?
Testlet 1 This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are...
You receive the following JSON document when you use Microsoft Graph to query the current signed-in user
HOTSPOT You receive the following JSON document when you use Microsoft Graph to query the current signed-in user. 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: Box 1: Yes Syntax: GET...
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...
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 classes successfully override printOne()?
Given: Which three classes successfully override printOne()? (Choose three.) A) B) C) D) E) F) A . Option AB . Option BC . Option CD . Option DE . Option EF . Option FView AnswerAnswer: ABC
Which four actions should you perform in sequence?
DRAG DROP You need to protect the backend web service to meet the technical requirements. Which four 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: Explanation: Here is 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:...
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 code segment should you insert at line 06?
You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?A . storeAuthStateInCookie: falseB . storeAuthStateInCookie: trueC . cacheLocation: ‘localStorage’D . cacheLocation: ‘sessionStorage’View AnswerAnswer: C Explanation: Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs. When your application is open...
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...