exam questions

Exam DP-500 All Questions

View all questions & answers for the DP-500 exam

Exam DP-500 topic 1 question 85 discussion

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

HOTSPOT -
You need to configure a source control solution for Azure Synapse Analytics. The solution must meet the following requirements:
Code must always be merged to the main branch before being published, and the main branch must be used for publishing resources.
The workspace templates must be stored in the publish branch.
A branch named dev123 will be created to support the development of a new feature.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
Ivgo
Highly Voted 1 year, 11 months ago
Set the collaboration branch to: main Base the dev123 branch on: main (you can not base dev123 on the Publish branch)
upvoted 8 times
...
cherious
Highly Voted 2 years, 6 months ago
main & workspace_publish. I think the answer is correct. "By default, Synapse Studio generates the workspace templates and saves them into a branch called workspace_publish." Source: https://learn.microsoft.com/en-us/azure/synapse-analytics/cicd/source-control#configure-publishing-settings
upvoted 7 times
...
PaulinhoDummett
Most Recent 1 year, 10 months ago
main & main You will usually always want to base a feature branch off the main branch. The publish branch does not contain any of the actual resources, just a template for deployment.
upvoted 3 times
...
Dileep1
2 years, 2 months ago
I think answer is main and main. Collaboration branch is main and dev branch should be based on main know. Why do we need to base it on publish branch generated by workspace?
upvoted 4 times
...
DarioReymago
2 years, 2 months ago
main & workspace_publish https://learn.microsoft.com/en-us/azure/synapse-analytics/cicd/source-control#creating-feature-branches
upvoted 4 times
...
Ramiel
2 years, 6 months ago
I think the answer should be: - main - publish As the question states: The workspace templates must be stored in the publish branch.
upvoted 5 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 ...