Courseiva

Microsoft Dynamics 365 Fundamentals CRM MB-910 (MB-910) — Questions 826900

941 questions total · 13pages · All types, answers revealed

Page 11

Page 12 of 13

Page 13
826
MCQhard

A company wants to use Dynamics 365 Customer Insights to personalize website content in real time based on customer behavior. Which feature should they implement?

A.Customer segments
B.Data unification
C.Real-time marketing and personalization
D.Measures
AnswerC

This feature enables real-time triggers and personalized content delivery.

Why this answer

Dynamics 365 Customer Insights includes a real-time marketing and personalization feature that uses customer behavior data (e.g., clicks, page views, purchases) to dynamically tailor website content. This capability leverages the Customer Data Platform (CDP) to trigger personalized experiences in milliseconds, meeting the requirement for real-time adaptation based on live customer actions.

Exam trap

The trap here is that candidates confuse the foundational data management features (segments, unification, measures) with the execution layer required for real-time personalization, leading them to pick a correct-sounding but non-functional option like customer segments.

How to eliminate wrong answers

Option A is wrong because customer segments are static groupings of customers based on shared attributes or behaviors; they do not inherently personalize content in real time—they require an additional personalization engine to act on the segments. Option B is wrong because data unification is the process of merging and deduplicating customer records from multiple sources to create a single customer view; it is a foundational step but does not itself deliver real-time personalization on a website. Option D is wrong because measures are aggregated metrics (e.g., average order value, churn rate) used for analytics and reporting; they do not directly control or trigger personalized content delivery.

827
MCQmedium

A company uses Dynamics 365 Customer Insights - Data and wants to enrich customer profiles with demographic data from a third-party provider. Which feature should they use?

A.Enrichments
B.Data sources
C.Segments
D.Measures
AnswerA

Enrichments allow you to add data from third-party providers to customer profiles.

Why this answer

Enrichments in Dynamics 365 Customer Insights - Data allow you to augment existing customer profiles with additional data from third-party providers, such as demographic, firmographic, or interest data. This feature directly supports the goal of enriching profiles with external demographic information by matching customer identifiers against the provider's data and appending the results.

Exam trap

The trap here is that candidates confuse 'enrichments' with 'data sources,' thinking that adding a new data source from a third party is the same as enriching existing profiles, but enrichments specifically augment existing unified profiles rather than importing new raw tables.

How to eliminate wrong answers

Option B (Data sources) is wrong because data sources are used to ingest and connect raw data (e.g., from CRM, ERP, or transactional systems) into Customer Insights, not to enrich existing profiles with third-party demographic data. Option C (Segments) is wrong because segments are dynamic or static groupings of customer profiles based on defined criteria, used for targeting and analysis, not for importing external demographic attributes. Option D (Measures) is wrong because measures are calculated metrics (e.g., KPIs, aggregates) derived from your data, such as average purchase value, and have no role in pulling in external demographic enrichment data.

828
MCQeasy

A company wants to use Customer Insights to enrich customer profiles with external demographic data. Which feature should they use to bring in this external data?

A.Data sources
B.Relationships
C.Measures
D.Predictions
AnswerA

Data sources allow importing external data.

Why this answer

To enrich customer profiles with external demographic data in Dynamics 365 Customer Insights, you use the 'Data sources' feature. This allows you to connect to and ingest data from external systems, such as third-party demographic providers, by configuring a new data source (e.g., via Power Query connectors). The ingested data is then unified into the customer profile, enabling enrichment without needing custom code.

Exam trap

The trap here is that candidates confuse 'Data sources' (ingestion) with 'Relationships' (data modeling), thinking that linking external data requires defining relationships rather than importing the data first.

How to eliminate wrong answers

Option B is wrong because 'Relationships' define how different entities (e.g., Customer and Order) are linked within the data model, not how external data is brought in. Option C is wrong because 'Measures' are used to create calculated KPIs or aggregations from existing data, not to import new external datasets. Option D is wrong because 'Predictions' leverage existing data to generate predictive models (e.g., churn or next purchase), not to ingest external demographic data for enrichment.

829
MCQmedium

A company wants to use AI to predict when a machine will fail and schedule proactive maintenance. Which Dynamics 365 Field Service capability should be used?

A.Connected Field Service with IoT and Azure Machine Learning
B.Resource Scheduling Optimization
C.Dynamics 365 Guides
D.Dynamics 365 Customer Service
AnswerA

Correct. Connected Field Service with IoT and Azure Machine Learning can predict failures and trigger proactive maintenance.

Why this answer

Connected Field Service with IoT and Azure Machine Learning can predict failures and trigger maintenance. Option B is wrong because Resource Scheduling Optimization is for scheduling, not prediction. Option C is wrong because Dynamics 365 Guides is for providing mixed-reality instructions, not for failure prediction.

Option D is wrong because Dynamics 365 Customer Service is for case management, not for predictive maintenance.

830
MCQhard

A Customer Insights administrator receives an error when trying to ingest a CSV file from Azure Blob Storage. The error message says 'Access denied'. What is the most likely cause?

A.The connection string or SAS token is invalid or expired
B.The CSV format is incompatible
C.The CSV file is too large
D.The schema does not match the mapping
AnswerA

Invalid credentials lead to access denied.

Why this answer

The 'Access denied' error when ingesting a CSV file from Azure Blob Storage into Dynamics 365 Customer Insights indicates that the service cannot authenticate to the storage resource. The most common cause is an invalid or expired connection string or Shared Access Signature (SAS) token, as these credentials are required for secure access to Azure Blob Storage. Without valid credentials, Customer Insights cannot read the file, regardless of its format, size, or schema.

Exam trap

The trap here is that candidates may confuse an authentication error with data-related issues (format, size, schema) because they focus on the CSV file itself rather than the access mechanism to the storage location.

How to eliminate wrong answers

Option B is wrong because an incompatible CSV format would typically result in a parsing or data type error, not an 'Access denied' authentication error. Option C is wrong because file size limitations would produce a quota or timeout error, not an access permission error. Option D is wrong because a schema mismatch would cause a mapping or ingestion failure after the file is successfully read, not an access denial during the initial connection.

831
MCQhard

A company uses Dynamics 365 Customer Insights - Data to create a unified customer profile. They notice that duplicate records exist from different sources. What should they do to resolve this?

A.Manually delete duplicate records in each source system
B.Create a dataflow to filter duplicates
C.Use Power Automate to remove duplicates
D.Configure deduplication rules within Customer Insights
AnswerD

Customer Insights has built-in deduplication to match and merge duplicates.

Why this answer

D is correct because Dynamics 365 Customer Insights - Data provides built-in deduplication rules that allow you to define matching criteria (e.g., name, email, phone) to identify and merge duplicate records from different sources into a single unified customer profile. This is the intended, native mechanism for resolving duplicates within the system, ensuring data integrity without manual intervention or external tools.

Exam trap

The trap here is that candidates may think deduplication requires external tools like Power Automate or manual cleanup, but the exam expects you to know that Customer Insights has native deduplication capabilities as part of its data unification process.

How to eliminate wrong answers

Option A is wrong because manually deleting duplicates in each source system is inefficient, error-prone, and does not address duplicates that are created during the unification process within Customer Insights itself. Option B is wrong because dataflows in Customer Insights are used for ingesting and transforming data, not for deduplication; filtering duplicates in a dataflow would not resolve matching across multiple sources or merge profiles. Option C is wrong because Power Automate is an automation tool for workflows and notifications, not designed for complex deduplication logic or merging unified customer profiles within Customer Insights.

832
Matchingmedium

Match each Dynamics 365 term related to security to its definition.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Assign privileges to roles, then assign users to roles

Restrict access to specific fields within an entity

Control which records a user can read, write, or delete

Hierarchical grouping of users and records for data isolation

Groups of users that can be assigned roles and access rights

Why these pairings

Security roles grant permissions, business units organize users and data, teams enable collective ownership, field security profiles restrict field-level access, and owners are responsible for individual records. Common confusions include swapping the definitions of security roles and field security profiles, or business units and owners.

833
Multi-Selectmedium

Which TWO data sources can be used to ingest data into Dynamics 365 Customer Insights? (Choose two.)

Select 2 answers
A.Power Query
B.Azure DevOps
C.Excel file
D.Microsoft Dataverse
E.Microsoft Teams
AnswersA, D

Power Query connects to many sources.

Why this answer

Power Query is a native data ingestion tool within Dynamics 365 Customer Insights that allows users to connect to a wide variety of data sources, transform data using a graphical interface, and load it into the Customer Insights data lake. It supports connectors for databases, online services, and files, making it a primary method for importing customer data.

Exam trap

The trap here is that candidates often mistake Excel files as a direct data source option, but in Customer Insights, Excel files are ingested through Power Query or other connectors, not as a standalone selection in the exam's context.

834
MCQmedium

A marketing manager wants to automatically send a personalized discount offer to customers who have a high propensity to churn. Which combination of Customer Insights capabilities should they use?

A.Predictive scoring and measures
B.Data unification and enrichment
C.Enrichment and Copilot
D.Segmentation and AI suggestions
AnswerA

Predictive scoring models churn propensity; measures can trigger actions like sending a discount offer.

Why this answer

