What is the role of a Scrum Master in Agile development?
- Facilitates the Scrum process
- Manages the project budget
- Reviews and approves user stories
- Writes code independently
The role of a Scrum Master in Agile development is to facilitate the Scrum process. This includes coaching the team on Agile practices, removing impediments, and fostering collaboration among team members. The Scrum Master acts as a servant-leader, ensuring the team follows Scrum principles and helping to optimize their productivity. They do not manage the budget, write code independently, or review/approve user stories, as those tasks are typically handled by other roles within the Agile framework.
Loading...
Related Quiz
- What is the basic function of a switch in a network?
- Which command is used to stage changes in Git before committing?
- How does the Shortest Job First (SJF) scheduling algorithm minimize average waiting time?
- What is the difference between symmetric and asymmetric encryption?
- In the ___________ design pattern, a chain of processing objects is created where each object contains logic to determine if it can process the request.