SlideShare une entreprise Scribd logo
1  sur  36
Copyright 2014, Simplilearn, All rights reserved.1
PMI® & ACP are the registered marks of Project Management Institute, Inc. Copyright 2014, Simplilearn, All rights reserved.
Agile Communication
PMI®—Agile Certified Practitioner (PMI-ACP)®
Copyright 2014, Simplilearn, All rights reserved.2
● Define project communication
● Differentiate between various types of project communication
● Describe Agile tooling
After completing
this lesson, you will
be able to:
Objectives
Copyright 2014, Simplilearn, All rights reserved.3
Project Communication
Every project manager quickly
learns that the most valuable
technique for project success is
communication. However, there are
many different types of
communication and not all of them
are as effective at communicating
ideas. Agile emphasizes that the
most effective communication
occurs face-to-face.
Copyright 2014, Simplilearn, All rights reserved.4
Information Radiators
"An information radiator displays information in a place where passersby can see it. With information
radiators, the passersby don't need to ask any question; the information simply hits them as they
pass."—Alistair Cockburn
● This concept was invented by Alistair Cockburn.
● Information radiators enable team members to view the current state of the project and its
progress.
● Most Agile teams implement it to some degree in their processes.
● Most popular information radiators are:
o Task boards
o Big visible charts (Includes burndown charts)
o Continuous integration build health indicators (Including lava lamps and street lights)
Copyright 2014, Simplilearn, All rights reserved.5
Task Board
The image represents an
example of task board
which is used as
information radiator during
project implementation.
Copyright 2014, Simplilearn, All rights reserved.6
Big Visible Charts
These are a part of the information radiator family and are referenced as part of the Extreme
Programming (XP).
● Intent for these is to provide information to the team and also non-team members, easily and
without a lot of context
● These charts are casual, usually hand-drawn, big, and showcase important project information
● It’s working when:
○ people stop and read the charts;
○ team members don’t complain about updating them; and
○ they reflect the reality of the project.
Copyright 2014, Simplilearn, All rights reserved.7
Effective Information Radiators
Effective information radiators should be:
● Simple: Brief and concise.
● Stark: Errors should not be masked, rather should be used to improve the work and performance.
● Current: Information displayed should be the latest.
● Transient: Once the problem has been rectified, it should be taken off from the chart.
● Influential: Empowers the team to take decisions.
● Highly visible: Easy to see and understand.
● Minimal in number: Not so many that they drown out other information.
Copyright 2014, Simplilearn, All rights reserved.8
Team Space
Team space is sometimes referred
to as a ‘war room.’ This involves
getting the entire team together
in one room and working on
factors that foster communication
as well as motivation leading to
higher productivity.
Copyright 2014, Simplilearn, All rights reserved.9
Signs of Bad Team Space
Bad team spaces can lead to
chaotic and unproductive team
output.
Copyright 2014, Simplilearn, All rights reserved.10
Two types of teams can be identified.
Co-located vs. Distributed Teams
Distributed TeamCo-located Team
● Team members seated together in a room, creating a
“war room”
● Issues resolved informally in a timely manner
● Incidental interaction leads to productivity
● Team decides which roles to adopt based on sprint
goals
● Team leverage tactile, low cost solutions
● Teams distributed geographically, either locally or
globally
● Formal logging of knowledge
● Structured use of processes
● Explicit role definition via tasks
● Exploiting technology for collaboration
Copyright 2014, Simplilearn, All rights reserved.11
Osmotic Communications
Osmotic communication occurs when information is overheard in the background of the team room
and some of it is absorbed via osmosis.
Distributed TeamCo-located Team
● Team members to be seated in a war room so as to
overhear useful information
● Caves and Commons pattern: ‘Caves’: for phone calls,
short meetings, or for team members to concentrate
● ‘Commons’: open, shared workspaces for the team
where osmotic communication occurs
● Use of live video conferencing
● Use of group chat Instant Messaging
● When sending mail, choose the recipient(s) and CC the
rest of the team
● Forums or corporate information hubs
Copyright 2014, Simplilearn, All rights reserved.12
Daily stand-up meetings share progress on the sprint or iteration. Team members stand to keep the
meeting focused and short. The stand-up is where each team member makes a commitment on what
they will complete for the rest of the team to hear.
● Scrum specifies that the meetings should be timeboxed to 15 minutes.
● Only ‘committed’ team members are involved, with each participant answering 3 questions:
o What did you do yesterday?
o What will you do today?
o What’s in your way?
Daily Stand-up Meeting
Copyright 2014, Simplilearn, All rights reserved.13
Multiple Open source tools are available are:
● Agile specific project management tools (e.g. xplanner)
● Continuous integration build tools (e.g. cruise control)
● Automated testing tools (e.g. Junit, Fitnesse)
● Agile software configuration management tools (e.g. subversion)
Agile Tooling
Copyright 2014, Simplilearn, All rights reserved.14
Natasha Lisovskii, the Scrum Master at Nutri Worldwide was monitoring an R&D project of developing a new
Customer Relationship Management software package. Despite following Agile methodology, the project was behind
schedule. The graphic below shows how the team members were working in silos and communicating through e-mails
and physical documents.
List the changes that the Agile coach should implement to reduce the communication gap within the team.
Communication Gap—Example
Write verification
scripts to validate
results
Testers
Monitors the
R&D Project
Scrum Master
Translate the
information into
executable
codes
Developers
Extract
knowledge about
requirements
from customers
Business Analysts
Copyright 2014, Simplilearn, All rights reserved.15
Listed are some of the recommended changes to help the team overcome the issues faced:
Communication Gap Example—Explanation
Ensure daily stand up meetings are conducted.
Use minimal documentation and increase face to face communication.
Use Kanban/Task board to track the progress of the user stories.
Use Burnup and Burndown charts to show the progress of the sprint and
release.
Introduce video and audio conferencing facilities.
Copyright 2014, Simplilearn, All rights reserved.16
Tony Orlando, the Executive Vice President of Sales and Marketing at Fairfax was asked about the
primary reason behind project failures. The reason cited was the contradictory goals of different
stakeholders working on the same project. The graphic below showcases the challenge faced.
Real Life Example
Demands a good
user experience
Wants to write good
and clean codes
Want the product to succeed
Lack of communication between different stakeholders
Developer Marketing, Sales, and Finance Personnel Customer
Copyright 2014, Simplilearn, All rights reserved.17
Tony cited that the failure of new initiatives was due to disconnect between business units
(marketing, sales, and finance) and IT goals. It was out of these seemingly contradictory goals that
the Agile development framework was born, and its principles are very important in business today.
In Agile, the focus shifts from the project to the product. The graphic below shows the
communication channels and iterations required for the success of the organization.
Real Life Example—Explanation
Collaboration and communication between different stakeholders
Developer CustomerMarketing, Sales, and Finance Personnel
 
