Who can make changes to Product Backlog?
Only the Development Team.
Only the Scrum Master.
Anyone can influence the Product Owner to make changes, but Product Owner has final decision.
Anyone can make the changes, but Product Owner has to get a notification about what was changed.
Anyone can influence the Product Owner to make changes, but Product Owner has final decision.
This practice combines software development and IT operations to shorten the development lifecycle.
What is DevOps?
Product Backlog should be ordered based on? (M)
Priority of the items being delivered.
Value of the items being delivered.
Size of the items being delivered.
Risk associated with completion/non-completion of the items.
Value of the items being delivered.
What is MOST important according to Agile Manifesto?
Documentation & Planning
People and How they communicate
Control and Management
Processes and Tools
People and How they communicate
What does AI stands for?
Artificial Intelligence
Which of the following is a characteristic of a good Scrum Team?
Its members all have similar skills.
It waits for tasks to be assigned to it.
It seeks ALL direction(s) from the Scrum Master.
It is a self-managing.
It is a self-managing team.
This term refers to automatically building and testing code changes as soon as they’re committed to a shared repository.
What is Continuous Integration (CI)?
The Three Question format for Daily Scrum is compulsory
True
False
False
When was the agile manifesto written?
1991
2001
2010
2015
2001
What does RAG stands for
Retrieval Augmented Generation
The Scrum Master
Controls the priority order of items in the Product backlog.
Is the keeper of the product vision.
Creates, refines and communicates customer requirements to the Dev Team.
Is the Scrum Team's Scrum expert and focuses on Scrum/Sprint best Practice and continuous improvement.
Is the Scrum Team's Scrum expert and focuses on Scrum/Sprint best Practice and continuous improvement.
This tool is used to automate the deployment, scaling, and management of containerized applications.
What is Kubernetes?
The primary output of a Sprint Planning session is:
Product backlog
Product Increment
Sprint backlog
Sprint goal
Sprint backlog
Which of the following BEST describes the Agile Manifesto attitude towards customer collaboration?
Regular and frequent feedback from the customer is essential.
Consensus from customers is required before new functional requirements can be inserted into a Sprint.
The Team must communicate what functionality will be produced in a Sprint and the goal of the Team for the release.
Collaborate closely with the customer and ensure all functionality is defined prior to the build phase of a project.
Regular and frequent feedback from the customer is essential.
An error where an AI model generates incorrect, false, or misleading information, often presented as fact.
Hallucination
What is the approach that Scrum encourages when Developers determines it will be difficult to deliver any value by the end of a Sprint?
Extend the Sprint by a few days to accommodate the extra work.
Immediately escalate to Senior Management.
Together with the Product Owner, focus on what can be done and identify a way to deliver something valuable at the end of each Sprint.
Suggest the Product Owner abnormally terminate the Sprint
Together with the Product Owner, focus on what can be done and identify a way to deliver something valuable at the end of each Sprint.
This open-source tool by HashiCorp allows you to define and provision infrastructure using a declarative configuration language.
What is Terraform?
Which are the 3 question do we focus on during Sprint Planning
WHAT, HOW, HOW MUCH
WHO, WHY, WHAT
WHY, WHAT, HOW
WHO, WHAT, WHY
WHY, WHAT, HOW
Agile Manifesto says to value responding to change over following a plan. Which of the following statements illustrates this?
Changes are accepted up until the point that the first Sprint begins. Then, changes are deferred to a future release.
Changes are accepted only if other features are removed from the backlog such that a fixed end-date is maintained.
Changes are accepted up until about halfway through the project, then all changes are deferred to a future release.
Changes are accepted at any time during the development effort depending on the business value of the change, the PO's acceptance, and the ability of the Scrum Team to respond in a timeframe acceptable to the PO.
Changes are accepted at any time during the development effort depending on the business value of the change, the PO's acceptance, and the ability of the Scrum Team to respond in a timeframe acceptable to the PO.
Graphical representation of work left to do versus time
Burn up chart
Burn down chart
Velocity chart 
Sprint Report 
Burn down chart
a collaborative software development technique. Two programmers work together at one workstation. One writes code while the other reviews each line in real-time. This method enhances code quality and fosters knowledge sharing.
What is pair programming?
This AWS service integrates with CodePipeline to provide fully managed build environments that can compile source code, run tests, and produce deployable artifacts — and it automatically scales compute resources to meet concurrent build demands.
What is AWS CodeBuild