Building Applications and Solutions with Microsoft 365 Core Services Exam (MS-600) - Microsoft Actual Exam Questions
Last updated on May 06, 2026
You are developing an app that will query the tenant for the names of all the Microsoft Teams teams in the organization. What permission will the app require? Your solution must follow the principle of least privilege.
Group.Read.All
Channel.ReadBasic-All
Directory. Read. All
TeamSettings.Read.All
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
HOTSPOT You have a Microsoft Teams app that supports conversational subentities. For each of the following statements, select Yes if the statement is true. Otherwise select No. NOTE: Each correct selection is worth one point.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
HOTSPOT You have an app named App1 that uses the Microsoft Graph API. You need to identify all users who have a job title of Developer. The solution must return only the display name and email address attributes of the users. How should you complete the Microsoft Graph API query? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
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?
https://graph.microsoft.com/v1.0/me?$select=displayName,userType&$expand=extensions
https://graph.microsoft.com/v1.0/me
https://graph.microsoft.com/v1.0/me?$select=displayName,id&$expand=extensions
https://graph.microsoft.com/v1.0/me?$expand=extensions
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
You are developing an outgoing webhook in Microsoft Teams. In the service that receives the outgoing webhook request, what should you validate to ensure that calls are coming from Microsoft Teams?
the HTTP hmac header
the Microsoft Teams client cookies
the Microsoft Graph API
the bearer token
to join the discussion
No discussions yet. Be the first to ask!
Delete Comment
Are you sure? This action cannot be undone.
Finish Practice?
Are you sure you want to finish? This will end your practice session.