Copyright 2014, Simplilearn, All rights reserved.18
Quiz
Copyright 2014, Simplilearn, All rights reserved.19
QUIZ
a.
b.
c.
d.
Which of the following is not a sign of bad Agile team spaces?
1
Appropriate information radiators in the workspace
Minimal interaction
Stale artifacts
Ugly spaces
Copyright 2014, Simplilearn, All rights reserved.20
QUIZ
a.
b.
c.
d.
Which of the following is not a sign of bad Agile team spaces?
1
Answer: b.
Explanation: Appropriate information radiators is a sign of ideal Agile team spaces. All the
other options listed are signs of bad agile team spaces.
Appropriate information radiators in the workspace
Minimal interaction
Stale artifacts
Ugly spaces
Copyright 2014, Simplilearn, All rights reserved.21
QUIZ
a.
b.
c.
d.
Which of the following is most true about the daily stand-up meeting?
2
It is a meeting to discuss the problems only
They are not status sessions for the project manager
It is a two minute stand-up meeting for the management team
The team gets together to discuss the status
Copyright 2014, Simplilearn, All rights reserved.22
QUIZ
a.
b.
c.
d.
Which of the following is most true about the daily stand-up meeting?
2
Answer: c.
Explanation: Daily stand-up meetings are not status sessions for the project manager;
rather they are team member commitments in front of the team.
It is a meeting to discuss the problems only
They are not status sessions for the project manager
It is a two minute stand-up meeting for the management team
The team gets together to discuss the status
Copyright 2014, Simplilearn, All rights reserved.23
QUIZ
a.
b.
c.
d.
Which of the following is the most effective communication under the modeling
options?3
Video communication
Face-to-face communication
Email
Voice communication
Copyright 2014, Simplilearn, All rights reserved.24
QUIZ
a.
b.
c.
d.
Which of the following is the most effective communication under the modeling
options?3
Answer: c.
Explanation: Face-to-face communication is the best form of communication under the
modeling options.
Video communication
Face-to-face communication
Email
Voice communication
Copyright 2014, Simplilearn, All rights reserved.25
QUIZ
a.
b.
c.
d.
Which of the following is not a characteristic of an ideal information radiator?
4
Current
Influential
Permanent
Simple
Copyright 2014, Simplilearn, All rights reserved.26
QUIZ
a.
b.
c.
d.
Which of the following is not a characteristic of an ideal information radiator?
4
Answer: d.
Explanation: Information radiators should be transient. Problems or errors, once rectified
should be removed so as to show progress in the project.
Current
Influential
Permanent
Simple
Copyright 2014, Simplilearn, All rights reserved.27
QUIZ
a.
b.
c.
d.
Can osmotic communication occur with a distributed team?
5
Yes, all communication is osmotic
No, osmotic communication can only occur in person
No, distributed teams can not truly apply agile techniques
Yes, if they use IM, have a live video feed, and email cc lists
Copyright 2014, Simplilearn, All rights reserved.28
QUIZ
a.
b.
c.
d.
Can osmotic communication occur with a distributed team?
5
Answer: a.
Explanation: Although osmotic communications are best applied in team room settings, a
virtual experience can be achieved using tooling like IM, live video feeds, email, and other
information sharing techniques.
Yes, all communication is osmotic
No, osmotic communication can only occur in person
No, distributed teams can not truly apply agile techniques
Yes, if they use IM, have a live video feed, and email cc lists
Copyright 2014, Simplilearn, All rights reserved.29
QUIZ
a.
b.
c.
d.
Which of the following is not a reflection of a co-located team?
6
Incidental interaction leads to productivity
Formal logging of knowledge
Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards
Issues resolved informally, in a timely manner
Copyright 2014, Simplilearn, All rights reserved.30
QUIZ
a.
b.
c.
d.
Which of the following is not a reflection of a co-located team?
6
Answer: c.
Explanation: Distributed teams rely more on formal logging of knowledge, co-located team
can rely more on informal information sharing and osmotic communication.
Incidental interaction leads to productivity
Formal logging of knowledge
Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards
Issues resolved informally, in a timely manner
Copyright 2014, Simplilearn, All rights reserved.31
QUIZ
a.
b.
c.
d.
What are the caves and commons?
7
A design pattern found in many web based architectures
Caves are senior team members while the commons are for average team members
The sprint backlog is referred to as the caves while the product backlog is the commons
A shared workspace for the team and a closed door room for private conversations
Copyright 2014, Simplilearn, All rights reserved.32
QUIZ
a.
b.
c.
d.
What are the caves and commons?
7
Answer: a.
Explanation: A shared workspace for the team and a closed door room for private
conversations or for concentrated activities. This term was first referenced in Stewart
Brand's book How Buildings Learn and can be found on the Extreme Programming website.
A design pattern found in many web based architectures
Caves are senior team members while the commons are for average team members
The sprint backlog is referred to as the caves while the product backlog is the commons
A shared workspace for the team and a closed door room for private conversations
Copyright 2014, Simplilearn, All rights reserved.33
QUIZ
a.
b.
c.
d.
Which of the following is not part of the daily stand-up set of questions?
8
What will you do tomorrow?
What is the your current velocity?
What’s in your way?
What did you do yesterday?
Copyright 2014, Simplilearn, All rights reserved.34
QUIZ
a.
b.
c.
d.
Which of the following is not part of the daily stand-up set of questions?
8
Answer: c.
Explanation: Velocity is a metric that is determined at the completion of a sprint or
iteration. It is not part of the daily stand-up.
What will you do tomorrow?
What is the your current velocity?
What’s in your way?
What did you do yesterday?
Copyright 2014, Simplilearn, All rights reserved.35
● The most valuable technique for project success is Communication.
● In documentation and modelling communication methods, more the human
interaction, more enriched and effective the communication.
● An information radiator displays information in a place where passersby can
see it and there are three broad types.
● There are differences in co-located and distributed teams as well as tools
and techniques that work well with both of them.
● Osmotic communication occurs when information is overheard in the
background of the team room and some of it is absorbed via osmosis.
Summary
Here is a quick
recap of what was
covered in this
lesson:
Copyright 2014, Simplilearn, All rights reserved.36
Copyright 2014, Simplilearn, All rights reserved.PMI® & ACP are the registered marks of Project Management Institute, Inc.
THANK YOU

