nerdexam
MicrosoftMicrosoft

DP-100 · Question #357

DP-100 Question #357: Real Exam Question with Answer & Explanation

The correct answer is B: No. {"question_number": 2, "correct_answer": "B", "explanation": "No, the Execute Python Script module does not meet the goal as the intended solution here. While you could theoretically write custom pandas code inside the Execute Python Script module to concatenate two datasets, thi

Explore data and run experiments

Question

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You use Azure Machine Learning designer to load the following datasets into an experiment: Dataset1 Dataset2 You need to create a dataset that has the same columns and header row as the input datasets and contains all rows from both input datasets. Solution: Use the Execute Python Script module. Does the solution meet the goal?

Options

  • AYes
  • BNo

Explanation

{"question_number": 2, "correct_answer": "B", "explanation": "No, the Execute Python Script module does not meet the goal as the intended solution here. While you could theoretically write custom pandas code inside the Execute Python Script module to concatenate two datasets, this module is designed for custom data transformations - not for the straightforward task of appending rows. The Add Rows module is the purpose-built, declarative solution in Azure ML designer for combining rows from two identically structured datasets. Using Execute Python Script would require manual coding and is not the correct designer-native approach for this task.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Azure Machine Learning designer#Data preparation#Dataset concatenation#Module selection

Community Discussion

No community discussion yet for this question.

Full DP-100 PracticeBrowse All DP-100 Questions