Question 141

You need to develop a client-side web app that will be registered with the Microsoft identity platform. Which type of authorization flow should you use?
  • Question 142

    You need to implement the role functionality for the backend web service calls.
    Which three actions should you perform in sequence? To answer, move the actions from the list of actions to the answer area and arrange them in the correct order.

    Question 143

    You plan to build a tab extension for Microsoft Teams that will display a list of assets and enable users to make reservations.
    When a user reserves an asset, a form must be displayed that enables the user to make a reservation by selecting a date and duration, as well as other preferences.
    Which type of extension should you use?
  • Question 144

    You need to develop a leave request app that will use Microsoft Outlook and adaptive cards. The leave requests of an employee will be sent as an actionable message to the employee's managers. When one of the managers performs an action on the actionable message, the other managers must see only the updated message and the action performed by the manager.
    How should you complete the adaptive card JSON? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 145

    You need to complete the MSAL.js code for SSO.
    Which code segment should you insert at line 06?