Contenu connexe

Tendances

PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-ii
PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-iiPMI-ACP Lesson 01 Nugget 2 Agile Methodologies-ii
PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-iiThanh Nguyen
 
An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)CA Technologies
 
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling AgileYuval Yeret
 
PMI ACP Prep Course
PMI ACP Prep CoursePMI ACP Prep Course
PMI ACP Prep Coursesparkagility
 
Agile Project management
Agile Project managementAgile Project management
Agile Project managementBabu Appat
 
PMI-ACP Lesson 9 Agile Risk Management
PMI-ACP Lesson 9 Agile Risk ManagementPMI-ACP Lesson 9 Agile Risk Management
PMI-ACP Lesson 9 Agile Risk ManagementThanh Nguyen
 
Waterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project ManagementWaterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project ManagementJonathan Donado
 
Release wednesdays and the agile release train upload
Release wednesdays and the agile release train   uploadRelease wednesdays and the agile release train   upload
Release wednesdays and the agile release train uploadChris Smith
 
What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?Tuan Yang
 
What is Agile Methodology?
What is Agile Methodology?What is Agile Methodology?
What is Agile Methodology?QA InfoTech
 
Being Agile with Scrum - koders.co
Being Agile with Scrum - koders.coBeing Agile with Scrum - koders.co
Being Agile with Scrum - koders.coEnder Aydin Orak
 
Agile Testing: The Role Of The Agile Tester
Agile Testing: The Role Of The Agile TesterAgile Testing: The Role Of The Agile Tester
Agile Testing: The Role Of The Agile TesterDeclan Whelan
 

Tendances (20)

PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-ii
PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-iiPMI-ACP Lesson 01 Nugget 2 Agile Methodologies-ii
PMI-ACP Lesson 01 Nugget 2 Agile Methodologies-ii
 
An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)An Introduction to Scaled Agile Framework (SAFe)
An Introduction to Scaled Agile Framework (SAFe)
 
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile10 Essential SAFe(tm) patterns you should focus on when scaling Agile
10 Essential SAFe(tm) patterns you should focus on when scaling Agile
 
PMI ACP Prep Course
PMI ACP Prep CoursePMI ACP Prep Course
PMI ACP Prep Course
 
Agile Project management
Agile Project managementAgile Project management
Agile Project management
 
Scrum 101
Scrum 101 Scrum 101
Scrum 101
 
PMI-ACP Lesson 9 Agile Risk Management
PMI-ACP Lesson 9 Agile Risk ManagementPMI-ACP Lesson 9 Agile Risk Management
PMI-ACP Lesson 9 Agile Risk Management
 
An Overview of SAFe
An Overview of SAFeAn Overview of SAFe
An Overview of SAFe
 
Scrum Framework
Scrum FrameworkScrum Framework
Scrum Framework
 
Waterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project ManagementWaterfall vs Agile : A Beginner's Guide in Project Management
Waterfall vs Agile : A Beginner's Guide in Project Management
 
Scrum best practices
Scrum best practicesScrum best practices
Scrum best practices
 
Release wednesdays and the agile release train upload
Release wednesdays and the agile release train   uploadRelease wednesdays and the agile release train   upload
Release wednesdays and the agile release train upload
 
Kanban VS Scrum
Kanban VS ScrumKanban VS Scrum
Kanban VS Scrum
 
What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?What are the Tools & Techniques in Agile Project Management?
What are the Tools & Techniques in Agile Project Management?
 
Agile Methodology
Agile MethodologyAgile Methodology
Agile Methodology
 
AXELOS - PRINCE2® Foundation
AXELOS - PRINCE2® FoundationAXELOS - PRINCE2® Foundation
AXELOS - PRINCE2® Foundation
 
