Exam4Training

Scrum SAFe-DevOps SAFe 5 DevOps Practitioner (SDP) Online Training

Question #1

Where do features go after Continuous Exploration?

  • A . Into Continuos Integration where they are then split into stories
  • B . Into the Portfolio Backlog where they are then split into stories
  • C . Into Continuous Integration where they are deployed with features toggles
  • D . Into Continuos Development where they are implemented in small batches

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-integration

Question #1

Where do features go after Continuous Exploration?

  • A . Into Continuos Integration where they are then split into stories
  • B . Into the Portfolio Backlog where they are then split into stories
  • C . Into Continuous Integration where they are deployed with features toggles
  • D . Into Continuos Development where they are implemented in small batches

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-integration

Question #3

What work is performed in the Build activity of the Continuous Delivery Pipeline?

  • A . Automated acceptance testing
  • B . Code review
  • C . Code
  • D . Compile

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/continuous-integration

Question #4

What is the desired frequency of deployment in SAFe?

  • A . Continuous
  • B . Daily
  • C . Once per Iteration
  • D . Once per PI

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #5

After the team maps the steps of the current state Value Stream during value stream mapping, what are the next two steps? (Choose two.)

  • A . Identify who is involved in each step
  • B . Create a future state value stream map
  • C . Perform a SWOT analysis
  • D . Calculate the Activity Ratio
  • E . Measure the performance at each step

Reveal Solution Hide Solution

Correct Answer: A,E
A,E

Explanation:

* Identify the role or team responsible for each step.

Question #6

What are two aspects of the Continuous Delivery Pipeline, in addition to Continuous Integration? (Choose two.)

  • A . Continuous Release
  • B . Continuous Deployment
  • C . Continuous Improvement
  • D . Continuous Exploration
  • E . Continuous Testing

Reveal Solution Hide Solution

Correct Answer: B,D
B,D

Explanation:

https://www.scaledagileframework.com/continuous-delivery-pipeline/

Question #7

What is an output of the Release activity?

  • A . A Feature migrated to the cloud
  • B . A Feature deployed to production
  • C . A Feature made available to end users
  • D . A Feature made available to internal users

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/release-on-demand/

Question #8

Gemba walks are an important competency in support of which activity of the DevOps Health Radar?

  • A . Continuous Exploration
  • B . Collaborate and Research
  • C . Learn
  • D . Hypothesize

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/continuous-exploration/

Question #9

What does the activity ratio measure in the Value Stream?

  • A . The percentage of time spent on non.value-added activities
  • B . The percentage of time spent on delays to the number of processes in the Value Stream
  • C . The percentage of time spent on manual activities
  • D . The percentage of time spent on value-added activities

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

The activity ratio is a measure of how quickly work moves through a process. It is simply the sum of the process times divided by the total lead time.

Question #10

Which two skills appear under the Respond activity? (Choose two.)

  • A . Automatic rollback
  • B . Telemetry
  • C . Version Control
  • D . Cross-team collaboration
  • E . Service virtualization

Reveal Solution Hide Solution

Correct Answer: C,D
C,D

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #11

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 test will fail
  • C . Rollbacks will be difficult
  • D . Deployment will fail

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-integration/

Question #12

Who is responsible for building and continually improving the Continuous Delivery Pipeline?

  • A . System Teams
  • B . Agile Release Trains
  • C . Scrum Teams
  • D . DevOps Teams

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/continuous-delivery-pipeline

Question #13

What is one potential outcome of the Verify activity of the Continuous Delivery Pipeline?

  • A . Analyze regression testing results
  • B . Roll back a failed deployment
  • C . Fix a broken build
  • D . Capture usage metrics from a canary release

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #14

DevOps is a key enabler of continuous delivery.

What does continuous mean in this context?

  • A . To deploy to production and release on cadence every Iteration
  • B . To deploy to production and release at least once every Program increment
  • C . To deploy to production as often as possible and release when the business needs it
  • D . To deploy to production multiple times per year and release on a cadence once or twice a year

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/release-on-demand/

Question #15

What is the primary purpose of creating an automated test suite?

  • A . To enable continuous testing
  • B . To eliminate all manual testing
  • C . To increase unit test coverage during an Iteration
  • D . To increase the return on investment for finding defects

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-integration/

Question #16

