DP-600 · Workspace Development Lifecycle
21 cards
Workspace Version Control
-
Quick check
Which repositories can a Fabric workspace connect to through Git integration?
ARepositories in Azure DevOps or GitHub
Right. The connection is made to a repository in one of those two providers and synchronizes in both directions.
BIts own local folder
A local folder is where a project is saved on one machine, not a repository the service connects to.
CThe Development and Test workspaces assigned to a deployment pipeline
Those are pipeline environments, and promoting between them is a different mechanism entirely.
3 / 21
-
Quick check
A workspace holds reports, notebooks, a lakehouse, and a warehouse, and the team wants one version history. What fits?
AA separate Git provider assigned to each kind of item
The provider is chosen once for the workspace, and splitting it by item type would fragment the history.
BOne workspace-level Git connection
Right. The integration is configured at workspace level, so one connection covers the supported items in it.
CA separate deployment stage created for each kind of item
Stages move content between environments; they record nothing about what changed or who changed it.
6 / 21
-
Quick check
What is selected when the workspace connection is configured, and what finishes the setup?
AA capacity and a stage, finished by a deployment
Capacities and stages belong to deployment pipelines rather than to a version control connection.
BA server and a database, finished by authentication
Server and database details identify a data source, not a source-controlled location for a workspace.
CA repository, a branch, and a folder, finished by the initial sync that aligns both sides
Right. The mapping defines which repository location corresponds to the workspace, and the initial sync makes both start aligned.
9 / 21
-
Keep your progress in the app
That’s 3 of 8 quick checks. In the app they stay answered, and every lesson remembers where you left off.
-
Quick check
An item in a connected workspace shows a change icon. What does that mean?
AIt cannot be placed under version control at all
Supported items can all be version-controlled; the icon reports a state, not an exclusion.
BIt differs from its repository version
Right. The indicator flags a pending difference before you commit or update.
CIt exists in the target workspace of a pipeline stage
Pipeline stage membership is a separate idea and is not what this indicator reports.
11 / 21
-
Quick check
Workspace items have changed and the repository must record them. What do you do?
AOpen Source control, select the items, and commit them with a message
Right. A commit moves the selected workspace changes into version history.
BChoose Update all
Update all pulls repository changes into the workspace, which is the opposite direction.
CDeploy the items from the Test stage into Production and let the pipeline record them
Deploying promotes content between environments and records nothing in the repository.
14 / 21
-
Quick check
A collaborator has newer work in the repository and your workspace has no pending edits. What aligns them?
ACommit the unchanged workspace
There is nothing to send, and committing would not bring the collaborator's work down.
BRun an initial sync with a different provider
Changing provider restarts the setup instead of fetching work from the connected repository.
CUse Update all to pull the newer repository changes into the workspace
Right. Update all is the direction that brings repository content into the workspace.
17 / 21
-
Quick check
A team wants experimental work kept away from the main line until it is reviewed. What should it do?
ASwitch the workspace to a feature branch
Right. Each branch is an independent line of development, so the experiment stays off main until review.
BCommit the experiment straight to the main branch
That is exactly what the team wanted to avoid: unreviewed work on the shared line.
CRun Update all against main so the experiment is merged in
Update all pulls repository changes down; it does not isolate work in progress.
19 / 21
-
Quick check
Which pairing of action and direction is correct?
ACommit pulls changes down; Update all pushes them up
The two directions are right but attached to the wrong commands.
BCommit sends selected workspace changes up; Update all brings newer changes down
Right. One records selected work in version history; the other refreshes the workspace from the repository.
CBoth commands synchronize in the same direction
If both moved content the same way, there would be no way to receive a collaborator's work.
21 / 21
-
8 quick checks · then the test
In the app, finishing the quick checks opens this lesson’s 10-question test, and the ones you miss come back exactly when you’re about to forget them.
The whole course, on your phone
Lessons you can read, audio you can listen to on the way to work, and practice that remembers what you got wrong.