HOTSPOT
You are developing an application that will run as an overnight background service on a server. The service will access web-hosted resources by using the application's identity and the OAuth 2.0 client credentials grant flow.
You register the application and grant permissions. The tenant administrator grants admin consent to the application.
You need to get the access token from Azure Active Directory (Azure AD).
Which URI should you use for the POST request? 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 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 plan to create a Microsoft Teams application that uses action-based messaging extensions. 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
You have a web app that uses the Microsoft Identity Platform.
You need to configure authentication for the app to allow sign-ins for the following user accounts:
1.
Users from your company
2.
Users from another company that has Azure Active Directory (Azure AD) user accounts
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:
You need to recommend which type of Office Add-in must be used for SalesApp. What should you recommend?
A. module extension
B. task pane
C. custom function
D. contextual
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: Add https://graph.windows.net/user.read to the list of scopes during the initial login request.
Does this meet the goal?
A. Yes
B. No
This question requires that you evaluate the underlined BOLD text to determine if it is correct.
You develop a Microsoft Teams application that uses a messaging extension.
Users can invoke the messaging extension from the Teams sidebar menu.
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.
A. No change is needed
B. from the compose box of a Teams chat
C. by using the Manage teams option for a team
D. by using the Add a tab option in the Teams channel
You are developing a Microsoft Office Add-in for Microsoft Word. Which Office Ul element can contain commands from the add-in?
A. dialog boxes
B. the Quick Access Toolbar (QAT)
C. context menus
D. task panes
You are developing a Microsoft Teams app that will use an Azure function to send scheduled messages from a bot to users. What is required for the Teams app to send a proactive message to the users?
A. The bot must be approved in Azure Active Directory (Azure AD).
B. The bot must be granted admin access to the users.
C. The Teams app must be added for each user.
D. The users must send at least one message to the bot.
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:
1.
Move each processed email to a subfolder in the mailbox.
2.
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?
A. Calendars.ReadWrite.Shared and Mail.ReadHrite delegated permissions
B. Calendars.ReadWrite and Mail.Read application permissions
C. Calendars.ReadWrite and Mail.ReadWrite delegated permissions
D. Calendars.ReadWrite and Mail.ReadWrite application permissions