Predictive scoring in Customer Insights uses machine learning models to calculate a churn probability score for each customer, identifying those with a high propensity to churn. Measures allow the marketing manager to define and compute key business metrics, such as customer lifetime value or churn risk thresholds, which can trigger automated actions like sending personalized discount offers. Together, they enable a data-driven, automated outreach to at-risk customers without manual intervention.

Exam trap

The trap here is that candidates often confuse 'segmentation and AI suggestions' (Option D) with predictive scoring, but segmentation alone cannot predict churn propensity—it only groups customers based on static criteria, whereas predictive scoring uses machine learning to dynamically assess risk.

How to eliminate wrong answers

Option B is wrong because data unification and enrichment focus on merging and enhancing customer data from multiple sources (e.g., CRM, transactional systems) to create a single customer view, but they do not include predictive scoring or automated action triggers for churn-based offers. Option C is wrong because enrichment and Copilot involve augmenting customer profiles with external data (e.g., demographic or firmographic data) and using AI-powered conversational assistance, not predictive churn scoring or automated discount sending. Option D is wrong because segmentation and AI suggestions allow grouping customers into segments and receiving AI-recommended actions, but they lack the predictive scoring capability to specifically identify high-propensity churn customers and the measures to define and execute the automated discount offer logic.

835
Multi-Selecteasy

Which two entities are essential for tracking inventory in Dynamics 365 Field Service?

Select 2 answers
A.Warehouses
B.Customer Assets
C.Work Orders
D.Resource Roles
E.Products
AnswersA, E

Warehouses are essential for tracking inventory as they represent physical storage locations.

Why this answer

The correct answers are A and E. Warehouses are essential for tracking inventory as they represent physical storage locations, and Products are the items being tracked in inventory. Option B is incorrect because Customer Assets represent equipment owned by customers, not inventory.

Option C is incorrect because Work Orders are used to manage service tasks, not inventory. Option D is incorrect because Resource Roles define technician skills and certifications, not inventory.

836
Multi-Selecthard

Which THREE features are available in Dynamics 365 Customer Service?

Select 3 answers
A.Customer journey design
B.Knowledge article management
C.Omnichannel for Customer Service
D.Predictive lead scoring
E.Copilot in Customer Service
AnswersB, C, E

Self-service and agent use.

Why this answer

Options B, C, and E are correct: Knowledge article management, Omnichannel for Customer Service, and Copilot in Customer Service are core features of Dynamics 365 Customer Service. Option A is incorrect because customer journey design belongs to Dynamics 365 Marketing. Option D is incorrect because predictive lead scoring belongs to Dynamics 365 Sales.

837
Drag & Dropmedium

Drag and drop the steps to configure a marketing email in Dynamics 365 Marketing into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

Creating a marketing email involves designing, personalizing, testing, and scheduling.

838
MCQeasy

A marketing team wants to send personalized emails based on customer lifetime value (CLV) calculated in Dynamics 365 Customer Insights. Which Customer Insights capability should they use to define CLV?

A.Activities
B.Segments
C.Relationships
D.Measures
AnswerD

Measures allow you to define calculated KPIs such as CLV.

Why this answer

Measures in Dynamics 365 Customer Insights allow you to define and calculate key performance indicators (KPIs) like customer lifetime value (CLV) using predefined or custom formulas. This capability aggregates customer data (e.g., purchase history, frequency, monetary value) to produce a numeric metric that can be used for personalization. Activities, Segments, and Relationships do not perform such calculations.

Exam trap

The trap here is confusing Segments (which filter customers based on a condition) with Measures (which calculate the numeric value that the condition uses), leading candidates to pick Segments when they need to define the underlying metric first.

How to eliminate wrong answers

Option A is wrong because Activities track interactions (e.g., purchases, web visits) but do not compute aggregated metrics like CLV. Option B is wrong because Segments group customers based on conditions (e.g., CLV > $500) but cannot define or calculate the CLV value itself. Option C is wrong because Relationships define how tables (e.g., Customer and Order) are linked for data modeling, not for calculating numeric KPIs.

839
MCQeasy

Contoso, a mid-sized manufacturing company, recently deployed Dynamics 365 Sales and Customer Service. The sales team uses the sales hub to manage leads, opportunities, and quotes. The customer service team uses the customer service hub to manage cases and knowledge articles. The IT manager wants to enable Copilot for both teams to improve productivity. The sales team needs Copilot to summarize opportunity details and suggest email replies. The service team needs Copilot to suggest knowledge articles for case resolution and draft case summaries. The IT manager is concerned about data security and wants to ensure that Copilot only accesses data that users have permission to see. Which action should the IT manager take to meet these requirements?

A.Enable Copilot for the entire environment without additional configuration.
B.Create a new security role for Copilot users with read access to all data.
C.Assign the 'Copilot User' security role to all sales and service users.
D.Ensure existing security roles are correctly configured, then enable Copilot for each app.
AnswerD

Copilot respects existing role-based security; correct roles ensure data access is restricted.

Why this answer

Copilot inherits the user's role-based security permissions, so it automatically respects existing data access controls. Option A is incorrect because enabling Copilot for the entire environment is not required and may not enforce per-user permissions. Option B is incorrect because Copilot uses the same security model; there is no separate permission to grant.

Option C is incorrect because Copilot does not require a separate security role; it leverages existing roles.

840
MCQeasy

You need to provide sales representatives with a data-driven score for each lead that predicts likelihood of conversion. Which feature should you use?

A.Sales Copilot
B.Sales Accelerator
C.Relationship Intelligence
D.Predictive lead scoring
AnswerD

This feature uses ML to score leads based on historical data.

Why this answer

Predictive lead scoring uses machine learning to analyze historical data and assign a score to each lead, indicating the likelihood of conversion. This directly meets the requirement. Sales Copilot (A) is an AI assistant that helps with content and insights, not scoring.

Sales Accelerator (B) is for guiding sales sequences, not scoring. Relationship Intelligence (C) focuses on analyzing existing relationships, not predicting lead conversion.

841
MCQeasy

A retail company wants to create a single view of each customer by unifying data from their e-commerce platform, in-store POS system, and loyalty program. Which Dynamics 365 Customer Insights capability should they use?

A.Connections
B.Customer Data Platform (CDP) capabilities
C.Predictions
D.Segmentation
AnswerB

CDP unifies data from disparate sources.

Why this answer

Dynamics 365 Customer Insights is a Customer Data Platform (CDP) that ingests, unifies, and resolves customer data from multiple sources—such as e-commerce platforms, POS systems, and loyalty programs—into a single, unified customer profile. This capability is specifically designed to create a 360-degree view of each customer by matching and merging records across disparate data sources.

Exam trap

The trap here is that candidates often confuse 'Connections' (data source setup) with the actual CDP unification capability, or they think 'Segmentation' is the primary tool for creating a single view, when in fact segmentation occurs after unification.

How to eliminate wrong answers

Option A is wrong because Connections in Dynamics 365 Customer Insights refer to the configuration of data sources and integrations, not the core capability of unifying data into a single customer view. Option C is wrong because Predictions is a feature that uses AI to forecast customer behaviors (e.g., churn or next purchase), not to unify or merge data from different systems. Option D is wrong because Segmentation is the process of grouping customers based on attributes or behaviors after unification, not the capability that performs the actual data unification.

842
MCQhard

A company uses Dynamics 365 Customer Service and wants to implement a knowledge base that suggests relevant articles to agents while they are typing a case resolution. Copilot is enabled. What is the most efficient way to achieve this?

A.Enable Copilot and configure knowledge article suggestions
B.Tag all articles with categories and use queue rules
C.Manually train agents to search knowledge base before resolving cases
D.Create a Power Automate flow to attach relevant articles
AnswerA

Copilot provides real-time suggestions.

Why this answer

Copilot can suggest knowledge articles in real-time as agents work on cases. Manually searching or tagging is less efficient. Automated suggestions via Copilot provide immediate, relevant articles without extra steps.

843
MCQmedium

A company uses Dynamics 365 Field Service to manage work orders. They want to automatically suggest parts and labor based on the type of service required. Which feature should they configure?

A.Resource Scheduling Optimization
B.Service Task Types
C.Customer Asset management
D.Incident Type configuration
AnswerD

Incident Type configuration defines default products and services that are automatically suggested when a work order is created, making it the correct answer.

Why this answer

Incident Types in Dynamics 365 Field Service allow you to define default products (parts) and services (labor) that are automatically suggested when a work order is created with that incident type. Option A (Resource Scheduling Optimization) is used for optimizing schedules, not suggesting parts/labor. Option B (Service Task Types) are more granular and are used within incident types to define specific tasks, but they do not directly suggest products and services.

Option C (Customer Asset Management) manages equipment records, not default parts/labor. Therefore, Incident Type configuration is the correct feature.

Exam trap

Candidates often confuse Service Task Types with Incident Types. Service Task Types define tasks and can be linked to products/services, but the automatic suggestion of parts and labor is a property of Incident Types.

844
MCQeasy

A company wants to offer customers the ability to schedule their own appointments online. Which Dynamics 365 Field Service feature should they use?

A.Schedule board
B.Resource Scheduling Optimization
C.Field Service mobile app
D.Customer portal
AnswerD

The customer portal allows customers to schedule appointments.

