Question 146

You have an application that has the code shown in the exhibits. (Click the JavaScript Version tab or the C# Version tab.) For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
JavaScript Version

C# Version

Question 147

You have a third-party API that is secured by using Azure Active Directory (Azure AD).
You need to configure a SharePoint Framework (SPFx) web part to consume the third-party API.
Which method should you use?
  • Question 148

    You are building a new tab as part of a new Microsoft Teams application. Users will experience the tab privately.
    How should you complete the application manifest? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 149

    You need to develop a server-based web app that will be registered with the Microsoft identity platform. The solution must ensure that the app can perform operations on behalf of the user.
    Which type of authorization flow should you use?
  • Question 150

    You are developing a daemon application that reads all the emails in the Inbox of a specific Microsoft 365 mailbox. Some emails contain meeting dates and room mailbox names. The application has the following requirements:
    * Move each processed email to a subfolder in the mailbox.
    * If an email contains meeting data, create an event in the corresponding room mailbox calendar.
    Which Microsoft Graph permissions should you grant for the application?