The methodology that relies heavily on client involvement in setting priorities is agile development. Agile development emphasizes collaboration with stakeholders and customers to continually prioritize and adapt to changing requirements.
Which methodology relies heavily on client involvement in setting priorities?(1 point)
Responses
agile development
agile development
scrum
scrum
Kanban
Kanban
extreme programming
extreme programming
7 answers
Responses
to connect the team when each developer reports what they achieved yesterday
to connect the team when each developer reports what they achieved yesterday
to analyze the effectiveness and efficiency of the development process and to assess the resources needed by the team
to analyze the effectiveness and efficiency of the development process and to assess the resources needed by the team
to reprioritize stories and features in the product backlog
to reprioritize stories and features in the product backlog
to select the next set of stories to move to the sprint backlog
The purpose of the scrum retrospective is to analyze the effectiveness and efficiency of the development process and to assess the resources needed by the team. During the retrospective, the team reflects on their previous sprint to identify what went well, what didn't, and how they can improve moving forward.
Responses
Each methodology includes daily standup meetings to report on each contributors’ progress.
Each methodology includes daily standup meetings to report on each contributors’ progress.
Each methodology includes frequent reviews of the development process.
Each methodology includes frequent reviews of the development process.
Each methodology dictates the specific engineering practices used during development.
Each methodology dictates the specific engineering practices used during development.
Each methodology approaches development in short repeated bursts of activity.
What extreme programming, scrum, and Kanban have in common is that each methodology approaches development in short repeated bursts of activity. All three methodologies focus on iterative and incremental development, allowing teams to adapt and deliver work in manageable segments.
Responses
a request to create a project branch
a request to create a project branch
a cloned version of a project
a cloned version of a project
a shell command to backup files
a shell command to backup files
a commonly used Version Control System (VCS)
Git is a commonly used Version Control System (VCS). It helps developers manage changes to source code over time, allowing for collaboration, version tracking, and the ability to revert to previous states as needed.