Why this answer

The Customer portal (D) is the correct feature because it provides a self-service interface where customers can directly schedule appointments online without needing to contact a dispatcher. This aligns with the requirement for customers to manage their own bookings, leveraging Dynamics 365 Field Service's portal capabilities to expose available time slots and trigger scheduling logic.

Exam trap

The trap here is that candidates confuse the Schedule board (a dispatcher tool) with a customer-facing scheduling interface, overlooking that the Customer portal is the dedicated self-service component for external users.

How to eliminate wrong answers

Option A is wrong because the Schedule board is a dispatcher-facing tool used by internal staff to manually assign and optimize work orders, not a customer-facing self-service scheduling interface. Option B is wrong because Resource Scheduling Optimization is an AI-driven engine that automatically optimizes resource schedules for dispatchers, not a portal for customers to book appointments themselves. Option C is wrong because the Field Service mobile app is designed for field technicians to view and update work orders in the field, not for customers to schedule appointments.

845
Multi-Selectmedium

Which TWO actions can be performed using Copilot for Service in Dynamics 365 Customer Service?

Select 2 answers
A.Draft an email reply to a customer
B.Automatically update case status based on sentiment
C.Create a new SLA KPI instance
D.Run a Power BI report
E.Summarize a case history
AnswersA, E

Copilot can draft email responses.

Why this answer

Options A and E are correct. Copilot for Service can summarize a case history and draft email replies to customers. Option C is incorrect because creating a new SLA KPI instance is not a Copilot capability; it is a manual or automation workflow task.

The other options (B and D) are also not supported by Copilot for Service.

846
MCQeasy

A customer service manager wants to automatically categorize incoming cases based on keywords in the subject line. Which feature should they use?

A.Set up a queue
B.Define a routing rule set
C.Create a service-level agreement (SLA)
D.Use the timeline wall
AnswerB

Routing rule sets use conditions to categorize and route cases automatically.

Why this answer

Routing rule sets in Dynamics 365 Customer Service allow you to define conditions based on case attributes, such as keywords in the subject line, to automatically categorize and route incoming cases to the appropriate queue or agent. This feature uses rule-based logic to evaluate case fields and trigger the correct categorization without manual intervention.

Exam trap

The trap here is that candidates confuse routing rule sets with queues, thinking that simply creating a queue will automatically categorize cases, when in fact queues are passive containers and routing rule sets provide the active categorization logic.

How to eliminate wrong answers

Option A is wrong because setting up a queue only creates a container for cases but does not provide automatic categorization logic based on subject line keywords. Option C is wrong because a service-level agreement (SLA) tracks response and resolution time commitments, not keyword-based categorization. Option D is wrong because the timeline wall is a chronological view of case activities and communications, not a rule engine for categorizing incoming cases.

847
MCQmedium

Your company wants to provide self-service options for customers to find answers and submit cases without contacting an agent. Which feature should you implement?

A.Unified Routing
B.Customer Service Portal
C.Knowledge Management
D.Omnichannel for Customer Service
AnswerB

Customer Service Portal provides self-service for knowledge and case submission.

Why this answer

Customer Service Portal provides a self-service portal where customers can find knowledge articles and submit cases without interacting with an agent. Option A is wrong because Unified Routing is for routing incoming cases or conversations to the appropriate agent, not for self-service. Option C is wrong because Knowledge Management alone provides the knowledge base but lacks the portal interface for customers to access it directly.

Option D is wrong because Omnichannel for Customer Service is for managing multiple communication channels for live interactions, not for self-service.

848
Multi-Selectmedium

Which TWO actions can be performed using a business process flow in Dynamics 365 Sales?

Select 2 answers
A.Enforce that all fields in the opportunity form are required.
B.Automatically create a phone call activity when moving to a new stage.
C.Define a sequence of stages and steps for a sales process.
D.Automatically send an email when an opportunity is won.
E.Control which users can view or edit opportunities.
AnswersB, C

Business process flows can create records automatically when stage changes.

Why this answer

Business process flows in Dynamics 365 Sales can be configured to automatically create a phone call activity when a user moves to a new stage. This is done by adding a workflow or Power Automate flow that triggers on stage transition, enabling automated task creation without manual intervention.

Exam trap

The trap here is that candidates often confuse business process flows with workflows or Power Automate, assuming they can directly perform any automation (like sending emails or enforcing field requirements), when in fact business process flows primarily define stages and steps, with automation requiring additional configuration.

849
MCQmedium

A company uses Dynamics 365 Customer Insights to drive personalized marketing campaigns. They want to use AI to predict which customers are likely to purchase a new product line. Which capability should they use?

A.Enrich profiles with demographic data from third-party sources
B.Use the built-in prediction models for purchase intention
C.Ingest data from the new product's website analytics
D.Create a segment based on past purchases
AnswerB

Prediction models can forecast purchase likelihood.

Why this answer

Dynamics 365 Customer Insights includes prebuilt AI prediction models that can analyze historical customer data and behavioral patterns to forecast purchase intention. This capability directly addresses the requirement to predict which customers are likely to purchase a new product line without needing custom machine learning development.

Exam trap

The trap here is that candidates often confuse static segmentation (Option D) with AI-driven prediction, not realizing that predictive models in Customer Insights are purpose-built for forecasting future behaviors like purchase intention.

How to eliminate wrong answers

Option A is wrong because enriching profiles with demographic data from third-party sources enhances customer profiles but does not provide predictive analytics for purchase intention. Option C is wrong because ingesting data from the new product's website analytics captures raw behavioral data but lacks the built-in AI model to generate purchase predictions. Option D is wrong because creating a segment based on past purchases is a static, rule-based grouping that does not use AI to predict future purchase likelihood for a new product line.

850
MCQhard

A marketing team notices that a segment based on 'high-value customers' returns fewer records than expected. The segment criteria include 'Total Purchase Amount > $500' and 'Last Purchase Date within 90 days'. The data source is updated nightly. What is the most likely cause?

A.The segment was not refreshed after data update
B.The data source credentials are expired
C.The segment includes too many conditions
D.The customer profiles are not unified
AnswerA

Segments need to be refreshed manually or on schedule; incremental refresh might not reflect latest data.

Why this answer

The segment criteria are evaluated against the data at the time the segment is created or last refreshed. Since the data source updates nightly, the segment must be manually or automatically refreshed to incorporate the new data. If the segment was not refreshed after the nightly update, it would still reflect the older, smaller dataset, resulting in fewer records than expected.

Exam trap

The trap here is that candidates may assume the segment automatically reflects the latest data, but in Customer Insights, segments are static snapshots until explicitly refreshed, and the exam tests this distinction between data ingestion and segment computation.

How to eliminate wrong answers

Option B is wrong because expired data source credentials would cause a data refresh failure, not a segment returning fewer records than expected; the segment would either fail to load or show no data. Option C is wrong because the segment includes only two conditions, which is not excessive; too many conditions could reduce the result set, but the question states the criteria are correct and the issue is the number of records, not the logic. Option D is wrong because ununified customer profiles would affect the accuracy of customer identity matching, not the count of records returned by a segment based on purchase data; the segment criteria are based on purchase attributes, not profile unification.

851
MCQeasy

A company wants to use Customer Insights to send a birthday discount email to customers whose birthday is today. What should they create?

A.A measure
B.A dynamic segment with a date condition
C.A static segment
D.An enrichment
AnswerB

Dynamic segments recalculate on schedule.

Why this answer

A dynamic segment with a date condition is the correct approach because it automatically evaluates customer data each time the segment runs, selecting only those whose birthday matches today's date. This ensures the email is sent to the correct recipients on the specific day without manual intervention, leveraging Customer Insights' real-time data refresh capabilities.

Exam trap

The trap here is that candidates often confuse a dynamic segment with a static segment, thinking a one-time list is sufficient, but the exam tests the understanding that only a dynamic segment can automatically evaluate a date condition like 'birthday is today' on a recurring basis.

How to eliminate wrong answers

Option A is wrong because a measure is used to aggregate and calculate metrics (e.g., average spend) but cannot trigger or define a segment for sending emails. Option C is wrong because a static segment contains a fixed list of customers that does not update automatically, so it would not reflect today's birthday condition without manual re-creation. Option D is wrong because an enrichment enhances customer profiles with external data (e.g., demographic data from a third-party service) but does not create a condition-based segment for targeting.

852
MCQmedium

A field service organization uses Dynamics 365 Field Service to dispatch technicians. A dispatcher notices that a high-priority work order has been assigned to a technician who is currently on leave. What should the administrator configure to prevent this scenario?

A.Remove the technician's resource role.
B.Change the booking status of the work order to 'Scheduled'.
C.Set the scheduling parameter 'Respect Resource Scheduling Parameters' to 'No'.
D.Set the technician's work hours to 'Unavailable' for the leave period.
AnswerD

Marking the technician as unavailable prevents assignments during leave.

Why this answer

By setting the technician's work hours to 'Unavailable' for the leave period, the scheduling engine will respect that availability setting and not assign work orders to that technician. Option A is incorrect because removing the resource role would remove their skill categorization but does not prevent assignment based on availability. Option B is incorrect because changing the booking status to 'Scheduled' does not affect future assignments; it is a status tracking field.

