exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 38 discussion

Actual exam question from Microsoft's DP-600
Question #: 38
Topic #: 1
[All DP-600 Questions]

You have a Fabric tenant that contains a lakehouse named Lakehouse1. Lakehouse1 contains an unpartitioned table named Table1.
You plan to copy data to Table1 and partition the table based on a date column in the source data.
You create a Copy activity to copy the data to Table1.
You need to specify the partition column in the Destination settings of the Copy activity.
What should you do first?

  • A. From the Destination tab, set Mode to Append.
  • B. From the Destination tab, select the partition column.
  • C. From the Source tab, select Enable partition discovery.
  • D. From the Destination tabs, set Mode to Overwrite.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
SamuComqi
Highly Voted 1 year, 2 months ago
Selected Answer: D
D. From the Destination tabs, set Mode to Overwrite. When setting up the Copy Activity, you need to choose the Overwrite mode to make the partition option appear (not visibile in Append mode).
upvoted 15 times
...
VAzureD
Highly Voted 1 year ago
Selected Answer: D
D. From the Destination tabs, set Mode to Overwrite. https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-lakehouse-partition#load-data-to-lakehouse-using-partition-columns Expand Advanced, in Table action, select Overwrite, and then select Enable partition, under Partition columns, select Add column, and choose the column you want to use as the partition column. You can choose to use a single column or multiple columns as the partition column.
upvoted 7 times
...
praticewizards
Most Recent 6 days, 17 hours ago
Selected Answer: A
To partition data in a destination table, you need to ensure that new data is appended. Setting the mode to "Append" is the first step because: Partitioning requires Append mode. Overwrite mode would replace the entire table, negating any partitioning structure you aim to achieve. Once Append mode is set, you can specify the partition column in the Destination settings. Why not the other options? B. From the Destination tab, select the partition column: You cannot select the partition column until the mode is set to Append first. C. From the Source tab, select Enable partition discovery: This option is useful for discovering partitions in source data, but it is unrelated to configuring partitioning in the destination table. D. From the Destination tab, set Mode to Overwrite: Overwrite mode deletes existing data in the table, which contradicts the goal of appending and partitioning the data.
upvoted 1 times
...
emboutchamani
4 months, 2 weeks ago
Selected Answer: A
What should you do first ? Before setting partition you have to set mode toappend after you can select partition column
upvoted 1 times
emboutchamani
4 months, 2 weeks ago
correction: D
upvoted 1 times
...
...
Rakesh16
5 months, 3 weeks ago
Selected Answer: D
From the Destination tabs, set Mode to Overwrite.
upvoted 1 times
...
Brainny
8 months ago
C. The "first" thing to do is to Enable Partition Discovery from the Source tab, this will enable the destination tab identify the partition column, then the destination tab can be set to overwrite. https://learn.microsoft.com/en-us/fabric/data-factory/connector-lakehouse-copy-activity
upvoted 1 times
a2675f7
6 months, 2 weeks ago
only when the source table is partitioned first... Enable partition discovery: For files that are partitioned, specify whether to parse the partitions from the file path and add them as extra source columns, in this case source is unpartitioned
upvoted 1 times
...
...
Pegooli
9 months, 1 week ago
Selected Answer: C
Enabling partition discovery on the Source tab allows the Copy activity to recognize the partition structure of the incoming data. This step is essential because it ensures that the data is copied into the destination table (Table1) with the correct partitions based on the specified date column.
upvoted 1 times
...
dev2dev
10 months, 2 weeks ago
Selected Answer: D
those who still think B is the answer, emphasis on "What should you do first?"
upvoted 1 times
...
Data_Works
10 months, 2 weeks ago
Selected Answer: D
D. From the Destination tabs, set Mode to Overwrite. in the question, it is specified that "we are going to specify the partition column". Yes, we will do that, BUT before that we have to set the "Table action" option to "Overwrite". say, if you first set the partition column & after that you select the "overwrite" mode, then the selected partition column will be cleared & you will have to select that again. And "overwrite" is necessary because the table is not currently partitioned. we need to re-write the existing data leveraging partition.
upvoted 1 times
...
282b85d
11 months, 2 weeks ago
Selected Answer: C
Enable Partition Discovery: This option ensures that the Copy activity can identify the partition column and apply it correctly to the destination table. By enabling partition discovery, you make sure that the source data's partitioning information is considered during the copy process. Why Not: A. From the Destination tab, set Mode to Append: This setting controls how data is added to the existing table (whether new data is appended or existing data is overwritten). It does not directly address partitioning setup. B. From the Destination tab, select the partition column: While this is necessary to specify the partition column, it is logically the next step after enabling partition discovery. The system needs to recognize partitions before you can configure them. D. From the Destination tabs, set Mode to Overwrite: Similar to the Append mode, this setting determines how data is handled during the copy process but does not enable partitioning.
upvoted 3 times
...
David_Webb
11 months, 3 weeks ago
Selected Answer: D
Partition option need to switch to Overwrite mode first.
upvoted 1 times
...
stilferx
12 months ago
Selected Answer: D
IMHO, the answer is "D". Because: Expand Advanced, in Table action, select Overwrite, and then select Enable partition, under Partition columns, select Add column, and choose the column you want to use as the partition column. You can choose to use a single column or multiple columns as the partition column. in https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-lakehouse-partition#load-data-to-lakehouse-using-partition-columns
upvoted 4 times
...
emmanuelkech
1 year ago
Selected Answer: B
From the Destination tab, select the partition column. This ensures that the data is partitioned based on the specified column in the destination table
upvoted 3 times
...
estrelle2008
1 year, 2 months ago
Selected Answer: D
A makes no sense, it leaves data that is already in table1 unpartitioned B makes no sense, it is the statement that you are asked to decide for the step before that. C MIGHT assign date column in source data as requested partition column, but only and if source data is complete and unambiguous D re-creates table1, ensuring that the partitioning is applied consistently. Hoping that the data that is already in table1 is also in this source data, D should be recommended answer, I guess?
upvoted 6 times
...
lengzhai
1 year, 2 months ago
Selected Answer: D
D is correct. Partition is available when Overwrite is checked
upvoted 4 times
...
Momoanwar
1 year, 2 months ago
Selected Answer: C
I think its C. For partition in pipeline we have to specify column in source
upvoted 3 times
Bharat
1 year, 2 months ago
The table is unpartitioned to begin with.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago