scaled agile safe-devops practice test

SAFe DevOps Practitioner Exam SDP (6.0)

Last exam update: Nov 18 ,2025
Page 1 out of 7. Viewing questions 1-15 out of 98

Question 1

In which activity are specific improvements to the Continuous Delivery Pipeline identified?

  • A. Impact mapping
  • B. Value Stream identification
  • C. Problem-Solving Workshop
  • D. Future-state Value Stream Mapping
Mark Question:
Answer:

D


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, specific improvements to
the Continuous Delivery Pipeline are identified in Future-state Value Stream Mapping. This activity
involves envisioning and designing the ideal state of the value stream, based on the current state and
the desired outcomes.
The handbook states that "Future-state Value Stream Mapping is a way of
defining how you want your value stream to look like in the future."1
Therefore, Future-state Value
Stream Mapping helps teams identify and prioritize the areas that need improvement in their
Continuous Delivery Pipeline.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

Value flows through which aspect in the Continuous Delivery Pipeline?

  • A. Continuous Integration
  • B. Monitor
  • C. Research
  • D. Develop
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, value flows through
Continuous Integration in the Continuous Delivery Pipeline. This aspect involves merging code
changes from multiple developers into a shared repository and running automated tests to ensure
quality and functionality.
The handbook states that "Continuous Integration is the process of merging
code changes from multiple developers into a shared repository and running automated tests to
ensure quality and functionality."1
Therefore, Continuous Integration enables teams to deliver value
faster and more reliably by reducing integration errors and conflicts.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

What is a consequence of working in isolation on long-lived code branches?

  • A. Trunk/main will not always be in a deployable state
  • B. End-to-end tests will fail
  • C. Deployments will fail
  • D. Rollbacks will be difficult
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, working in isolation on
long-lived code branches can have negative consequences for the Continuous Delivery Pipeline. This
includes making the trunk/main branch less stable and more prone to conflicts and errors.
The
handbook states that "Working in isolation on long-lived code branches can make the trunk/main
branch less stable and more prone to conflicts and errors."1
Therefore, it is recommended to use
short-lived feature branches and merge them frequently into the trunk/main branch.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

In what activity of Continuous Exploration are Features prioritized in the ART Backlog?

  • A. Synthesize
  • B. Research
  • C. Hypothesize
  • D. Finalize
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, Features are prioritized in
the ART Backlog in the Synthesize activity of Continuous Exploration. This activity involves creating
Solution hypotheses based on customer needs and market research, and then selecting the most
promising ones to be implemented in the ART Backlog.
The handbook states that "Synthesize is the
activity of creating Solution hypotheses based on customer needs and market research, and then
selecting the most promising ones to be implemented in the ART Backlog."1
Therefore, Synthesize is
where Features are prioritized for continuous delivery.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

What is the first area that should be identified in Value Stream Mapping?

  • A. The steps
  • B. The people who supervise the work
  • C. The bottlenecks
  • D. Active Time, Flow Time. and Percent Complete and Accurate (%C&A)
Mark Question:
Answer:

A


User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

What triggers the Release activity?

  • A. Business decision to go live
  • B. Successful deployment to production
  • C. Change validated in staging environment
  • D. Successful user acceptance tests
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, the Release activity is
triggered by a business decision to go live. This means that the Solution is ready to be delivered to
end users and customers, based on the validation and testing done in the previous activities.
The
handbook states that "The Release activity is triggered by a business decision to go live."1
Therefore,
this activity involves releasing value to customers on demand, while also measuring and learning
from the feedback.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

What is the purpose of Value Stream Mapping?

  • A. To create an action plan for continuous improvement
  • B. To create an understanding of the budget
  • C. To understand the priorities of the Product Owner (PO)
  • D. To deliver incremental value in the form of working tested software and systems
Mark Question:
Answer:

A


Explanation:
The purpose of Value Stream Mapping is to create an action plan for continuous improvement. This
tool is used to visually map the flow of steps, delays, and information required to deliver a product or
service from start to finish. By identifying and understanding these elements, organizations can
pinpoint inefficiencies and areas for improvement in their processes, ultimately leading to enhanced
performance and value delivery.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

Weighted shortest job first (WSJF) is applied to backlogs to identify what?

  • A. Epics, Features, and Capabilities
  • B. User business value
  • C. Relative economic value
  • D. Proxy for job size
Mark Question:
Answer:

C


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, Weighted Shortest Job
First (WSJF) is applied to backlogs to identify relative economic value. This means that the WSJF
algorithm uses factors such as user and business value, time criticality, risk reduction and/or
opportunity enablement, and job size to rank the jobs in the backlog based on their economic
benefit.
The handbook states that "WSJF is estimated as the relative cost of delay divided by the
relative job duration."1
Therefore, WSJF helps teams prioritize their backlog items for continuous
delivery.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

