nerdexam
iSQI

CTFL_SYLL_4.0 · Question #89

Which of the following is a technique that can be used to develop user stories in collaboration with the developers and business?

The correct answer is C. Brainstorming. Brainstorming (C) is a collaborative technique where developers, business stakeholders, and other team members generate and refine ideas together - making it ideal for creating user stories that capture real requirements from multiple perspectives. Why the distractors are…

Testing Throughout the Software Development Lifecycle

Question

Which of the following is a technique that can be used to develop user stories in collaboration with the developers and business?

Options

  • ADevOps
  • BCI/CD
  • CBrainstorming
  • DEquivalence Partitioning

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    6% (1)
  • C
    89% (16)

Explanation

Brainstorming (C) is a collaborative technique where developers, business stakeholders, and other team members generate and refine ideas together - making it ideal for creating user stories that capture real requirements from multiple perspectives.

Why the distractors are wrong:

  • A. DevOps is a culture/practice combining development and operations for faster delivery - not a requirements-gathering technique.
  • B. CI/CD (Continuous Integration/Continuous Delivery) is an automated pipeline for building, testing, and deploying code - unrelated to story creation.
  • D. Equivalence Partitioning is a test design technique that divides input data into valid/invalid groups to reduce test cases - it operates after requirements are defined, not during their creation.

Memory tip: Think of the word "collaboration" as your filter. Brainstorming is the only option that is inherently a group activity for generating ideas - DevOps, CI/CD, and Equivalence Partitioning are all technical practices, not collaborative discovery sessions.

Topics

#user stories#agile collaboration#brainstorming#acceptance criteria

Community Discussion

No community discussion yet for this question.

Full CTFL_SYLL_4.0 Practice