Several scrum teams share the scrum master. Developers of multiple teams approach the scrum master, because they need fulltime commitment from the same technical specialist for the next sprint.
What should the scrum master consider for the response to this problem? Choose the two best answers.
A. The need for a stable velocity
B. The benefit of the teams figuring it out theirselves
C. The need to have all developers busy with work
D. The ability of the scrum teams to produce integrated increments
What is pair programming?
A. Managers doing performance reviews by comparing one programmer's code to another's
B. Two developers writing code together, providing constant peer review
C. Two programmers writing code separately, but always review each other's pull requests
D. Developer and tester work together to write and test code
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
Who is responsible for a sprint backlog item that contains several database tasks?
A. The developers
B. Product owner
C. The company's database specialist
D. Scrum master
When is performance testing most effectively performed?
A. In production during peak hours
B. Often during the development
C. In production
D. Just before deployment to production
What is the role of modeling in scrum teams?
A. Models are not used by agile teams
B. Models are maintained along with the software as it emerges
C. Models are assembly instructions for the developers
D. Modeling may be useful to increase shared understanding
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 is going to do what?
When does the development team show their work to the product owner?
A. All of these
B. Anytime the developers need feedback from the product owner
C. Whenever the product owner asks
D. During the sprint review
A scrum master is working with developers that are spread over different locations. They have a variety of meeting rooms and the daily scrum is a logistic struggle every day. What actions should the scrum master take?
A. Allow the developers to self-manage and decide what to do their selves.
B. Raise it as an impediment and make sure that management solves it.
C. Create a schedule and alternate who is responsible for the daily scrum logistics
D. Decide the best solution and arrange a meeting to inform the developers.
In software development DRY refers to:
A. Code with low cyclomatic complexity
B. Code with minimal duplication
C. Code that has not been peer reviewed (yet)
D. Code that has been peer reviewed