HOTSPOT
You are developing an interactive invoicing application that will be used by end users. The application will have the following features:
Save invoices generated by a user to the user's Microsoft OneDrive.
Email daily automated reminders.
You need to identify which permissions to grant for the application features. The solution must use the principle of least privilege.
Which permission should you grant for each feature? 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 have an app named App1 that uses the Microsoft Graph API.
You need to identify all users who have a job title of Developer. The solution must return only the display name and email address attributes of the users.
How should you complete the Microsoft Graph API query? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
HOTSPOT
You need to recommend the development environment and tools for the development of SalesApp.
What should you recommend? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
A. The ClientState must match the value provided when subscribing.
B. The user_guid must map to a user ID in the Azure AD tenant of the customer.
C. The tenant ID must match the tenant ID of the customer's Office 365 tenant.
D. The subscription ID must match the Azure subscription used by ADatum.
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 need to deploy a Microsoft Teams app. The app will create a Microsoft Teams personal tab that displays a website.
Solution: You create a Microsoft Teams manifest file that includes a staticTabs section containing the name, ID, and content URL of the website.
Does this meet the goal?
A. Yes
B. No
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 human resources application that will show users where they are in their company's organization chart.
You are adding a new feature that will display the name of a user's manager inside the application.
You need to create a REST query to retrieve the information. The solution must minimize the amount of data retrieved.
Which query should you use?
A. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/ manager?$select=displayName
B. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/ people?$filter=jobTitle eq 'manager'and$select=displayName
C. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/ contacts?$filter=jobTitle eq 'manager'
D. GET https://graph.microsoft.com/v1.0/users/{UserPricipalName}/manager
You are developing a Microsoft Teams application. Which Teams feature provides you with the ability to invoke a model popup by using the minimum amount of custom code?
A. An adaptive card
B. A bot
C. A connector
D. A task module