Option C is incorrect because 'Respect Resource Scheduling Parameters' set to 'No' would ignore scheduling parameters, but that is not a per-technician setting and would disable the desired behavior.

853
MCQhard

Contoso Ltd. provides HVAC maintenance services and uses Dynamics 365 Field Service. They have 50 technicians organized into three service territories: North, South, and Central. Each technician has specific skills and certifications. Contoso wants to automatically assign emergency work orders to the nearest available technician with the required skills within 30 minutes of creation. Additionally, they want to ensure that no technician is assigned more than 8 hours of work per day. The dispatchers should be able to override automatic assignments if necessary. Which configuration should Contoso implement?

A.Create a Power Automate flow that runs every 30 minutes and assigns work orders using the Schedule Board API.
B.Use manual scheduling with the Schedule Board and train dispatchers to check availability and skills.
C.Enable Connected Field Service to automatically generate work orders and use the default scheduling logic.
D.Configure Resource Scheduling Optimization with constraints for proximity, skills, and daily hours, and set auto-scheduling frequency to 30 minutes.
AnswerD

RSO can automate assignments with the required constraints.

Why this answer

Resource Scheduling Optimization (RSO) can automatically assign work orders based on proximity, skills, and daily hour limits. By configuring constraints for 'Nearest Available' (proximity), required skills, and a maximum daily duration of 8 hours, and setting the auto-scheduling frequency to 30 minutes, all requirements are met. Dispatchers can override assignments manually via the Schedule Board.

Option A is incorrect because a Power Automate flow using the Schedule Board API would require custom development and does not natively handle skill matching and hour limits as efficiently. Option B is incorrect because manual scheduling does not automate assignments, making it inefficient for emergency work orders. Option C is incorrect because Connected Field Service focuses on IoT integration and work order generation, not scheduling optimization.

854
Multi-Selecteasy

Which TWO of the following can be attached to an opportunity record to support the sales process?

Select 2 answers
A.Workflow
B.Note
C.Product Catalog
D.Document
E.SLA
AnswersB, D

Notes can be added to opportunity records.

Why this answer

In Dynamics 365 Sales, Notes and Documents can be attached to an opportunity record to capture additional context, such as meeting notes, customer communications, or supporting files like proposals and contracts. These attachments are stored in the record's timeline and are directly accessible to sales teams to support the sales process.

Exam trap

The trap here is that candidates confuse entities that can be 'associated' (like workflows or products) with items that can be physically 'attached' as files or notes to a record, leading them to select Product Catalog or Workflow instead of the correct attachment types.

855
MCQmedium

A company wants to use AI to analyze customer sentiment from support conversations. Which feature should they enable?

A.Copilot in Dynamics 365 Sales
B.Dynamics 365 Product Insights
C.Omnichannel for Customer Service
D.Dynamics 365 Customer Service Insights
AnswerD

Customer Service Insights analyzes sentiment from conversations.

Why this answer

Dynamics 365 Customer Service Insights provides AI-driven sentiment analysis. Copilot in Sales is for sales, Omnichannel is for channel management, and Product Insights is for product analytics.

856
MCQeasy

A support agent receives a case from a premium customer with a 2-hour response SLA. The agent is not specialized in the product area. What should the agent do to ensure the SLA is met?

A.Ask Copilot to resolve the case
B.Work on the case even if unfamiliar to avoid reassignment
C.Reassign the case to a qualified agent using the queue
D.Close the case and reopen later
AnswerC

Reassigning to a skilled agent helps meet the SLA.

Why this answer

Since the agent is not specialized in the product area, reassigning the case to a qualified agent via the queue ensures that a skilled team member handles it promptly, meeting the 2-hour SLA. Option A is incorrect because Copilot can assist but cannot fully resolve cases without agent expertise. Option B is wrong because working on an unfamiliar case risks delays or incorrect resolution, potentially breaching the SLA.

Option D is incorrect because closing and reopening the case does not reassign it and may cause SLA violations.

857
MCQhard

A Dynamics 365 Marketing user wants to send a personalized email to customers who have purchased a specific product and have not opened any email in the last 30 days. Which segment type should they create?

A.Dynamic segment
B.Custom segment
C.Static segment
D.Lookalike segment
AnswerA

Dynamic segment updates membership based on rules like purchase and email engagement.

Why this answer

A dynamic segment is the correct choice because it automatically updates membership based on criteria such as purchase history and email engagement. Option B (Custom) is not a standard segment type in Dynamics 365 Marketing. Option C (Static) represents a one-time, fixed list that does not update automatically.

Option D (Lookalike) is used to find audiences similar to an existing segment, not for targeting based on specific behaviors.

858
MCQeasy

A marketing manager wants to view a 360-degree view of a specific customer in Dynamics 365 Customer Insights. Which entity should they look at?

A.Customer profile
B.Activity
C.Segment
D.Measure
AnswerA

The unified customer profile shows all data about a customer.

Why this answer

The customer profile entity in Dynamics 365 Customer Insights is the unified, 360-degree view of a customer, aggregating data from multiple sources into a single record. It provides a comprehensive view of customer attributes, interactions, and relationships, enabling the marketing manager to see all relevant information in one place.

Exam trap

The trap here is that candidates confuse 'customer profile' with 'activity' because activities are often the most visible data in Dynamics 365, but the profile is the aggregate entity that provides the 360-degree view.

How to eliminate wrong answers

Option B is wrong because an activity represents a specific interaction or event (e.g., a purchase, email click) rather than the holistic customer view. Option C is wrong because a segment is a group of customers defined by a set of rules, not the individual customer's unified profile. Option D is wrong because a measure is a calculated metric (e.g., average spend) applied to profiles or segments, not the customer's 360-degree view.

859
MCQhard

Contoso Pharmaceuticals uses Dynamics 365 Customer Service to handle sensitive patient data. They have strict compliance requirements: only authorized users can view case details, and all access must be audited. The compliance officer wants to ensure that when a case is resolved, the case remains accessible for read-only for 7 years, after which it should be automatically deleted. Additionally, the IT administrator needs to set up a policy that automatically purges cases older than 7 years. The company also uses Microsoft Purview for data governance. Which approach should the administrator take?

A.Create a retention policy in Dynamics 365 that automatically deletes cases after 7 years, and integrate with Microsoft Purview for compliance.
B.Create a manual process to delete cases older than 7 years every month.
C.Disable case records after 7 years using a business rule.
D.Use field-level security to hide case data after 7 years.
AnswerA

Retention policies automate deletion and meet compliance requirements.

Why this answer

Dynamics 365 provides native retention policies that can automatically delete records after a specified period, such as 7 years. Integrating with Microsoft Purview allows centralized management of retention policies across the organization, ensuring compliance with data governance requirements. Options B, C, and D are incorrect because manual deletion is error-prone and not automatic, business rules cannot delete records, and field-level security only controls visibility, not deletion.

860
MCQeasy

A company wants to provide customer service agents with a 360-degree view of customers, including purchase history and support interactions. Which Dynamics 365 application can consume Customer Insights unified profiles?

A.Dynamics 365 Human Resources
B.Dynamics 365 Customer Service
C.Dynamics 365 Finance
D.Dynamics 365 Project Operations
AnswerB

Correct: Customer Service can display the unified customer profile from Customer Insights.

Why this answer

Dynamics 365 Customer Service can consume Customer Insights unified profiles to provide agents with a 360-degree view of customers, including purchase history and support interactions. This integration enriches the service experience by surfacing unified customer data directly within the agent interface, enabling personalized and context-aware support.

Exam trap

The trap here is that candidates may confuse the purpose of Dynamics 365 applications, assuming any app with customer data (like Finance) can provide a 360-degree view, but only Customer Service is designed to consume unified profiles for agent-facing support scenarios.

How to eliminate wrong answers

Option A is wrong because Dynamics 365 Human Resources is designed for HR operations like employee management and payroll, not for consuming customer unified profiles to support customer service scenarios. Option C is wrong because Dynamics 365 Finance focuses on financial management and accounting, lacking the customer service agent interface needed to leverage Customer Insights unified profiles for support interactions. Option D is wrong because Dynamics 365 Project Operations is built for project-based resource and cost management, not for providing a 360-degree customer view in a service agent context.

861
MCQeasy

A non-profit organization uses Dynamics 365 to manage donor relationships. They want to track interactions such as donations, event attendance, and volunteer hours. Which Dynamics 365 app is best suited?

A.Dynamics 365 Customer Insights - Journeys
B.Dynamics 365 Customer Service
C.Dynamics 365 Field Service
D.Dynamics 365 Sales
AnswerA

Tracks multi-channel interactions.

Why this answer

Dynamics 365 Customer Insights - Journeys (formerly Marketing) is designed to manage donor relationships and track interactions like donations, event attendance, and volunteer hours, aligning with a non-profit's needs. Option B (Customer Service) is for case management, not interaction tracking. Option C (Field Service) focuses on service delivery in the field.

Option D (Sales) is for sales pipelines, not comprehensive donor interaction management.

862
MCQhard

A customer service agent is using Dynamics 365 Customer Service and needs to see all interactions with a customer across email, chat, and phone. Which component provides this unified view?

A.Dynamics 365 Copilot
B.Case form
C.Customer Service Insights
D.Timeline
AnswerD

