What is the size of the scrum team?
A. typically 10 or fewer people
B. this differs every sprint
C. at least 8 people
D. 3 to 11
What is not a desirable characteristics of a unit test? Test code is as small as possible
A. Execution is fast
B. Independent of others
C. Includes exercising the persistence layer
D. Makes assertions about only one logical concept
The purpose of a sprint is to produce a done increment of product
A. False
B. True
What does a test written with TDD represent?
A. A technical requirement that must be satisfied
B. A bug
C. Great development practices
D. Something that completes the test coverage of a system
Which are four attributes of a good bug report?
A. Screenshots or pictures of the bug in action, if possible
B. Explains some new system functionality desired
C. Includes build or version number where bug was found
D. Expected results and observed results
E. Provides simple and repeatable reproduction steps
F. Includes code for a proposed fix
Who writes tests in a scrum team?
A. Most junior developer
B. Product owner
C. QA specialists
D. Scrum master
E. The tester
F. Developers
Which three of the following are feedback loops in scrum?
A. Release planning
B. Daily scrum
C. Sprint review
D. Sprint retrospective
E. Refinement meeting
When does the development team show their work to the product owner?
A. All of these
B. Anytime the developers need feedback from the product owner
C. Whenever the product owner asks
D. During the sprint review
The goal of the daily scrum is inspecting the progress toward the sprint goal and producing an actionable plan for the next day of work
A. False
B. True
When might a sprint be cancelled?
A. When the developers feel they aren't ready
B. When the project manager decides this.
C. Never, the sprint must always be finished.
D. When the sprint goal becomes obsolete