Home > Articles

This chapter is from the book

Life Cycles in Practice

Summarizing the relevant definitions so far:

  • Predictive life cycle: A project life cycle that is structured to execute sequentially along a linear path

  • Adaptive life cycle: A project life cycle that is iterative or incremental as it provides for proving less understood concepts or requirements over a series of repeated steps

  • Hybrid life cycle: A project life cycle that contains elements of both predictive and adaptive approaches in which each is used to achieve greater overall effectiveness than could be achieved by using either approach alone

The project management development approach and delivery cadence can impact the phases of a project life cycle. If a project team adopts a predictive life cycle, then the project life cycle will likely be a traditional waterfall-like linear sequence of phases. However, if the team selects an adaptive development approach, the project life cycle will be made up of cyclical loops. These loops gradually produce the needed project outcomes as the deliverables of each loop are subjected to stakeholder feedback.

To aid in learning these often subtle differences, it is appropriate to take a look at some sample life cycles in practice from industry applications.

Industry Application: Predictive Life Cycle

Predictive life cycles are associated with clear phases; the project is constrained to develop requirements early and to stay with the original requirements and design plans that were created at the start of the project. The PMBOK® Guide – Sixth Edition, now part of the PMIstandards+ online guide, states the following in Appendix X-3:

  • Define requirements up front, before development begins.

  • Deliver plans to develop the eventual deliverable, and then deliver only a single final product at the end of the project timeline.

  • Constrain change as much as possible and as early as possible.

  • Involve key stakeholders at specific milestones and stage gate reviews.

  • Control risk and cost through detailed planning of mostly knowable considerations.

Each sector has its own typical version of a predictive project life cycle. Because both the terminology and importance of deliverables are different across domains, each sector has naturally evolved its own detailed approach.

Predictive Life Cycle Example 1

For this example, we consider the construction industry. This example leverages a predictive life cycle, as shown in Figure 4-9.

Figure 4-9

Figure 4-9 Construction Example Using a Predictive Life Cycle

The key phases in a construction life cycle could be:

  • Feasibility: Evaluating the feasibility of the construction project

  • Design: Involving architects and designing a schematic definition of the project

  • Permits: Ensuring that the project is approved by the jurisdictional authorities either before or after construction, as appropriate

  • Site work: Clearing the ground, installing temporary power and utilities, and inspecting

  • Foundation: Excavating, pouring concrete, creating basement walls, waterproofing, and insulating

  • Framing and utilities: Installing joists, framing walls, and installing plumbing, electrical, HVAC

  • Sheathing: Installing roof decking, shingles, doors, and windows

  • Finishing: Installing insulation, drywall, paint and wallpaper, cabinets, tile, and appliances

  • Acceptance: Conducting a walk-through and inspection, developing and completing the final punch list, obtaining final acceptance, and getting local government final approval for occupancy

Predictive Life Cycle Example 2

Software development is increasingly associated with an adaptive approach because software is more often delivered through modules of code that accomplish a specific task. However, not all software can or should be delivered this way. Historically, many well-known systems development life cycles have used a sequential, phased approach to deliver software. Therefore, it is very important to show how a software project might use the predictive life cycle.

Representative key phases in a software development life cycle (also known as a systems development life cycle, or SDLC), as illustrated in Figure 4-10, are:

  • Feasibility: During this phase, the customer’s problems are defined and a business analyst elicits high-level requirements. Feasibility and preliminary project scope are completed.

  • Analysis: The business analyst works with the software development team to design an acceptable solution for the customer. The deliverable is the design document. Additionally, the project manager finalizes the baseline cost and schedule, secures resources, and establishes a timeline and budget.

  • Requirements gathering: The business or systems analyst conducts a detailed needs analysis and documents software and functional specifications.

  • Design: Software designers use the documentation to establish the initial concepts of the system architecture, including interfaces between modules and where certain functions will take place.

  • Detailed design: The technical team creates a complete detailed design to meet all requirements, obtain approval, and hand over documentation to programmers for coding.

  • Coding: Programmers code software and conduct some unit testing. They hand over the software to the quality assurance department for testing.

  • Testing: The quality assurance staff conducts comprehensive unit testing.

  • System integration: The team assembles the entire set of modules so that they can be tested according to how they perform with each other and integrate with other related systems.

  • Acceptance testing: The team conducts final testing of the completed system in an environment that matches the production environment as closely as possible. The customer analyzes the acceptance test results and, if satisfactory, signs the acceptance agreement.

  • Deployment: The operation phase begins after customer acceptance. The project manager and appropriate team members determine a deployment strategy, complete documentation, train staff, and deploy the software.

Figure 4-10

Figure 4-10 Software/Systems Development Life Cycle Example Using a Predictive Life Cycle

The process shown in Figure 4-10 is characterized as a predictive life cycle because the completed steps are generally not revisited again. For example, when the requirements are firmed up, they are not changed during the detailed design, coding, and testing steps. If the software development life cycle shown in Figure 4-10 is to succeed using this predictive life cycle approach, the business/system analysts must have fully complete requirements. Likewise, the coding team must have the final software architecture and detailed design documentation before software construction begins. A wide array of specialized staff is involved in this predictive life cycle.

The sequential nature of the SDLC approach does not preclude some level of iteration. If the requirements change in a minor way based on customer feedback or testing failure, the project team can certainly revisit these minor changes through revised design, coding, and testing. The idea is to discover these issues as early as possible because the cost of changing a system can increase as more of it is developed through the project’s life cycle.

