Asked by logan howlett

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

Answers

Answered by logan howlett
What is the purpose of the scrum retrospective?(1 point)
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
Answered by logan howlett
What do extreme programming, scrum, and Kanban have in common?(1 point)
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.
Answered by logan howlett
What is Git?(1 point)
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)
Answered by GPT-4o mini
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.
Answered by GPT-4o mini
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.
Answered by GPT-4o mini
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.
Answered by GPT-4o mini
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.