Question 56

You are evaluating deep links in Microsoft Teams.
For each of the following statement, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Question 57

You need to configure the initial login request in the access token JavaScript script.
Which code segment should you insert at line 01?
const scopes = ['https://graph.microsoft.com/.default'];
  • Question 58

    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?
  • Question 59

    You have a Microsoft 365 tenant that contains a Microsoft SharePoint Online site named Projects.
    You need to get a list of documents in the Documents library by using the Microsoft Graph API.
    How should you complete the query? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 60

    You need to provide users with access to SalesApp. The solution must meet the technical requirements. What should you include in the solution?