PrepAway - Latest Free Exam Questions & Answers

Category: MS-600

Exam MS-600: Building Applications and Solutions with Microsoft 365 Core Services

What should you do?

You are developing an application that will track changes to the UserPrincipalName attribute of Microsoft 365 accounts. You need to use a REST request to retrieve the information by using Microsoft Graph. The solution must minimize the amount of data retrieved. What should you do? A. Use GET https://graph.microsoft.com/v1.0/users/delta for the first call. Use the […]

You need to create a REST query to retrieve the information. The solution must minimize the amount of data ret

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 must minimize the amount of […]

You need to configure the application to retrieve the groups to which the current signed-in user belongs.

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/checkMemberGroups Explanation: Get member groups returns […]

Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorizatio

You are building a server-based web app that will use OAuth2 and will be registered with the Microsoft identity platform. Which two values does the app require to obtain tokens from the Azure Active Directory (Azure AD) authorization endpoint? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. […]

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 the TodoListService tab.) You need […]

Which code segment should you insert at line 06?

Change Notification JSON You have the following JSON message that will be sent by the Microsoft Graph service to detect the vendor emails. You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06? A. storeAuthStateInCookie: false B. storeAuthStateInCookie: true C. cacheLocation: ‘localStorage’ D. cacheLocation: ‘sessionStorage’ Explanation: Scenario: […]


Page 1 of 212