exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 1 question 105 discussion

Actual exam question from Microsoft's DP-203
Question #: 105
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 enable Git integration for ADF1.

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
lola_mary5
Highly Voted 1 year, 3 months ago
Selected Answer: A
Partial saves: "Whether your pipelines are not finished or you simply don't want to lose changes if your computer crashes, git integration allows for incremental changes of data factory resources regardless of what state they are in." https://learn.microsoft.com/en-us/azure/data-factory/source-control
upvoted 10 times
...
ddhoogduin
Highly Voted 1 year, 4 months ago
Selected Answer: B
Git configuration is already enabled otherwise the "Save" option would be a "Publish" option.
upvoted 6 times
_Ahan_
1 year ago
It says the Save option is unavailable, which can mean its not present. In that case, it implies that Git is not configured
upvoted 1 times
Man, I feel like this is a trick question with the wording lol. Depends on how you interpret the word "unavailable". I think_Ahan_ might be right with the word "unavailable" meaning not present. Anyways, gonna do some more research on it!
upvoted 1 times
...
...
...
renan_ineu
Most Recent 8 months, 4 weeks ago
Selected Answer: A
The answer is YES: "When authoring against the data factory service, you can't save changes as a draft and all publishes must pass data factory validation. Whether your pipelines are not finished or you simply don't want to lose changes if your computer crashes, git integration allows for incremental changes of data factory resources regardless of what state they are in. Configuring a git repository allows you to save changes, letting you only publish when you have tested your changes to your satisfaction." https://learn.microsoft.com/en-us/answers/questions/391324/save-option-not-enabled
upvoted 1 times
...
Danweo
10 months, 3 weeks ago
Selected Answer: A
Don't overthink it, you enable git so you can save it. This is not about fixing the problem just making sure we can save what we have so far.
upvoted 1 times
...
Sr18
11 months, 2 weeks ago
Answer is A 100%. Reason: Save button is unavailable means git is not enabled or I say you are in live mode you will see only Publish icon. In that case there is no way you can Publish the code. So you need to enable the GIT to save the code, but switching to git mode from live mode with remove the changes in live mode, so go to json view and copy the code. Discard changes switch to git mode, create new pipeline and paste the copied json in the json view and you can save the code now
upvoted 4 times
learnwell
11 months ago
Explained very well.
upvoted 1 times
...
...
jpgsa11
1 year ago
Enabling Git Integration is just the first step. Doesn't necessarily allow to have a backup. JSON file on the other hand its different
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: B
B. No Enabling Git integration for ADF1 wouldn't directly address the immediate need to save the logic of the pipeline if the Save button is unavailable due to validation errors. Git integration allows for version control and collaboration but doesn't inherently resolve the issue of saving the pipeline's logic when there are validation errors preventing it from being published. You'd still need to address the validation errors before being able to successfully save the pipeline.
upvoted 3 times
...
Alongi
1 year, 1 month ago
Selected Answer: A
It's A
upvoted 1 times
...
poesklap
1 year, 2 months ago
Selected Answer: B
Enabling Git integration for Azure Data Factory (ADF) does not directly address the issue of validation errors preventing the pipeline from being published. Git integration allows you to manage your ADF resources using source control and enables collaboration among multiple developers. It doesn't inherently fix validation errors.
upvoted 1 times
...
MBRSDG
1 year, 2 months ago
Selected Answer: A
As stated, this question is a bit misleading. "You need to ensure that you can save the logic of the pipeline" means "you have to prevent the situation in which already working pipelines are damaged by buggy implementations". If you have the working, not buggy, code already inside the repository, you can create a new branch and do the updates there. If there's a error, it is contained inside the feature branch and not inside the main branch, which keeps working fine.
upvoted 2 times
...
Delphin_8150
1 year, 3 months ago
Selected Answer: A
Answer should be A
upvoted 1 times
...
Alongi
1 year, 4 months ago
Selected Answer: B
No, enabling Git integration alone does not directly address the immediate goal of saving the logic of the pipeline and resolving validation errors in Azure Data Factory Studio. You need to fix the validation errors and save the changes locally within the studio before enabling Git integration for long-term version control.
upvoted 2 times
...
ELJORDAN23
1 year, 4 months ago
Selected Answer: A
Although the validation might be wrong, enablng the git integration allows you to save your datasets, pipelines and everything else as json files in your git repo, so A) is correct.
upvoted 4 times
...
jongert
1 year, 4 months ago
Safe to assume that enabling git integration also means setting up the repo and branches, then it would allow saving. Would answer yes.
upvoted 3 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 ...