MS-600 Exam Question 61

Which URI should you use to query all the emails that relate to an invoice?
  • MS-600 Exam Question 62

    You develop a custom messaging extension to translate messages in a Microsoft Teams chat.
    You need to provide users with the ability to invoke the extension from the More actions menu of a message.
    What should you do?
  • MS-600 Exam Question 63

    How can you validate that the JSON notification message is sent from the Microsoft Graph service?
  • MS-600 Exam Question 64

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    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: In the code of App1, dynamically request the Calendar.Read permission from the Microsoft Graph API.
    Does this meet the goal?
  • MS-600 Exam Question 65

    You are developing an app that will display all the users returned in a Microsoft Graph query.
    The entire dataset is too large, and you receive the following response.

    How should you retrieve the next page of data?