What is Agile Methodology?
What is Agile Methodology?What is Agile Methodology?
What is Agile Methodology?
 
Being Agile with Scrum - koders.co
Being Agile with Scrum - koders.coBeing Agile with Scrum - koders.co
Being Agile with Scrum - koders.co
 
Agile Testing: The Role Of The Agile Tester
Agile Testing: The Role Of The Agile TesterAgile Testing: The Role Of The Agile Tester
Agile Testing: The Role Of The Agile Tester
 
Scaling Agile
Scaling Agile Scaling Agile
Scaling Agile
 

En vedette

Rapid Software Development Process
Rapid Software Development ProcessRapid Software Development Process
Rapid Software Development ProcessThanh Nguyen
 
PMI-ACP Lesson 05 Agile Analysis and Design
PMI-ACP Lesson 05 Agile Analysis and DesignPMI-ACP Lesson 05 Agile Analysis and Design
PMI-ACP Lesson 05 Agile Analysis and DesignThanh Nguyen
 
PMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityPMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityThanh Nguyen
 
PMI-ACP Lesson 04 Nugget 1 Agile Estimation
PMI-ACP Lesson 04 Nugget 1 Agile EstimationPMI-ACP Lesson 04 Nugget 1 Agile Estimation
PMI-ACP Lesson 04 Nugget 1 Agile EstimationThanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1Thanh Nguyen
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4Thanh Nguyen
 
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and AdoptingPMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and AdoptingThanh Nguyen
 
4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got thereSimplilearn
 
Agile project management framework
Agile project management frameworkAgile project management framework
Agile project management frameworkstefanhenry
 
ITIL Foundation Training
ITIL Foundation TrainingITIL Foundation Training
ITIL Foundation Trainingstefanhenry
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...Edureka!
 

En vedette (13)

Rapid Software Development Process
Rapid Software Development ProcessRapid Software Development Process
Rapid Software Development Process
 
PMI-ACP Lesson 05 Agile Analysis and Design
PMI-ACP Lesson 05 Agile Analysis and DesignPMI-ACP Lesson 05 Agile Analysis and Design
PMI-ACP Lesson 05 Agile Analysis and Design
 
PMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 QualityPMI-ACP Lesson 06 Quality
PMI-ACP Lesson 06 Quality
 
PMI-ACP Lesson 04 Nugget 1 Agile Estimation
PMI-ACP Lesson 04 Nugget 1 Agile EstimationPMI-ACP Lesson 04 Nugget 1 Agile Estimation
PMI-ACP Lesson 04 Nugget 1 Agile Estimation
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
PMI-ACP Lesson 12 Knowledge and Skills Nugget 2
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
PMI-ACP Lesson 12 Knowledge and Skills Nugget 3
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
PMI-ACP Lesson 12 Knowledge and Skills Nugget 1
 
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
PMI-ACP Lesson 12 Knowledge and Skills Nugget 4
 
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and AdoptingPMI-ACP Lesson 03 Nugget 3  Agile Planning, Monitoring, and Adopting
PMI-ACP Lesson 03 Nugget 3 Agile Planning, Monitoring, and Adopting
 
4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there4 young millionaires: Who they are and how they got there
4 young millionaires: Who they are and how they got there
 
Agile project management framework
Agile project management frameworkAgile project management framework
Agile project management framework
 
ITIL Foundation Training
ITIL Foundation TrainingITIL Foundation Training
ITIL Foundation Training
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
 

Similaire à PMI-ACP Lesson 02 Agile Communication

Agile Protoyping in Academia
Agile Protoyping in AcademiaAgile Protoyping in Academia
Agile Protoyping in AcademiaDavid F. Flanders
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...Derk-Jan de Grood
 
Agile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsAgile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsDoniel Wilson
 
Agile Requirements Management
Agile Requirements Management Agile Requirements Management
Agile Requirements Management Liana Underwood
 
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgilePMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgileThanh Nguyen
 
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...ProductCamp Boston
 
190228 service design in japan en
190228 service design in japan en190228 service design in japan en
190228 service design in japan enKenji Hiramoto
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017AgileNZ Conference
 
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroWebinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroAngela Sun
 
Google Design sprint
Google Design sprintGoogle Design sprint
Google Design sprintBruno Mendes
 
Walk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXWalk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXuxpin
 
Marketing scrum at VODW dag
Marketing scrum at VODW dagMarketing scrum at VODW dag
Marketing scrum at VODW dagJeroen Molenaar
 
TRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPETRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPEHuman Capital Media
 
Scrum 18 months later
Scrum 18 months laterScrum 18 months later
Scrum 18 months laterCraig Brown
 
Introducing Agile Methodologies
Introducing Agile MethodologiesIntroducing Agile Methodologies
Introducing Agile MethodologiesStfalcon Meetups
 
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Liana Underwood
 

Similaire à PMI-ACP Lesson 02 Agile Communication (20)

Agile Protoyping in Academia
Agile Protoyping in AcademiaAgile Protoyping in Academia
Agile Protoyping in Academia
 
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...Agile Business Day 2020 - Refinement- Unlock the full potential of your refi...
Agile Business Day 2020 - Refinement - Unlock the full potential of your refi...
 
Agile Requirements Agile Philly Handouts
Agile Requirements Agile Philly HandoutsAgile Requirements Agile Philly Handouts
Agile Requirements Agile Philly Handouts
 
Agile Requirements Management
Agile Requirements Management Agile Requirements Management
Agile Requirements Management
 