What can impede the progress of a DevOps transformation the most?

  • A . When teams use frequent retrospectives
  • B . Lack of funding for CI/CD pipeline tools
  • C . When various groups in the organization have different directions and goals
  • D . When there is no DevOps team

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure management processes.

Question #17

Which statement describes a measurable benefit of adopting DevOps practices and principles?

  • A . It results in faster lead time, and more frequent deployments
  • B . It identifies key Value Streams
  • C . It guarantees an increase in profits and decrease in downtime
  • D . It creates a highly functional, cross-team culture

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/devops/

Question #18

Weighted shortest job first is applied to backlogs to identify what?

  • A . Maximum economic value
  • B . Proxy for job size
  • C . User business value
  • D . Epics, Features, and Capabilities

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/wsjf/

Question #19

What are two parts of the Continuous Delivery Pipeline? (Choose two.)

  • A . Continuous Delivery
  • B . Continuous Integration
  • C . Continuous Experimentation
  • D . Continuous security monitoring
  • E . Continuous Exploration

Reveal Solution Hide Solution

Correct Answer: B,E
B,E

Explanation:

https://www.scaledagileframework.com/continuous-delivery-pipeline/

Question #20

Identifying the Minimal Marketable Feature is part of what?

  • A . Lean Principles
  • B . Lean Leadership
  • C . Lean Startup
  • D . Lean UX

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

"https://www.scaledagileframework.com/continuous-exploration/

Question #21

Which steps in the Value Stream should be the main focus when prioritizing improvement items?

  • A . Steps with a high activity ratio
  • B . Steps with short process time and short lead time in the future-state map
  • C . Steps with long lead time and short process time in the current-state map.
  • D . Steps with a long process time

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/identify-value-streams-and-arts/

Question #22

What is one recommended way to architect for operations?

  • A . Create detailed run books
  • B . Establish an architecture review board
  • C . Require developers to support their own code
  • D . Implement feature toggles

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

"https://www.scaledagileframework.com/continuous-deployment

Question #23

Scanning application code for security vulnerabilities is an important step in which aspect of the Continuous Delivery Pipeline?

  • A . Release on Demand
  • B . Continuous Exploration
  • C . Continuous Deployment
  • D . Continuous Integration

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/continuous-integration/

Question #24

Which two technical practices focus on Built-in Quality? (Choose two.)

  • A . Environment configuration
  • B . Pair work
  • C . Test-driven development
  • D . Feature toggles
  • E . Canary releases

Reveal Solution Hide Solution

Correct Answer: B,C
B,C

Explanation:

https://www.scaledagileframework.com/built-in-quality/

Question #25

What should be measured in a CALMR approach to Devops?

  • A . Flow, quality, and value
  • B . Everything
  • C . Mean time to restore
  • D . Deployment frequency

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/calmr/

Question #26

What organizational anti-pattern does DevOps help to address?

  • A . Too much focus on centralized planning
  • B . Walls of confusion between customers and the business
  • C . Organizations that makes decisions along functional lines
  • D . Teams that are isolated and working within functional areas (e.g., business, operations, and technology)

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/devops/

Question #27

What is the lead time for a particular step in a value stream?

  • A . Time from when the work is ready from the previous step to work completion.
  • B . Waiting time at a particular step
  • C . Process time at a particular step
  • D . Time taken to complete a task at a particular step

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Value stream mapping metrics include following:

Question #28

How frequently should Agile Release Trains release?

  • A . One per PI
  • B . On demand
  • C . Continuously
  • D . Once per iteration

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Develop on Cadence, Release on Demand C ARTs apply cadence and synchronization to help manage the inherent variability of research and development. However, releasing is typically decoupled from the development cadence. ARTs can release a solution, or elements of a solution, at any time, subject to governance and release criteria.

Question #29

What is the main goal of a SAFe DevOps transformation?

  • A . To create a strong DevOps team with leadership support
  • B . To create immutable infrastructure to avoid changes to the production environment
  • C . To implement an advanced tool chain to automate the entire Continuous Delivery Pipeline
  • D . To align people across the Value Stream to deliver value continuously

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

"https://www.scaledagileframework.com/continuous-exploration

Question #30

How is Lean UX used in Continuous Exploration?

  • A . To automate the user interface scripts
  • B . To collaboratively create a benefit hypothesis
  • C . To validate the return on investment
  • D . To create a platform to continuously explore

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/lean-ux

