Scrum PSD Practice Test - Questions Answers, Page 4
List of questions
Question 31
What are two reasons to use mock objects in unit tests?
Mock objects are simulating the behavior of dependencies such as persistance layers or APIs. By mocking these you can be sure about what you are testing, and not accidentally testing the external dependency.
Question 32
Select three criteria for the definition of done
Question 33
Which metric is least useful when measuring code maintainability?
Question 34
Is it a good idea to follow each automated build with the execution of automated tests?
Question 35
What are two ways developers can ensure a good architecture? (two answers)
Question 36
Which of the following describes an architecture spike?
Question 37
What is technical debt?
Question 38
When should a newly discovered huge bug of a previous sprint be fixed?
Question 39
Which two criteria are useful in deciding if something should be documented every sprint?
Question 40
Which are four attributes of a good bug report?
Question