CAD Collaboration and Team Dynamics 3 — Questions and Answers
Question 1: A new developer joins an established agile team mid-sprint. What is the BEST way to integrate them?
- Assign them independent tasks so they don't disrupt team flow
- Have them observe the sprint without contributing until the next sprint starts
- Pair them with an experienced team member on existing tasks to learn team norms (Correct answer)
- Give them ownership of a complete user story on day one to test their skills
Correct answer: Pair them with an experienced team member on existing tasks to learn team norms
Pairing accelerates onboarding by transferring tacit team knowledge while keeping the new member immediately productive.
Question 2: Which Tuckman team development stage is characterized by the team achieving high productivity with minimal conflict?
- Forming
- Storming
- Norming
- Performing (Correct answer)
Correct answer: Performing
In the Performing stage, teams have resolved conflicts, established norms, and operate with high cohesion and productivity.
Question 3: A team member regularly skips the Daily Scrum, claiming it wastes their time. What is the MOST appropriate agile response?
- Make attendance mandatory and report absences to the manager
- Explore why they find it low-value and adjust the format to make it more useful (Correct answer)
- Remove the Daily Scrum since not all team members find it valuable
- Have the Scrum Master update them individually after each standup
Correct answer: Explore why they find it low-value and adjust the format to make it more useful
Inspecting and adapting ceremony formats based on team feedback aligns with agile's empirical approach and respect for individuals.
Question 4: Which type of team structure is MOST aligned with agile principles for product development?
- Functional teams grouped by technology layer (frontend, backend, QA)
- Cross-functional teams that can deliver complete features end-to-end (Correct answer)
- Matrix teams where specialists report to functional managers
- Centers of excellence that share specialized resources across projects
Correct answer: Cross-functional teams that can deliver complete features end-to-end
Cross-functional teams minimize handoffs and dependencies, enabling faster end-to-end delivery aligned with agile flow.
Question 5: A Product Owner frequently changes requirements mid-sprint, causing team frustration. What is the BEST course of action?
- The team should refuse all mid-sprint changes without exception
- The Scrum Master should shield the team by blocking all PO access during the sprint
- The team and PO should discuss sustainable change management practices, potentially via retrospective (Correct answer)
- Move to a Kanban flow where changes are always welcome
Correct answer: The team and PO should discuss sustainable change management practices, potentially via retrospective
Retrospectives are the appropriate forum to surface systemic collaboration issues and agree on sustainable practices between the team and PO.
Question 6: What is 'swarming' in the context of agile team collaboration?
- Multiple teams working on the same product simultaneously
- The entire team focusing on a single work item to complete it quickly (Correct answer)
- A bug triage technique where all defects are reviewed together
- A planning technique where every team member estimates all stories
Correct answer: The entire team focusing on a single work item to complete it quickly
Swarming means the team collectively focuses on one work item to clear blockers and accelerate completion, maximizing flow.
Question 7: Which agile practice BEST helps a team build shared understanding of the product vision?
- Having the Product Owner write detailed requirements specifications
- Conducting joint story mapping sessions with the whole team (Correct answer)
- Assigning each team member a section of the backlog to independently review
- Creating a project charter signed by all stakeholders
Correct answer: Conducting joint story mapping sessions with the whole team
Story mapping brings the whole team through the user journey collaboratively, creating shared mental models of the product's purpose and scope.
A new developer joins an established agile team mid-sprint.
What is the BEST way to integrate them?