Rated A+.
What are two reasons for test data management? (Choose two.)
To truncate data from the database to enable fast-forward recovery
To automate provisioning data to an application in order to set it to a known state before
testing begins
To generate synthetic test data inputs in order to validate test scenarios for automated
tests maintained in version control
To provide a viable option for disaster-recovery management
To track the results of automated test cases for use by corporate audit - correct answer.
To automate provisioning data to an application in order to set it to a known state before
testing begins
To generate synthetic test data inputs in order to validate test scenarios for automated
tests maintained in version control
Which incident response practice most strongly suggests a lack of DevOps culture?
Frequent fix-forward changes
Frequent server reboots
Manual rollback procedures
On-call developers - correct answer. Manual rollback procedures
What are the top two advantages of mapping the current state of the delivery pipeline?
(Choose two.)
To enable everyone in the organization to see how the Value Stream is actually
performing
To identify some of the processes within the delivery pipeline
To achieve a collective understanding and consensus around problems
To help identify and make short-term fixes
To help with incremental software delivery - correct answer. To enable everyone in
the organization to see how the Value Stream is actually performing
To achieve a collective understanding and consensus around problems
Why is hypothesis evaluation important when analyzing data from monitoring systems in
the release on demand aspect?
, It helps to link objective production data to the hypothesis being tested. - correct
answer. It helps to link objective production data to the hypothesis being tested.
What triggers the Release activity?
Business decision to go live
Successful deployment to production
Successful user acceptance tests
Change validated in staging environment - correct answer. Business decision to go
live
What should be measured in a CALMR approach to DevOps?
Unit test coverage
Mean time to restore
Deployment frequency
Measure everything - correct answer. Measure everything
Which technical practice incorporates build-time identification of security vulnerabilities
in the code?
Dynamic code analysis
Application security
Penetration testing
Threat modeling - correct answer. Application security
Where do features go after Continuous Exploration?
Into a backlog tool where they are then split into Epics
Into the Program Backlog where they are then prioritized
Into Continuous Integration where they are merged and tested with other Features
Into development where they are then split into Stories - correct answer. Into
development where they are then split into Stories
Which two statements describe the purpose of value stream mapping? (Choose two.)
To understand the Product Owner's priorities
To deliver incremental value in the form of working, tested software and systems
To create an understanding of the budget
To visualize how value flows
To create an action plan for continuous improvement - correct answer. To visualize
how value flows
To create an action plan for continuous improvement
What work is performed in the Build activity of the Continuous Delivery Pipeline?
Code review
Code
Compile
Automated acceptance testing - correct answer. Compile