Which three actions should you perform in sequence?
Topic 1, ADatum Corporation This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that...
How can you validate that the JSON notification message is sent from the Microsoft Graph service?
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...
What should you do to implement the notification by using the minimum amount of development effort?
You are building email notifications for an expensing system. When a user receives an email notification, the email will contain a comment field. When the user submits a comment, the data will be returned to the expensing system for processing. What should you do to implement the notification by using...
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?
What should you add to a SharePoint Framework (SPFx) solution to ensure that the solution can be used as a Microsoft Teams tab?A . the TeamsTab value to the componentType property in the manifest file B. a manifest file to the Teams folder in the solution C. the TeamsTab value...
Which URI should you use to query all the emails that relate to an invoice?
Which URI should you use to query all the emails that relate to an invoice? A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A
Which feature should the application include?
You are developing a Microsoft Teams application for a support staff. Within a conversation between the support staff, you want the staff to look up support ticket IDs from a list without opening the ticketing system. Which feature should the application include?A . a bot B. a connector C. a...
What should you add to the add-in?
You are developing a new Microsoft Office Add-in to integrate a corporate invoicing system and Microsoft Excel. You need to add a new button to the Office ribbon. What should you add to the add-in?A . a task paneB . a dialogC . a custom functionD . a commandView AnswerAnswer:...
Which two objects can you use to persist the state?
You are developing a Microsoft Office Add-in for Word. You need to persist the user state across sessions by using the Office JavaScript API. Which two objects can you use to persist the state? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.A ....
What should you to mitigate the errors?
You have an application that uses the Microsoft graph API. When users open the application during peak hours, they occasionally receive an HTTP 429 Too Many requests response status code. What should you to mitigate the errors?A . Adjust the request rate based on the Rate-Limit-Reset Header.B . Wait 100...
What is required for the Teams app to send a proactive message to the users?
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 ....