The Timeline component displays all customer interactions, including emails, chats, and phone calls, in a chronological order.

Why this answer

Timeline. Timeline provides a unified chronological view of all customer interactions across email, chat, and phone calls, allowing agents to see the full history. Option A is incorrect because Dynamics 365 Copilot provides AI assistance, not a unified interaction view.

Option B is incorrect because the case form displays case details and related records but not all interactions automatically. Option C is incorrect because Customer Service Insights is an analytics tool for reporting, not for providing a real-time unified view of interactions.

863
MCQeasy

In Dynamics 365 Customer Service, what is the primary purpose of creating a Service Level Agreement (SLA) for case management?

A.To calculate customer satisfaction scores.
B.To provide customers with self-service knowledge articles.
C.To define and track time-based performance targets for case resolution.
D.To automatically route cases to the appropriate agent.
AnswerC

SLAs set expected response and resolution times and monitor compliance.

Why this answer

In Dynamics 365 Customer Service, an SLA (Service Level Agreement) is primarily used to define and track time-based performance targets, such as the time to first response or case resolution. When a case is created, the SLA calculates key performance indicators (KPIs) against these targets, triggering warnings or escalations if deadlines are missed. This ensures that service teams meet contractual obligations and maintain consistent response and resolution times.

Exam trap

The trap here is that candidates confuse SLAs with routing or automation features, assuming SLAs handle case assignment or self-service, when in fact SLAs are strictly for time-bound performance tracking and escalation triggers.

How to eliminate wrong answers

Option A is wrong because customer satisfaction scores (CSAT) are typically collected through surveys or feedback mechanisms, not defined or calculated by an SLA; SLAs focus on time-based metrics, not satisfaction. Option B is wrong because providing self-service knowledge articles is a feature of the Knowledge Base or Customer Portal, not the SLA; SLAs do not manage content delivery. Option D is wrong because automatic case routing is handled by routing rules or queues, not by the SLA; while an SLA can trigger escalations, it does not directly route cases to agents.

864
MCQeasy

During a case, an agent wants to send an email to the customer and automatically save a copy to the case timeline. Which action should the agent take?

A.Create a knowledge article
B.Add the email to a queue
C.Use the Copilot pane to compose an email
D.Use the Email activity from the timeline
AnswerD

The Email activity creates an email record that is linked to the case and appears in the timeline.

Why this answer

The Email activity from the timeline allows the agent to compose and send an email directly from the case record. When sent, the email is automatically saved as an activity in the case timeline, ensuring a complete audit trail without manual steps.

Exam trap

The trap here is that candidates may think the Copilot pane (Option C) automatically saves the email to the timeline, but it only assists with drafting; the Email activity from the timeline is the specific action that both sends and saves the email as a timeline record.

How to eliminate wrong answers

Option A is wrong because creating a knowledge article is for documenting solutions or FAQs, not for sending an email to a customer. Option B is wrong because adding an email to a queue is for routing work items to other agents, not for composing and sending an email from the case. Option C is wrong because the Copilot pane assists with drafting content or summarizing, but it does not automatically save the sent email to the case timeline; the agent must use the Email activity from the timeline to ensure automatic saving.

865
Multi-Selecthard

Which THREE components are required to set up Omnichannel for Customer Service? (Choose three.)

Select 3 answers
A.Workstream
B.Copilot in Customer Service
C.Chat channel
D.Service Level Agreement (SLA)
E.Queue
AnswersA, C, E

Workstreams define routing and assignment logic.

Why this answer

Options A, C, and E are correct because Omnichannel for Customer Service requires workstreams, chat channels, and queues. Option B is wrong because Copilot in Customer Service is an optional AI add-on, not a required component. Option D is wrong because Service Level Agreements (SLAs) are not a requirement for Omnichannel setup.

866
MCQeasy

A salesperson wants to view the latest customer interactions from email, social media, and phone calls in one place. Which feature should they use?

A.Timeline
B.LinkedIn Sales Navigator
C.Sales Accelerator
D.Copilot in Dynamics 365 Sales
AnswerA

Timeline shows all communication history for a record.

Why this answer

Timeline in Dynamics 365 Sales aggregates all customer interactions. Copilot is for AI assistance, Sales Accelerator for lead prioritization, and LinkedIn Sales Navigator for social selling.

867
MCQeasy

A sales manager wants to view a real-time dashboard showing the number of open opportunities, won deals this month, and the sales pipeline value. Which tool should they use?

A.Dashboard
B.Advanced Find
C.Report
D.Chart
AnswerA

Dashboards provide real-time visualizations of key metrics.

Why this answer

A dashboard in Dynamics 365 Sales is the correct tool because it provides a real-time, graphical view of key sales metrics, including open opportunities, won deals this month, and pipeline value. Dashboards aggregate data from multiple charts and lists into a single, customizable interface that refreshes automatically, making them ideal for monitoring live performance indicators.

Exam trap

The trap here is that candidates may confuse a single chart with a dashboard, not realizing that a dashboard is a composite view that can contain multiple charts and lists to show all required metrics at once.

How to eliminate wrong answers

Option B is wrong because Advanced Find is a query tool used to search for and filter records based on specific criteria, not to display real-time aggregated metrics or dashboards. Option C is wrong because a Report in Dynamics 365 provides static, scheduled, or on-demand data summaries, often requiring manual refresh or generation, and does not offer the real-time, interactive dashboard experience. Option D is wrong because a Chart is a single visualization element that can be added to a dashboard or form, but by itself it cannot display multiple metrics like open opportunities, won deals, and pipeline value simultaneously in a consolidated view.

868
Multi-Selectmedium

Which TWO entities can be associated with a work order in Dynamics 365 Field Service to track inventory usage? (Choose two.)

Select 2 answers
A.Resource requirement
B.Incident type
C.Service task
D.Service
E.Product
AnswersD, E

Work order services track labor usage; together with products they cover all usage on a work order.

Why this answer

Work order products (E) track inventory items used, and work order services (D) track labor performed. Both are associated with a work order to track usage of products and services.

869
MCQeasy

You are a consultant for a small e-commerce company that is new to Dynamics 365 Customer Insights. They have data in a CSV file containing customer names, email addresses, and purchase amounts. They want to create a segment of customers who have spent more than $500 in total. What is the first step they should take?

A.Define data unification rules.
B.Create a segment based on total spend.
C.Enrich profiles with demographic data.
D.Upload the CSV file as a data source.
AnswerD

First step is to ingest data.

Why this answer

Before any segmentation or data transformation can occur, the CSV data must first be ingested into Dynamics 365 Customer Insights. Uploading the CSV file as a data source is the foundational step because the system requires raw data to be available before it can be unified, enriched, or used to create segments. Without this initial import, all subsequent operations (unification, segmentation, enrichment) would have no data to act upon.

Exam trap

The trap here is that candidates may assume segmentation can be performed directly on raw imported data, overlooking the prerequisite that the data must first be ingested and made available as a data source before any transformation or segmentation logic can be applied.

How to eliminate wrong answers

Option A is wrong because data unification rules are applied after data is ingested, to merge and deduplicate records from multiple sources; they cannot be defined without first having the data in the system. Option B is wrong because a segment based on total spend cannot be created until the purchase data is imported and the necessary calculations (e.g., aggregating purchase amounts per customer) are performed on the ingested data. Option C is wrong because enriching profiles with demographic data is an advanced step that requires existing profiles built from imported data; it is not the first action when starting with a raw CSV file.

870
MCQmedium

Refer to the exhibit. An email containing the word 'urgent' is received. What will happen based on the rule?

A.A case will be created in the Urgent Queue with High priority.
B.A case will be created in the Urgent Queue with Medium priority.
C.The email will be updated with a new category.
D.The email will be ignored.
AnswerA

The rule specifies create case with High priority in Urgent Queue.

Why this answer

The rule creates a case with High priority in Urgent Queue. Option A is correct. Option B is wrong because priority is High, not Medium.

Option C is wrong because it creates a case, not update. Option D is wrong because it doesn't ignore.

871
MCQhard

A sales operations admin reviews this configuration. Which change would most improve lead prioritization based on recent interaction?

A.Change model status to 'Inactive'
B.Increase weight of EmailEngagement to 0.7
C.Increase weight of CompanySize to 0.4
D.Add a feature 'DaysSinceLastEmail' with weight 0.3
AnswerD

Adding a 'DaysSinceLastEmail' feature with weight 0.3 directly captures recency of email interaction, improving prioritization based on recent contact.

Why this answer

Adding a 'DaysSinceLastEmail' feature with weight 0.3 directly captures recency of interaction, which is the goal of improving lead prioritization based on recent interactions. Option A is wrong because deactivating the model would stop scoring entirely. Option B is wrong because increasing the weight of EmailEngagement (already at 0.5) would not add recency information.

Option C is wrong because CompanySize is a firmographic attribute, not an interaction-based factor.

872
MCQhard

A marketing team wants to send personalized email campaigns based on customer lifetime value (CLV) scores. They have already built a CLV prediction model in Customer Insights. What is the next step to use these scores in a marketing campaign?

