Courseiva
Back to Microsoft Fabric Data Engineer Associate questions

Scenario-based practice

Troubleshooting Scenario Questions

Practise Microsoft Fabric Data Engineer Associate practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

5
scenario questions
DP-700
exam code
Microsoft
vendor

Scenario guide

How to approach troubleshooting scenario questions

These questions describe a network symptom and ask you to identify the root cause or the correct fix. They appear across all certification exams and reward systematic thinking over memorisation. The best candidates follow a consistent troubleshooting framework even under time pressure.

Quick answer

Troubleshooting Scenario 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 DP-700 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 1mediummultiple choice
Full question →

You are troubleshooting a slow-running Power BI report connected to a Fabric Semantic Model. What is the most effective way to identify the bottleneck?

Question 2hardmultiple choice
Full question →

Refer to the exhibit. A data engineer is troubleshooting a Spark job that frequently fails with 'Out of Memory' (OOM) errors despite the configuration shown. The job processes a 500GB dataset with many wide transformations. What is the most effective configuration change to resolve the OOM errors?

Exhibit

{
  "executorMemory": "16g",
  "executorCores": 4,
  "dynamicAllocation": true,
  "maxExecutors": 20,
  "vorderEnabled": true
}
Question 3hardmultiple choice
Full question →

You are troubleshooting a slow-running SQL query in a Fabric Data Warehouse. The query plan shows a high cost associated with a 'Broadcast Nested Loop Join'. What should you do to optimize this?

Question 4mediummultiple choice
Full question →

Refer to the exhibit. The Copy activity fails to infer the schema correctly from the source files. What is the most likely cause?

Exhibit

{
  "type": "Copy",
  "source": {
    "type": "DelimitedTextSource",
    "storeSettings": {
      "type": "AzureBlobFSReadSettings",
      "recursive": true
    }
  },
  "sink": {
    "type": "DeltaSink",
    "tableOption": "autoCreate"
  }
}
Question 5hardmultiple choice
Full question →

Refer to the exhibit. The Spark job completed but took 45 minutes for a 100 million row dataset. The shuffle write size is significantly high. What should you investigate to improve performance?

Exhibit

{
  "job_id": "98765",
  "status": "Completed",
  "metrics": {
    "input_rows": 100000000,
    "shuffle_write_size": "500GB",
    "peak_memory": "16GB",
    "duration": "45m"
  }
}

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