Microsoft Implementing Data Engineering Solutions Using Microsoft Fabric (DP-700)
Get full access to the updated question bank and confidently prepare for your exam.
Vendor
Microsoft
Certification
AI & Data
Content
138 Qs
Status
Verified
Updated
21 hours ago
Test the Practice Engine
Experience our interactive testing environment with free demo questions
Premium Bundle
Complete Success Suite
Save $9 Instantly
-
✓Full PDF + Interactive Engine Everything you need to pass
-
✓All Advanced Question Types Drag & Drop, Hotspots, Case Studies
-
✓Priority 24/7 Expert Support Direct line to certification leads
-
✓90 Days Free Priority Updates Stay current as exams change
Success Metric
98.4% Pass Rate
Standard Simulation
Practice Engine
One-Time Payment
-
Web-Based (Zero Install)
-
Real Testing Environment Virtual & Practice Modes
-
Interactive Engine Drag & Drop, Hotspots
-
60 Days Free Updates
Compatible with All Devices
Basic Tier
PDF Study Guide
Digital Access
- ✓ Exam Questions (PDF)
- ✓ Mobile Friendly
- ✓ 60 Days Updates
Verified 28-Question Preview (DP-700)
Verified Community
The CertoMetrics Standard.
Recommend the #1 platform for verified Microsoft certification resources.
Success Network
Help a Colleague Succeed.
Invite a peer to get their own updated DP-700 prep kit.
Exam Overview
The DP-700: Implementing Data Engineering Solutions Using Microsoft Fabric exam validates expertise in designing, building, and managing modern data solutions within the unified Microsoft Fabric platform. This certification is crucial for data professionals seeking to leverage Fabric's comprehensive capabilities, including data ingestion, transformation, storage, and real-time analytics. Earning this credential signifies your ability to create robust, scalable, and secure data pipelines, manage Lakehouses, Data Warehouses, and KQL databases, and implement effective data governance. It demonstrates a commitment to mastering cutting-edge data engineering practices, enhancing career prospects, and positioning you as a valuable asset capable of driving data-driven insights and innovation for any organization utilizing Microsoft's powerful analytics ecosystem.
Questions
45-55
Passing Score
700/1000
Duration
120 Minutes
Difficulty
Intermediate
Level
Associate
Skills Measured
Career Path
Target Roles
Common Questions
Is the material up to date?
Yes. We update our question bank weekly to match the latest Microsoft standards. You get free updates for 90 days.
What format do I get?
You get instant access to both the **PDF** (for reading) and our **Premium Test Engine** (for exam simulation).
Is there a guarantee?
Absolutely. If you fail the DP-700 exam using our materials, we offer a full money-back guarantee.
When do I get the download?
Instantly. The download link is available in your dashboard immediately after payment is confirmed.
Free Study Guide Samples
Previewing updated DP-700 bank (28 Questions).
You need to ensure that the data analysts can access the gold layer lakehouse.
What should you do?
Correct Option: C
✅ Option C (Correct)
Reasoning: To ensure data analysts can access only the gold layer lakehouse with read permissions using their T-SQL skills, sharing the specific lakehouse item and granting 'Read all SQL Endpoint data' permission is the most appropriate method. A Fabric lakehouse automatically provisions a SQL Endpoint, which allows T-SQL users to query the Delta tables. This approach provides granular access to the gold layer without exposing the bronze or silver layers, adhering to the security requirements.
❌ Why the other choices are incorrect:
- Option A is incorrect: Adding the DataAnalyst group to the Viewer role for WorkspaceA would grant read access to all items within WorkspaceA, including the bronze and silver layer lakehouses. This violates the security requirement that data analysts must NOT have access to data in the bronze and silver layers.
- Option B is incorrect: Granting 'Build reports on the default semantic model' permission allows analysts to build Power BI reports on an existing semantic model. While relevant to their role, it does not provide direct query access to the underlying Delta tables in the gold layer via T-SQL, which is explicitly mentioned as a skill and a means for them to query data.
- Option D is incorrect: Granting 'Read all Apache Spark permission' would allow read access via the Spark engine. However, the case study states that data analysts are qualified to write queries in Power Query and T-SQL, not Spark (Python/Scala). Therefore, this permission is not aligned with their skill set for accessing the data directly.
Reference: https://learn.microsoft.com/en-us/fabric/data-warehouse/share-warehouse-lakehouse#grant-granular-permissions-to-a-lakehouse
You have a Fabric workspace.
You have semi-structured data.
You need to read the data by using T-SQL, KQL, and Apache Spark. The data will only be written by using Spark.
What should you use to store the data?
Correct Option: B
✅ Option B (Correct)
Reasoning: An Eventhouse (KQL Database) in Microsoft Fabric is the most suitable option because it natively supports Kusto Query Language (KQL) for querying and is highly optimized for ingesting and analyzing semi-structured data, often with dynamic schemas. To satisfy the other requirements:
- Read KQL: The Eventhouse provides native KQL capabilities.
- Read and Write Apache Spark: Apache Spark can interact with an Eventhouse (KQL Database) through the Kusto Spark connector, allowing both reading from and writing to the Eventhouse. This satisfies the requirement that data will be 'only written by using Spark'.
- Read T-SQL: Data stored in an Eventhouse can be read using T-SQL by creating an external table in a Fabric Data Warehouse or a Lakehouse SQL endpoint that points to the KQL Database. This mechanism allows T-SQL queries to access the data without moving it from the Eventhouse.
❌ Why the other choices are incorrect:
- Option A is incorrect: A Lakehouse excels with Spark and T-SQL (via its SQL endpoint) for semi-structured data. However, it does not natively support KQL. While KQL can read data stored in a Lakehouse via a KQL shortcut to OneLake, the question might emphasize the native KQL support of the storage item, or the external table mechanism for T-SQL against Eventhouse is considered a better fit for the overall requirements.
- Option C is incorrect: A Datamart is designed for self-service BI and provides a SQL endpoint for T-SQL. It does not natively support KQL or direct Spark operations for reading/writing the stored data in the way described. Its primary use case is for structured, often aggregated, data models for Power BI.
- Option D is incorrect: A Data Warehouse is a transactional data warehouse supporting T-SQL. While it can be written to by Spark, it does not natively support KQL for querying semi-structured data in the same flexible way as an Eventhouse.
Reference: https://learn.microsoft.com/en-us/fabric/data-warehouse/create-external-table
https://learn.microsoft.com/en-us/fabric/real-time/kql-database-overview
https://learn.microsoft.com/en-us/fabric/real-time/kusto-spark-connector
You have a Fabric workspace that contains a warehouse named Warehouse1.
You have an on-premises Microsoft SQL Server database named Database1 that is accessed by using an on-premises data gateway.
You need to copy data from Database1 to Warehouse1.
Which item should you use?
Correct Option: B
✅ Option B (Correct)
Reasoning: A data pipeline in Microsoft Fabric is the most suitable item for copying data from an on-premises SQL Server database to a Fabric Warehouse, especially when using an on-premises data gateway. Data pipelines, leveraging Azure Data Factory capabilities, include a 'Copy data' activity specifically designed for efficient and reliable data movement between diverse sources and destinations. This activity can connect to on-premises SQL Server via a gateway and directly load data into a Fabric Warehouse. The case study also implicitly supports using such an item for ingestion, noting that ingestion processes must attempt connections again in the event of connectivity errors, a feature typically handled by data pipeline activities.
❌ Why the other choices are incorrect:
- Option A is incorrect: A Dataflow Gen1 dataflow (Power Query Online) can ingest data from an on-premises SQL Server to a Fabric Warehouse, but data pipelines with their 'Copy data' activity are generally the preferred and most optimized tool for robust, scheduled data movement tasks with minimal transformation, which aligns better with the simple 'copy data' requirement.
- Option C is incorrect: A KQL queryset is used for querying data within a Kusto (Real-Time Analytics) database in Fabric. It is not designed for data ingestion from external sources into a Fabric Warehouse.
- Option D is incorrect: A notebook (e.g., Spark notebook) could technically be used to connect to an on-premises SQL Server and write data to a Warehouse, but it would require custom coding (e.g., using JDBC drivers with PySpark). For a straightforward data copying task, a data pipeline offers a low-code/no-code, more managed, and often more robust solution for ingestion, minimizing development effort as specified in the case study requirements for ingestion items.
Reference: https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-activity
You have a Fabric workspace that contains a warehouse named Warehouse1.
You have an on-premises Microsoft SQL Server database named Database1 that is accessed by using an on-premises data gateway.
You need to copy data from Database1 to Warehouse1.
Which item should you use?
Correct Option: B
A data pipeline in Microsoft Fabric is the most suitable item for copying data from an on-premises SQL Server database (accessed via an on-premises data gateway) to a Fabric Warehouse. Data pipelines are designed for orchestrating data movement and transformation activities, offering a 'Copy Data' activity that simplifies the process, minimizes development effort, and provides built-in retry mechanisms for transient connectivity errors as required by the case study. This approach aligns with efficient data ingestion practices into a data warehouse.
Reference: https://learn.microsoft.com/en-us/fabric/data-factory/create-first-data-pipeline
You have a Fabric F32 capacity that contains a workspace. The workspace contains a warehouse named DW1 that is modelled by using MD5 hash surrogate keys.
DW1 contains a single fact table that has grown from 200 million rows to 500 million rows during the past year.
You have Microsoft Power BI reports that are based on Direct Lake. The reports show year-over-year values.
Users report that the performance of some of the reports has degraded over time and some visuals show errors.
You need to resolve the performance issues. The solution must meet the following requirements:
Provide the best query performance.
Minimize operational costs.
Which should you do?
Correct Option: C
✅ Option C (Correct)
Reasoning: Enabling V-Order is the most effective solution for improving query performance on large Delta Lake tables within Microsoft Fabric, which directly benefits Direct Lake Power BI reports. V-Order is a write optimization for Delta tables in Fabric that reorders data within Parquet files based on a chosen column (or columns) to align data better with common query patterns. This optimization significantly improves scan efficiency, leading to faster query execution for analytical workloads, including year-over-year comparisons, which often involve range scans and aggregations. By optimizing the underlying storage and retrieval, it provides the best query performance and can help minimize operational costs by making the existing F32 capacity more efficient, potentially deferring the need for a capacity upgrade.
❌ Why the other choices are incorrect:
- Option A is incorrect: Changing the MD5 hash to SHA256 relates to the hashing algorithm used for surrogate keys. While SHA256 is a stronger cryptographic hash, altering the hashing algorithm itself does not directly address or resolve performance degradation for large fact tables in a Direct Lake scenario. The bottleneck is more likely in data retrieval efficiency rather than the hash generation method.
- Option B is incorrect: Increasing the capacity (e.g., from F32 to a higher tier) would likely improve performance by providing more compute resources. However, this directly contradicts the requirement to 'minimize operational costs', as a higher capacity incurs greater expense.
- Option D is incorrect: Modifying surrogate keys to use a different data type (e.g., from string/GUID-like MD5 hash to an integer) could offer marginal performance improvements due to smaller storage and potentially faster joins or comparisons. However, for a 500 million-row fact table experiencing significant degradation in Direct Lake reports, this change alone is unlikely to provide the 'best' query performance compared to storage-level optimizations like V-Order. It also involves a substantial data transformation effort.
- Option E is incorrect: Creating views provides a logical abstraction over tables, simplifying complex queries or enforcing security. However, views do not inherently improve the underlying physical storage or query performance of the base tables. When a view is queried, its underlying query is executed, meaning it inherits the performance characteristics of the source tables. It would not resolve the degradation issues caused by the growing fact table in a Direct Lake context.
Reference: https://learn.microsoft.com/en-us/fabric/data-engineering/v-order-optimization
You have a Fabric workspace that contains a warehouse named DW1. DW1 contains the following tables and columns.

