Which of these numbers is the ideal size for a scrum team?
2, 7, 12, 18
7
400
This is the name of the meeting that occurs at the end of sprint in which you discuss how the sprint went (people, relationships, processes) and how to make the sprints go better
Sprint Retrospective Meeting
400
This is the name of development technique where you write the test BEFORE you write the code.
Test Driven Development
500
What was the point of the no silver bullet article?
There's no silver bullet to making complex software easier to write. High-level programming languages have helped
500
What do you discuss at the Sprint Retrospective.
you discuss how the sprint went (people, relationships, processes) and how to make the sprints go better
500
One reason for code reviews is to catch mistakes. What's another season?
You learn a section of the code that you might not have been familiar with.