Courseiva

DP-700 · topic practice

Ingest and Transform Data practice questions

Practise Microsoft Fabric Data Engineer Associate Ingest and Transform Data practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Ingest and Transform Data

What the exam tests

What to know about Ingest and Transform Data

Ingest and Transform Data 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.

Watch out for

Common Ingest and Transform Data exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Ingest and Transform Data questions

20 questions · select your answer, then reveal the explanation

You are transforming data in a Fabric Notebook using PySpark. You need to handle schema evolution when loading data into a Delta table. Which TWO actions should you perform?

Refer to the exhibit. You are receiving OOM errors in your Fabric Notebook. What is the best way to optimize the memory usage for this task?

Exhibit

{
  "status": "Failed",
  "errorCode": "2200",
  "message": "The system is out of memory during the transformation step.",
  "activity": "Notebook_Transform"
}

Which THREE factors should you consider when choosing a partition key for a Delta table in Fabric?

Refer to the exhibit. You have configured a Microsoft Fabric pipeline copy activity to ingest paginated data from a REST API endpoint. During execution, the activity fails intermittently when fetching large pages due to response timeouts. Which parameter should you add to the RestSource definition in the pipeline JSON configuration to resolve pagination timeout issues?

Exhibit

{
  "name": "CopyPipeline",
  "properties": {
    "activities": [
      {
        "name": "CopyFromRest",
        "type": "Copy",
        "typeProperties": {
          "source": {
            "type": "RestSource",
            "httpRequestTimeout": "00:01:40"
          },
          "sink": {
            "type": "DelimitedTextSink",
            "storeSettings": {
              "type": "LakehouseWriteSettings"
            }
          }
        }
      }
    ]
  }
}

You have a large Delta table in your Fabric Lakehouse. You are observing slow read performance on queries that filter by a specific column. What is the most recommended action to improve query performance?

You are designing a transformation strategy in a Fabric Lakehouse using Spark. You need to ensure that the Delta tables support schema evolution as the source data structures change over time. Which THREE actions or configurations are required?

You are building a Fabric Pipeline that iterates through 100 different folders to ingest data. You notice that the pipeline is running very slowly because it processes folders one by one. Which property of the 'ForEach' activity should you modify?

You are implementing a Medallion Architecture in Microsoft Fabric. Which TWO items are best suited for the 'Gold' layer where data must be highly performant for complex analytical queries and support full T-SQL DDL/DML?

When configuring a Dataflow Gen2 destination, you choose a Fabric Lakehouse. What happens if the schema of the incoming data changes and you have 'Use automatic settings' enabled for the destination?

You are designing a Data Factory pipeline in Microsoft Fabric. You need to ingest data from an on-premises SQL Server database. Which component is required to facilitate this connectivity securely?

Refer to the exhibit. The data ingestion job failed. Based on the error log, what is the most likely cause?

Exhibit

{
  "source": "SQLServer",
  "destination": "Lakehouse",
  "format": "Parquet",
  "error": "java.io.IOException: Access Denied",
  "remediation": "Check managed identity permissions"
}

Which strategy is most effective for handling schema drift in a Data Factory Copy Activity when the source SQL table adds new columns frequently?

You are using a Copy Activity to ingest data. You notice that the ingest process is slow due to the high number of small files in the source folder. How can you improve performance?

Refer to the exhibit. You are reviewing a JSON configuration for a Data Factory Copy activity that ingests logs into a Lakehouse. Users report that when the source schema changes slightly, the pipeline fails. How should you modify the ingestion strategy to handle schema drift automatically?

Exhibit

{
  "source": {
    "type": "DelimitedText",
    "storeSettings": { "type": "AzureBlobStorageReadSettings", "recursive": true },
    "formatSettings": { "type": "DelimitedTextReadSettings" }
  },
  "sink": {
    "type": "LakehouseTable",
    "tableAction": "Overwrite",
    "partitionSettings": { "keys": [ "TransactionDate" ] }
  }
}

You are designing a Fabric pipeline to copy data from an on-premises SQL Server to a OneLake Lakehouse. Which integration runtime configuration ensures the highest throughput for large datasets?

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"
  }
}

You need to perform a complex transformation that involves multiple joins across tables of varying sizes in Fabric. Which tool provides the best balance between performance and ease of use?

You have a large Delta table that is frequently queried. You notice that queries are slow due to small file overhead. Which command should you run to optimize this table?

You are configuring a Fabric Pipeline. Which TWO activities can be used to perform conditional logic within your data ingestion workflow?

You need to ingest data from an API into a Fabric Lakehouse. The API requires a token-based authentication refreshed every hour. What is the most efficient way to handle this?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Ingest and Transform Data sessions

Start a Ingest and Transform Data only practice session

Every question in these sessions is drawn from the Ingest and Transform Data domain — nothing else.

Related practice questions

Related DP-700 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the DP-700 exam test about Ingest and Transform Data?
Ingest and Transform Data questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Ingest and Transform Data questions in a focused session?
Yes — the session launcher on this page draws every question from the Ingest and Transform Data domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other DP-700 topics?
Use the topic links above to move to related areas, or go back to the DP-700 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the DP-700 exam covers. They are not copied from any real exam or dump site.