However, if significant changes tend to be required frequently, or even if new requirements are injected into the project at later stages, this can have a significant impact on the prior design or coding stages, making it necessary to revisit these stages; in such situations, the predictive software development life cycle is not appropriate. Because modern software development projects tend to accommodate changes that have greater impact regularly, software development project teams are likely to consider an adaptive life cycle today for many such projects.

Industry Application: Adaptive Life Cycle

Adaptive life cycles are associated with the iteration and gradual delivery of working components over several iterations. As such, a project is less constrained to develop requirements early and, therefore, allows modifications as the deliverables are finally reviewed; this often makes the end product very different from what might have been articulated at the start of the project. The PMBOK® Guide – Sixth Edition, now part of the PMIstandards+ online guide, states the following in Appendix X-3:

  • Requirements can be elaborated during delivery.

  • Key users or stakeholders are regularly involved in the life cycle to improve the outcome.

  • Input from stakeholders often requires repetition of the previous phase.

According to the PMBOK® Guide – Seventh Edition, adaptive life cycles have some distinct characteristics:

  • Iterative life cycle: An adaptive life cycle in which development occurs through continuous refinement over the life of the project

  • Incremental life cycle: An adaptive life cycle in which development occurs in small increments, gradually forming the end deliverable through segments

  • Cadence: A rhythm of activities conducted throughout a project

  • Delivery cadence: The timing and frequency of project deliverables

Adaptive Life Cycle Example: Adaptive Software Development

Figure 4-11 illustrates a software life cycle example as an adaptive life cycle. It includes some typical elements of an iterative adaptive software development life cycle. When the business analysis step is complete and requirements are captured (generally in writing), a prototype is implemented to demonstrate to the end user the product’s overall features. This prototype is not necessarily fully functional but is developed to give the stakeholders a concept of how the requirements can be implemented. You can see that a fully functional pilot is being demonstrated to the stakeholders at the end of the coding step. In each step, the goal is to gather insights and rework the outcomes of the previous step in the life cycle.

Figure 4-11

Figure 4-11 Iterative Adaptive Software Development Life Cycle

This life cycle derives benefits from stakeholder feedback and team insights. Critical risks are mitigated in this approach. The requirements might not have been clear in the beginning, but a prototype can clarify the requirements. Where complexity is high, you can see that a fully functional pilot can likely ensure that the deployment will be successful. A vital characteristic of the adaptive life cycle is cadence—how often a prototype, pilot, or deliverable is ready for review. In adaptive software development, the project is understood to involve a frequent cadence of incorporating stakeholder feedback early. Therefore, Figure 4-11 shows that the final deliverable appears in successively refined stages at the prototype, pilot, testing, and deployment stages.

Industry Application: Hybrid Life Cycle

As mentioned earlier in this chapter, in a hybrid development approach, some elements of a predictive approach are used along with some elements of an adaptive approach. Consider the following characteristics of a hybrid life cycle:

  • There is both an opportunity and a need to leverage the strengths of both approaches.

  • This approach is practical when compliance requirements demand that certain aspects of the deliverable be implemented in a very predictable way. Still, the core nature of the solution may need to be determined entirely through iteration in a simulated environment.

  • This approach is practical when there is project management maturity in the organization and when the project team is familiar with both approaches. The team then can bring together the two approaches to develop a new model for project delivery that is suitable for the organizational needs.

It is helpful at this point to look at an industry example of the implementation of a hybrid life cycle.

Hybrid Life Cycle Example: Small Restaurant Business

Sam and Mary Oduwa are talented chefs. Recent changes in the restaurant business environment and their professional careers prompted them to consider starting a restaurant. Working with their daughter, Myra, who is adept in technical matters, they focused on a two-step process: First, they want to create a virtual restaurant to understand their customers better and refine their menu. Second, they want to move to a physical restaurant near their hometown.

Due to the relatively stable technology and flexible options for food delivery, Sam and Mary believe they can get going quickly. Their supportive local bank successfully approved their business proposal for funding to start their virtual restaurant business, and they obtained the needed permits from their local government office.

Sam and Mary visualized three stages through which their business could progress and created a timeline consisting of a one-month period for each stage (see Figure 4-12).

Figure 4-12

Figure 4-12 A Hybrid Project to Open a Small Restaurant

In an adaptive life cycle, these short, repetitive timelines can be referred to as sprints. Each sprint typically lasts one to four weeks. Sam and Mary considered the following phases as incremental approaches toward their final restaurant opening:

  1. Cook at home.

  2. Rent a kitchen near their home.

  3. Open a restaurant in a single location.

Sam and Mary also recognized that, although they could be very flexible with the first two phases, the third phase would require a more detailed plan, and the physical restaurant would need to be fully functional upon opening. Therefore, although they could use an adaptive approach for the first two phases (involving concept, construct/deliver, and close steps for each phase), they would need to develop a sequential plan to successfully implement the final restaurant location. Food menus and customer reputation could be iteratively built through the adaptive phases so they would be ready to implement in phase 3. However, the physical location would require a step-by-step development approach to be ready to serve customers.

Knowing that the third phase would likely take longer than the previous two phases, and knowing that it would have very defined dependencies, Sam and Mary started the predictive plan for phase 3 in parallel with the first two adaptive phases. This allowed them to select the location, get permits, design the renovation, sign construction contracts, and procure the necessary equipment and furniture, all while perfecting their menus at home and serving their first customers using equipment in their rented kitchen. When all these preliminary steps were complete, they could quickly move into their new location and be ready for their restaurant’s grand opening.

This restaurant business development example demonstrates combined characteristics of adaptive and predictive approaches—a hybrid life cycle.

Pearson IT Certification Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Pearson IT Certification and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Pearson IT Certification products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by Adobe Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.pearsonitcertification.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020