MS-600 Exam Question 11

You are developing an interactive invoicing application that will be used by end users. The application will have the following features:
Save invoices generated by a user to the user's Microsoft OneDrive.
Email daily automated reminders.
You need to identify which permissions to grant for the application features. The solution must use the principle of least privilege.
Which permission should you grant for each feature? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

MS-600 Exam Question 12

You have the following Microsoft Graph call.
PATCH /me/drive/items/01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK
Content-type: application/json
{
"name": "Marketing-Campaign.docx"
}
What occurs when you execute the call?
  • MS-600 Exam Question 13

    You are developing a single-page application (SPA).
    You plan to access user data from Microsoft Graph by using an AJAX call.
    You need to obtain an access token by the Microsoft Authentication Library (MSAL). The solution must minimize authentication prompts.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    MS-600 Exam Question 14

    You are building a Microsoft Teams application.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    MS-600 Exam Question 15

    You have an application that uses the Microsoft graph API.
    When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code.
    What should you to mitigate the errors?