{"id":13429,"date":"2026-09-16T08:56:59","date_gmt":"2026-09-16T08:56:59","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=13429"},"modified":"2026-09-16T08:56:59","modified_gmt":"2026-09-16T08:56:59","slug":"databricks-certified-data-engineer-professional-practice-test-questions-and-exam-dumps-part-9-q161-180","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/databricks-certified-data-engineer-professional-practice-test-questions-and-exam-dumps-part-9-q161-180\/","title":{"rendered":"Databricks Certified Data Engineer Professional Practice Test Questions and Exam Dumps Part 9 Q161-180"},"content":{"rendered":"<h1><\/h1>\n<p><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/certified-data-engineer-professional-exam-dumps\"><b>Databricks Certified Data Engineer Professional Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/p>\n<p>&nbsp;<\/p>\n<h3><b>Question 161. What is the primary purpose of a Databricks workflow job task dependency?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Control the execution order between tasks<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Increase table storage automatically<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Change column data types<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Encrypt notebook output<\/span><\/p>\n<p><b>Answer: 1) Control the execution order between tasks<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Task dependencies define relationships between tasks in a Databricks job. They allow one task to wait for another task to complete before starting. This is important when a downstream operation depends on data or results produced by an earlier step. For example, an ingestion task may need to finish before a transformation task begins, followed by a validation or reporting task. Dependencies make multi-step workflows predictable and easier to manage. They also allow engineers to model parallel branches when tasks do not depend on each other&#8217;s output.<\/span><\/p>\n<h3><b>Question 162. What is the purpose of task retries in a Databricks job?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Automatically rerun a failed task according to configured retry settings<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Permanently delete failed tasks<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Change the task&#8217;s SQL query<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Disable job monitoring<\/span><\/p>\n<p><b>Answer: 3) Automatically rerun a failed task according to configured retry settings<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Task retries provide resilience against temporary failures. A task may fail because of transient infrastructure problems, temporary connectivity issues, or other conditions that could disappear when the task runs again. Configuring retries allows the job to automatically attempt the failed task again without requiring manual intervention. Retry behavior should be configured carefully because repeated failures caused by invalid logic will not necessarily be solved by additional attempts. Engineers should combine retries with appropriate error handling, monitoring, and alerting so persistent failures are still identified quickly.<\/span><\/p>\n<h3><b>Question 163. What is the purpose of job concurrency controls?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Limit how many runs of a job can execute simultaneously<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Change the schema of every target table<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Increase the number of source files<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Disable job scheduling<\/span><\/p>\n<p><b>Answer: 1) Limit how many runs of a job can execute simultaneously<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Concurrency controls help prevent excessive simultaneous executions of the same job. Without appropriate limits, multiple scheduled or manually triggered runs could overlap and compete for compute resources or attempt to modify the same target data at the same time. Restricting concurrent runs can reduce resource contention and help protect data consistency for workflows that are not designed for parallel execution. The appropriate setting depends on the job&#8217;s workload and whether independent runs can safely operate at the same time. Engineers should evaluate both performance and data-write behavior before increasing concurrency.<\/span><\/p>\n<h3><b>Question 164. What is the purpose of Databricks job parameters?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Allow values to be passed into tasks so workflows can be reused<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Replace all data-quality checks<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Store passwords in plain text<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Automatically create Delta tables<\/span><\/p>\n<p><b>Answer: 4) Allow values to be passed into tasks so workflows can be reused<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Job parameters allow a workflow to receive values that can influence task execution. For example, a pipeline can accept a processing date, environment identifier, source location, or other runtime value rather than hard-coding it into notebooks or SQL statements. Parameterization makes jobs more reusable and reduces duplicated workflow definitions. It is especially useful when the same pipeline must run for different dates or environments. Sensitive credentials should not be placed directly in parameters; secure secret-management mechanisms should be used for confidential values.<\/span><\/p>\n<h3><b>Question 165. What is the purpose of task values in Databricks workflows?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Pass information produced by one task to downstream tasks<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Increase Spark executor memory automatically<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Replace Delta transaction logs<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Create Unity Catalog catalogs<\/span><\/p>\n<p><b>Answer: 1) Pass information produced by one task to downstream tasks<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Task values provide a mechanism for one workflow task to make a value available to later tasks. For example, an upstream task might calculate a record count, determine a processing status, or identify a dynamically generated path that a downstream task needs. This allows workflows to exchange runtime information without hard-coding every value in the job definition. Engineers should keep task values focused on useful orchestration information rather than using them as a substitute for durable data storage. Large datasets should remain in appropriate storage systems rather than being passed as task values.<\/span><\/p>\n<h3><b>Question 166. What is the main benefit of using repair runs for a failed Databricks workflow?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Re-run selected failed or dependent tasks without necessarily rerunning the entire workflow<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Permanently remove the job<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Change all historical results<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Delete the workflow schedule<\/span><\/p>\n<p><b>Answer: 1) Re-run selected failed or dependent tasks without necessarily rerunning the entire workflow<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A repair run can help recover a workflow after one or more tasks fail. Instead of starting the entire workflow from the beginning, engineers can rerun the relevant failed tasks and necessary downstream tasks according to the workflow&#8217;s dependencies. This can save compute resources and reduce recovery time, especially when earlier stages completed successfully. Repair runs are most effective when pipeline stages are designed to be repeatable and idempotent. Engineers should still investigate the original failure before repairing the run so that recurring application or data issues are not overlooked.<\/span><\/p>\n<h3><b>Question 167. What is the main purpose of Databricks compute policies?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Control and standardize how compute resources can be configured<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Define customer table schemas<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Create streaming checkpoints<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Store application source code<\/span><\/p>\n<p><b>Answer: 1) Control and standardize how compute resources can be configured<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Compute policies provide administrators with a way to control configuration options for compute resources. Policies can help enforce organizational standards around machine types, autoscaling settings, runtime versions, or other supported configuration properties. This can reduce configuration drift and help prevent users from creating unnecessarily expensive or unsuitable compute resources. Policies are particularly useful in larger environments where many users create workloads independently. They do not replace data permissions or table governance; those concerns are handled through appropriate access-control mechanisms such as Unity Catalog.<\/span><\/p>\n<h3><b>Question 168. What is the main advantage of using serverless compute for supported workloads?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Reduce infrastructure-management responsibilities for the user<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Require users to manually install operating systems<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Disable workload monitoring<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Prevent all autoscaling<\/span><\/p>\n<p><b>Answer: 3) Reduce infrastructure-management responsibilities for the user<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Serverless compute abstracts much of the underlying infrastructure management from data engineers. Users can focus on running workloads while the platform manages the underlying compute infrastructure according to the service&#8217;s capabilities. This can simplify operational management and reduce the need to configure and maintain individual machines. Serverless options can also support faster provisioning for appropriate workloads. However, availability, supported features, pricing, and configuration behavior depend on the particular Databricks service and workload. Engineers should evaluate workload requirements before selecting serverless or user-managed compute.<\/span><\/p>\n<h3><b>Question 169. What is Photon designed to improve in Databricks workloads?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Performance of supported SQL and DataFrame operations<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> User password management<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Notebook version naming<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Source-file encryption<\/span><\/p>\n<p><b>Answer: 1) Performance of supported SQL and DataFrame operations<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Photon is a native execution engine designed to accelerate supported workloads in Databricks. It is particularly relevant to SQL and DataFrame operations where its optimized execution capabilities can improve performance. Photon does not change the logical meaning of SQL queries or replace Delta Lake itself. Instead, it provides an execution layer that can process supported operations more efficiently. Performance improvements depend on the workload, query plan, data layout, and supported operations. Engineers should use query execution analysis and workload measurements rather than assuming every operation receives the same performance benefit.<\/span><\/p>\n<h3><b>Question 170. What does the Spark <\/b><b>explain()<\/b><b> method help a data engineer inspect?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> The logical and physical execution plan of a query<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> User account passwords<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Cloud billing invoices<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Notebook access permissions<\/span><\/p>\n<p><b>Answer: 1) The logical and physical execution plan of a query<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The <\/span><span style=\"font-weight: 400;\">explain()<\/span><span style=\"font-weight: 400;\"> method provides information about how Spark plans to execute a DataFrame or SQL operation. Depending on the selected mode, it can expose logical and physical plan details, including operations such as filters, joins, projections, and exchanges. This information is useful for diagnosing performance problems and understanding whether Spark is performing expensive operations such as shuffles. Engineers can use the execution plan to identify optimization opportunities rather than relying only on total runtime. Examining the plan is especially valuable when queries behave differently from what the logical code appears to suggest.<\/span><\/p>\n<h3><b>Question 171. Which Spark operation commonly causes a shuffle?<\/b><\/h3>\n<p><b>1)<\/b> <span style=\"font-weight: 400;\">groupBy()<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b> <span style=\"font-weight: 400;\">select()<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b> <span style=\"font-weight: 400;\">withColumn()<\/span><span style=\"font-weight: 400;\"> with a simple expression<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b> <span style=\"font-weight: 400;\">drop()<\/span><\/p>\n<p><b>Answer: 1) <\/b><b>groupBy()<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A <\/span><span style=\"font-weight: 400;\">groupBy()<\/span><span style=\"font-weight: 400;\"> operation commonly requires a shuffle because records with the same grouping key may initially exist on different partitions. Spark must redistribute the relevant records so that values belonging to the same group can be processed together. Shuffles can be expensive because they involve network transfer, serialization, and additional processing. Data engineers should therefore pay attention to the size and distribution of grouped datasets. Not every execution behaves identically, but operations that require data to move between partitions should be evaluated carefully when optimizing large Spark workloads.<\/span><\/p>\n<h3><b>Question 172. What is the purpose of a broadcast join in Spark?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Replicate a small dataset to workers to avoid a large shuffle of that dataset<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Duplicate every large table permanently<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Disable join optimization<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Store join results in the transaction log<\/span><\/p>\n<p><b>Answer: 2) Replicate a small dataset to workers to avoid a large shuffle of that dataset<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A broadcast join can improve performance when one side of a join is sufficiently small to be distributed to the worker nodes. Instead of shuffling both datasets across the network based on join keys, Spark can broadcast the smaller dataset and perform the join locally against partitions of the larger dataset. This can significantly reduce shuffle overhead. However, broadcasting an unsuitable dataset can create memory pressure on workers. Engineers should consider the actual size of the broadcast side and the available resources before forcing or relying on a broadcast strategy.<\/span><\/p>\n<h3><b>Question 173. What is the purpose of Spark <\/b><b>repartition()<\/b><b>?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Change the number or distribution of partitions, usually with a shuffle<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Remove all rows from a DataFrame<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Convert a DataFrame into a SQL warehouse<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Disable Spark execution<\/span><\/p>\n<p><b>Answer: 1) Change the number or distribution of partitions, usually with a shuffle<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">repartition()<\/span><span style=\"font-weight: 400;\"> creates a new partitioning arrangement for a DataFrame and generally involves a shuffle of the data. It can be used to increase or decrease the number of partitions or to distribute records according to specified partitioning expressions. This can be useful when preparing data for downstream operations that benefit from a particular distribution. Because shuffling data can be expensive, repartition should not be used unnecessarily. Engineers should consider data volume, partition sizes, downstream operations, and cluster resources before changing partitioning.<\/span><\/p>\n<h3><b>Question 174. What is the main characteristic of <\/b><b>coalesce()<\/b><b> in Spark?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> It can reduce the number of partitions with less data movement than a full repartition<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> It always increases partitions using a complete shuffle<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> It deletes duplicate records<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> It converts streaming data into static data<\/span><\/p>\n<p><b>Answer: 1) It can reduce the number of partitions with less data movement than a full repartition<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">coalesce()<\/span><span style=\"font-weight: 400;\"> is commonly used to reduce the number of partitions while avoiding a full shuffle in typical use cases. This can make it more efficient than <\/span><span style=\"font-weight: 400;\">repartition()<\/span><span style=\"font-weight: 400;\"> when the goal is simply to decrease partition count. However, reducing partitions too aggressively can create oversized partitions and reduce parallelism. Data engineers should choose a partition count that balances task overhead with available parallel processing. <\/span><span style=\"font-weight: 400;\">coalesce()<\/span><span style=\"font-weight: 400;\"> does not perform deduplication and does not change the logical contents of the DataFrame; it primarily changes how the data is partitioned.<\/span><\/p>\n<h3><b>Question 175. What problem can excessive small files create in a Delta table?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Increased metadata and file-management overhead<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Automatic deletion of all table data<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Removal of table permissions<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Elimination of schema enforcement<\/span><\/p>\n<p><b>Answer: 1) Increased metadata and file-management overhead<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A large number of small files can negatively affect data processing because the engine must manage and inspect many individual files. This can increase metadata overhead, file-listing operations, task scheduling costs, and query latency. Small files can be created by frequent writes, poorly chosen partitioning, or workloads that produce many tiny output files. Delta optimization techniques can help consolidate files in supported scenarios. Engineers should consider write patterns and data layout when designing pipelines rather than waiting until excessive file fragmentation becomes a major performance problem.<\/span><\/p>\n<h3><b>Question 176. What is partition pruning designed to reduce?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> The amount of data files that need to be scanned<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> The number of database users<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> The number of columns in a schema<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> The number of workflow tasks<\/span><\/p>\n<p><b>Answer: 1) The amount of data files that need to be scanned<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Partition pruning allows Spark to avoid reading partitions that cannot satisfy a query&#8217;s filter conditions. For example, if a table is partitioned by date and a query requests only one date, Spark can potentially skip partitions belonging to other dates. This reduces the amount of data that must be read and processed. Effective pruning depends on query predicates and table layout. Partitioning should be chosen carefully because excessive partition cardinality can create many small partitions. Good data layout balances pruning benefits with manageable file and partition sizes.<\/span><\/p>\n<h3><b>Question 177. What is data skipping intended to accomplish?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Avoid reading files whose statistics indicate they cannot contain matching records<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Skip failed workflow tasks permanently<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Ignore table schemas<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Disable Delta transactions<\/span><\/p>\n<p><b>Answer: 1) Avoid reading files whose statistics indicate they cannot contain matching records<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Data skipping uses file-level statistics and metadata to identify files that are unlikely to contain rows matching a query&#8217;s filter conditions. When a file can be safely excluded, the engine can avoid reading its contents. This reduces I\/O and can improve query performance, particularly for large datasets where only a subset of files contains relevant values. Data layout and statistics influence how effective data skipping can be. Engineers can improve its usefulness by organizing data according to important access patterns rather than relying only on table partitioning.<\/span><\/p>\n<h3><b>Question 178. Why can high-cardinality partition columns be problematic?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> They can create excessive numbers of partitions and small files<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> They automatically disable Delta transactions<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> They remove all table statistics<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> They prevent SQL queries from executing<\/span><\/p>\n<p><b>Answer: 1) They can create excessive numbers of partitions and small files<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Partitioning by a column with very high cardinality can create a large number of distinct partitions. If each partition receives only a small amount of data, the result may be many small files and increased metadata overhead. This can reduce performance rather than improve it. Partition columns are generally most useful when they support common filtering patterns and produce a manageable number of partitions. Data engineers should evaluate data volume, cardinality, query patterns, and write behavior before selecting partition columns. Alternative layout strategies may be more appropriate for high-cardinality attributes.<\/span><\/p>\n<h3><b>Question 179. What is the primary purpose of Unity Catalog external locations?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Govern access to specified cloud storage paths<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Create Spark executors<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Store notebook source code only<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Replace all Delta tables<\/span><\/p>\n<p><b>Answer: 1) Govern access to specified cloud storage paths<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Unity Catalog external locations associate governed cloud storage paths with storage credentials so that access to external data can be controlled centrally. They provide an important governance layer when data resides outside managed storage. Permissions can then be applied to the external location and related objects according to the organization&#8217;s security model. This approach avoids relying solely on ad hoc credentials embedded in notebooks or scripts. External locations are particularly useful for controlling access to external tables, volumes, and other supported objects that reference cloud storage.<\/span><\/p>\n<h3><b>Question 180. What is the purpose of a Unity Catalog storage credential?<\/b><\/h3>\n<p><b>1)<\/b><span style=\"font-weight: 400;\"> Represent the authentication information used to access cloud storage<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>2)<\/b><span style=\"font-weight: 400;\"> Store table row data<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>3)<\/b><span style=\"font-weight: 400;\"> Define Spark SQL syntax<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><b>4)<\/b><span style=\"font-weight: 400;\"> Control notebook formatting<\/span><\/p>\n<p><b>Answer: 1) Represent the authentication information used to access cloud storage<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A Unity Catalog storage credential represents the authentication mechanism used when Databricks accesses supported cloud storage resources. It separates storage authentication from individual notebooks and user scripts, helping administrators manage access centrally. External locations can use these credentials to establish governed connections to cloud storage paths. This design supports stronger security and clearer administration because users do not need to embed long-lived storage secrets directly in code. Appropriate permissions should still be applied so that only authorized users and workloads can use the relevant governed storage resources.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Databricks Certified Data Engineer Professional Exam Dumps and Practice Test Dumps &nbsp; Question 161. What is the primary purpose of a Databricks workflow job task dependency? 1) Control the execution order between tasks 2) Increase table storage automatically 3) Change column data types 4) Encrypt notebook output Answer: 1) Control the execution order [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13429"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=13429"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13429\/revisions"}],"predecessor-version":[{"id":13462,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/13429\/revisions\/13462"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=13429"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=13429"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=13429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}