A.Create a segment based on the CLV prediction in Customer Insights
B.Use the prediction directly in a Marketing journey
C.Use Power BI to visualize the CLV scores
D.Export the CLV scores to Excel and import into Dynamics 365 Marketing
AnswerA

Correct: Creating a segment from the prediction allows you to target customers in Marketing.

Why this answer

In Dynamics 365 Customer Insights, predictions like CLV are stored as data entities. To use them in a marketing campaign, you must first create a segment that filters customers based on the CLV prediction score. This segment can then be exported or used directly in Dynamics 365 Marketing journeys.

Option A is correct because segments are the bridge between Customer Insights data and Marketing campaign targeting.

Exam trap

The trap here is that candidates assume predictions can be used directly in journeys (Option B) because they see 'AI' and 'Marketing' together, but Microsoft requires an explicit segmentation step to ensure data governance and performance.

How to eliminate wrong answers

Option B is wrong because predictions cannot be referenced directly in a Marketing journey; they must be materialized into a segment first. Option C is wrong because Power BI is a visualization tool, not a mechanism to activate data for marketing campaigns. Option D is wrong because exporting to Excel and reimporting is unnecessary and error-prone; Customer Insights integrates natively with Dynamics 365 Marketing without manual data movement.

873
Multi-Selectmedium

Which TWO benefits does the Customer Service Insights dashboard provide?

Select 2 answers
A.Direct creation of knowledge articles from cases
B.Real-time agent monitoring
C.Live chat with customers
D.Topic clustering to identify common issues
E.Historical trend analysis of case volumes
AnswersD, E

AI-driven topic clustering is a feature of Insights.

Why this answer

Options D and E are correct. Customer Service Insights dashboard provides topic clustering to identify common issues and historical trend analysis of case volumes. It does not offer direct creation of knowledge articles from cases, real-time agent monitoring, or live chat with customers.

874
MCQhard

A field service company uses Dynamics 365 Field Service with Resource Scheduling Optimization (RSO). They notice that RSO is not assigning work orders to technicians who have the required skills, even though those technicians have availability. What is the most likely cause?

A.The RSO schedule board settings are configured to prioritize other resources based on distance or cost.
B.Geofencing is enabled and the technicians are outside the service area.
C.The technicians have not been assigned the correct skill level.
D.The technicians' work hours are set incorrectly in their resource record.
AnswerA

RSO uses optimization constraints; technicians may be deprioritized if others are closer or cheaper.

Why this answer

Resource Scheduling Optimization (RSO) prioritizes work orders based on configured schedule board settings such as distance, cost, or priority. If these settings favor other resources over the technicians with the required skills, RSO will assign work to those resources first, even if the skilled technicians are available. Option B is incorrect because geofencing is used for location tracking, not for assigning work orders.

Option C is incorrect because the problem states that technicians have the required skills, so skill level is not an issue. Option D is incorrect because the technicians' work hours are set correctly, and RSO respects work hours; incorrect hours would cause a different issue.

875
MCQhard

A technician uses the Field Service mobile app and reports that work orders are not syncing when offline. The technician has confirmed internet connectivity. What is the most likely cause?

A.The technician's time zone is set incorrectly
B.The booking status is not set to a syncing state
C.The mobile offline profile is not assigned
D.The booking journal is missing required fields
AnswerB

Bookings must be in a status like 'In Progress' to sync offline changes.

Why this answer

In the Field Service mobile app, offline sync relies on the booking status transitioning to a state that triggers synchronization (e.g., 'In Progress' or 'Completed'). If the status remains in a non-syncing state, work orders will not sync even with internet connectivity. Option B is correct because the booking status must be set to a syncing state to initiate sync.

Option C is incorrect because the mobile offline profile controls which data is available offline, not the sync trigger. Option D is incorrect because missing booking journal fields do not prevent sync. Option A is incorrect because time zone settings do not affect synchronization.

876
Multi-Selectmedium

A company uses Dynamics 365 Customer Insights - Data to manage customer data. Which TWO features are part of Customer Insights - Data? (Select TWO.)

Select 2 answers
A.Event management
B.Data unification
C.Email marketing
D.Measures
E.Journey orchestration
AnswersB, D

Data unification is a core feature of Customer Insights - Data.

Why this answer

Data unification is a core feature of Dynamics 365 Customer Insights - Data that allows you to ingest data from multiple sources, map fields, and merge duplicate records into a single, unified customer profile. This process uses matching rules and deduplication logic to create a 360-degree view of each customer, which is essential for downstream analytics and segmentation.

Exam trap

The trap here is that candidates confuse the 'Data' and 'Journeys' modules, incorrectly assuming features like email marketing or journey orchestration are part of Customer Insights - Data when they actually belong to Customer Insights - Journeys.

877
MCQeasy

A sales representative wants to view a list of all activities related to a specific opportunity, including emails, phone calls, and meetings. Where should the representative look in Dynamics 365 Sales?

A.Sales Insights dashboard
B.Associated View for activities
C.Timeline control on the opportunity record
D.Activity entity in Advanced Find
AnswerC

The Timeline control shows all activities in chronological order.

Why this answer

The Timeline control on the opportunity record aggregates all activities—emails, phone calls, meetings, notes, and tasks—in a chronological feed directly within the record. This provides the sales representative with a single, real-time view of every interaction linked to that specific opportunity without needing to navigate to separate lists or queries.

Exam trap

The trap here is that candidates confuse the Timeline control (a per-record activity feed) with the Associated View (a grid of related records), because both show activities, but only the Timeline provides the chronological, inline experience that the question describes.

How to eliminate wrong answers

Option A is wrong because the Sales Insights dashboard provides AI-driven analytics and relationship insights (e.g., predictive scoring, conversation intelligence), not a chronological list of all activities for a single opportunity. Option B is wrong because the Associated View for activities shows a filtered grid of related records but requires the user to navigate away from the opportunity record and does not offer the unified, time-ordered feed that the Timeline provides. Option D is wrong because the Activity entity in Advanced Find is a query tool for searching across all activity records in the system, not a contextual view tied to a specific opportunity record.

878
MCQhard

A global field service company needs to enforce that technicians only see work orders assigned to them, while dispatchers see all work orders. What is the best approach in Dynamics 365 Field Service?

A.Create separate business units for each territory.
B.Customize the scheduling board to hide unassigned work orders.
C.Configure security roles and field security profiles to restrict work order visibility based on assigned resource.
D.Use manual sharing to grant access to individual work orders.
AnswerC

Security roles and field security profiles provide granular control over record access, allowing you to set default visibility of work orders based on the user's role and the resource assigned.

Why this answer

Security roles and field security profiles in Dynamics 365 Field Service enable role-based access control to restrict work order visibility. Technicians can be given a security role that limits their view to work orders where they are the assigned resource, while dispatchers have a role that allows viewing all work orders. Option A is wrong because business units organize by territory but do not automatically filter by assignment.

Option B is wrong because the scheduling board is a scheduling tool, not a security mechanism. Option D is wrong because manual sharing is for per-record access and is not scalable for role-based visibility.

879
MCQeasy

A sales rep wants to quickly create a follow-up task from an email they received. What is the most efficient method?

A.Drag the email to the timeline and add a task
B.From the email, use the command bar to create a task
C.Go to the Tasks area and create a new task manually
D.Ask Sales Copilot to create the task
AnswerB

The command bar provides a quick action to create a task related to the email.

Why this answer

The command bar on an email record typically includes a 'Create task' action, providing the quickest way to create a follow-up task without leaving the email. Option A is incorrect because dragging an email to the timeline only adds it as an activity, not directly creating a task. Option C is incorrect because manually navigating to the Tasks area and creating a new task requires more steps and switches context.

Option D is incorrect because while Sales Copilot can create tasks, it is not the most efficient method given the direct command bar option, and it may require additional prompts.

880
Drag & Dropmedium

Drag and drop the steps to set up a Power Automate flow triggered by a Dynamics 365 record change into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

Setting up a flow involves selecting a trigger, defining conditions, adding actions, and enabling.

881
Multi-Selecthard

Which THREE of the following are required to set up Connected Field Service for IoT alerts?

Select 3 answers
A.Registered devices in Dynamics 365 Field Service.
B.An Azure IoT Hub or compatible IoT hub.
C.IoT commands or action templates configured in Field Service.
D.A Dynamics 365 Sales license.
E.Power Automate flows to process alerts.
AnswersA, B, C

Correct: Devices must be registered as assets to trigger work orders.

Why this answer

Options A, B, and C are correct. Registered devices in Dynamics 365 Field Service are required to map devices to customer assets. An Azure IoT Hub or compatible IoT hub is needed to receive device telemetry.

IoT commands or action templates define how alerts translate to work orders. Option D is wrong because a Dynamics 365 Sales license is not required for Connected Field Service. Option E is wrong because Power Automate flows are optional, not a requirement.

882
MCQeasy

A sales rep is working on a lead in Dynamics 365 Sales. The business process flow requires the rep to complete all steps in the 'Qualify' stage before moving to 'Develop'. What happens if the rep tries to advance without completing the steps?

A.The rep can move to the next stage without completing steps.
B.The lead is deleted.
C.The rep cannot move to the next stage until all steps are completed.
D.The steps are automatically completed after 24 hours.
AnswerC

Steps must be marked complete to progress.

Why this answer

