Microsoft MB-230 Exam (page: 11)
Microsoft Dynamics 365 Customer Service Functional Consultant
Updated on: 01-Aug-2025

Viewing Page 11 of 60

A trucking company uses a custom table named Leased Truck in Dynamics 365 Customer Service to capture leasing details. The company is implementing Connected Customer Service for Azure IoT Hub to track the leased trucks.

You need to configure the custom table Leased Truck for IoT integration.
Which two methods achieve the goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

  1. Set the relationship in the Power Platform admin center.
  2. Create a one-to-many relationship from the Leased Truck table to the IoT Alert table.
  3. Call the IoT - Register Custom Entity action to associate a Leased Truck record with an existing IoT device.
  4. Enable connections to the Leased Truck table.

Answer(s): C,D

Explanation:

IOT enabling an entity type
Dynamics 365 entities can be associated to IoT entities so that within Dynamics 365 they can participate in IoT-related business processes and analyses. There are two methods of “IoT enabling” a Dynamics 365 entity; you can:

* (D) Programmatically form an association through the standard Dynamics 365 Connection entities capability. You can alternatively accomplish this same association through the administration UI; for more information, see Create connections to view relationships between records.

* (C) Call the IoT – Register Custom Entity action to associate an entity with an existing or new IoT Device.


Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/cs-iot-extend-connected-customer-service-solutions



HOTSPOT (Drag and Drop is not supported)
A company uses Dynamics 365 Customer Service to provide product support to customers. Only employees are included in the company's Azure Active Directory.

You need to configure the system to meet the following requirements. You must minimize the effort required to complete any required configuration tasks.

Create a website for external customers to open support tickets and see the status of open issues.
Ensure that customers are set up to use this website.

What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

  1. See Explanation section for answer.

Answer(s): A

Explanation:




Box 1: Create a portal by using the Customer self-service template
Create a website for external customers to open support tickets and see the status of open issues.

The Customer portal is a Power Apps portals template that lets companies create an externally facing business-to-business (B2B) website for scenarios that are related to sales order processing.

Customer self-service portal: A customer self-service portal enables customers to access self-service knowledge, support resources, view the progress of their cases, and provide feedback.

Its powerful self-service functionality guides customers to the answers they seek without human intervention or by connecting them to your most qualified agent for the task if the issue can’t be resolved client-side autonomously.

Box 2: Ensure that all customers have an account record.
Ensure that customers are set up to use this website.

Note: Using the standard functionality, if I login to the Customer Service Portal I can create a new case linked either to myself as a Contact or to my related company as an Account (assuming that the Account is specificed on my contact record in Dynamics 365 CE).


Reference:

https://docs.microsoft.com/en-us/power-apps/maker/portals/portal-templates
https://docs.microsoft.com/en-us/dynamics365/supply-chain/sales-marketing/customer-portal-overview
https://readyxrm.blog/2019/07/04/dynamics-365-customer-self-service-powerapps-portals-creating-a-case-on-behalf-of-another-account/



A company uses Omnichannel for Customer Service.

The company wants to configure Power Virtual Agents within Omnichannel to have automatic answers when a customer starts a chat session.

You need to set up the prerequisites for the Power Virtual Agents.
Which three technologies should you set up? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  1. Work stream
  2. Queues
  3. Azure Application ID
  4. Chat widget
  5. Chatbot

Answer(s): B,C,E

Explanation:

CE: Prerequisites
Before you integrate Power Virtual Agents bots in Omnichannel for Customer Service, check the following:
* Azure Application ID - You'll need an application registered on the Azure portal before connecting to Omnichannel for Customer Service.
* Bot - You must have a pre-configured bot that can integrate with Omnichannel for Customer Service.
* Product licenses - You need a product license for Power Virtual Agents
* Role - You must have the Omnichannel administrator role.

B: In Omnichannel Administration, after the Power Virtual Agents bot is created and configured to work with Omnichannel for Customer Service, you can configure it to hand off conversations to queues. To receive incoming messages, you must add the bot to at least one queue.


Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/configure-bot-virtual-agent



DRAG DROP (Drag and Drop is not supported)
A company wants to use Power Virtual Agents chatbots to enable customers to solve their own issues whenever possible. You create knowledge base articles.

You must ensure that the new articles are available through the chatbot.

You need to define the steps to integrate knowledge management with the chatbot.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

  1. See Explanation section for answer.

Answer(s): A

Explanation:



Step 1: Publish knowledge articles to a portal created in Power Apps
Step 2: Create a topic for the Power Virtual Agents bot, and add an action
Step 3: Use a Power Automate template to add the solution to the chatbot
Step 4: Test the Power Automate cloud flow
Test the flow to publish and share the bot.


Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/integrate-km-with-pva



A company enables custom context variables on a chat widget.
Users report that the context variables are not being populated on new chats.

You need to troubleshoot the issue by querying the event listeners.
Which listener is required to be running?

  1. setContextProvider
  2. startProactiveChat
  3. startChat
  4. getContextProvider
  5. initializeNewConversation

Answer(s): D

Explanation:

getContextProvider returns the currently set custom context provider, if any. If there is no registered custom context provider, then it returns null.

