You have Windows 10 devices that are managed by using Microsoft Endpoint Manager as shown in the following table.
You create a Microsoft 365 Suite app as shown in the exhibit (Click the Exhibit Tab.) and assign The app to Group1. On which devices will Microsoft 365 Apps be installed?
You are developing a new application named App1 that uses the Microsoft identity platform to authenticate to Azure Active Directory (Azure AD).
Currently, App1 can read user profile information.
You need to allow App1 to read the user's calendar.
Solution: Add https: //graph.windows.net/user, read to the list of scopes during the initial login request
Does this meet the goal?
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 correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
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 me amount of data retrieved. Which Query should you use?
You are developing a mobile application that will display the current signed-in user's display name and the application settings. The application settings are stored as a Microsoft Graph extension of the user profile.
Users of the application have intermittent network connectivity
You need to retrieve the least amount of data by using a single REST request. The solution must minimize network traffic.
Which URI should you use to retrieve the data?