Agile Principles & Mindset
Agile Principles & Mindset II
The Phoenix Project
Value-Driven Delivery
100

"The team, not the leader, gets the real work done." belongs to... 

-----------------------------------------------------------

Management 

Leadership 

Servant leadership

What is Servant leadership 

100

The acronym WIP stands for?

---------------------------------------------------------

What is Work in progress 

100

Any improvements made anywhere besides the bottleneck are an illusion and useless.

_________________________________________

True or False?

Explain?

True

100

What is the acronym MVP stands for

What is Minimal viable product.

200

The Kanban pull system means that:

What is 
Each time a work item is completed, the next work item is "pulled" into that stage of the process. 

200

The Primary role of  servant leader includes

-------------------------------------------------------

Resolve conflicts

Assigning tasks to the team members

Shielding team member from interruption

What is Shielding team member from interruption

200

WIP is one of the root causes for chronic due-date problems, quality issues, and expediters having to rejuggle priorities every day WIP is the silent killer and you got to control WIP

True or False

Explain

True

200

Your team is developing an online game that will have 2 beta release before launch. Which feature would not be included in the first beta release?

--------------------------------------------------------Password authentication.

Options for giving feedback to developers

Refer-a-friend marketing campaign.

What is Refer-a-friend marketing campaign.

300

Which of the following is an Agile Manifesto value?

--------------------------------------------------------

Individuals and interactions over following a plan.

Customer collaborations over contract negotiation.

Working software over processes and tools.

What is Customer collaborations over contract negotiation. 

300

In lean, which of the following wonldn't be considered an example of waste?

-----------------------------------------------------

Handoff between coding and testing

A developer working on 2 initiatives at the same time.

Testing the code.

What is Testing the code.

-----------------------------------------------------------

The seven wastesof lean are partialy done work, extra procecesses, extra features, task switching, waiting, motion and defect.

300

Ability to visualize all the work or changes help expose What?

What is WIP

300

Which of the following is not a form of frequent verification and validation.

-------------------------------------------------------

Pair programming 

unit testing

Iteration demo

Iteration planning

Iteration planning

400

Which of the following is NOT a core aspect of the agile mindset? 

----------------------------------------------------------

Deliver value continuously

Learn through discovery

Respect the process



What is Respect the process 

400

Which of the following is one of the planned opportunities for inspection and adaption in the Scrum method? 

------------------------------------------------------

Retrospective planning meeting

Daily scrum

Velocity review meeting

What is Daily scrum

400

According apparently to the Pheonix Project there are 4 types of work. Name 3 of the 4 

Business projects (Projects around delivering direct customer value.)

Internal IT projects (Infrastructure and operations projects, internal improvements.)

Changes (Fixed, changes, improvements generated by the two above.)

Unplanned work (Incidents, fixing problems in the three previous types of work.) Unplanned work can significantly reduce the amount of time available for planned work.

 

400

Why is it beneficial to have business representatives invloved in the prioritization of work?

----------------------------------------------------------

To answer business-related questions about the requirement.

To engage the business between acceptance testing cycles

To better understand the business needs for the project.

To better understand the business needs for the project.

500

 

What are three of the seven lean core concepts

---------------------------------------------------------

Optimize the whole, defer decisions, amplify learning 

Build quality in, exterminate waste, optimize learning.

Eliminate waste, empower the team, deter decisions.

What is.. Optimize the whole, defer decisions, amplify learning

500

The agile triangle of constraints is said to be inverted from the traditional triangle because it allows: 

-------------------------------------------------------

Scope and time to vary instead of cost 

Cost and time to vary instead of scope

Scope to vary while time and cost are fixed

What is Scope to vary while time and cost are fixed.

--------------------------------------------------------

Traditional constraint Scope is fixed while time and cost may need to bend to achive the planned scope. In agile Scope are typically allowed to varywithin the fix parameter of cost and time. We aim to deliver the most value by Xdate within X budget.

500

The Phoenix Project describe the underlying principles of DevOps in the three ways.

Describe 2 of the 3 Ways

  • First Way: Thelps us understand how to create fast flow of work as it moves from Development into Production.
  • Second Way: shows how to shorten and amplify feedback loops, so we can fix quality at the source and avoid rework.
  • Third Way: Foster a culture of experimentation and learning from mistakes, to mastery.”
500

What is the difference between the incremental and iterative approach to software development?

Incremental Delivery is a method of software development where a little more is added each time until the product is finished. The product is finished when all requirements are satisfied.

The Iterative Delivery is a approach based on a cyclic process of testing, analyzing, and refining a product based on iteraction to improve the quality and functionality of the product.