MS-600 Building Applications and Solutions with Microsoft 365 Core Services Dumps

If you are looking for free MS-600 dumps than here we have some sample question answers available. You can prepare from our Microsoft MS-600 exam questions notes and prepare exam with this practice test. Check below our updated MS-600 exam dumps.

DumpsGroup are top class study material providers and our inclusive range of MS-600 Real exam questions would be your key to success in Microsoft Microsoft 365 Certified: Developer Associate Certification Exam in just first attempt. We have an excellent material covering almost all the topics of Microsoft MS-600 exam. You can get this material in Microsoft MS-600 PDF and MS-600 practice test engine formats designed similar to the Real Exam Questions. Free MS-600 questions answers and free Microsoft MS-600 study material is available here to get an idea about the quality and accuracy of our study material.


discount banner

Sample Question 4

Your company has a sales system that emails an alert to all the members of the salesdepartment when a new sale is made.You need to ensure that a notification is posted to a team channel when a new sale ismade. The solution must minimize development effort.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

A. Post JSON to the webhook URL from the existing sales system. 
B. Set the configurationUrl property of a connector in the manifest. 
C. Post XML to the webhook URL from the existing sales system. 
D. Get an incoming webhook for the channel. 


Sample Question 5

When developing a tab in Microsoft teams, personal, group, and shared tabs can all beimplemented as configurable tabs.Instructions: Review the underlined BOLD text, if it makes the statement correct, select ‘’No change is needed if the statement is incorrect selct the answer choice that makes thestatement correct.

A. No change is needed. 
B. Share the same code 
C. Be used in a conversation 
D. Have a configuration panel 


Sample Question 6

You have an application named App1 that is used to administer an Azure Active Directory(Azure AD) tenant.When administrators install App1, they are prompted for admin consent.Which application permission can cause the administrators to be prompted for consent?

A. RoleManagement. Read . Directory 
B. Device.Command 
C. Device.Read 
D. Calendars.ReadWrite 


Sample Question 7

This question requires that you evaluate the underlined BOLD text to determine if itis 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 “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement 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 


Sample Question 8

You plan to develop a TypeScript client-side app that will use the MSGraphClient library.You need to configure Microsoft Visual Studio Code to use IntelliSense and support codecompletion for the MSGraph client library.Which two actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point.

A. Install the Microsoft Graph Toolkit. 
B. Add the following import Statement to the code: import * as MicrosoftGraph from'@Microsoft/microsoft-graph-types'; 
C. Run the npm install @microsoft/microsoft-graph --save-dev command. 
D. Run the: npm install @microsoft/microsoft-graph-types --save-dev command. 
E. Add the following import statement to the code: import * as MicrosoftGraph from'@microsoft/microsoft-graph'; 


Sample Question 9

This question requires that you evaluate the underlined text to determine if it is correct.Microsoft Visual Studio Code contains samples that you can use to quickly prototype aMicrosoft Office Web Add-in for Microsoft Word.Instructions: Review the underlined text. If it makes the statement correct, select "Nochange is needed." If the statement is incorrect, select the answer choice that makes thestatement correct.

A. No change is needed. 
B. Microsoft AppSource 
C. The Office Ul Fabric 
D. The Script Lab add-in 


Sample Question 10

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 statedgoals. Some question sets have more than one correct solution, while others mightnot have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You need to deploy a Microsoft Teams app. The app will create a Microsoft Teamspersonal tab that displays a website.Solution: You create a Microsoft Teams manifest file that includes a staticTabs sectioncontaining the name, ID, and content URL of the website.Does this meet the goal?

A. Yes 
B. No 


Sample Question 11

You have a SharePoint Framework (SPFx) web part that displays the weather. Users canset the city within the web part. Which component is invoked to provide the users with theability to configure the settings for the web part?

A. a custom control 
B. the property pane 
C. the Application Customizer 
D. a library component


Sample Question 12

You are creating an application named App1 that will use the Microsoft identity platform.App1 will be accessed only by users from several different Microsoft 365 subscriptions.Which Supported account types setting should you configure for App1?

A. Accounts in this organizational directory only 
B. Accounts in any organizational directory and personal Microsoft a accounts 
C. Accounts in any organizational directory 


Sample Question 13

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 ofhttps://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* An Authorization_RequestDenied error code* The following error message: "Insufficient privileges to complete the operation."You need to ensure that the application can retrieve the list of groups. The solution mustuse the principle of least privilege. Which two actions should you perform? Each correctanswer presents part of the solution. NOTE; Each correct selection is worth one point.

A. In the permission request for the application, request the Group. Read. All permission. 
B. Grant tenant admin consent for the Group.Read. All permission. 
C. Configure the application to use application permissions. 
D. In the permission request for the application, request the Group. Readwrite. All permission 