Testers in an agile world
Testers in an agile worldTesters in an agile world
Testers in an agile world
 
Restless developer
Restless developerRestless developer
Restless developer
 
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to AgilePMI-ACP Lesson 01 Nugget 1 Introduction to Agile
PMI-ACP Lesson 01 Nugget 1 Introduction to Agile
 
Ben Mkt 347 Week 4
Ben Mkt 347 Week 4Ben Mkt 347 Week 4
Ben Mkt 347 Week 4
 
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
128 -The Great Migration What I Learned Transitioning 1000 Customers To Our N...
 
190228 service design in japan en
190228 service design in japan en190228 service design in japan en
190228 service design in japan en
 
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
Modern Agile – What's It Good For? - Jacob Creech - AgileNZ 2017
 
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality HeroWebinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
Webinar | Good Guys vs. Bad Data: How to Be a Data Quality Hero
 
Google Design sprint
Google Design sprintGoogle Design sprint
Google Design sprint
 
Walk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UXWalk, Don't Run: Incremental Change in Enterprise UX
Walk, Don't Run: Incremental Change in Enterprise UX
 
Marketing scrum at VODW dag
Marketing scrum at VODW dagMarketing scrum at VODW dag
Marketing scrum at VODW dag
 
Research
ResearchResearch
Research
 
TRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPETRANSFORMING THE LEARNER’S LANDSCAPE
TRANSFORMING THE LEARNER’S LANDSCAPE
 
Scrum 18 months later
Scrum 18 months laterScrum 18 months later
Scrum 18 months later
 
Introducing Agile Methodologies
Introducing Agile MethodologiesIntroducing Agile Methodologies
Introducing Agile Methodologies
 
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
Doniel Wilson Presents: Surviving the Shift. Agile and its Impact to your Fut...
 

Plus de Thanh Nguyen

Building a NFT Marketplace DApp
Building a NFT Marketplace DAppBuilding a NFT Marketplace DApp
Building a NFT Marketplace DAppThanh Nguyen
 
Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Thanh Nguyen
 
The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀Thanh Nguyen
 
Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Thanh Nguyen
 
E301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSE301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSThanh Nguyen
 
Serverless Data Lake on AWS
Serverless Data Lake on AWSServerless Data Lake on AWS
Serverless Data Lake on AWSThanh Nguyen
 
SmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncSmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncThanh Nguyen
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractThanh Nguyen
 
Amazon AWS Free-Tier
Amazon AWS Free-TierAmazon AWS Free-Tier
Amazon AWS Free-TierThanh Nguyen
 
PMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperPMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperThanh Nguyen
 
PMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersPMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersThanh Nguyen
 
PMI-ACP Case Study
PMI-ACP Case StudyPMI-ACP Case Study
PMI-ACP Case StudyThanh Nguyen
 
PMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisPMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisThanh Nguyen
 
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationPMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationThanh Nguyen
 
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationPMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationThanh Nguyen
 
PMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationPMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationThanh Nguyen
 

Plus de Thanh Nguyen (16)

Building a NFT Marketplace DApp
Building a NFT Marketplace DAppBuilding a NFT Marketplace DApp
Building a NFT Marketplace DApp
 
Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡Serverless Architecture 101 ⚡
Serverless Architecture 101 ⚡
 
The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀The fundamentals of AWS Cloud Security 🛠⛅️🚀
The fundamentals of AWS Cloud Security 🛠⛅️🚀
 
Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern Migrating Monolithic Applications with the Strangler Pattern
Migrating Monolithic Applications with the Strangler Pattern
 
E301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaSE301 Elastic Beanstalk PaaS
E301 Elastic Beanstalk PaaS
 
Serverless Data Lake on AWS
Serverless Data Lake on AWSServerless Data Lake on AWS
Serverless Data Lake on AWS
 
SmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSyncSmartChat WhatsApp-clone using AWS Amplify AppSync
SmartChat WhatsApp-clone using AWS Amplify AppSync
 
Introduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart ContractIntroduction to Ethereum Blockchain & Smart Contract
Introduction to Ethereum Blockchain & Smart Contract
 
Amazon AWS Free-Tier
Amazon AWS Free-TierAmazon AWS Free-Tier
Amazon AWS Free-Tier
 
PMI ACP Classroom Question Paper
PMI ACP Classroom Question PaperPMI ACP Classroom Question Paper
PMI ACP Classroom Question Paper
 
PMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with AnswersPMI ACP Classroom Question Paper with Answers
PMI ACP Classroom Question Paper with Answers
 
PMI-ACP Case Study
PMI-ACP Case StudyPMI-ACP Case Study
PMI-ACP Case Study
 
PMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream AnalysisPMI-ACP Lesson 11 Agile Value Stream Analysis
PMI-ACP Lesson 11 Agile Value Stream Analysis
 
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based PrioritizationPMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
PMI-ACP Lesson 08 Nugget 2 Agile & Scrum - Value-Based Prioritization
 
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based PrioritizationPMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
PMI-ACP Lesson 08 Nugget 1 Agile & Scrum Value-based Prioritization
 
PMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills NegotiationPMI-ACP Lesson 07 Soft Skills Negotiation
PMI-ACP Lesson 07 Soft Skills Negotiation
 

Dernier

digital Human resource management presentation.pdf
digital Human resource management presentation.pdfdigital Human resource management presentation.pdf
digital Human resource management presentation.pdfArtiSrivastava23
 
Persuasive and Communication is the art of negotiation.
Persuasive and Communication is the art of negotiation.Persuasive and Communication is the art of negotiation.
Persuasive and Communication is the art of negotiation.aruny7087
 
