Question 96

You are designing a Microsoft Teams application. The application will enable content authors to start conversations about news coming from a third-party application.
Which development technique should you use?
  • Question 97

    This question requires that you evaluate the underlined BOLD text to determine if it is correct.
    You can use App Studio for Microsoft Teams to develop all the components of a bot application.
    Instructions: Review the underlined text. If it makes the statement correct, select "No change is needed". If the statement is incorrect, select the answer choice that makes the statement correct.
  • Question 98

    You build a Microsoft Teams bot named Bot1 and publish Bot1 to Azure.
    You need to make Bot1 available for testing. The solution must meet the following requirements:
    * Ensure that Botl is accessible only via Teams.
    * Limit access to Botl to specific users.
    * Minimize administrative effort.
    What should you do first in the Azure portal?
  • Question 99

    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: From the Azure portal, edit the API permission list for App1. Add the Microsoft Graph API and the Calendars.Read permissions and then grant tenant admin consent.
    Does this meet the goal?
  • Question 100

    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.