Courseiva
Back to Microsoft Dynamics 365 Fundamentals CRM MB-910 questions

Scenario-based practice

Hard Difficulty Questions

Practise Microsoft Dynamics 365 Fundamentals CRM MB-910 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

20
scenario questions
MB-910
exam code
Microsoft
vendor

Scenario guide

How to approach hard difficulty questions

These are the questions most candidates get wrong. They require connecting multiple concepts, reading tricky output, or knowing edge-case behaviour that isn't on most study cards. Practising them trains you to operate under uncertainty — a necessary skill on the real exam.

Quick answer

Hard Difficulty Questions questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Related practice questions

Related MB-910 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1hardmultiple choice
Full question →

The exhibit shows a configuration for predictive scoring. A sales rep notices that opportunities with very high estimated values are always scored highest regardless of low probability. What is the most likely cause?

Exhibit

Refer to the exhibit.

```json
{
  "name": "Opportunity Scoring Model",
  "entity": "opportunity",
  "attributes": [
    {"name": "estimatedvalue", "weight": 0.4},
    {"name": "probability", "weight": 0.3},
    {"name": "createdon", "weight": 0.2},
    {"name": "ownerid", "weight": 0.1}
  ],
  "scoring": {
    "method": "weighted",
    "normalization": "min-max"
  }
}
```
Question 2hardmultiple choice
Full question →

A field service organization wants to use IoT alerts from connected equipment to automatically create work orders in Dynamics 365 Field Service. Which feature enables this integration?

Question 3hardmultiple choice
Full question →

A company uses Customer Insights to manage customer data. They want to ensure compliance with GDPR by allowing customers to request deletion of their data. What is the recommended approach?

Question 4hardmultiple choice
Full question →

Refer to the exhibit. A sales admin runs the PowerShell command and wants to retrieve the stages of the 'Opportunity Sales Process' Business Process Flow. However, the command returns no stages. What is the most likely reason?

Exhibit

Refer to the exhibit.

PowerShell snippet:
Get-CrmBusinessProcessFlow -Name "Opportunity Sales Process" | Select-Object -Property Name, Stages
Question 5hardmulti select
Full question →

Which TWO of the following are essential components of a Dynamics 365 Field Service implementation for a company that wants to use resource scheduling optimization? (Select TWO.)

Question 6hardmultiple choice
Full question →

A field service organization uses Dynamics 365 Field Service. They want to ensure technicians have the correct spare parts before arriving at a job. Which feature should be used to optimize inventory?

Question 7hardmultiple choice
Full question →

A company using Dynamics 365 Field Service has technicians who often arrive at jobs without the correct parts, causing delays. They want to ensure technicians have the necessary inventory before arriving. What is the best approach?

Question 8hardmulti select
Full question →

Which TWO data types are used by Dynamics 365 Sales to calculate a predictive score for an opportunity? (Choose two.)

Question 9hardmulti select
Full question →

A company is planning to use Dynamics 365 Customer Insights to enrich customer profiles with external demographic data. Which TWO of the following are valid methods to bring in external data? (Choose two.)

Question 10hardmultiple choice
Full question →

A company wants to optimize their field service scheduling by considering technician skills, travel time, and customer priority. Which Dynamics 365 Field Service tool should they use?

Question 11hardmulti select
Full question →

Which TWO data sources can be used to enrich customer profiles in Dynamics 365 Customer Insights? (Choose two.)

Question 12hardmultiple choice
Full question →

Refer to the exhibit. A Dynamics 365 Marketing segment is configured to include customers with purchase date on or after January 1, 2025. The segment refreshes daily. A customer purchased on December 31, 2024. Why is this customer not included?

Exhibit

{
  "marketingSegments": [
    {
      "name": "RecentBuyers",
      "criteria": {
        "field": "purchaseDate",
        "operator": "greaterOrEqual",
        "value": "2025-01-01"
      },
      "refresh": "Daily"
    }
  ]
}
Question 13hardmultiple choice
Full question →

A company wants to provide customer service agents with a 360-degree view of the customer including recent interactions, purchases, and sentiment. Which Dynamics 365 Customer Insights feature should they use?

Question 14hardmulti select
Full question →

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

Question 15hardmultiple choice
Full question →

An agent is working on a case titled 'User cannot reset password'. The agent opens the knowledge article shown in the exhibit. The agent expects the article to be automatically suggested by Copilot, but it is not. What is the most likely reason?

Exhibit

Refer to the exhibit.

```json
{
  "knowledgeArticle": {
    "title": "How to reset password",
    "content": "<p>Follow these steps...</p>",
    "keywords": ["password", "reset", "account"],
    "status": "Published",
    "language": "en-US"
  }
}
```
Question 16hardmultiple choice
Full question →

Based on the SLA configuration exhibit, what will happen if a case is not resolved within 20 hours?

Exhibit

Refer to the exhibit.

{
  "name": "Contoso Support SLA",
  "businessUnit": "Contoso",
  "slaItems": [
    {
      "name": "Initial Response",
      "slaKPI": {
        "name": "first response time",
        "target": 4,
        "warningTime": 2
      },
      "slaItemType": 1
    },
    {
      "name": "Resolution",
      "slaKPI": {
        "name": "case resolution time",
        "target": 24,
        "warningTime": 20
      },
      "slaItemType": 2
    }
  ]
}
Question 17hardmultiple choice
Full question →

A company uses Customer Insights to unify customer data. After unification, they notice that some customers appear as duplicates despite high match confidence. What should they do to resolve this?

Question 18hardmultiple choice
Full question →

A company wants to implement a self-service portal where customers can submit cases, track progress, and find knowledge articles. Which Dynamics 365 component should be used?

Question 19hardmultiple choice
Full question →

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?

Question 20hardmultiple choice
Full question →

A company using Dynamics 365 Customer Insights notices that the unified customer profiles show duplicate records for some customers. They have already configured matching rules. What should they do to resolve the duplicate records that are not being merged?

These MB-910 practice questions are part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style MB-910 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.