Does this meet the goal?

Topic 2, Misc. Questions 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 might have more than one correct solution, while others might not have a...

May 12, 2023 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: false B. storeAuthStateInCookie: true C. 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...

May 11, 2023 No Comments READ MORE +

amount of code?

You are developing a SharePoint Framework (SPFx) web part. Which API should you use to retrieve the Microsoft Teams memberships of a user by using the minimum amount of code?A . MSGraphClient B. AadHttpClient C. SPHttpClient D. XMLHttpRequestView AnswerAnswer: A Explanation: You can use the Microsoft Graph API to work...

May 11, 2023 No Comments READ MORE +

You are developing a serveries application that reads all the emails in the Inbox of a specific Microsoft 365 mailbox. Some emails contain meeting dates and room mailbox names.

You are developing a serveries 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: A . Option A B. Option B C. Option C D. Option DView AnswerAnswer: A

May 11, 2023 No Comments READ MORE +

How should you complete the Microsoft Graph API query?

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

May 11, 2023 No Comments READ MORE +

Which task can the web part perform?

You have a SharePoint Framework (SPFx) web part that includes the manifest shown in the following exhibit. Which task can the web part perform?A . Send an email on behalf of a mail-enabled group. B. Send an email as another user. C. Send an email as the current user. D....

May 11, 2023 No Comments READ MORE +

Which Office Ul element can contain commands from the add-in?

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 panesView AnswerAnswer: A

May 10, 2023 No Comments READ MORE +

Which two actions should you perform?

You need to implement the role functionality for the backend web service calls. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.A . Upload a certificate for the application registration of the backend web service. B. Modify...

May 10, 2023 No Comments READ MORE +

What should you do before you begin debugging in Visual Studio Code?

You have a custom Microsoft Word add-in that was written by using Microsoft Visual Studio Code. A user reports that there is an issue with the add-in. You need to debug the add-in for Word Online. What should you do before you begin debugging in Visual Studio Code?A . Disable...

May 10, 2023 No Comments READ MORE +

Which three actions should you perform in sequence?

DRAG DROP You plan to create a bot as part of a Microsoft Teams app. The bot will use Microsoft 365 services on behalf of a user. You add token.botframework.com to the list of valid domains in the app manifest. You need to configure the authentication environment to ensure that...

May 10, 2023 No Comments READ MORE +