Sample Question 14

You need to develop a server-based web app that will be registered with the Microsoftidentity platform. The solution must ensure that the app can perform operations on behalfof the user?Which type of authorization flow should you use?

A. authorization code 
B. refresh token 
C. resource owner password 
D. device code 


Sample Question 15

You are developing a daemon application that reads all the emails in the Inbox of a specificMicrosoft 365 mailbox. Some emails contain meeting dates and room mailbox names. Theapplication has the following requirements:* Move each processed email to a subfolder in the mailbox.* If an email contains meeting data, create an event in the corresponding room mailboxcalendar.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 


Sample Question 16

This question requires that you evaluate the underlined text to determine if it is correct.In Microsoft Word on Windows, before you can sideload a Microsoft Office Add-in. youmust first upload the manifest to Microsoft_pnePrivc.Instructions: Review the underlined text. If it makes the statement correct, select "Nochange is needed." If the statement is incorrect, select the answer choice that makes thestatement correct.

A. No change is needed. 
B. deploy the manifest to an Azure website 
C. publish the manifest to a trusted network location 
D. set Microsoft Edge to Developer Mode 


Sample Question 17

You are building a Microsoft Outlook add-in.Which object should you use to save a user's preferences between sessions and devices?

A. localStorage 
B. RoamingSettlngs 
C. CustomXMLParts 
D. CustomProperties 


Sample Question 18

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 statedgoals. Some question sets have more than one correct solution, while others mightnot have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You are developing a new application named App1 that uses the Microsoft identity platformto 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: From the Azure portal, edit the API permission list for App1. Add the MicrosoftGraph API and the Calendars.Read permissions and then grant tenant admin consentDoes this meet the goal?

A. Yes 
B. No 


Sample Question 19

You are developing a Microsoft Teams app that will use an Azure function to sendscheduled messages from a bot to users. What is required for the Teams app to send aproactive 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. 


Sample Question 20

You are developing an outgoing webhook in Microsoft Teams.In the service that receives the outgoing webhook request, what should you validate toensure that calls are coming from Microsoft Teams?

A. the HTTP hmac header 
B. the Microsoft Teams client cookies 
C. the Microsoft Graph API
D. the bearer token 


Sample Question 21

You have the following Microsoft Graph call.PATCH /me/drive/items/01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUKContent-type: application/json{"name": "Marketing-Campaign.docx"}What occurs when you execute the call?

A. A file that has an ID of 01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK in the root ofyour Microsoft OneDrive is renamed as Marketing-Campaign.docx. 
B. A file that has an ID of 01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK in aMicrosoft SharePoint Online site is renamed as Marketing-Campaign.docx. 
C. A file named Marketing-Campaign.docx that has an ID of01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK is uploaded to the root of yourMicrosoft OneDrive. 
D. A file named Marketing-Campaign.docx that has an ID of01NKDM7HMOJTVYMDOSXFDK2QJDXCDI3WUK is uploaded to a Microsoft SharePointOnline site. 


Sample Question 22

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 


Sample Question 23

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 statedgoals. Some question sets have more than one correct solution, while others mightnot have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You need to deploy a Microsoft Teams app. The app will create a Microsoft Teamspersonal tab that displays a website.Solution: From the Microsoft Teams client, you add a new tab, you select the Website app,and then you enter the URL of the website.Does this meet the goal?

A. Yes 
B. No 


Sample Question 24

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 statedgoals. Some question sets have more than one correct solution, while others mightnot have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You need to deploy a Microsoft Teams app. The app will create a Microsoft Teamspersonal tab that displays a website.Solution: From the Microsoft Teams client, you add a new tab, you select the Website app,and then you enter the URL of the website.Does this meet the goal?

A. Yes 
B. No 


Sample Question 25

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 statedgoals. Some question sets have more than one correct solution, while others mightnot have a correct solution.After you answer a question in this section, you will NOT be able to return to it. As aresult, these questions will not appear in the review screen.You are developing a new application named App1 that uses the Microsoft identity platformto authenticate toAzure Active Directory (Azure AD).Currently, App1 can read user profile information.You need to allow App1 to read the user’s calendar.Solution: From the Azure portal, add the Microsoft Graph API and the Calendar.Readpermission by using the API permission list of App1. Grant tenant admin consent.Does this meet the goal?

A. Yes 
B. No 


Sample Question 26

You are developing a Microsoft Team application. To host a webpage in a Teams tab, themanifest file must include the contentUrl property within the staticTabs property.Instructions: Review the underline text. If the makes the statement correct, select ‘’ Nochange is needed. ‘’ If the statement is incorrect, select the answer choice that makes thestatement correct.

A. No change is needed. 
B. websiteUrl property within the configuragbleTabs property 
C. ValidDomain property within the configuragbleTabs property 
D. ValidDomain property within the statictabs property 


