exam questions

Exam PL-600 All Questions

View all questions & answers for the PL-600 exam

Exam PL-600 topic 3 question 26 discussion

Actual exam question from Microsoft's PL-600
Question #: 26
Topic #: 3
[All PL-600 Questions]

A company plans to import 2.5 million data rows into Microsoft Dataverse during a go-live process. The import job will run as a single import job.

You run a test on the import and observe that some of the rows did not import.

You need to identify which rows did not import.

Which tool should you use?

  • A. Azure Event Hub
  • B. Import Data Wizard
  • C. Microsoft Power Platform dataflows
  • D. Azure Service Bus
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
gravelo
1 week, 1 day ago
Selected Answer: B
Dataflows are not ideal for this use case: Limited error visibility: Dataflows do not provide detailed, row-level error logs for failed records. If rows fail, you often get a general error message without specifics. No downloadable error file: Unlike the Data Import Wizard, Dataflows don’t generate a .csv or .zip file listing failed rows and reasons. Complex troubleshooting: Debugging failed transformations or mismatches in Dataflows can be time-consuming, especially with large datasets.
upvoted 1 times
...
Hamed64
1 month ago
Selected Answer: B
Why the other options are incorrect: A. Azure Event Hub: Used for streaming telemetry and event data — not for data import tracking. C. Microsoft Power Platform dataflows: Used for scheduled or recurring data ingestion, not for one-time bulk imports via the Import Wizard. D. Azure Service Bus: Used for messaging between services — not related to data import diagnostics.
upvoted 1 times
...
MLeniger
2 months, 1 week ago
Selected Answer: B
The correct answer is: B. Import Data Wizard Here's why: When importing data into Microsoft Dataverse, especially during a go-live process, the Import Data Wizard is the appropriate tool to: Track the status of the import job. Identify failed rows and view detailed error messages. Download error logs to analyze and correct issues in the data. Why not the others? A. Azure Event Hub: This is used for streaming large volumes of data, typically for telemetry or logging—not for importing data into Dataverse. C. Microsoft Power Platform dataflows: These are used for scheduled or recurring data ingestion and transformation, not for one-time bulk imports. D. Azure Service Bus: This is a messaging service used for decoupling applications and services—not for data import tracking.
upvoted 1 times
...
loftuscheek
4 months, 1 week ago
Selected Answer: B
Answer is B , "single import job" no need for dataflow After running an import job using the Import Data Wizard in Microsoft Power Platform, the tool provides a summary of the import process. This summary typically includes: The total number of records attempted. The number of records successfully imported. A log file or list detailing the records that failed to import, along with the reason for the failure.
upvoted 1 times
loftuscheek
4 months, 1 week ago
in MS docs its recommended for under 20k rows so answer is C
upvoted 1 times
...
...
MercuryOne
7 months, 4 weeks ago
Selected Answer: C
I would choose C even if Import Data Wizard is a better toll to view logs, error. The recommended no of rows for Import Data Wizard is20K rows or fewer but it can also import 2.5 million https://learn.microsoft.com/en-us/power-platform/admin/import-data-all-record-types
upvoted 2 times
...
uberlord
9 months, 2 weeks ago
Selected Answer: C
The Import Data Wizard in Microsoft Dataverse has a limit of 1 million rows per import job. Since you're looking to import 2.5 million rows in a single job, this would exceed that limit. In this case, you may need to break the data into smaller batches or consider using C. Microsoft Power Platform dataflows. Dataflows can handle larger datasets and allow for more efficient imports while providing better error handling and monitoring capabilities.
upvoted 4 times
...
iraelena
9 months, 2 weeks ago
Selected Answer: C
Who would import 2.5 million records via Import wizard?! I go with C
upvoted 2 times
...
37823ce
11 months, 2 weeks ago
Selected Answer: B
Chat GPT confirms B
upvoted 2 times
...
Schinna
1 year, 1 month ago
Answer is B
upvoted 1 times
...
967d27a
1 year, 3 months ago
Answer is C.
upvoted 4 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 ...