InterviewSolution
Saved Bookmarks
| 1. |
What are the essential engineering practices when scaling Scrum across multiple product development teams? |
|
Answer» Scaling Scrum involves using multiple Scrum Teams to produce increments of a ‘large’ product; this will involve more people with the potential communication PROBLEMS. Of the Agile Technical practices LISTED in the answer to the previous question, the following are essential technical practices when scaling Scrum:
The practice of TDD is the only way to ensure that a full suite of tests can be run to test the whole codebase.
|
|