Which are four attributes of a good bug report?
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...
Improvements that are outcome of the sprint retrospective can be added to the sprint backlog for the next sprint.
Improvements that are outcome of the sprint retrospective can be added to the sprint backlog for the next sprint.A . True B. FalseView AnswerAnswer: A Explanation: The scrum guide says: "The most impactful improvements are addressed as soon as possible. They may even be added to the Sprint Backlog for...
Who is responsible for the system architecture of a product developed using Scrum?
Who is responsible for the system architecture of a product developed using Scrum?A . The architect chosen by the developers B. The architect chosen by the developers C. The assigned architect D. The developersView AnswerAnswer: D Explanation: Scrum doesn't know any other role than developer. The developers are cross-functional and...
What are two differences between unit tests and integration tests?
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...
Who creates documentation included with a working increment?
Who creates documentation included with a working increment?A . Scrum requires no documentation B. Technical writers C. Scrum master D. Product owner DevelopersView AnswerAnswer: E Explanation: It is part of the increment, so it is part of the work of the developers.
The practice of decomposing a requirement into failing tests is called:
The practice of decomposing a requirement into failing tests is called:A . Behavior driven development B. Scrum testing C. Regression testing D. Acceptance test driven developmentView AnswerAnswer: D Explanation: In ATDD you start with writing tests to represent the requirement. Since you start with this, there is no production code...
Choose two common cross-cutting concerns in application architecture
Choose two common cross-cutting concerns in application architectureA . Release documentation B. Build automation C. Security D. Design pattern choices E. ScalabilityView AnswerAnswer: C,E Explanation: The others are either not cross-cutting or not related to architecture.
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?
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....
Which three of the following are feedback loops in scrum?
Which three of the following are feedback loops in scrum?A . Release planning B. Daily scrum C. Sprint review D. Sprint retrospective E. Refinement meetingView AnswerAnswer: B,C,D Explanation: Refinement meeting and release planing are no scrum events. The others are, and they are all about feedback: inspection and adaptation. (And...
What do you do?
While developing new functionality, you find a bug that has already been delivered to the customer. What do you do?A . Fix the bug B. Revise the tests to hide the bug from the tests reports C. Talk to the product owner D. Stub out the code that causes the...