Questions for the DEVOPSF were updated on : Nov 21 ,2025
Page 1 out of 3. Viewing questions 1-15 out of 40
Question 1
Waterfall development was causing certain problems by not delivering what the business needed. Agile addressed some of these problems. What is a Waterfall feature that is no longer used in Agile?
A. Delivery of small batches of working software
B. Delivery of software based on customers’ needs
C. Sequential execution of predetermined stages
D. Using a programming language suitable for the business
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 2
DevOps states that release should be a routine. Which DevOps principle is necessary for daily releases?
A company wants to increase production stability. They have already automated all testing of new releases. What else do they need to automate to increase production stability?
A. Change management process
B. Integration of release with deployment management
C. Root cause inventories for recovery
D. Release inventories for recovery
E. System and application monitoring
Answer:
E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 4
The most valuable information of a value stream map is taken from three key metrics. What is one of these three key metrics?
A. Measured service
B. Percentage complete
C. Process time
D. Server time
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
What is not a proper use of the deployment pipeline?
A. As an audit log that enables the monitoring of all changes
B. As an optimal way to link development and testing together
C. To accelerate the delivery of changes to Production
D. To always maintain the system in a working condition
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
A commonly understood definition of the term ‘time-to-market’ is: The time between business idea and the possibility of a customer purchase. Which two DevOps practices may help reduce the time-to-market for a company? (Choose two.)
A. Continuous delivery and deployment
B. Continuous identification and reduction of losses
C. Extreme programming
D. Pair programming
E. Visualizing the Work-in-Progress (WiP)
Answer:
AB
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 7
The description of the Scaled Agile Framework (SAFe) model states: “SAFe enterprises implement DevOps to break down silos and empower each Agile Release Train (ART) and Solution Train to continuously deliver new Features to their end users. Over time, the separation between development and operations is significantly reduced.” Why is this a limited view on DevOps?
A. Because DevOps extends the agile ideas from IT production to the entire organization, all processes and the entire value chain
B. Because DevOps is better than other methodologies for developing software by incorporating continuous integration and continuous deployment
C. Because there is no limit to the improvements you can establish with DevOps, due to the continuous improvement requirement
Answer:
B
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 8
IT work within DevOps is organized differently from more traditional practices, using newer infrastructure management technologies to make this possible. Which two technologies are meant? (Choose two.)
A. Automation
B. Cloud computing
C. Containerization
D. Software robots
E. Virtualization
Answer:
AB
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 9
Why is reducing the fragility of a business system difficult?
A. Because doing so will disrupt the current product and service timelines
B. Because doing so will increase the number of incidents that occur temporarily
C. Because it is difficult to deliberately introduce chaos into the Production environment
D. Because of the high risks of business disruption when integrating large numbers of systems
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
When will an organization find it difficult to adopt DevOps practices?
A. When many bureaucratic processes are in place, because this causes inflexibility
B. When microservices are used, because they expand the attack surface
C. When operational complexity is high, because DevOps needs a simple architecture
Answer:
A
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 11
What is the DevOps practice called that maximizes detection of common errors?
Your team works in three-week iterations and cannot get all the work for a batch done within the iteration. They frequently encounter bottlenecks. What is the best reaction of the team after they identify a bottleneck?
A. Discuss with the Product Owner which work can be shifted to another iteration
B. Extend the length of this particular iteration to four weeks to remove the bottleneck
C. Trust that they will solve the bottleneck in the next batch or iteration
Answer:
B
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 13
Why does Operations benefit most from improved configuration management?
A. It allows Development to take over Operations tasks if they have too much work
B. It allows Operations to automate configuration management using scripts
C. It allows Operations to be involved in earlier stages of the development
D. It allows Operations to respond to incidents more quickly than without
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 14
DevOps practices incorporate the value stream concept from Lean Production. What is a value stream?
A. The amount of products that are delivered within a timeframe
B. The sequence of releases that deliver a working product
C. The series of actions performed to fulfill any type of request
Answer:
C
User Votes:
A
50%
B
50%
C
50%
Discussions
0/ 1000
Question 15
Why should everything be stored in a version control system?
A. It allows Developers to re-use already written code
B. It gives both Development and Operations access
C. It is the basis for automation of the deployment pipeline
D. It prevents deliberate introduction of chaos in the system