In Dynamics 365 Sales, business process flows enforce stage-level gating by default. The 'Qualify' stage is configured with required steps; the system prevents progression to the 'Develop' stage until all mandatory fields or actions in the current stage are completed. This ensures data completeness and process consistency.

Exam trap

The trap here is that candidates assume business process flows are purely informational and can be freely navigated, but Microsoft explicitly enforces stage gating by default unless the administrator disables it in the process configuration.

How to eliminate wrong answers

Option A is wrong because business process flows are designed to enforce stage progression; the rep cannot bypass incomplete steps unless the flow is configured for 'allow uncontrolled progression', which is not the default. Option B is wrong because leads are never automatically deleted for failing to complete steps; deletion requires manual action or a separate automation rule. Option D is wrong because steps are not automatically completed after any time period; they require explicit user input or a workflow trigger.

883
MCQhard

Refer to the exhibit. An administrator configured lead qualification settings in Dynamics 365 Sales. When a lead is qualified, what records are automatically created?

A.Account and Contact only
B.Account, Contact, and Opportunity
C.Lead, Contact, and Opportunity
D.Account and Opportunity only
AnswerB

All three are set to true, so all are created.

Why this answer

The exhibit shows 'createAccountForQualifiedLead', 'createContactForQualifiedLead', and 'createOpportunityForQualifiedLead' all set to true, meaning Account, Contact, and Opportunity are automatically created when a lead is qualified. Option A is wrong because it includes Account and Contact but omits Opportunity. Option C is wrong because it includes Lead (which is the source record, not a new record), Contact, and Opportunity but omits Account.

Option D is wrong because it includes Account and Opportunity but omits Contact.

884
Multi-Selecthard

A global enterprise wants to use Dynamics 365 Customer Insights to create a 360-degree customer view. They have data from Dynamics 365 Sales, Dynamics 365 Customer Service, and external loyalty systems. They also need to comply with GDPR and CCPA. Which THREE capabilities should they prioritize?

Select 3 answers
A.Use AI to create predictive segments and measure customer lifetime value
B.Provide real-time chat support to customers
C.Automate LinkedIn lead generation campaigns
D.Ingest data from Dynamics 365, external systems, and third-party data sources
E.Apply built-in compliance with data privacy regulations like GDPR and CCPA
AnswersA, D, E

Correct: AI-driven segmentation and CLV are key.

Why this answer

A is correct because Dynamics 365 Customer Insights uses AI to build predictive segments (e.g., churn risk) and calculate customer lifetime value (CLV) using historical and behavioral data. This directly supports the goal of a 360-degree customer view by enriching unified profiles with forward-looking insights.

Exam trap

The trap here is confusing Customer Insights' data unification and compliance features with unrelated Dynamics 365 modules like Customer Service chat or Sales lead automation, leading candidates to select options that are valid in other contexts but not core to Customer Insights.

885
Multi-Selectmedium

Which TWO of the following are valid data source types in Dynamics 365 Customer Insights?

Select 2 answers
A.Oracle Database
B.Microsoft Excel
C.Azure SQL Database
D.Salesforce
E.Adobe Analytics
AnswersB, C

Excel is a supported data source.

Why this answer

Microsoft Excel is a valid data source type in Dynamics 365 Customer Insights because it supports importing data from flat files, including .xlsx and .csv formats, via the ingestion pipeline. This allows users to bring in customer data from spreadsheets for unification and segmentation without requiring a database connection.

Exam trap

The trap here is that candidates often confuse 'valid data source types' with 'integration possibilities'—just because a system can be connected via Power Query or custom code does not mean it is a native, built-in data source type in Customer Insights.

886
MCQmedium

An administrator is configuring a data source in Dynamics 365 Customer Insights using the provided JSON. What is the purpose of this configuration?

A.To run a prediction model
B.To ingest data from Dynamics 365
C.To create a customer segment
D.To calculate a measure
AnswerB

The data source is set to Dynamics365.

Why this answer

The JSON configuration defines a data source connection to Dynamics 365, specifying the entity and field mappings required to ingest data into Customer Insights. This is the foundational step for bringing customer data into the system for unification, enrichment, and analysis.

Exam trap

The trap here is that candidates confuse the initial data ingestion step with downstream activities like segmentation or prediction, not recognizing that the JSON's purpose is solely to define where and how data enters the system.

How to eliminate wrong answers

Option A is wrong because running a prediction model requires configuring a prediction schema and training data, not a data source connection. Option C is wrong because creating a customer segment is done after data ingestion and unification, using the unified customer profile, not during data source setup. Option D is wrong because calculating a measure involves defining KPIs based on existing data, not configuring the source of that data.

887
Multi-Selecteasy

Which TWO are benefits of using Copilot for Service in Dynamics 365 Customer Service?

Select 2 answers
A.Reduces number of channels needed
B.Routes cases to the best agent
C.Drafts email responses based on context
D.Summarizes case history for agents
E.Automatically creates SLA KPIs
AnswersC, D

Copilot can draft email responses based on context, aiding agents.

Why this answer

Options C and D are correct because Copilot for Service can draft email responses based on context and summarize case history to help agents work more efficiently. Option A is incorrect because Copilot does not reduce the number of channels; it works across multiple channels. Option B is incorrect because routing cases is done by routing rules or AI-based routing, not by Copilot for Service.

Option E is incorrect because SLA KPIs are typically set up separately; Copilot does not automatically create them.

888
MCQhard

Refer to the exhibit. An administrator configures a routing rule set for cases. A case with priority 'Low' is created. Which queue will it be assigned to?

A.No queue; the case remains unassigned
B.Premium Support Queue
C.Standard Queue
D.General Queue
AnswerD

Low priority cases are not matched by any rule, so fallback applies.

Why this answer

The routing rules defined only cover High and Medium priorities: High maps to Premium Support Queue, Medium maps to Standard Queue. There is no rule for Low priority, so the system uses the fallback queue configuration, which is the General Queue. Thus, a case with Low priority is assigned to General Queue.

889
MCQhard

A company wants to allow customers to track their own case status without contacting support. Which capability should be enabled?

A.Customer Service Hub self-service portal
B.Omnichannel for Customer Service
C.Power Pages portal
D.Copilot for Service
AnswerC

Power Pages portal is a low-code platform for creating external-facing websites that can include case tracking and self-service capabilities.

Why this answer

Power Pages portal is a low-code platform for creating external-facing websites that can include self-service capabilities such as case status tracking. Option A, Customer Service Hub, is an agent-focused workspace and does not provide a customer-facing portal. Option B, Omnichannel for Customer Service, is for live interactions.

Option D, Copilot for Service, provides AI assistance to agents, not self-service.

Exam trap

Candidates may think the Customer Service Hub includes a self-service portal because it is associated with customer service, but the self-service portal is actually provided by Power Pages.

890
MCQhard

A retail company uses Dynamics 365 Customer Insights - Data. They have multiple data sources: online transactions, loyalty program, and social media. They need to create a unified customer profile that resolves identities across these sources. Which process in Customer Insights should they configure to achieve this?

A.Data unification
B.Measures
C.Data transformation
D.Enrichment
AnswerA

Data unification performs identity resolution and merges records into a unified profile.

Why this answer

Data unification in Dynamics 365 Customer Insights - Data is the process that matches and merges customer records from multiple data sources (online transactions, loyalty program, social media) into a single, unified customer profile. It resolves identity conflicts by using matching rules and deduplication to link records belonging to the same individual across disparate systems, enabling a 360-degree view of the customer.

Exam trap

The trap here is that candidates often confuse 'Data transformation' (a preparatory step for cleaning data) with 'Data unification' (the actual identity resolution process), leading them to select transformation when unification is the correct answer.

How to eliminate wrong answers

Option B (Measures) is wrong because Measures are used to define KPIs and calculated metrics (e.g., total spend, churn risk) on top of unified data, not to resolve identities or merge profiles. Option C (Data transformation) is wrong because Data transformation refers to cleaning, mapping, or reshaping raw data (e.g., changing data types, merging columns) before unification, but it does not perform identity resolution or profile merging. Option D (Enrichment) is wrong because Enrichment adds external data (e.g., demographic or firmographic data) to existing profiles after unification, but it does not reconcile identities from different sources.

891
MCQmedium

Refer to the exhibit. A Dynamics 365 Customer Service administrator has configured the routing rule set as shown. A case is created with priority 'High' and origin 'Phone'. Which queue will it be assigned to?

A.An error occurs
B.StandardQueue
C.No queue assigned
D.PremiumSupportQueue
AnswerC

No rule matches, so the case is not assigned to any queue by this rule set.

Why this answer

The case has priority High and origin Phone. Rule 1 requires origin Email, which does not match. Rule 2 requires priority Normal or origin Web, which also does not match.

Since no rule in the set matches, the case is not assigned to any queue defined in the rule set, resulting in no queue assignment. Therefore, option C is correct. Option A is incorrect because an error would only occur if the rule set configuration was invalid; here, the rules are valid but simply do not match.

Option B is incorrect because StandardQueue requires priority Normal or origin Web. Option D is incorrect because PremiumSupportQueue requires origin Email.

892
MCQmedium

A case is created for a Surface Pro with priority 'Normal'. According to the routing rule exhibit, where will the case be routed?

