Question 1

You are developing an application that will run as an overnight background service on a server. The service will access web-hosted resources by using the application's identity and the OAuth 2.0 client credentials grant flow.
You register the application and grant permissions. The tenant administrator grants admin consent to the application.
You need to get the access token from Azure Active Directory (Azure AD).
Which URI should you use for the POST request? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 2

You have a Microsoft 365 subscription.
You plan to deploy a custom Microsoft Teams app.
You need to ensure that only users in the Human Resources department can install the app- What should you configure?
  • Question 3

    You need to develop an add-in for Microsoft Excel that can be used from the Windows, Mac, and web versions of Excel.
    What are two ways to develop the add-in? Each correct answer presents a complete solution?
    NOTE: Each correct selection is worth one point.
  • Question 4

    You have a starter SharePoint Framework (SPFx) web part.
    You need to test the web part from the local workbench by connecting to a URL of https:// localhost:4321/temp/workbench.html.
    Which tool should you use make the web part available locally for debugging?
  • Question 5

    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?