Scrum PSD Practice Test - Questions Answers, Page 11
List of questions
Related questions
Which best describes the practice of expressing requirements as acceptance tests?
A.
Regression testing
B.
Acceptance test driven development
C.
Objective Driven Development
D.
Quality Oriented Requirements Development
Who creates documentation included with a working increment?
A.
Scrum requires no documentation
B.
Technical writers
C.
Scrum master
D.
Product owner
E.
Developers
When is it most appropriate for developers to change the Definition of Done
A.
During the sprint planning when they can't fit enough into the sprint
B.
Prior to starting a new sprint
C.
In the retrospective when it turns out they can improve quality
D.
Prior to starting a new project
When should the developers create their first automated build?
A.
Just before the first check-in
B.
Just before the product is released
C.
When the product owner asks for a build
D.
Just before the end of the sprint
E.
As soon as there is code in the version control system
What is an inappropriate activity for a developer with special QA skills?
A.
Create a plan for testing the application
B.
Identify tools and techniques to be used in testing the product
C.
Define acceptance criteria for features
D.
Delay test activities until a feature has been coded
What activities would a Product Owner typically undertake in the phase between the end of the current sprint and the start of the next sprint?
A.
Work with the QA departments on the increment of the current sprint
B.
Update the project plan with stakeholders
C.
Refine the backlog
D.
There are no such activities. The next sprint starts immediately after the current sprint
Only technical writers can create documentation during a sprint
A.
False
B.
True
What are two differences between unit tests and integration tests?
A.
A unit tests only runs on the developer's computer
B.
A unit test is automated
C.
An integration test runs overnight
D.
A unit tests isolates a specific system behavior
E.
An integration test may be composed of unit tests
What is a mock object?
A.
A mock helps you create a build script
B.
Mocks, stubs, dummies, fakes and shims are all the same
C.
A mock is a way to initialize the database for testing
D.
A test object that mimics the behavior of a dependency in the system under test
Choose three reasons why automated builds are important.
A.
They support Continuous Integration
B.
The eliminate the need for build engineers
C.
They ensure your product remains bug free
D.
They clearly define the build process
E.
They allow frequent validation and ensure the product remains in a potentially releasable state
Question