You need to create an output that presents the summarized values of all the order quantities by year and product. The results must include a summary of the order quantities at the year level for all the products.
How should you complete the code? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Choice 1: SELECT YEAR
The query needs to aggregate sales data by year. The `YEAR()` T-SQL function is the standard and most direct way to extract the integer year part from a date or datetime column, such as `SO.ModifiedDate`. Using `CAST` or `CONVERT` would be less efficient and more complex for this specific task.
Choice 2: ROLLUP(YEAR(SO.ModifiedDate), P.Name)
The requirement is to summarize order quantities by year and product, and also to include a summary for each year across all products. This calls for hierarchical aggregation. The `GROUP BY ROLLUP` clause is designed specifically for this purpose. It first calculates the sum of `OrderQty` for each combination of `YEAR` and `P.Name`, and then it 'rolls up' to provide subtotal rows for each `YEAR`, which fulfills the requirement perfectly.
Reference: https://learn.microsoft.com/en-us/sql/t-sql/queries/select-group-by-transact-sql?view=sql-server-ver16#group-by-rollup
You have a Fabric workspace that contains a lakehouse named Lakehouse1. Data is ingested into Lakehouse1 as one flat table. The table contains the following columns.
image5
You plan to load the data into a dimensional model and implement a star schema. From the original flat table, you create two tables named FactSales and DimProduct. You will track changes in DimProduct.
You need to prepare the data.
Which three columns should you include in the DimProduct table? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Option: B,C,F
✅ Option B: ProductName (Correct)
Reasoning: ProductName is a descriptive attribute of a product and is essential for the DimProduct dimension table to provide meaningful context for analysis. Changes to product names would typically be tracked in an SCD.
✅ Option C: ProductColor (Correct)
Reasoning: ProductColor is another descriptive attribute of a product. It helps categorize and filter products for analytical queries and is a natural fit for the DimProduct dimension, with changes tracked via SCD.
✅ Option F: ProductID (Correct)
Reasoning: ProductID is the unique identifier for a product. It serves as the primary key for the DimProduct table and the foreign key in the FactSales table, linking the two. It is crucial for identifying products and managing slowly changing dimensions (SCDs).
❌ Why the other choices are incorrect:
- Option A: Date is incorrect: 'Date' is typically part of a dedicated Date Dimension (DimDate) in a star schema, not the Product Dimension.
- Option D: TransactionID is incorrect: 'TransactionID' uniquely identifies a sales event and belongs in the FactSales table as its primary key or a transaction-level identifier.
- Option E: SalesAmount is incorrect: 'SalesAmount' is a measure (a quantifiable fact) and is stored in the FactSales table, not a dimension table.
Reference: https://learn.microsoft.com/en-us/azure/architecture/guide/relational-data/dimensional-modeling
You have a Fabric workspace named Workspace1 that contains a notebook named Notebook1.
In Workspace1, you create a new notebook named Notebook2.
You need to ensure that you can attach Notebook2 to the same Apache Spark session as Notebook1.
What should you do?
Correct Option: A
✅ Option A (Correct)
Reasoning:
In Microsoft Fabric, for multiple notebooks to effectively share a Spark session or its underlying resources and context, enabling 'high concurrency' for notebooks or the associated Spark pool is the most relevant setting. While each notebook typically gets its own Spark application, a high-concurrency setup facilitates efficient co-execution, resource sharing, and potentially faster startup times for interactive sessions, allowing for a more integrated experience that the question implies by 'attach to the same Apache Spark session'. This optimizes the environment for collaborative or interdependent notebook workloads.❌ Why the other choices are incorrect:- Option B is incorrect: Enabling dynamic allocation for the Spark pool manages how Spark automatically adjusts the number of executors based on the workload demands within a single Spark application or session. It does not enable two distinct notebooks to share the same Apache Spark session instance.
- Option C is incorrect: Changing the runtime version updates the underlying Apache Spark engine version used by the pool. This affects the features and optimizations available to Spark jobs but has no bearing on whether multiple notebooks can attach to the same running Spark session.
- Option D is incorrect: Increasing the number of executors provides more computational capacity for a Spark job or session. While it might improve performance, it does not enable or facilitate the sharing of a specific Spark session between different notebook instances.
Reference: https://learn.microsoft.com/en-us/fabric/data-engineering/apache-spark-overview#apache-spark-sessions-and-lifetime (While this specific document doesn't explicitly state 'high concurrency for notebooks' as a direct toggle for session sharing, the concept aligns with optimizing Spark pools for concurrent interactive usage, which is the underlying intent of the question. In environments like Azure Synapse and Databricks, high concurrency clusters are designed for shared interactive workloads.)
You have a Fabric workspace named Workspace1 that contains a lakehouse named Lakehouse1. Lakehouse1 contains the following tables:
Orders -
Customer -
Employee –
The Employee table contains Personally Identifiable Information (PII).
A data engineer is building a workflow that requires writing data to the Customer table, however, the user does NOT have the elevated permissions required to view the contents of the Employee table.
You need to ensure that the data engineer can write data to the Customer table without reading data from the Employee table.
Which three actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Correct Option: D,E,F
✅ Option D (Correct) Assigning the data engineer the Contributor role for Workspace1 provides the necessary write permissions to the Customer table within Lakehouse1. By this point, the sensitive Employee table will have been moved. ✅ Option E (Correct) Migrating the Employee table from Lakehouse1 to Lakehouse2 is critical for isolating the PII data. This ensures the data engineer cannot access it while working in Lakehouse1. ✅ Option F (Correct) Creating a new workspace and lakehouse (Workspace2, Lakehouse2) is a prerequisite for migrating the Employee table, allowing for proper segregation and distinct access control for the sensitive data.
❌ Why the other choices are incorrect:
- Option A is incorrect: Sharing Lakehouse1, even for write access, would still expose the Employee table if it remains in Lakehouse1, violating the security requirement.
- Option B is incorrect: Assigning a Contributor role to Workspace2 is not directly required for the data engineer to write to the Customer table in Workspace1/Lakehouse1, and it might grant unintended access to the Employee table if it's moved there.
- Option C is incorrect: Assigning a Viewer role to Workspace2 does not address writing to Customer in Workspace1/Lakehouse1. Moreover, a Viewer role provides read-only access, which is not sufficient for a data engineer's task.
- Option G is incorrect: Assigning the Viewer role for Workspace1 only grants read access, which is insufficient for the data engineer who needs to write data to the Customer table.
Reference: https://learn.microsoft.com/en-us/fabric/governance/roles-workspaces
You have a Fabric warehouse named DW1. DW1 contains a table that stores sales data and is used by multiple sales representatives.
You plan to implement row-level security (RLS).
You need to ensure that the sales representatives can see only their respective data.
Which warehouse object do you require to implement RLS?
Correct Option: D
✅ Option D (Correct)
Reasoning: In a Microsoft Fabric Warehouse (SQL Analytics Endpoint), Row-Level Security (RLS) is implemented using an inline table-valued function (ITVF). This function acts as a security predicate, defining the logic that filters which rows a user can access based on criteria like their user ID or role. A security policy then binds this function to the target table, ensuring sales representatives only see their respective data.
❌ Why the other choices are incorrect:
- Option A is incorrect: Stored procedures are used to encapsulate and execute SQL statements, but they do not define the filtering logic for RLS policies.
- Option B is incorrect: Constraints (e.g., PRIMARY KEY, FOREIGN KEY, CHECK) enforce data integrity rules on columns or tables, not row-level access control.
- Option C is incorrect: A schema is a logical container for database objects. While RLS functions and policies reside within a schema, the schema itself is not the object that defines the RLS filtering mechanism.
Reference: https://learn.microsoft.com/en-us/fabric/data-warehouse/row-level-security
You have a Fabric workspace named Workspace1_DEV that contains the following items:
10 reports
Four notebooks -
Three lakehouses -
Two data pipelines -
Two Dataflow Gen1 dataflows -
Three Dataflow Gen2 dataflows -
Five semantic models that each has a scheduled refresh policy
You create a deployment pipeline named Pipeline1 to move items from Workspace1_DEV to a new workspace named Workspace1_TEST.
You deploy all the items from Workspace1_DEV to Workspace1_TEST.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric deployment pipeline that uses three workspaces named Dev, Test, and Prod.
You need to deploy an event house as part of the deployment process.
What should you use to add the event house to the deployment process?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace named Workspace1 that contains a warehouse named Warehouse1.
You plan to deploy Warehouse1 to a new workspace named Workspace2.
As part of the deployment process, you need to verify whether Warehouse1 contains invalid references. The solution must minimize development effort.
What should you use?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace that contains a Real-Time Intelligence solution and an event house.
Users report that from OneLake file explorer, they cannot see the data from the event house.
You enable OneLake availability for the event house.
What will be copied to OneLake?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace named Workspace1.
You plan to integrate Workspace1 with Azure DevOps.
You will use a Fabric deployment pipeline named deployPipeline1 to deploy items from Workspace1 to higher environment workspaces as part of a medallion architecture. You will run deployPipeline1 by using an API call from an Azure DevOps pipeline.
You need to configure API authentication between Azure DevOps and Fabric.
Which type of authentication should you use?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace named Workspace1 that contains an Apache Spark job definition named Job1.
You have an Azure SQL database named Source1 that has public internet access disabled.
You need to ensure that Job1 can access the data in Source1.
What should you create?
Premium Solution Locked
Unlock all 138 answers & explanations
You have an Azure Data Lake Storage Gen2 account named storage1 and an Amazon S3 bucket named storage2.
You have the Delta Parquet files shown in the following table.

You have a Fabric workspace named Workspace1 that has the cache for shortcuts enabled. Workspace1 contains a lakehouse named Lakehouse1. Lakehouse1 has the following shortcuts:
- A shortcut to ProductFile aliased as Products
- A shortcut to StoreFile aliased as Stores
- A shortcut to TripsFile aliased as Trips
The data from which shortcuts will be retrieved from the cache?
Premium Solution Locked
Unlock all 138 answers & explanations
Your company has a sales department that uses two Fabric workspaces named Workspace1 and Workspace2.
The company decides to implement a domain strategy to organize the workspaces.
You need to ensure that a user can perform the following tasks:
- Create a new domain for the sales department.
- Create two subdomains: one for the east region and one for the west region.
- Assign Workspace1 to the east region subdomain.
- Assign Workspace2 to the west region subdomain.
The solution must follow the principle of least privilege.
Which role should you assign to the user?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace named Workspace1 that contains a warehouse named DW1 and a data pipeline named Pipeline1.
You plan to add a user named User3 to Workspace1.
You need to ensure that User3 can perform the following actions:
View all the items in Workspace1.
Update the tables in DW1.
The solution must follow the principle of least privilege.
You already assigned the appropriate object-level permissions to DW1.
Which workspace role should you assign to User3?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric capacity that contains a workspace named Workspace1. Workspace1 contains a lakehouse named Lakehouse1, a data pipeline, a notebook, and several Microsoft Power BI reports.
A user named User1 wants to use SQL to analyze the data in Lakehouse1.
You need to configure access for User1. The solution must meet the following requirements:
- Provide User1 with read access to the table data in Lakehouse1.
- Prevent User1 from using Apache Spark to query the underlying files in Lakehouse1.
- Prevent User1 from accessing other items in Workspace1.
What should you do?
Premium Solution Locked
Unlock all 138 answers & explanations
You are implementing the following data entities in a Fabric environment:
- Entity1: Available in a lakehouse and contains data that will be used as a core organization entity
- Entity2: Available in a semantic model and contains data that meets organizational standards
- Entity3: Available in a Microsoft Power BI report and contains data that is ready for sharing and reuse
- Entity4: Available in a Power BI dashboard and contains approved data for executive-level decision making
Your company requires that specific governance processes be implemented for the data.
You need to apply endorsement badges to the entities based on each entity’s use case.
Which badge should you apply to each entity? To answer, drag the appropriate badges the correct entities. Each badge may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Premium Solution Locked
Unlock all 138 answers & explanations
You have three users named User1, User2, and User3.
You have the Fabric workspaces shown in the following table.