Question #31

What is the primary goal of the Stabilize activity?

  • A . To achieve active-active site replication
  • B . To enhance stability with blue/green deployment
  • C . To establish quality-of-service agreements with customers
  • D . To avoid unplanned outages and security breaches

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/release-on-demand/

Question #32

Which two statements describe the purpose of value stream mapping? (Choose two.)

  • A . To deliver incremental value in the form of working, tested software and systems
  • B . To create an understanding of the budget
  • C . To create an action plan for continuos improvement
  • D . To understand the Product Owner’s priorities
  • E . To visualize how value flows

Reveal Solution Hide Solution

Correct Answer: C,E
C,E

Explanation:

https://www.scaledagile.com/devops/

Question #33

When preparing a DevOps backlog, prioritizing features using WSJF includes which two factors? (Choose two.)

  • A . Cost of delay
  • B . Business value
  • C . Total count of items on the Program Backlog
  • D . Team velocity
  • E . Duration/job size

Reveal Solution Hide Solution

Correct Answer: A,E
A,E

Explanation:

"https://www.scaledagileframework.com/wsjf/

Question #34

What is the recommended way to prioritize the potential items for the DevOps transformation?

  • A . Minimum viable product
  • B . Lean business case.
  • C . Minimum marketable feature.
  • D . Weighted Shortest Job First.

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/wsjf/

Question #35

When full deployment automation is not possible, which practice helps developers deploy code into production?

  • A . Infraestructure as code
  • B . Continuos Deployment
  • C . Self-service deployment
  • D . Deployment automation

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #36

What are two benefits of DevOps? (Choose two.)

  • A . Less time spent on new work
  • B . Less time spent fixing security issues
  • C . More lead time
  • D . Fewer defects
  • E . Less frequent deployments

Reveal Solution Hide Solution

Correct Answer: B,D
B,D

Explanation:

"https://www.scaledagile.com/devops/

Question #37

Innovation accounting stresses the importance of avoiding what?

  • A . Quantitative metrics
  • B . ROI calculations
  • C . Objective metrics
  • D . Vanity metrics

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

Innovation accounting

Question #38

What should the team be able to do after current-state mapping?

  • A . Describe the biggest bottlenecks in he delivery pipeline.
  • B . Identify those responsible for the biggest bottleneck in the process
  • C . Define enabler features that will improve the value stream
  • D . Define a plan to reduce the lead time and increase process time

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagile.com/devops/

Question #39

A canary release involves releasing value to whom?

  • A . Internal users followed by external users
  • B . Internal users only
  • C . Any subset of users
  • D . External users only

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/release-on-demand/

Question #40

What is the purpose of the blue/green deployment pattern?

  • A . To deploy between an inactive and active environment
  • B . To ensure no changes happen in production without going through the Continuous Delivery Pipeline
  • C . To deploy to only some data centers to reduce the deployment risk
  • D . To decouple deployment from release

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #41

What is true about the Boundaries and Limitations portion of the DevOps Transformation Canvas?

  • A . It captures budget constraints that will prevent DevOps improvements
  • B . It captures improvement items that require the support of other people or teams
  • C . It captures the people who need to be involved in the DevOps transformation
  • D . It captures the lowest priority improvement items

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Boundaries and Limitations:

Question #42

What marks the beginning of the Continuous Delivery Pipeline?

  • A . An idea
  • B . A commited Feature
  • C . A committed user story
  • D . A checked-in change

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-delivery-pipeline/

Question #43

What are two important items to monitor in production to support the Release on Demand aspect in SAFe? (Choose two.)

  • A . System performance
  • B . Percent Complete and Accurate (%C&A)
  • C . Business value
  • D . Unit test coverage
  • E . Number of concurrent users

Reveal Solution Hide Solution

Correct Answer: A,C
A,C

Explanation:

Test automation

Question #44

Which teams should coordinate when responding to production issues?

  • A . Teams across the Value Stream
  • B . Dev teams and Ops teams
  • C . SRE teams and System Teams
  • D . Support teams and Dev teams

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #45

What is a core DevOps principle?

  • A . Iteration review
  • B . Servant leadership
  • C . Culture
  • D . Lean Budgets

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagile.com/devops/

Question #46