Sample Question 27

You are developing a new Microsoft Teams app that will contain the following functionality:Start a new chat.Prompt users to install an app.Make a Microsoft Graph API call.Trigger a search-based command.Which two functionalities can be implemented by using a deep link? Each correct answerpresents part of the solution.NOTE: Each correct selection is worth one paint.

A. Trigger a search-based command. 
B. Make a Microsoft Graph API call. 
C. Prompt users to install an app. 
D. Start a new chat. 


Sample Question 28

You are developing a Microsoft Office Add-in for Microsoft Word.Which Office UI element can contain commands from the add-in?

A. dialog boxes 
B. the ribbon 
C. the File menu 
D. task panes 


Sample Question 29

You have an application that uses the Microsoft graph API.When users open the application during peak hours, they occasionally receive an HTTP429 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 milliseconds between requests. 
C. Adjust the request rate based on the Retry-After header. 


Sample Question 30

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 


Sample Question 31

You are building a Microsoft Outlook add-in.Which object should you use to save additional information in an email?

A. CustomProperties 
B. CustomXMLParts 
C. RoamingSettings 
D. localStorage 


Sample Question 32

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 Graphand read email on behalf of the authenticated user.Which three actions should you perform? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.

A Set Supported account types to Accounts in any organizational directory
B. Add redirect URIs.
C. Set Supported account types to Accounts in this organizational directory only
D. Enable the Default client type option.
E. From the Expose an API settings, create a custom scope.
F. Generate a client secret for the app.


Sample Question 33

Note: This question is part of a series of questions that present the same scenario. Eachquestion in the series contains a unique solution that might meet the stated goals. Somequestion sets might have more than one correct solution, while others might not have acorrect solution.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 are developing a new application named App1 that uses the Microsoft identity platformto 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: Perform a POST request against https://graph.microsoft.eom/v1.0/me/events.Does this meet the goal?

A. Yes 
B. No 


Sample Question 34

You use Azure Active Directory (Azure AD) to store user identities.The user profile information is inconsistently populated.You need to develop a web app that will provide users with a page where they can entertheir interests, skill, and description. When the user click the submit button, the app will useMicrosoft graph to send the data to Azure AD.Which HTTP method should you use against the Microsoft graph endpoint?

A. PUT 
B. POST 
C. PATCH 
D. GET 


Sample Question 35

This question requires that you evaluate the underlined BOLD text to determine if itis correct.You can use App Studio for Microsoft Teams to develop all the components of a botapplication.Instructions: Review the underlined text. If it makes the statement correct, select “Nochange is needed”. If the statement is incorrect, select the answer choice that makes thestatement correct.

A. No change is needed 
B. configure a Teams tab in an application 
C. develop a SharePoint Framework (SPFx) web part 
D. provision a bot by using the Bot Framework 


Sample Question 36

You develop a web API named WebApi1.When validating a token received from a client application, WebApi1 receives aMsalUiRequiredException exception from the Microsoft Identity Platform.You need to ensure that the client application has the information required to complete theauthentication.Which header should you include in the HTTP response sent from WebApi1 to the clientapplication?

A. Accept 
B. Authorization 
C. WWW-Authenticate 
D. Access-Control-Allow-Credentials 


Sample Question 37

You need to build a daemon app that polls Microsoft Graph to get all user information.You register and configure the app in Azure Active Directory (Azure AD).Which three actions should you perform next? Each correct answer presents part of thesolution.NOTE: Each correct selection is worth one point.

A. Get the consent of each user. 
B. Pass a bearer token in the authorization header and call the Microsoft Graph API. 
C. Get an ID token. 
D. Get an access token. 
E. Provide the admin consent URL to a global administrator in Azure AD. 


Sample Question 38

You have a SharePoint Framework (SPFx) web part named WebPartA that uses SPFx 1.11.0. You need to ensure that WebPartA can be installed as an app in Microsoft Teams.What should you do?

A. Update the WebPartA.manifestjson file. 
B. Update the Config.json file. 
C. Upload WebPartA to the Microsoft Teams app catalog. 
D. From a command prompt, run the yo gmicrosoft/sharepoint command. 


Sample Question 39

This question requires that you evaluate the BOLD text to determine if it is correct.You can use a Command Set extension to develop a breadcrumb element that willappear on every SharePoint Online page.Instructions: Review the BOLD text If it makes the statement correct, select "No change isneeded." If the statement is incorrect select the answer choice that makes the statementcorrect.

A. No change is needed. 
B. an Application Customizer 
C. a Field Customizer 
D. a web part 



Exam Code: MS-600
Exam Name: Building Applications and Solutions with Microsoft 365 Core Services
Last Update: May 03, 2024
Questions: 242