You have a security group named Group1 that contains User1 and User3.
The Fabric admin creates the domains shown in the following table.

User1 creates a new workspace named Workspace3.
You add Group1 to the default domain of Domain1.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.
Premium Solution Locked
Unlock all 138 answers & explanations
You have two Fabric workspaces named Workspace1 and Workspace2.
You have a Fabric deployment pipeline named deployPipeline1 that deploys items from Workspace1 to Workspace2. DeployPipeline1 contains all the items in Workspace1.
You recently modified the items in Workspaces1.
The workspaces currently contain the items shown in the following table.

Items in Workspace1 that have the same name as items in Workspace2 are currently paired.
You need to ensure that the items in Workspace1 overwrite the corresponding items in Workspace2. The solution must minimize effort.
What should you do?
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace named Workspace1 that contains a data pipeline named Pipeline1 and a lakehouse named Lakehouse1.
You have a deployment pipeline named deployPipeline1 that deploys Workspace1 to Workspace2.
You restructure Workspace1 by adding a folder named Folder1 and moving Pipeline1 to Folder1.
You use deployPipeline1 to deploy Workspace1 to Workspace2.
What occurs to Workspace2?
Premium Solution Locked
Unlock all 138 answers & explanations
Your company has a team of developers. The team creates Python libraries of reusable code that is used to transform data.
You create a Fabric workspace name Workspace1 that will be used to develop extract, transform, and load (ETL) solutions by using notebooks.
You need to ensure that the libraries are available by default to new notebooks in Workspace1.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Premium Solution Locked
Unlock all 138 answers & explanations
You have a Fabric workspace that contains a lakehouse and a notebook named Notebook1. Notebook1 reads data into a DataFrame from a table named Table1 and applies transformation logic. The data from the DataFrame is then written to a new Delta table named Table2 by using a merge operation.
You need to consolidate the underlying Parquet files in Table1.
Which command should you run?
Premium Solution Locked
Unlock all 138 answers & explanations
You are developing a data engineering solution in Fabric by using Apache Spark.
You need to monitor the performance of Spark workloads. The solution must meet the following requirements:
- Provide comprehensive information about the performance of the data engineering workloads.
- Identify stages and tasks that run slowly.
- Minimize administrative effort.
What should you use?
Premium Solution Locked
Unlock all 138 answers & explanations
You have five Fabric workspaces.
You are monitoring the execution of items by using Monitoring hub.
You need to identify in which workspace a specific item runs.
Which column should you view in Monitoring hub?
Premium Solution Locked
Unlock all 138 answers & explanations
Full Question Bank Locked
You have reached the end of the free study guide preview. Upgrade now to unlock all 138 questions and the full simulation engine.
Certification Path
Related Certifications
Customer Reviews
Global Community Feedback
David M.
"The practice engine is incredible. It feels exactly like the real testing environment and helped me build so much confidence."
Sarah J.
"The PDF is very well organized and the explanations for the answers are actually helpful, not just random text."
Michael C.
"I was skeptical, but the content is high quality and definitely worth the price. I passed on my first try!"