Scrum PSD Practice Test - Questions Answers, Page 3
List of questions
Question 21

The three pillars of empirical process control are:
If you are not sure, please review the Scrum theory section in the scrum guide
Question 22

Which statement best describes the sprint review?
The scrum guide says: 'The purpose of the Sprint Review is to inspect the outcome of the Sprint and determine future adaptations. '
Question 23

What topics can be addressed during the sprint review? Choose the best answer.
These are all potentional topics for the sprint review. If you are not sure, please read the sprint review section in the scrum guide again.
Question 24

What relation does scrum have to development practices?
Scrum requires no development practices, but good development practices do help and make scrum more successful.
Question 25

Database design must be complete before coding starts to ensure a solid foundation
The design grows as more is learnt.
Question 26

What is a merge in a version control system?
Merging means combining two different versions of the code into one version.
Question 27

In software development DRY refers to:
DRY, don't repeat yourself
Question 28

Who is responsible for a sprint backlog item that contains several database tasks?
Developers are responsible for conducting the work on the sprint backlog
Question 29

How is architecture decided in a scrum team during a project?
Architecture emerges as more is created. There are often guidelines and principles in place.
Question 30

What does a test written with TDD represent?
The test gets written first in TDD, after that, the production code will be written to satisfy the test.
Question