The live chat SDK methods should be invoked after the lcw:ready event is raised. You can listen for this event by adding your own event listener on the window object.

Example:
window.addEventListener("lcw:ready", function handleLivechatReadyEvent(){
// Setting the custom context provider
// Throws error if contextProvider is not a function
Microsoft.Omnichannel.LiveChatWidget.SDK.setContextProvider(function contextProvider(){
// Here it is assumed that the corresponding work stream would have context variables with logical name of 'contextKey1', 'contextKey2', 'contextKey3'.
return {
'contextKey1': 'contextValue1', // string value
'contextKey2': 12.34, // number value
'contextKey3': true // boolean value
};
});

// Retrieves the currently set custom context provider
// If there is no registered custom context provider, then it returns null
let registeredContextProvider = Microsoft.Omnichannel.LiveChatWidget.SDK.getContextProvider();
});

Incorrect:
Not A: setContextProvider sets the context provider. The context provider function, when invoked, returns the context to be used for initializing a chat session.


Reference:

https://docs.microsoft.com/en-us/dynamics365/customer-service/developer/reference/methods/getcontextprovider
https://docs.microsoft.com/en-us/dynamics365/customer-service/developer/reference/methods/setcontextprovider



Viewing Page 11 of 60



Share your comments for Microsoft MB-230 exam with other users:

ryo 9/10/2023 2:27:00 PM

very helpful
MEXICO


Jamshed 6/20/2023 4:32:00 AM

i need this exam
PAKISTAN


Roberto Capra 6/14/2023 12:04:00 PM

nice questions... are these questions the same of the exam?
Anonymous


Synt 5/23/2023 9:33:00 PM

need to view
UNITED STATES


Vey 5/27/2023 12:06:00 AM

highly appreciate for your sharing.
CAMBODIA


Tshepang 8/18/2023 4:41:00 AM

kindly share this dump. thank you
Anonymous


Jay 9/26/2023 8:00:00 AM

link plz for download
UNITED STATES


Leo 10/30/2023 1:11:00 PM

data quality oecd
Anonymous


Blessious Phiri 8/13/2023 9:35:00 AM

rman is one good recovery technology
Anonymous


DiligentSam 9/30/2023 10:26:00 AM

need it thx
Anonymous


Vani 8/10/2023 8:11:00 PM

good questions
NEW ZEALAND


Fares 9/11/2023 5:00:00 AM

good one nice revision
Anonymous


Lingaraj 10/26/2023 1:27:00 AM

i love this thank you i need
Anonymous


Muhammad Rawish Siddiqui 12/5/2023 12:38:00 PM

question # 142: data governance is not one of the deliverables in the document and content management context diagram.
SAUDI ARABIA


al 6/7/2023 10:25:00 AM

most answers not correct here
Anonymous


Bano 1/19/2024 2:29:00 AM

what % of questions do we get in the real exam?
UNITED STATES


Oliviajames 10/25/2023 5:31:00 AM

i just want to tell you. i took my microsoft az-104 exam and passed it. your program was awesome. i especially liked your detailed questions and answers and practice tests that made me well-prepared for the exam. thanks to this website!!!
UNITED STATES


Divya 8/27/2023 12:31:00 PM

all the best
UNITED STATES


KY 1/1/2024 11:01:00 PM

very usefull document
Anonymous


Arun 9/20/2023 4:52:00 PM

nice and helpful questions
INDIA


Joseph J 7/11/2023 2:53:00 PM

i found the questions helpful
UNITED STATES


Meg 10/12/2023 8:02:00 AM

q 105 . ans is d
INDIA


Navaneeth S 7/14/2023 7:57:00 AM

i have interest to get a sybase iq dba certification
UNITED STATES


Aish 10/11/2023 5:27:00 AM

want to pass exm.
INDIA


Anonymous 6/12/2023 7:23:00 AM

are the answers correct?
INDIA


Kris 7/7/2023 9:43:00 AM

good morning, could you please upload this exam again, i need it to test my knowledge in sd-wan with version 7.0.
Anonymous


Meghraj mali 10/7/2023 1:47:00 PM

very nice question
CANADA


Noel 11/1/2022 9:14:00 PM

i have learning disability and this exam dumps allowed me to focus on the actual questions and not worry about notes and the those other study materials.
SOUTH AFRICA


Jas 10/25/2023 6:01:00 PM

165 should be apt
UNITED STATES


Neetu 6/22/2023 8:41:00 AM

please upload the dumps, real need of them
Anonymous


Mark 10/24/2023 1:34:00 AM

any recent feeedback?
UNITED STATES


Gopinadh 8/9/2023 4:05:00 AM

question number 2 is indicating you are giving proper questions. observe and change properly.
Anonymous


Santhi 1/1/2024 8:23:00 AM

passed today.40% questions were new.litwere case study,lots of new questions on afd,ratelimit,tm,lb,app gatway.got 2 set series of questions which are not present here.questions on azure cyclecloud, no.of vnet/vms required for implimentation,blueprints assignment/management group etc
INDIA


Raviraj Magadum 1/12/2024 11:39:00 AM

practice test
INDIA