HOTSPOT
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.
Hot Area:

HOTSPOT
You are building a Microsoft teams application by using an outgoing webhook. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Hot Area:

HOTSPOT
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct select is worth one point.
Hot Area:

HOTSPOT
You need to develop a scheduling app as a Microsoft Teams tab. The solution must minimize development effort and meet the following requirements:
Receive user input by using a modal user interface (UI).
Support cross-platform rendering.
What should you configure for each requirement? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

DRAG DROP
You are developing a server-based application that has the following requirements:
Prompt the user to fill out form that contains a keyword. Search the OneDrive for Business folder for files that contain the keyword and return the results to the user.
Allow the user to select one of the files from the results. Copy the selected file to an Azure Blob storage container.
Which four actions should the application perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

You need to complete the MSALjs code for the SSO Javascript. Which code segment should you insert at line 06?
A. storeAuthStatelnCookie: false
B. storeAuthStatelnCookie: true
C. cacheLocation:'localStorage'
D. cacheLocation:'sessionStorage'
You need to request permission to create a group in a Sharepoint Framework (SPFx) solution. To which file should you add the permission request?
A. Config.json
B. Package.json
C. Serve.json
D. Package-solution.json
You are developing a SharePoint Framework (SPFx) web part. The web part will call a backed API that is secured by using Azure Active Directory (Azure AD). The web part will be on a page that has many other web parts. Which type of web part should you use ensure that access to the exclusive to the web part?
A. Provider-hosted
B. SharePoint-hosted
C. Domain isolated
D. Connected
You are developing a Microsoft Teams app in a tenant.
You pilot the app to only 10 users in the tenant and test the app.
You need to deploy the app to all the users in the tenant.
What should you do?
A. Modify the app manifest.
B. Add the app to the global (Org-wide default) policy.
C. Enable sideloading in a custom app setup policy.
D. Create an app per
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?
A. Yes
B. No