exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 1 question 106 discussion

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

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 have an Azure subscription that contains an Azure data factory named ADF1.

From Azure Data Factory Studio, you build a complex data pipeline in ADF1.

You discover that the Save button is unavailable, and there are validation errors that prevent the pipeline from being published.

You need to ensure that you can save the logic of the pipeline.

Solution: You view the JSON code representation of the resource and copy the JSON to a file.

Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
dakku987
Highly Voted 1 year, 4 months ago
Selected Answer: B
B. No The Save button being unavailable and validation errors preventing the pipeline from being published indicate issues with the current configuration or logic of the pipeline within Azure Data Factory Studio. Copying the JSON code to a file won't resolve the validation errors or allow you to save the pipeline.
upvoted 6 times
dakku987
1 year, 4 months ago
Please ignore my comment its wrong
upvoted 10 times
...
...
Danweo
Most Recent 10 months, 3 weeks ago
Selected Answer: A
Horrible question, but yes you technically can store it as JSON to keep the logic and you're work.
upvoted 2 times
...
gplusplus
1 year, 2 months ago
Selected Answer: B
"You view the JSON code representation of the RESOURCE and copy the JSON to a file". what "resource" are we talking about? If the JSON of the "pipeline resource" was specified, I would be 50/50% as saving a JSON achives this but isn't best practice. However here the proposed solution is intentionally vague, doesn't mention that the full json pipeline will be saved, could be another "resource" within the pipeline. Going for Nope
upvoted 1 times
gplusplus
1 year, 2 months ago
Moreover, the first correct variation is much more specific in its solution, mentioning the correct name of the resource: "Solution: You enable Git integration for ADF1".
upvoted 1 times
...
...
poesklap
1 year, 2 months ago
Selected Answer: A
Viewing the JSON code representation of the pipeline and copying it to a file can help preserve the logic of the pipeline, even if the Save button is unavailable due to validation errors. This allows you to retain the pipeline configuration and logic for future reference or for manual editing to address the validation errors. While it doesn't directly fix the validation errors, it ensures that you have a backup of the pipeline definition.
upvoted 2 times
...
moneytime
1 year, 4 months ago
A is correct. The solution only aims at preserving the logic of the code .So viewing and copying the JSON code to another file will support versioning through partial saves which is required for securing the logic. of the code. N.B The acceptable solution in Azure is through the provisioning of the git repository which helps in source control,versioning ,collaboration etc.
upvoted 1 times
...
Alongi
1 year, 4 months ago
Selected Answer: A
Yes, it works fine
upvoted 1 times
...
[Removed]
1 year, 4 months ago
Selected Answer: A
I'm going with A. Yes you can capture the logic using JSON but the validation errors will still persist. Question did not state if it should be error-free or not after capturing the logic, just whether it would do the job of saving the logic.
upvoted 1 times
...
ChrisGe1234
1 year, 4 months ago
Selected Answer: A
Question asks how to save logic. This would work.
upvoted 1 times
...
ELJORDAN23
1 year, 4 months ago
Selected Answer: B
Maybe you can save manually your json by copying the content to your local machine or something like that, but in an Azure context, I think that the question implies that we are using a solution involving Azure technology. Can you copy your json contents to a file? Yes of course. Does that enable the Save button? No, it doesn't. It is not the best practice, so I'm going with a No.
upvoted 2 times
...
jsav1
1 year, 4 months ago
Selected Answer: A
Yes, it would theoretically work, but it is not a good idea.
upvoted 1 times
...
vernillen
1 year, 4 months ago
Selected Answer: A
Anwser should be "Yes", and because of the phrase: "You need to ensure that you can save the logic of the pipeline.". This means you have to save the logic of the pipeline, and not the pipeline itself. This won't, however, resolve the issues and errors, but it will provide you with a back-up of your work so far.
upvoted 3 times
...
moize
1 year, 4 months ago
Bonne réponse : B-----> NON
upvoted 1 times
...
dakku987
1 year, 4 months ago
Selected Answer: A
Yes, viewing the JSON code representation of the resource and copying the JSON to a file is a valid approach to save the logic of the pipeline. The JSON code represents the configuration and structure of the data pipeline, and you can store it in a file for future use or reference. While it doesn't directly address the validation errors preventing publishing, it allows you to preserve the logic of the pipeline.
upvoted 1 times
...
jongert
1 year, 5 months ago
Selected Answer: A
The JSON file contains the logic of the pipeline and configurations such as paths. It should achieve the goal, although it would not be best practice.
upvoted 3 times
...
mrplmcc
1 year, 5 months ago
Selected Answer: A
Yes it should work
upvoted 2 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 ...