SAFe® 5 DevOps Certification Continuous Exploration 2 — Questions and Answers
Question 1: What is the first step in hypothesis-driven development within SAFe?
- Deploy to production
- Define a testable hypothesis about customer behavior or need (Correct answer)
- Write unit tests
- Run a retrospective
Correct answer: Define a testable hypothesis about customer behavior or need
Hypothesis-driven development begins with formulating a testable hypothesis about what customers need or how they will behave.
Question 2: A SAFe team runs an A/B test on a new feature to see which version drives more engagement. This is an example of what?
- Regression testing
- A hypothesis validation experiment (Correct answer)
- Load testing
- Unit testing
Correct answer: A hypothesis validation experiment
A/B testing is a classic hypothesis validation experiment that compares two variants to determine which better satisfies the hypothesis.
Question 3: Which SAFe DevOps principle supports running small experiments to reduce risk before committing to a full feature rollout?
- Big-bang releases at PI boundaries
- Fast feedback loops through experimentation (Correct answer)
- Waterfall gate reviews
- Annual planning cycles
Correct answer: Fast feedback loops through experimentation
Fast feedback loops through small, cheap experiments reduce risk by validating assumptions before full investment is made.
Question 4: What does 'validated learning' mean in the context of SAFe Continuous Exploration?
- Passing all unit tests in the CI pipeline
- Gaining empirical evidence that confirms or refutes what customers actually want (Correct answer)
- Completing all features in the PI
- Achieving 100% code coverage
Correct answer: Gaining empirical evidence that confirms or refutes what customers actually want
Validated learning means using real user data and experiments to confirm or refute hypotheses about customer needs with empirical evidence.
Question 5: In SAFe, a 'pivot' decision during Continuous Exploration typically means the team will:
- Rewrite the entire codebase from scratch
- Change strategic direction based on validated learning from experiments (Correct answer)
- Skip the next PI planning event
- Move all work to a different Agile Release Train
Correct answer: Change strategic direction based on validated learning from experiments
A pivot in SAFe means changing strategy or approach based on empirical evidence gathered from hypothesis testing, not abandonment.
Question 6: Which role in SAFe is primarily responsible for defining and prioritizing hypotheses to be tested during Continuous Exploration?
- Scrum Master
- Product Owner and Product Manager (Correct answer)
- Release Train Engineer
- DevOps Engineer
Correct answer: Product Owner and Product Manager
Product Owners and Product Managers define and prioritize hypotheses based on customer research, market data, and business goals.
What is the first step in hypothesis-driven development within SAFe?