0% found this document useful (0 votes)
27 views

Agile Document

Scrum is an agile project management framework that helps teams structure and manage their work through a set of values, principles, and practices. The key ceremonies in Scrum include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective. A Product Backlog contains requirements for the whole project prioritized by the Product Owner. The Sprint Backlog contains a subset of the Product Backlog selected for the Sprint.

Uploaded by

revola28
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

Agile Document

Scrum is an agile project management framework that helps teams structure and manage their work through a set of values, principles, and practices. The key ceremonies in Scrum include Sprint Planning, Daily Standup, Sprint Review, and Sprint Retrospective. A Product Backlog contains requirements for the whole project prioritized by the Product Owner. The Sprint Backlog contains a subset of the Product Backlog selected for the Sprint.

Uploaded by

revola28
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Scrum is an agile project management framework that helps teams structure and

manage their work through a set of values, principles, and practices. Much like a ...

Que . What is difference between Agile and Waterfall Methods.?

Ans :

Agile Waterfall
In Agile all the software development process is It is a linear sequencing model for developing
done in smaller parts, that called Sprint. and testing software.
Changes can be made at any time of Once the development started, requirement
development. cannot be changed.
It is a flexible method to build a software. It is a structure method for software
development.

Que . What are the Ceremonies in Scrum ?

Ans : There are four types of ceremonies :

Sprint Planning-Sprint planning is a collaborative meeting in Agile development where the product owner and the development team select
and commit to a set of user stories or tasks to be completed during an upcoming sprint.
a)
b) Sprint Review-thrusday -A Sprint Review is a Scrum event held at the end of a sprint where the development team
showcases the completed work to stakeholders and collects their feedback, facilitating transparency and collaboration.

Sprint Retrospective-AFTER SPIRNT MEETING DISCUSSSION--->The sprint retrospective is a


recurring meeting dedicated to discussing what went well and what can be improved in a sprint. It also
gives a chance to recover from a sprint and prepare for the next one. With a sprint retrospective, you
can make each sprint more streamlined and successful than the last.Mar 18, 2022

c)
d) Daily Scrum Meeting-The Daily Scrum, also known as the Daily Standup, is a short, time-
boxed meeting in Agile methodologies where team members discuss their progress, plan for
the day, and identify any obstacles to keep the project on track.
e)

Que . What is Product Backlog & Sprint Backlog?

Ans : Product Backlog – A user requirement list for whole project according Priority, It is created by
Product Owner.

Sprint Backlog – Sprint Backlog is splitted part of Product Backlog. We break the Parts into
manageable Parts.
Que . What is Sprint ?

Ans : In Agile we do all the Process in smaller parts or small time duration, these time duration are
called SPRINT.

Que . Who is Product Owner ?

Ans : Product Owner keep all the accountability of all the requirements of Client that which
Requirement should be Processed First and which will go last.

Que. What is Epic, User Story and Tasks ?

Ans : User Story - It defines the Actual Business Requirement generally created by the Business
Owner.

Epic – A group of related User Stories is called an Epic or a bunch of User Stories is called an Epic.

Task – To accomplish the Business Requirements, Development team create Tasks.

Que. Which Software used for Project Management ?

Ans : we use JIRA for Project Management.

Que. What are the Templates of User Story.?

Ans : User Story Template is as Follows ;

A) “As a” “ I want to” “So that”

Exa : For example, user stories might look like:

 As User, I want to invite my friends, so we can enjoy this service together.

 As User, I want to organize my work, so I can feel more in control.

As a manager, I want to be able to understand my colleagues’ progress, so I can better


report our success and failures.

Que. What is Velocity.?

Ans : It predict how much work Agile Team can complete in a Sprint and how much time will it
require to complete a Project .

Sure, here are simple one-line explanations with examples for SIT, UAT, and regression
testing:
1. **SIT (System Integration Testing):** Testing how different parts of a system work
together, like checking if the car's engine and transmission work smoothly together.

2. **UAT (User Acceptance Testing):** Testing by end-users to ensure the software meets
their needs, like customers testing a mobile app before its official release.

3. **Regression Testing:** Rechecking existing features to ensure they still work after
changes, like making sure a smartphone's older features (camera, calls) still function after a
software update.

You might also like