Which URI should you use for the POST request?

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...

April 18, 2022 No Comments READ MORE +

What should you do?

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...

April 18, 2022 No Comments READ MORE +

Which Teams feature provides you with the ability to invoke a model popup by using the minimum amount of custom code?

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 cardB . A botC . A connectorD . A task moduleView AnswerAnswer: B

April 17, 2022 No Comments READ MORE +

Does this meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets have more than one correct solution, while others might not have a correct solution. After you answer...

April 17, 2022 No Comments READ MORE +

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 AB . Option BC . Option CD . Option DView AnswerAnswer: A

April 17, 2022 No Comments READ MORE +

What are two ways to develop the add-in? Each correct answer presents a complete solution?

You need to develop an add-in for Microsoft Excel that can be used from the Windows, Mac, and web versions of Excel. What are two ways to develop the add-in? Each correct answer presents a complete solution? NOTE: Each correct selection is worth one point.A . From Microsoft Teams, install...

April 17, 2022 No Comments READ MORE +

Which three actions should you perform?

CORRECT TEXT You plan to create a single-tenant console app that will use the Microsoft identity platform. You need to ensure that the app can use the device code flow to access Microsoft Graph and read email on behalf of the authenticated user. Which three actions should you perform? Each...

April 16, 2022 No Comments READ MORE +

Which code segment should you insert at line 06?

You need to complete the MSAL.js code for SSO. Which code segment should you insert at line 06?A . storeAuthStateInCookie: falseB . storeAuthStateInCookie: trueC . cacheLocation: ‘localStorage’D . cacheLocation: ‘sessionStorage’View AnswerAnswer: C Explanation: Scenario: Implement single sign-on (SSO) and minimize login prompts across browser tabs. When your application is open...

April 16, 2022 No Comments READ MORE +

Which Microsoft Graph permissions should you grant for the application?

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...

April 16, 2022 No Comments READ MORE +

Which two actions should you perform?

You are developing an application that will use Microsoft Graph. You attempt to retrieve a list of the groups in your organization by using a URI of https://graph.microsoft.eom/vi.0/groups on behalf of the user. The application fails. The diagnostic logs show the following information: * An HTTP 403 Forbidden status code...

April 16, 2022 No Comments READ MORE +