The Psychology Of Motivation - Richard Brown
The Psychology Of Motivation - Richard BrownThe Psychology Of Motivation - Richard Brown
The Psychology Of Motivation - Richard BrownSandaliGurusinghe2
 
International Ocean Transportation p.pdf
International Ocean Transportation p.pdfInternational Ocean Transportation p.pdf
International Ocean Transportation p.pdfAlejandromexEspino
 
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siliguri
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime SiliguriSiliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siliguri
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siligurimeghakumariji156
 
Beyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentBeyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentNimot Muili
 
Safety T fire missions army field Artillery
Safety T fire missions army field ArtillerySafety T fire missions army field Artillery
Safety T fire missions army field ArtilleryKennethSwanberg
 
internship thesis pakistan aeronautical complex kamra
internship thesis pakistan aeronautical complex kamrainternship thesis pakistan aeronautical complex kamra
internship thesis pakistan aeronautical complex kamraAllTops
 
How Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxHow Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxAaron Stannard
 
Marketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxMarketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxssuserf63bd7
 
Information Technology Project Management, Revised 7th edition test bank.docx
Information Technology Project Management, Revised 7th edition test bank.docxInformation Technology Project Management, Revised 7th edition test bank.docx
Information Technology Project Management, Revised 7th edition test bank.docxssuserf63bd7
 
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot ModelGautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNitya salvi
 
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professional
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professionalW.H.Bender Quote 62 - Always strive to be a Hospitality Service professional
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professionalWilliam (Bill) H. Bender, FCSI
 

Dernier (14)

digital Human resource management presentation.pdf
digital Human resource management presentation.pdfdigital Human resource management presentation.pdf
digital Human resource management presentation.pdf
 
Persuasive and Communication is the art of negotiation.
Persuasive and Communication is the art of negotiation.Persuasive and Communication is the art of negotiation.
Persuasive and Communication is the art of negotiation.
 
The Psychology Of Motivation - Richard Brown
The Psychology Of Motivation - Richard BrownThe Psychology Of Motivation - Richard Brown
The Psychology Of Motivation - Richard Brown
 
International Ocean Transportation p.pdf
International Ocean Transportation p.pdfInternational Ocean Transportation p.pdf
International Ocean Transportation p.pdf
 
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siliguri
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime SiliguriSiliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siliguri
Siliguri Escorts Service Girl ^ 9332606886, WhatsApp Anytime Siliguri
 
Beyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable developmentBeyond the Codes_Repositioning towards sustainable development
Beyond the Codes_Repositioning towards sustainable development
 
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTECAbortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
Abortion pills in Jeddah |• +966572737505 ] GET CYTOTEC
 
Safety T fire missions army field Artillery
Safety T fire missions army field ArtillerySafety T fire missions army field Artillery
Safety T fire missions army field Artillery
 
internship thesis pakistan aeronautical complex kamra
internship thesis pakistan aeronautical complex kamrainternship thesis pakistan aeronautical complex kamra
internship thesis pakistan aeronautical complex kamra
 
How Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptxHow Software Developers Destroy Business Value.pptx
How Software Developers Destroy Business Value.pptx
 
Marketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docxMarketing Management 16th edition by Philip Kotler test bank.docx
Marketing Management 16th edition by Philip Kotler test bank.docx
 
Information Technology Project Management, Revised 7th edition test bank.docx
Information Technology Project Management, Revised 7th edition test bank.docxInformation Technology Project Management, Revised 7th edition test bank.docx
Information Technology Project Management, Revised 7th edition test bank.docx
 
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot ModelGautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Gautam Buddh Nagar Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professional
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professionalW.H.Bender Quote 62 - Always strive to be a Hospitality Service professional
W.H.Bender Quote 62 - Always strive to be a Hospitality Service professional
 