A.The case will be deleted
B.Another queue based on default routing
C.Surface Support Team Queue
D.The case will remain in the default queue or unassigned
AnswerD

Because the priority condition is not met, the rule does not apply; the case goes to default routing.

Why this answer

The routing rule requires both conditions (product = Surface Pro AND priority = High) to be met. Since the priority is 'Normal', the case does not match the rule and will be routed based on default routing or remain unassigned. Option A is incorrect because the rule requires priority High.

Option B is incorrect because no other queue is specified in the exhibit. Option C is incorrect because the case will not be deleted.

893
Multi-Selectmedium

A company is implementing Dynamics 365 Customer Service. Which THREE features are available out-of-the-box to improve agent productivity?

Select 3 answers
A.Case management
B.SLA management
C.Omnichannel for Customer Service
D.Automated machine learning
E.Knowledge management
AnswersA, B, E

Core functionality.

Why this answer

Case management is a core out-of-the-box feature in Dynamics 365 Customer Service that enables agents to create, track, and resolve customer issues efficiently. It provides a structured workflow for handling cases, including automatic case creation from emails, case routing, and resolution tracking, which directly improves agent productivity by reducing manual effort and ensuring consistent handling.

Exam trap

The trap here is that candidates often confuse add-on capabilities like Omnichannel for Customer Service with out-of-the-box features, or assume that AI features like automated machine learning are included by default when they require separate licensing or custom development.

894
MCQmedium

Based on the exhibit, what does the WinRate measure calculate?

A.The total count of won opportunities
B.The percentage of won opportunities out of all opportunities including open
C.The percentage of won opportunities out of all closed opportunities
D.The ratio of won to lost opportunities
AnswerC

The denominator is Won + Lost, which are closed opportunities.

Why this answer

WinRate in Dynamics 365 Sales measures the percentage of won opportunities out of all closed opportunities (both won and lost). This metric excludes open opportunities because they have not yet reached a final outcome, providing a clear view of sales team effectiveness in closing deals that have been fully pursued.

Exam trap

The trap here is that candidates often confuse WinRate with the win/loss ratio (Option D) or mistakenly include open opportunities (Option B), because they think a 'rate' should include all opportunities in the pipeline, but the correct definition specifically excludes open deals to measure only closed outcomes.

How to eliminate wrong answers

Option A is wrong because WinRate is a percentage, not a count; it does not return the total number of won opportunities. Option B is wrong because including open opportunities would dilute the metric with deals still in progress, which have not yet been decided as won or lost. Option D is wrong because WinRate is a percentage of won over all closed opportunities, not a ratio of won to lost (which would be a different metric, such as win/loss ratio).

895
MCQhard

You are a Dynamics 365 Customer Service administrator at Contoso Ltd. The company has a global customer base and operates in multiple time zones. They want to implement a unified customer service solution that supports email, chat, and social media channels. Agents must be able to see a single view of all customer interactions regardless of channel. Additionally, the company wants to automate the categorization of incoming cases based on keywords in the subject line. They also need to ensure that high-priority customers (Gold tier) receive a guaranteed first response within 1 hour during business hours. The solution must minimize custom development. You need to design the solution. What should you do?

A.Deploy Dynamics 365 Copilot for all agent interactions and use manual processes for SLA.
B.Use Customer Service Insights to analyze trends, and manually assign cases to agents.
C.Build custom Power Automate flows for case categorization and use Power BI for analytics.
D.Use Customer Service hub with Omnichannel for Customer Service, configure email-to-case automation, create routing rules for case categorization, and set up SLA policies for Gold tier.
AnswerD

This covers all requirements with minimal custom development.

Why this answer

Customer Service hub with Omnichannel for Customer Service provides a unified agent experience across email, chat, and social media. Email-to-case automation can be configured to create cases automatically, routing rules can use keywords in the subject line to categorize incoming cases, and SLA policies can be set to ensure Gold tier customers receive a first response within 1 hour during business hours. This minimizes custom development.

Option A is wrong because Dynamics 365 Copilot is not a full solution for the requirements; it is an AI assistant and does not replace omnichannel routing or SLA management. Option B is wrong because Customer Service Insights is an analytics tool, not a case management or routing solution; manual assignment does not meet automation needs. Option C is wrong because while Power Automate can be used, it involves custom development, and the requirement is to minimize custom development; the out-of-box capabilities of Omnichannel and routing rules suffice.

896
MCQmedium

Adventure Works, a solar panel installation company, uses Dynamics 365 Field Service. They have 30 technicians and receive about 100 work orders per week. Technicians use the Field Service Mobile app to view their schedules and update work order status. Recently, technicians have reported that they sometimes miss work order details because the mobile app does not show all required information, such as customer preferences and equipment specifications. Adventure Works wants to customize the mobile app to display all relevant fields. They also want to enable offline capability so technicians can work in areas with poor connectivity. Which actions should Adventure Works take?

A.Use Power Automate to send work order details to technicians via email or SMS.
B.Create a new Power Apps model-driven app with the required fields and enable offline sync.
C.Configure Microsoft Intune policies to push the required fields to the mobile app.
D.Use the Field Service Mobile Configuration Tool to customize the forms and enable offline mode.
AnswerD

The configuration tool allows adding fields and enabling offline for technicians.

Why this answer

The Field Service Mobile Configuration Tool is specifically designed to customize forms and views in the Field Service mobile app, allowing Adventure Works to add fields for customer preferences and equipment specifications. Additionally, offline capability is a built-in feature of the Field Service mobile app that can be enabled through this tool, addressing the connectivity issue. Option A is incorrect because Power Automate can send notifications but cannot customize the mobile app UI to show all required fields.

Option B is incorrect because creating a separate model-driven app would duplicate functionality and may not integrate seamlessly with Field Service scheduling. Option C is incorrect because Microsoft Intune manages device policies, not app form customization.

897
Multi-Selecteasy

Which TWO entities in Dynamics 365 Sales are directly related to the sales pipeline?

Select 2 answers
A.Competitor
B.Lead
C.Invoice
D.Quote
E.Opportunity
AnswersB, E

Leads are the first stage of the pipeline.

Why this answer

Lead and Opportunity are the two entities in Dynamics 365 Sales that directly represent stages in the sales pipeline. A Lead captures a potential customer's initial interest, while an Opportunity tracks a qualified deal through stages like proposal, negotiation, and closure. Both are core to pipeline management and forecasting.

Exam trap

The trap here is that candidates often mistake Quote or Invoice as pipeline entities because they are closely associated with the sales process, but in Dynamics 365 Sales, only Lead and Opportunity are direct pipeline stages, while Quote and Invoice are supporting documents or post-sale records.

898
MCQeasy

A salesperson needs to view all activities (emails, appointments, phone calls) related to a specific opportunity in one place. Which entity should they open?

A.Email activity
B.Opportunity record
C.Appointment activity
D.Phone call activity
AnswerB

The timeline wall on the opportunity shows all related activities.

Why this answer

The timeline wall on the opportunity record shows all related activities (emails, appointments, phone calls) in one place. Options A, C, and D are incorrect because they are individual activity types, not aggregate views of all activities.

899
MCQmedium

A marketing manager notices that the customer churn prediction model in Dynamics 365 Customer Insights is not updating with new data. What is the most likely cause?

A.The segment is not refreshed
B.The measure is not calculated
C.The data source connection is lost
D.The prediction model is not scheduled to refresh
AnswerD

Models need a defined schedule to retrain with new data.

Why this answer

In Dynamics 365 Customer Insights, prediction models are machine learning models that must be explicitly scheduled to refresh on a recurring basis. If the model is not scheduled to refresh, it will not automatically ingest new data, causing the churn predictions to become stale. Option D correctly identifies this as the most likely cause because the model's refresh schedule controls when it re-trains or updates with fresh data.

Exam trap

The trap here is that candidates confuse the refresh of a segment or measure with the refresh of a prediction model, assuming all data artifacts update automatically, when in fact prediction models require an explicit schedule to retrain or re-score with new data.

How to eliminate wrong answers

Option A is wrong because a segment refresh controls which customer records belong to a segment, not the underlying prediction model's data ingestion or retraining. Option B is wrong because a measure is a calculated metric (e.g., average purchase value) and does not control the refresh of a prediction model; measures refresh independently. Option C is wrong because a lost data source connection would typically generate an explicit error or warning in the system, not simply cause the model to stop updating silently; the question states the model is 'not updating,' which points to a scheduling issue rather than a connectivity failure.

900
MCQeasy

A customer service manager wants to automatically route cases to the appropriate agent based on skill and availability. Which Dynamics 365 Customer Service feature should they configure?

A.Knowledge Base
B.Omnichannel for Customer Service
C.Unified Routing
D.Service Level Agreement (SLA)
AnswerC

Unified Routing uses rules to match cases with agents based on skills, availability, etc.

Why this answer

Unified Routing (Option C) is correct because it automatically assigns cases to the most suitable agent based on skill and availability. Option A (Knowledge Base) is for self-service knowledge articles, not routing. Option B (Omnichannel for Customer Service) provides channel integration but does not handle skill-based routing by itself; it works with Unified Routing.

Option D (SLA) defines service level targets but does not route cases.

Page 11

Page 12 of 13

Page 13