Which technical practice incorporates build-time identification of security vulnerabilities in the code?

  • A. Dynamic code analysis
  • B. Penetration testing
  • C. Application security
  • D. Threat modeling
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, dynamic code analysis is a
technical practice that incorporates build-time identification of security vulnerabilities in the code.
This means that the code is scanned for potential security risks during the compilation or execution
phase, rather than during the testing phase.
The handbook states that "Dynamic code analysis is a
technique that identifies security vulnerabilities in the code during compilation or
execution."1
Therefore, dynamic code analysis helps teams detect and fix security issues early in the
development process.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 10

What is one aspect of the Continuous Delivery Pipeline?

  • A. Continuous Security
  • B. Continuous Integration
  • C. Continuous Experimentation
  • D. Continuous Delivery
Mark Question:
Answer:

B


Explanation:
One aspect of the Continuous Delivery Pipeline is Continuous Integration. Continuous Integration
(CI) is the practice of merging all development versions of a code base several times a day and
verifying them with automated tests. CI helps to improve the quality and consistency of the code,
and to accelerate the delivery and deployment of new functionality. CI is the second aspect in the
four-part Continuous Delivery Pipeline of Continuous Exploration (CE), Continuous Integration (CI),
Continuous Deployment (CD), and Release on Demand.
CI consists of four activities: develop, build,
test end-to-end, and stage12

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

What is one reason for test data management?

  • A. To automate provisioning data to an application in order to set it to a known state before testing begins
  • B. To track the results of automated test cases for use by corporate audit
  • C. To provide a viable option for disaster-recovery management
  • D. To truncate data from the database to enable fast-forward recovery
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, test data management is
one reason for test data management. This means that test data management helps teams ensure
that the application under test has a consistent and reliable state, by automating the provisioning of
data from various sources and formats.
The handbook states that "Test data management is the
process of automating provisioning of data to an application in order to set it to a known state before
testing begins."1
Therefore, test data management enables teams to perform end-to-end testing
with confidence and accuracy.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

Where do features go after Continuous Exploration?

  • A. Into Continuous Integration, where they are deployed with feature toggles
  • B. Into Continuous Development, where they are implemented in small batches
  • C. Into the Portfolio Backlog, where they are then prioritized
  • D. Into Continuous Integration, where they are then split into Stories
Mark Question:
Answer:

D


Explanation:
In the Scaled Agile Framework (SAFe), after features are defined and designed during Continuous
Exploration, they move into Continuous Integration. Here, they are further broken down into
smaller, implementable parts known as user stories. These stories are then developed, tested, and
integrated into the existing codebase. This process ensures that new features are developed in a
systematic and efficient manner, with regular integration and testing to maintain quality and
readiness for release.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

Which statement describes what could happen when development and operations do not
collaborate early in the pipeline?

  • A. Flow times are reduced
  • B. Teams build things quickly but build the wrong things
  • C. Surprises are found in deployment that lead to significant rework and delay
  • D. Automation of integration test is not possible
Mark Question:
Answer:

C


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, when development and
operations do not collaborate early in the pipeline, surprises are found in deployment that lead to
significant rework and delay. This means that the teams may not have a shared understanding of the
quality, performance, and security requirements of the Solution, and may encounter issues that were
not anticipated or tested.
The handbook states that "When development and operations do not
collaborate early in the pipeline, surprises are found in deployment that lead to significant rework
and delay."1
Therefore, it is important for teams to work together throughout the value stream to
ensure continuous delivery.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

What does Value Stream Mapping help reveal in the Continuous Delivery Pipeline?

  • A. Who is responsible for optimizing the Value Stream
  • B. Where automation is needed
  • C. Bottlenecks to the flow of value
  • D. DevOps practices that will improve the Value Stream
Mark Question:
Answer:

C


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, Value Stream Mapping
helps reveal bottlenecks to the flow of value in the Continuous Delivery Pipeline. This means that
Value Stream Mapping helps teams identify and eliminate any activities or processes that slow down
or stop the delivery of value to customers.
The handbook states that "Value Stream Mapping helps
reveal bottlenecks to the flow of value in the Continuous Delivery Pipeline."1
Therefore, Value
Stream Mapping helps teams optimize their value stream and improve their delivery performance.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

What is an element of CALMR?

  • A. Recovery
  • B. Application security
  • C. Compliance
  • D. Metrics
Mark Question:
Answer:

A


Explanation:
According to the SAFe DevOps Practitioner 6.0 study guide and handbook, recovery is an element of
CALMR. This means that recovery is the ability to restore the Solution to a desired state after a failure
or incident.
The handbook states that "Recovery is the ability to restore the Solution to a desired
state after a failure or incident."1
Therefore, recovery is one of the key aspects of DevOps excellence
that enables continuous delivery.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2