PMI-ACP Lesson 02 Agile Communication

  • 1. Copyright 2014, Simplilearn, All rights reserved.1 PMI® & ACP are the registered marks of Project Management Institute, Inc. Copyright 2014, Simplilearn, All rights reserved. Agile Communication PMI®—Agile Certified Practitioner (PMI-ACP)®
  • 2. Copyright 2014, Simplilearn, All rights reserved.2 ● Define project communication ● Differentiate between various types of project communication ● Describe Agile tooling After completing this lesson, you will be able to: Objectives
  • 3. Copyright 2014, Simplilearn, All rights reserved.3 Project Communication Every project manager quickly learns that the most valuable technique for project success is communication. However, there are many different types of communication and not all of them are as effective at communicating ideas. Agile emphasizes that the most effective communication occurs face-to-face.
  • 4. Copyright 2014, Simplilearn, All rights reserved.4 Information Radiators "An information radiator displays information in a place where passersby can see it. With information radiators, the passersby don't need to ask any question; the information simply hits them as they pass."—Alistair Cockburn ● This concept was invented by Alistair Cockburn. ● Information radiators enable team members to view the current state of the project and its progress. ● Most Agile teams implement it to some degree in their processes. ● Most popular information radiators are: o Task boards o Big visible charts (Includes burndown charts) o Continuous integration build health indicators (Including lava lamps and street lights)
  • 5. Copyright 2014, Simplilearn, All rights reserved.5 Task Board The image represents an example of task board which is used as information radiator during project implementation.
  • 6. Copyright 2014, Simplilearn, All rights reserved.6 Big Visible Charts These are a part of the information radiator family and are referenced as part of the Extreme Programming (XP). ● Intent for these is to provide information to the team and also non-team members, easily and without a lot of context ● These charts are casual, usually hand-drawn, big, and showcase important project information ● It’s working when: ○ people stop and read the charts; ○ team members don’t complain about updating them; and ○ they reflect the reality of the project.
  • 7. Copyright 2014, Simplilearn, All rights reserved.7 Effective Information Radiators Effective information radiators should be: ● Simple: Brief and concise. ● Stark: Errors should not be masked, rather should be used to improve the work and performance. ● Current: Information displayed should be the latest. ● Transient: Once the problem has been rectified, it should be taken off from the chart. ● Influential: Empowers the team to take decisions. ● Highly visible: Easy to see and understand. ● Minimal in number: Not so many that they drown out other information.
  • 8. Copyright 2014, Simplilearn, All rights reserved.8 Team Space Team space is sometimes referred to as a ‘war room.’ This involves getting the entire team together in one room and working on factors that foster communication as well as motivation leading to higher productivity.
  • 9. Copyright 2014, Simplilearn, All rights reserved.9 Signs of Bad Team Space Bad team spaces can lead to chaotic and unproductive team output.
  • 10. Copyright 2014, Simplilearn, All rights reserved.10 Two types of teams can be identified. Co-located vs. Distributed Teams Distributed TeamCo-located Team ● Team members seated together in a room, creating a “war room” ● Issues resolved informally in a timely manner ● Incidental interaction leads to productivity ● Team decides which roles to adopt based on sprint goals ● Team leverage tactile, low cost solutions ● Teams distributed geographically, either locally or globally ● Formal logging of knowledge ● Structured use of processes ● Explicit role definition via tasks ● Exploiting technology for collaboration
  • 11. Copyright 2014, Simplilearn, All rights reserved.11 Osmotic Communications Osmotic communication occurs when information is overheard in the background of the team room and some of it is absorbed via osmosis. Distributed TeamCo-located Team ● Team members to be seated in a war room so as to overhear useful information ● Caves and Commons pattern: ‘Caves’: for phone calls, short meetings, or for team members to concentrate ● ‘Commons’: open, shared workspaces for the team where osmotic communication occurs ● Use of live video conferencing ● Use of group chat Instant Messaging ● When sending mail, choose the recipient(s) and CC the rest of the team ● Forums or corporate information hubs
  • 12. Copyright 2014, Simplilearn, All rights reserved.12 Daily stand-up meetings share progress on the sprint or iteration. Team members stand to keep the meeting focused and short. The stand-up is where each team member makes a commitment on what they will complete for the rest of the team to hear. ● Scrum specifies that the meetings should be timeboxed to 15 minutes. ● Only ‘committed’ team members are involved, with each participant answering 3 questions: o What did you do yesterday? o What will you do today? o What’s in your way? Daily Stand-up Meeting
  • 13. Copyright 2014, Simplilearn, All rights reserved.13 Multiple Open source tools are available are: ● Agile specific project management tools (e.g. xplanner) ● Continuous integration build tools (e.g. cruise control) ● Automated testing tools (e.g. Junit, Fitnesse) ● Agile software configuration management tools (e.g. subversion) Agile Tooling
  • 14. Copyright 2014, Simplilearn, All rights reserved.14 Natasha Lisovskii, the Scrum Master at Nutri Worldwide was monitoring an R&D project of developing a new Customer Relationship Management software package. Despite following Agile methodology, the project was behind schedule. The graphic below shows how the team members were working in silos and communicating through e-mails and physical documents. List the changes that the Agile coach should implement to reduce the communication gap within the team. Communication Gap—Example Write verification scripts to validate results Testers Monitors the R&D Project Scrum Master Translate the information into executable codes Developers Extract knowledge about requirements from customers Business Analysts
  • 15. Copyright 2014, Simplilearn, All rights reserved.15 Listed are some of the recommended changes to help the team overcome the issues faced: Communication Gap Example—Explanation Ensure daily stand up meetings are conducted. Use minimal documentation and increase face to face communication. Use Kanban/Task board to track the progress of the user stories. Use Burnup and Burndown charts to show the progress of the sprint and release. Introduce video and audio conferencing facilities.
  • 16. Copyright 2014, Simplilearn, All rights reserved.16 Tony Orlando, the Executive Vice President of Sales and Marketing at Fairfax was asked about the primary reason behind project failures. The reason cited was the contradictory goals of different stakeholders working on the same project. The graphic below showcases the challenge faced. Real Life Example Demands a good user experience Wants to write good and clean codes Want the product to succeed Lack of communication between different stakeholders Developer Marketing, Sales, and Finance Personnel Customer
  • 17. Copyright 2014, Simplilearn, All rights reserved.17 Tony cited that the failure of new initiatives was due to disconnect between business units (marketing, sales, and finance) and IT goals. It was out of these seemingly contradictory goals that the Agile development framework was born, and its principles are very important in business today. In Agile, the focus shifts from the project to the product. The graphic below shows the communication channels and iterations required for the success of the organization. Real Life Example—Explanation Collaboration and communication between different stakeholders Developer CustomerMarketing, Sales, and Finance Personnel  
  • 18. Copyright 2014, Simplilearn, All rights reserved.18 Quiz
  • 19. Copyright 2014, Simplilearn, All rights reserved.19 QUIZ a. b. c. d. Which of the following is not a sign of bad Agile team spaces? 1 Appropriate information radiators in the workspace Minimal interaction Stale artifacts Ugly spaces
  • 20. Copyright 2014, Simplilearn, All rights reserved.20 QUIZ a. b. c. d. Which of the following is not a sign of bad Agile team spaces? 1 Answer: b. Explanation: Appropriate information radiators is a sign of ideal Agile team spaces. All the other options listed are signs of bad agile team spaces. Appropriate information radiators in the workspace Minimal interaction Stale artifacts Ugly spaces
  • 21. Copyright 2014, Simplilearn, All rights reserved.21 QUIZ a. b. c. d. Which of the following is most true about the daily stand-up meeting? 2 It is a meeting to discuss the problems only They are not status sessions for the project manager It is a two minute stand-up meeting for the management team The team gets together to discuss the status
  • 22. Copyright 2014, Simplilearn, All rights reserved.22 QUIZ a. b. c. d. Which of the following is most true about the daily stand-up meeting? 2 Answer: c. Explanation: Daily stand-up meetings are not status sessions for the project manager; rather they are team member commitments in front of the team. It is a meeting to discuss the problems only They are not status sessions for the project manager It is a two minute stand-up meeting for the management team The team gets together to discuss the status
  • 23. Copyright 2014, Simplilearn, All rights reserved.23 QUIZ a. b. c. d. Which of the following is the most effective communication under the modeling options?3 Video communication Face-to-face communication Email Voice communication
  • 24. Copyright 2014, Simplilearn, All rights reserved.24 QUIZ a. b. c. d. Which of the following is the most effective communication under the modeling options?3 Answer: c. Explanation: Face-to-face communication is the best form of communication under the modeling options. Video communication Face-to-face communication Email Voice communication
  • 25. Copyright 2014, Simplilearn, All rights reserved.25 QUIZ a. b. c. d. Which of the following is not a characteristic of an ideal information radiator? 4 Current Influential Permanent Simple
  • 26. Copyright 2014, Simplilearn, All rights reserved.26 QUIZ a. b. c. d. Which of the following is not a characteristic of an ideal information radiator? 4 Answer: d. Explanation: Information radiators should be transient. Problems or errors, once rectified should be removed so as to show progress in the project. Current Influential Permanent Simple
  • 27. Copyright 2014, Simplilearn, All rights reserved.27 QUIZ a. b. c. d. Can osmotic communication occur with a distributed team? 5 Yes, all communication is osmotic No, osmotic communication can only occur in person No, distributed teams can not truly apply agile techniques Yes, if they use IM, have a live video feed, and email cc lists
  • 28. Copyright 2014, Simplilearn, All rights reserved.28 QUIZ a. b. c. d. Can osmotic communication occur with a distributed team? 5 Answer: a. Explanation: Although osmotic communications are best applied in team room settings, a virtual experience can be achieved using tooling like IM, live video feeds, email, and other information sharing techniques. Yes, all communication is osmotic No, osmotic communication can only occur in person No, distributed teams can not truly apply agile techniques Yes, if they use IM, have a live video feed, and email cc lists
  • 29. Copyright 2014, Simplilearn, All rights reserved.29 QUIZ a. b. c. d. Which of the following is not a reflection of a co-located team? 6 Incidental interaction leads to productivity Formal logging of knowledge Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards Issues resolved informally, in a timely manner
  • 30. Copyright 2014, Simplilearn, All rights reserved.30 QUIZ a. b. c. d. Which of the following is not a reflection of a co-located team? 6 Answer: c. Explanation: Distributed teams rely more on formal logging of knowledge, co-located team can rely more on informal information sharing and osmotic communication. Incidental interaction leads to productivity Formal logging of knowledge Team leverage tactile, low cost solutions like whiteboards, post-its, and index cards Issues resolved informally, in a timely manner
  • 31. Copyright 2014, Simplilearn, All rights reserved.31 QUIZ a. b. c. d. What are the caves and commons? 7 A design pattern found in many web based architectures Caves are senior team members while the commons are for average team members The sprint backlog is referred to as the caves while the product backlog is the commons A shared workspace for the team and a closed door room for private conversations
  • 32. Copyright 2014, Simplilearn, All rights reserved.32 QUIZ a. b. c. d. What are the caves and commons? 7 Answer: a. Explanation: A shared workspace for the team and a closed door room for private conversations or for concentrated activities. This term was first referenced in Stewart Brand's book How Buildings Learn and can be found on the Extreme Programming website. A design pattern found in many web based architectures Caves are senior team members while the commons are for average team members The sprint backlog is referred to as the caves while the product backlog is the commons A shared workspace for the team and a closed door room for private conversations
  • 33. Copyright 2014, Simplilearn, All rights reserved.33 QUIZ a. b. c. d. Which of the following is not part of the daily stand-up set of questions? 8 What will you do tomorrow? What is the your current velocity? What’s in your way? What did you do yesterday?
  • 34. Copyright 2014, Simplilearn, All rights reserved.34 QUIZ a. b. c. d. Which of the following is not part of the daily stand-up set of questions? 8 Answer: c. Explanation: Velocity is a metric that is determined at the completion of a sprint or iteration. It is not part of the daily stand-up. What will you do tomorrow? What is the your current velocity? What’s in your way? What did you do yesterday?
  • 35. Copyright 2014, Simplilearn, All rights reserved.35 ● The most valuable technique for project success is Communication. ● In documentation and modelling communication methods, more the human interaction, more enriched and effective the communication. ● An information radiator displays information in a place where passersby can see it and there are three broad types. ● There are differences in co-located and distributed teams as well as tools and techniques that work well with both of them. ● Osmotic communication occurs when information is overheard in the background of the team room and some of it is absorbed via osmosis. Summary Here is a quick recap of what was covered in this lesson:
  • 36. Copyright 2014, Simplilearn, All rights reserved.36 Copyright 2014, Simplilearn, All rights reserved.PMI® & ACP are the registered marks of Project Management Institute, Inc. THANK YOU