Which three of the following are code quality metrics?A . Unit tests per class B. Cycle time per product backlog item C. Number of check-ins per day D. Depth of inheritance E. Cyclomatic complexity F. Class coupling View Answer Answer: D,E,F Explanation: Number of checkins per day says something about whether the developers are...
Which are topics of the sprint planning? Choose all that apply.
Which are topics of the sprint planning? Choose all that apply.A . Why is this sprint valuable? B. When is this sprint going to be done? C. How to improve the scrum process in this sprint? D. How will the selected work get done? E. What can be done in this sprint? F. Who...
Scrum demands code review
Scrum demands code reviewA . True B. False View Answer Answer: B Explanation: There are no concrete development guidelines demanded by scrum, even though code review is an excellent idea. Scrum is also not only about developing software....
How much time will there be after a sprint before the next one starts?
How much time will there be after a sprint before the next one starts?A . Enough to deploy the increment and update the product backlog based on the outcome of the sprint review B. Enough to clean up lingering definition of done points C. None, a new sprint starts immediately after the end of...
Is it a good idea to follow each automated build with the execution of automated tests?
Is it a good idea to follow each automated build with the execution of automated tests?A . Yes, it will show code coverage which is an excellent metric of quality and progress B. No, it takes too much time C. No, the outcomes might disturb the developers’ focus D. Yes, the tests may identify...
What are two reasons to use mock objects in unit tests?
What are two reasons to use mock objects in unit tests?A . The behavior of a given object can be emulated to the system under test B. They are machine-generated and eliminate the need to write code by hand C. To increase tight coupling D. TDD is impossible without them E. Isolating a particular...
The three pillars of empirical process control are:
The three pillars of empirical process control are:A . transparency B. planning C. inspection D. respect E. commitment F. adaptation View Answer Answer: A,C,F Explanation: If you are not sure, please review the Scrum theory section in the scrum guide...
Upon what type of process control is scrum based?
Upon what type of process control is scrum based?A . Deductive B. Hybrid C. Empirical D. Technical View Answer Answer: C Explanation: If you are not sure, please review the Scrum theory section in the scrum guide...
Only technical writers can create documentation during a sprint
Only technical writers can create documentation during a sprintA . False B. True View Answer Answer: A Explanation: Work that’s part of the sprint is done by the developers, scrum doesn’t have specific roles...
Choose three reasons why automated builds are important.
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 View Answer Answer:...