Who are the PRIMARY stakeholders for DevOps?

  • A . All of the above
  • B . Design Engineers
  • C . Testers
  • D . Quality Assurance

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

Primary stakeholders of DevOps include all the roles in the organization and also the suppliers.

Question #47

Why is hypothesis evaluation important when analyzing data from monitoring systems in the Release on Demand aspect?

  • A . It helps quickly create balanced scorecards for stakeholder review
  • B . It helps operations teams know where to apply emergency fixes
  • C . It helps link objective production data to the hypothesis being tested
  • D . It helps define the minimum viable product

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

One aspect In Release On Demand it to determine actual business value delivered through feedback collected from production.

Question #48

What identifies potential changes to the current-state Value Stream that could improve flow?

  • A . Value Stream identification
  • B . Problem-solving workshop
  • C . Impact mapping
  • D . Future-state mapping

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagile.com/devops/

Question #49

What are the first two areas that should be identified in value stream mapping? (Choose two.)

  • A . The bottleneck
  • B . The people who supervise the work
  • C . Process time, lead time, and percent complete and accurate
  • D . The steps
  • E . The people who do the work

Reveal Solution Hide Solution

Correct Answer: D,E
D,E

Explanation:

https://www.scaledagileframework.com/operational-value-streams/

Question #50

The Continuous Exploration aspect primarily supports which key stakeholder objective?

  • A . Research and development
  • B . Hypothesize
  • C . Alignment
  • D . Business Value

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/continuous-exploration

Question #51

Which is a business value of DevOps?

  • A . Reduced defect cycle time
  • B . Increased test coverage
  • C . Reduced time to deploy
  • D . Increased market share

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

Increased market share is one of the ‘business’ benefits of implementing DevOps. The other options represents the IT benefits of DevOps.

Question #52

What differentiates Deployment and Release in the continuous Delivery Pipeline?

  • A . Deployment occurs multiple times per day; release occurs on demand
  • B . Deployment occurs multiple times per day; release occurs in PI boundaries
  • C . Deployment involves moving changes to staging; release involves moving them to production
  • D . Deployment involves moving changes to production; release involves making them available to end users

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/continuous-deployment/

Question #53

Continuous Deployment enables which key business objective?

  • A . Release continuously
  • B . Business value
  • C . Time-to-market
  • D . Manage technical debt

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagile.com/devops/

Question #54

The Release on Demand aspect enables which key business objective?

  • A . Quality
  • B . Time-to-market
  • C . Business value
  • D . Alignment

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

https://www.scaledagileframework.com/release-on-demand/

Question #55

Which of the following is a goal of DevOps?

  • A . Larger, less frequent releases
  • B . Increased lead time between fixes
  • C . Reduced feedback loops
  • D . Lower failure rate of new releases

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

DevOps helps in reducing the failure rate of new releases. This is achieved through collaboration of different teams, continuous integration, continuous delivery, etc.

Question #56

DevOps is NOT

  • A . Collaboration b/w Development and Operations
  • B . Cultural Movement
  • C . A one size fits all strategy
  • D . Automating the process of software delivery and infrastructure changes

Reveal Solution Hide Solution

Correct Answer: C
C

Explanation:

DevOps is NOT a one size fits all strategy. For every DevOps implementation the strategy needs to be defined based on the organization’s vision and goals (WHY).

Question #57

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

  • A . Threat modeling
  • B . Application security
  • C . Penetration testing
  • D . Dynamic code analysis

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.scaledagileframework.com/continuous-integration/

Question #58

What are two benefits of DevOps? (Choose two.)

  • A . Better alignment between strategy and execution
  • B . Tightly coupled architecture
  • C . Faster lead time
  • D . Fewer defects
  • E . Increased batch size

Reveal Solution Hide Solution

Correct Answer: A,C
A,C

Explanation:

https://www.scaledagile.com/devops/

Question #59

Which term describes the time it takes value to flow across the entire Value Stream?

  • A . Activity ratio
  • B . Total lead time
  • C . Deployment frequency
  • D . Rolled percent complete and accurate

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

Evaluate the efficiency of your current Value Stream

Question #60

Which Metric reflects the quality of output at each step in the Value Stream?

  • A . Process time
  • B . Lead Time
  • C . Activity Ratio
  • D . Percent complete and accurate (%C/A)

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

https://www.scaledagileframework.com/continuous-delivery-pipeline/

Exit mobile version