SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
Digital Engineering:
Top 5 Imperatives
for Communications,
Media and Technology
Companies
Many companies share similar digital objectives. Here are
our recommendations for realizing five common digital
goals, and a look at a few companies that have succeeded
with meeting them.
July 2018
DIGITAL BUSINESS
22
Digital Business
| Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies
EXECUTIVE SUMMARY
Digital initiatives are on the radar for most communications, media and technology
companies. At the highest level, the goal is to deliver more valuable software, more quickly.
But for too many companies, the specifics of pursuing digital are hazy. What real-world
business problems does the digital pursuit solve? How do people, process and technology
need to come together to solve those problems? Where is the best place to start?
In our conversations with clients about digital transformation, the same five business
imperatives continuously surface: Increasing the pace of getting new products in users’
hands. Aligning the business and IT strategy. Breaking down organizational silos. Developing
a world-class user experience. Ensuring cost-effectiveness.
This white paper describes each of these goals, our recommendations for achieving them,
and a real-life example of how we’ve helped companies meet each objective.
3Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies |
Digital Business
INCREASE THE PACE AND VELOCITY
OF PRODUCT DEVELOPMENT
Scenarios like this one play out every day: A product manager comes to the IT organization with a
request to move quickly on a high-priority project. The IT team answers, “We could do this, but we
don’t have the resources.” If the project is critical enough, the business might offer to fund it, in which
case IT pulls resources from other projects. IT finds itself consistently in reaction mode, responding to
requests by building costly, one-off systems and custom code.
Recommendation
Standardize on a cloud-native application development platform and adopt modern software engineer-
ing practices such as continuous integration/continuous delivery (CI/CD) and build-measure-learn.
Such a development platform eliminates impediments to pace and velocity, such as:
•	 Variations in cycle time.
•	 Inconsistent feedback loops.
•	 Lack of integration between release and test cycles.
•	 No common code repository.
•	 Inability to build 12-factor compliant, cloud-native apps despite having some full-stack automation
and test data management.
Real-World Engagement
A communications service provider came to its IT team with an urgent request to customize its ERP
application to comply with new customer-billing legislation. When IT said the project would take six
months, the business unit offered to fund the project to get priority.
We recommended that the CSP instead invest that money in a cloud-native application development
platform and standardized development practices. The cost of the platform is spread across all proj-
ects, including the original red-button project. The outcomes:
•	 The platform has become a catalyst for alignment between the business and IT. It’s where the
business and IT come together to prioritize the backlog and decide on what and how to develop.
•	 IT understands what’s coming down the pipeline and can assign priority to new feature sugges-
tions in collaboration with the business organization. No more surprises.
•	 The transition to cloud-native applications helps developers become more agile and continuously
improve software products.
GOAL1
4 | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies
ALIGN THE IT STRATEGY WITH THE BUSINESS
Misalignment between business imperatives and IT strategy is the most common problem we see
within communications, media and tech companies. One symptom of misalignment is that the busi-
ness prioritizes spending for “keeping the lights on” over spending for transformation. IT isn’t aware
of business priorities, and therefore can’t align its efforts with those priorities.
Recommendation
Adjust the organizational structure so that the teams responsible for keeping the business running,
innovating and reimagining the user experience don’t have to compete for resources. Some compa-
nies do this by creating a transformation office, while others embed a business owner in IT. Still others
embed an IT product owner in the business organization.
Real-World Engagement
Facing the reality that hardware is increasingly becoming commoditized, a biomedical research hard-
ware manufacturer is differentiating itself through its software solutions. However, the IT organization
had its hands full keeping the lights on by managing a growing portfolio of custom, commercial-off-the-
shelf and software as a service (SaaS) applications. The IT group had the expertise to develop software
that worked – but not the elegant user experience that would result in a competitive advantage.
We worked with the manufacturer to provide a modern application development platform and to coach
the development team on how to apply product engineering principles to software development. We
introduced key tenets of modern software engineering such as build-measure-learn, CI/CD, a micro-
services architecture, paired programming and balanced teams centered around full-stack developers.
Adjust the organizational structure so
that the teams responsible for keeping the
business running, innovating and reimagining
the user experience don’t have to compete
for resources.
GOAL2
GOAL3
Standardize on a single data architecture
and cloud-native development platform
for all departments.
5Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies |
CONNECT ORGANIZATIONAL IT SILOES TOGETHER
At some enterprises, different departments and business units have their own IT teams that work in
isolation. One of our clients, a semiconductor company, had different IT teams, platforms and data
architectures for fabrication, product development, marketing and sales. The problem: The teams
couldn’t leverage each others’ work, slowing down new product development and impeding agility.
Recommendation
Standardize on a single data architecture and cloud-native development platform for all departments.
The various business functions can still maintain separate IT teams, but the teams gain synergies by
sharing the same development platform, data architecture and code repositories.
Real-World Engagement
Over time, the semiconductor manufacturer had worked with multiple vendors on IT projects for
different parts of the organization. Code and processes developed in one area could not be applied
to others. We introduced a standardized data architecture and platform for all departments, as well
as a digital engineering approach: build-measure-learn with minimum viable products. The outcomes:
•	 Lower costs, achieved through reduced cycle times, continuous releases and less redundant code
construction for ERP application customization and custom code development.
•	 Increased agility and faster velocity for new feature introduction, speeding up new product devel-
opment cycles by more than 30%.
6
Digital Business
| Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies
DESIGN A WORLD-CLASS USER EXPERIENCE
Today’s workforce and marketplace expect a curated digital experience. Software that works isn’t
enough; users also expect an efficient and elegant user experience. But internal teams often have to
make do with a bare-bones interface.
Recommendation
Place the user at the center of software design. The goal is to delight the user — both through the
features and the experience.
With monolithic applications, developers can’t change the user interface without also touching the
business logic and database. Adding a new feature often takes so long that the user doesn’t need it
once it finally arrives.
Microservices architectures make it easier to focus on the user throughout the development process
and to evolve as quickly as user needs are identified. The basic idea is to build the application from
discrete microservices that connect via open application programming interfaces (APIs). If a user
wants something new, IT can modify a set of microservices without touching and re-testing the others.
Real-World Engagement
For a communications service provider, unidentified Wi-Fi dead spots were leading to lower customer
satisfaction and high technical support costs. The CSP wanted to develop two versions of a readiness
app — one for field technicians and another for customers.
We took a cloud-native development approach, using microservices to enable the CSP to continuously
improve its apps based on user feedback. The service technician’s version of the app uses augmented
reality to test for dead spots, sharing data with the service-ticketing and dispatch organizations. Cus-
tomers are offered a self-service version of the same app. The microservices architecture enables the
CSP to very quickly add new features. Outcomes include:
•	 Almost 50% less code rework time.
•	 Increased customer satisfaction.
•	 Reduced ticketing costs.
GOAL4
Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies | 7
Digital Business
Microservices architectures
make it easier to focus on
the user throughout the
development process and
to evolve as quickly as user
needs are identified.
8
Digital Business
| Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies
DRIVE COST EFFICIENCY THROUGH
APPLICATION TRANSFORMATION
Many communications, media and technology companies want to develop cloud-native apps. The twin
barriers are lack of a platform and scarcity of talent.
Recommendation
Start by rationalizing the application portfolio. Rank applications based on their business value,
cloud-native readiness and your organization’s IT capabilities.
Real-World Engagement
With a large and disparate array of applications from custom code, SaaS and commercial off-the-shelf
applications, our client, a mobile operator, did not know where to start on the journey to application
modernization. Competing demands from infrastructure teams, finance and the business forced the
IT team into a reactive posture to app transformation.
Value stream is a consultative, learn-by-doing approach that enables organizations to strengthen the
application transformation journey through application portfolio assessments and prioritization of
effort through the lens of economic relevance, business impact and technical feasibility. The result is
a robust, prioritized backlog roadmap.
The mobile operator was able to not only quickly identify the quick wins needed to pursue cloud-native
apps, but also prioritize a backlog based on multiple variables and stick to the plan. The outcomes:
•	 A standardized view of a balanced, portfolio-level cloud migration effort.
•	 Cost efficiencies from platform standardization and code re-use.
•	 A widely publicized and agreed upon roadmap for prioritization efforts.
GOAL 5
9Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies |
Digital Business
LOOKING FORWARD
Your company may be seeking to accomplish one, two or all of the goals described in this white paper.
Based on experiences gleaned from more than 100 client engagements, we recommend the following
path forward:
•	 Develop a strategy and execution plan to move to cloud-native applications, enabling software
development at pace and velocity:
»» Embrace application deconstruction and build microservices.
»» Upskill practitioners and look for full-stack developers.
»» Look for a partner to teach paired programming.
•	 Create alignment between the IT organization and your business strategy by creating owner-
ship constructs between the two organizations:
»» Consider a dedicated transformation office.
»» Implement combined performance metrics.
»» Don’t underestimate the importance of cultural change.
•	 Focus on users, making their needs the center of every stage of the software development
lifecycle.
»» Include UI/UX expertise in every developer pod.
»» Release continuously and evolve your backlog to consider real-time feedback.
»» Take a vertical slice through the application to generate a code backlog based on user
feedback, not service layers.
10
Digital Business
| Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies
Ingo Piroth
Vice-President, Digital
Engineering for Cognizant
Digital Business’s
Communications, Media and
Technology Practice
Ingo Piroth is the Vice-President of Digital Engineering for Cogni-
zant Digital Business’s Communications, Media and Technology
Practice. In this role, he focuses on applying cloud-native applica-
tion development and modern software engineering principles to
execute digital transformation. Ingo can be reached at Ingo@cogni-
zant.com | www.linkedin.com/in/piroth.
ABOUT THE AUTHOR
COGNIZANT DIGITAL BUSINESS
As part of Cognizant Digital Business, our Digital Engineering Practice provides people, processes and technology to accelerate your journey
to modern, cloud-based applications. We help you win in the digital economy by bringing valued software products to market more quickly.
Our method: combining a deep understanding of user needs with an agile, test-driven development process and automation. You’ll measure
success in terms of continuous improvement, faster software velocity and a shift in your application development budget from remediation
to innovation. Visit Cognizant Digital Engineering at www.cognizant.com/cognizant-digital-business/digital-engineering-services.
ABOUT COGNIZANT
Cognizant (Nasdaq-100: CTSH) is one of the world’s leading professional services companies, transforming clients’ business, operating and
technology models for the digital era. Our unique industry-based, consultative approach helps clients envision, build and run more innova-
tive and efficient businesses. Headquartered in the U.S., Cognizant is ranked 195 on the Fortune 500 and is consistently listed among the
most admired companies in the world. Learn how Cognizant helps clients lead with digital at www.cognizant.com or follow us @Cognizant.
© Copyright 2018, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means,electronic,
mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All
other trademarks mentioned herein are the property of their respective owners.
TL Codex 3771
World Headquarters
500 Frank W. Burr Blvd.
Teaneck, NJ 07666 USA
Phone: +1 201 801 0233
Fax: +1 201 801 0243
Toll Free: +1 888 937 3277
European Headquarters
1 Kingdom Street
Paddington Central
London W2 6BD England
Phone: +44 (0) 20 7297 7600
Fax: +44 (0) 20 7121 0102
India Operations Headquarters
#5/535 Old Mahabalipuram Road
Okkiyam Pettai, Thoraipakkam
Chennai, 600 096 India
Phone: +91 (0) 44 4209 6000
Fax: +91 (0) 44 4209 6060

Contenu connexe

Tendances

AAPT INDIA - Case Study
AAPT INDIA - Case StudyAAPT INDIA - Case Study
AAPT INDIA - Case StudyIOTAP
 
Business agility imperatives smarter solutions-transformation-icty 2011-1
Business agility imperatives smarter solutions-transformation-icty 2011-1Business agility imperatives smarter solutions-transformation-icty 2011-1
Business agility imperatives smarter solutions-transformation-icty 2011-1zslmarketing
 
Creating a Communications System Built for Hybrid Work
Creating a Communications System Built for Hybrid WorkCreating a Communications System Built for Hybrid Work
Creating a Communications System Built for Hybrid WorkInteractiveNEC
 
11 Steps to Tune Your Enterprise App Machine
11 Steps to Tune Your Enterprise App Machine11 Steps to Tune Your Enterprise App Machine
11 Steps to Tune Your Enterprise App MachineMendix
 
Forrester Report: Master DevOps For Faster Delivery Of Software Innovation
Forrester Report: Master DevOps For Faster Delivery Of Software InnovationForrester Report: Master DevOps For Faster Delivery Of Software Innovation
Forrester Report: Master DevOps For Faster Delivery Of Software InnovationSEBASTIEN DENES
 
Microservices in cloud-based infrastructure
Microservices in cloud-based infrastructureMicroservices in cloud-based infrastructure
Microservices in cloud-based infrastructureGunnar Menzel
 
Emerging Trends of Software Engineering
Emerging Trends of Software Engineering Emerging Trends of Software Engineering
Emerging Trends of Software Engineering DR. Ram Kumar Pathak
 
Innover + Connecter
Innover + ConnecterInnover + Connecter
Innover + ConnecterPalmHavas
 
The New Role of the Architect - Central to growing your business in today’s d...
The New Role of the Architect - Central to growing your business in today’s d...The New Role of the Architect - Central to growing your business in today’s d...
The New Role of the Architect - Central to growing your business in today’s d...Capgemini
 
Encanvas executive Briefing 2017
Encanvas executive Briefing 2017Encanvas executive Briefing 2017
Encanvas executive Briefing 2017Newton Day Uploads
 
The Secrets of Design-Driven Enterprises
The Secrets of Design-Driven EnterprisesThe Secrets of Design-Driven Enterprises
The Secrets of Design-Driven EnterprisesMendix
 
NEC's Top 10 Strategic Smart Enterprise Drivers 2022
NEC's Top 10 Strategic Smart Enterprise Drivers 2022NEC's Top 10 Strategic Smart Enterprise Drivers 2022
NEC's Top 10 Strategic Smart Enterprise Drivers 2022InteractiveNEC
 
Tech Trends 2016
Tech Trends 2016Tech Trends 2016
Tech Trends 2016Steven Hill
 
IT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryIT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryLawal Adekunle
 

Tendances (20)

AAPT INDIA - Case Study
AAPT INDIA - Case StudyAAPT INDIA - Case Study
AAPT INDIA - Case Study
 
Build an Application Integration Strategy
Build an Application Integration StrategyBuild an Application Integration Strategy
Build an Application Integration Strategy
 
Business agility imperatives smarter solutions-transformation-icty 2011-1
Business agility imperatives smarter solutions-transformation-icty 2011-1Business agility imperatives smarter solutions-transformation-icty 2011-1
Business agility imperatives smarter solutions-transformation-icty 2011-1
 
Creating a Communications System Built for Hybrid Work
Creating a Communications System Built for Hybrid WorkCreating a Communications System Built for Hybrid Work
Creating a Communications System Built for Hybrid Work
 
Manufacturing Forum 2016
Manufacturing Forum 2016Manufacturing Forum 2016
Manufacturing Forum 2016
 
Software modernization
Software modernizationSoftware modernization
Software modernization
 
11 Steps to Tune Your Enterprise App Machine
11 Steps to Tune Your Enterprise App Machine11 Steps to Tune Your Enterprise App Machine
11 Steps to Tune Your Enterprise App Machine
 
Forrester Report: Master DevOps For Faster Delivery Of Software Innovation
Forrester Report: Master DevOps For Faster Delivery Of Software InnovationForrester Report: Master DevOps For Faster Delivery Of Software Innovation
Forrester Report: Master DevOps For Faster Delivery Of Software Innovation
 
To Accelerate IT Innovation, Think like a Rocket Scientist
To Accelerate IT Innovation, Think like a Rocket ScientistTo Accelerate IT Innovation, Think like a Rocket Scientist
To Accelerate IT Innovation, Think like a Rocket Scientist
 
Implement collaboration platform
Implement collaboration platformImplement collaboration platform
Implement collaboration platform
 
Microservices in cloud-based infrastructure
Microservices in cloud-based infrastructureMicroservices in cloud-based infrastructure
Microservices in cloud-based infrastructure
 
Emerging Trends of Software Engineering
Emerging Trends of Software Engineering Emerging Trends of Software Engineering
Emerging Trends of Software Engineering
 
Innover + Connecter
Innover + ConnecterInnover + Connecter
Innover + Connecter
 
The New Role of the Architect - Central to growing your business in today’s d...
The New Role of the Architect - Central to growing your business in today’s d...The New Role of the Architect - Central to growing your business in today’s d...
The New Role of the Architect - Central to growing your business in today’s d...
 
Encanvas executive Briefing 2017
Encanvas executive Briefing 2017Encanvas executive Briefing 2017
Encanvas executive Briefing 2017
 
The Secrets of Design-Driven Enterprises
The Secrets of Design-Driven EnterprisesThe Secrets of Design-Driven Enterprises
The Secrets of Design-Driven Enterprises
 
NEC's Top 10 Strategic Smart Enterprise Drivers 2022
NEC's Top 10 Strategic Smart Enterprise Drivers 2022NEC's Top 10 Strategic Smart Enterprise Drivers 2022
NEC's Top 10 Strategic Smart Enterprise Drivers 2022
 
Tech Trends 2016
Tech Trends 2016Tech Trends 2016
Tech Trends 2016
 
IT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the IndustryIT Career Development - An Introduction into the Industry
IT Career Development - An Introduction into the Industry
 
Select collaboration platform
Select collaboration platformSelect collaboration platform
Select collaboration platform
 

Similaire à Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies

Low code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarLow code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarSwatantra Kumar
 
Customize Transformation For A Personalized Experience
Customize Transformation For A Personalized ExperienceCustomize Transformation For A Personalized Experience
Customize Transformation For A Personalized ExperienceLCDF
 
10 Application Modernization Principles that Enhance the Digital Journey
10 Application Modernization Principles that Enhance the Digital Journey10 Application Modernization Principles that Enhance the Digital Journey
10 Application Modernization Principles that Enhance the Digital JourneyCognizant
 
Why IT Struggles With Digital Transformation and What to Do About It
Why IT Struggles With Digital Transformation and What to Do About ItWhy IT Struggles With Digital Transformation and What to Do About It
Why IT Struggles With Digital Transformation and What to Do About Itrun_frictionless
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesCognizant
 
Low-Code Development Platform.pdf
Low-Code Development Platform.pdfLow-Code Development Platform.pdf
Low-Code Development Platform.pdfAshutosh Kalbande
 
How to build an it transformation roadmap
How to build an it transformation roadmapHow to build an it transformation roadmap
How to build an it transformation roadmapInnesGerrard
 
Future of Enterprise Integration
Future of Enterprise IntegrationFuture of Enterprise Integration
Future of Enterprise IntegrationCognizant
 
Are Software Development Companies Getting An Upgrade With Digital Transforma...
Are Software Development Companies Getting An Upgrade With Digital Transforma...Are Software Development Companies Getting An Upgrade With Digital Transforma...
Are Software Development Companies Getting An Upgrade With Digital Transforma...Techahead Software
 
17 Must-Do's to Create a Product-Centric IT Organization
17 Must-Do's to Create a Product-Centric IT Organization17 Must-Do's to Create a Product-Centric IT Organization
17 Must-Do's to Create a Product-Centric IT OrganizationCognizant
 
Software Engineering: Designing a Better Experience for Communications, Media...
Software Engineering: Designing a Better Experience for Communications, Media...Software Engineering: Designing a Better Experience for Communications, Media...
Software Engineering: Designing a Better Experience for Communications, Media...Cognizant
 
Digital Agility: The Key to Innovation in the Digital Age (eBook)
Digital Agility: The Key to Innovation in the Digital Age (eBook)Digital Agility: The Key to Innovation in the Digital Age (eBook)
Digital Agility: The Key to Innovation in the Digital Age (eBook)Todd Erskine
 
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...Cognizant
 
Reshape your digital transformation strategy using low code platforms
Reshape your digital transformation strategy using low code platformsReshape your digital transformation strategy using low code platforms
Reshape your digital transformation strategy using low code platformsEnterprise Bot
 
Low Code Platforms - Ebook
Low Code Platforms - EbookLow Code Platforms - Ebook
Low Code Platforms - EbookWaveMaker, Inc.
 
Software Development
Software DevelopmentSoftware Development
Software Developmentloviedigital
 
The Future of Applications: Three Strategies for the High-velocity, Software-...
The Future of Applications: Three Strategies for the High-velocity, Software-...The Future of Applications: Three Strategies for the High-velocity, Software-...
The Future of Applications: Three Strategies for the High-velocity, Software-...Accenture Technology
 
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...HokuApps
 

Similaire à Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies (20)

Low code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra KumarLow code - empower the capability to accelerate | Swatantra Kumar
Low code - empower the capability to accelerate | Swatantra Kumar
 
Customize Transformation For A Personalized Experience
Customize Transformation For A Personalized ExperienceCustomize Transformation For A Personalized Experience
Customize Transformation For A Personalized Experience
 
10 Application Modernization Principles that Enhance the Digital Journey
10 Application Modernization Principles that Enhance the Digital Journey10 Application Modernization Principles that Enhance the Digital Journey
10 Application Modernization Principles that Enhance the Digital Journey
 
Why IT Struggles With Digital Transformation and What to Do About It
Why IT Struggles With Digital Transformation and What to Do About ItWhy IT Struggles With Digital Transformation and What to Do About It
Why IT Struggles With Digital Transformation and What to Do About It
 
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital InitiativesEnhancing Desirability: Five Considerations for Winning Digital Initiatives
Enhancing Desirability: Five Considerations for Winning Digital Initiatives
 
Low-Code Development Platform.pdf
Low-Code Development Platform.pdfLow-Code Development Platform.pdf
Low-Code Development Platform.pdf
 
How to build an it transformation roadmap
How to build an it transformation roadmapHow to build an it transformation roadmap
How to build an it transformation roadmap
 
Future of Enterprise Integration
Future of Enterprise IntegrationFuture of Enterprise Integration
Future of Enterprise Integration
 
Are Software Development Companies Getting An Upgrade With Digital Transforma...
Are Software Development Companies Getting An Upgrade With Digital Transforma...Are Software Development Companies Getting An Upgrade With Digital Transforma...
Are Software Development Companies Getting An Upgrade With Digital Transforma...
 
17 Must-Do's to Create a Product-Centric IT Organization
17 Must-Do's to Create a Product-Centric IT Organization17 Must-Do's to Create a Product-Centric IT Organization
17 Must-Do's to Create a Product-Centric IT Organization
 
Software Engineering: Designing a Better Experience for Communications, Media...
Software Engineering: Designing a Better Experience for Communications, Media...Software Engineering: Designing a Better Experience for Communications, Media...
Software Engineering: Designing a Better Experience for Communications, Media...
 
Digital Agility: The Key to Innovation in the Digital Age (eBook)
Digital Agility: The Key to Innovation in the Digital Age (eBook)Digital Agility: The Key to Innovation in the Digital Age (eBook)
Digital Agility: The Key to Innovation in the Digital Age (eBook)
 
LEAN ENTERPRISE
LEAN ENTERPRISELEAN ENTERPRISE
LEAN ENTERPRISE
 
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
Continuous Delivery Operating Model for Insurers: Building a Software “Value-...
 
Reshape your digital transformation strategy using low code platforms
Reshape your digital transformation strategy using low code platformsReshape your digital transformation strategy using low code platforms
Reshape your digital transformation strategy using low code platforms
 
Low Code Platforms - Ebook
Low Code Platforms - EbookLow Code Platforms - Ebook
Low Code Platforms - Ebook
 
journey to always-on
journey to always-onjourney to always-on
journey to always-on
 
Software Development
Software DevelopmentSoftware Development
Software Development
 
The Future of Applications: Three Strategies for the High-velocity, Software-...
The Future of Applications: Three Strategies for the High-velocity, Software-...The Future of Applications: Three Strategies for the High-velocity, Software-...
The Future of Applications: Three Strategies for the High-velocity, Software-...
 
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...
HokuApps | Why Your Organisation Should Leverage a Rapid Application Developm...
 

Plus de Cognizant

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Cognizant
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingCognizant
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesCognizant
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition EngineeredCognizant
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...Cognizant
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateCognizant
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...Cognizant
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Cognizant
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Cognizant
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityCognizant
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersCognizant
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalCognizant
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueCognizant
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachCognizant
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudCognizant
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedCognizant
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the FutureCognizant
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformCognizant
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...Cognizant
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of NextCognizant
 

Plus de Cognizant (20)

Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
Using Adaptive Scrum to Tame Process Reverse Engineering in Data Analytics Pr...
 
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-makingData Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
Data Modernization: Breaking the AI Vicious Cycle for Superior Decision-making
 
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional ExperiencesIt Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
It Takes an Ecosystem: How Technology Companies Deliver Exceptional Experiences
 
Intuition Engineered
Intuition EngineeredIntuition Engineered
Intuition Engineered
 
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
The Work Ahead: Transportation and Logistics Delivering on the Digital-Physic...
 
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility MandateThe Work Ahead in Manufacturing: Fulfilling the Agility Mandate
The Work Ahead in Manufacturing: Fulfilling the Agility Mandate
 
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
The Work Ahead in Higher Education: Repaving the Road for the Employees of To...
 
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...Engineering the Next-Gen Digital Claims Organisation for Australian General I...
Engineering the Next-Gen Digital Claims Organisation for Australian General I...
 
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
Profitability in the Direct-to-Consumer Marketplace: A Playbook for Media and...
 
Green Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for SustainabilityGreen Rush: The Economic Imperative for Sustainability
Green Rush: The Economic Imperative for Sustainability
 
Policy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for InsurersPolicy Administration Modernization: Four Paths for Insurers
Policy Administration Modernization: Four Paths for Insurers
 
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with DigitalThe Work Ahead in Utilities: Powering a Sustainable Future with Digital
The Work Ahead in Utilities: Powering a Sustainable Future with Digital
 
AI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to ValueAI in Media & Entertainment: Starting the Journey to Value
AI in Media & Entertainment: Starting the Journey to Value
 
Operations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First ApproachOperations Workforce Management: A Data-Informed, Digital-First Approach
Operations Workforce Management: A Data-Informed, Digital-First Approach
 
Five Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the CloudFive Priorities for Quality Engineering When Taking Banking to the Cloud
Five Priorities for Quality Engineering When Taking Banking to the Cloud
 
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining FocusedGetting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
Getting Ahead With AI: How APAC Companies Replicate Success by Remaining Focused
 
Crafting the Utility of the Future
Crafting the Utility of the FutureCrafting the Utility of the Future
Crafting the Utility of the Future
 
Utilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data PlatformUtilities Can Ramp Up CX with a Customer Data Platform
Utilities Can Ramp Up CX with a Customer Data Platform
 
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
The Work Ahead in Intelligent Automation: Coping with Complexity in a Post-Pa...
 
The Timeline of Next
The Timeline of NextThe Timeline of Next
The Timeline of Next
 

Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies

  • 1. Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies Many companies share similar digital objectives. Here are our recommendations for realizing five common digital goals, and a look at a few companies that have succeeded with meeting them. July 2018 DIGITAL BUSINESS
  • 2. 22 Digital Business | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies EXECUTIVE SUMMARY Digital initiatives are on the radar for most communications, media and technology companies. At the highest level, the goal is to deliver more valuable software, more quickly. But for too many companies, the specifics of pursuing digital are hazy. What real-world business problems does the digital pursuit solve? How do people, process and technology need to come together to solve those problems? Where is the best place to start? In our conversations with clients about digital transformation, the same five business imperatives continuously surface: Increasing the pace of getting new products in users’ hands. Aligning the business and IT strategy. Breaking down organizational silos. Developing a world-class user experience. Ensuring cost-effectiveness. This white paper describes each of these goals, our recommendations for achieving them, and a real-life example of how we’ve helped companies meet each objective.
  • 3. 3Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies | Digital Business INCREASE THE PACE AND VELOCITY OF PRODUCT DEVELOPMENT Scenarios like this one play out every day: A product manager comes to the IT organization with a request to move quickly on a high-priority project. The IT team answers, “We could do this, but we don’t have the resources.” If the project is critical enough, the business might offer to fund it, in which case IT pulls resources from other projects. IT finds itself consistently in reaction mode, responding to requests by building costly, one-off systems and custom code. Recommendation Standardize on a cloud-native application development platform and adopt modern software engineer- ing practices such as continuous integration/continuous delivery (CI/CD) and build-measure-learn. Such a development platform eliminates impediments to pace and velocity, such as: • Variations in cycle time. • Inconsistent feedback loops. • Lack of integration between release and test cycles. • No common code repository. • Inability to build 12-factor compliant, cloud-native apps despite having some full-stack automation and test data management. Real-World Engagement A communications service provider came to its IT team with an urgent request to customize its ERP application to comply with new customer-billing legislation. When IT said the project would take six months, the business unit offered to fund the project to get priority. We recommended that the CSP instead invest that money in a cloud-native application development platform and standardized development practices. The cost of the platform is spread across all proj- ects, including the original red-button project. The outcomes: • The platform has become a catalyst for alignment between the business and IT. It’s where the business and IT come together to prioritize the backlog and decide on what and how to develop. • IT understands what’s coming down the pipeline and can assign priority to new feature sugges- tions in collaboration with the business organization. No more surprises. • The transition to cloud-native applications helps developers become more agile and continuously improve software products. GOAL1
  • 4. 4 | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies ALIGN THE IT STRATEGY WITH THE BUSINESS Misalignment between business imperatives and IT strategy is the most common problem we see within communications, media and tech companies. One symptom of misalignment is that the busi- ness prioritizes spending for “keeping the lights on” over spending for transformation. IT isn’t aware of business priorities, and therefore can’t align its efforts with those priorities. Recommendation Adjust the organizational structure so that the teams responsible for keeping the business running, innovating and reimagining the user experience don’t have to compete for resources. Some compa- nies do this by creating a transformation office, while others embed a business owner in IT. Still others embed an IT product owner in the business organization. Real-World Engagement Facing the reality that hardware is increasingly becoming commoditized, a biomedical research hard- ware manufacturer is differentiating itself through its software solutions. However, the IT organization had its hands full keeping the lights on by managing a growing portfolio of custom, commercial-off-the- shelf and software as a service (SaaS) applications. The IT group had the expertise to develop software that worked – but not the elegant user experience that would result in a competitive advantage. We worked with the manufacturer to provide a modern application development platform and to coach the development team on how to apply product engineering principles to software development. We introduced key tenets of modern software engineering such as build-measure-learn, CI/CD, a micro- services architecture, paired programming and balanced teams centered around full-stack developers. Adjust the organizational structure so that the teams responsible for keeping the business running, innovating and reimagining the user experience don’t have to compete for resources. GOAL2
  • 5. GOAL3 Standardize on a single data architecture and cloud-native development platform for all departments. 5Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies | CONNECT ORGANIZATIONAL IT SILOES TOGETHER At some enterprises, different departments and business units have their own IT teams that work in isolation. One of our clients, a semiconductor company, had different IT teams, platforms and data architectures for fabrication, product development, marketing and sales. The problem: The teams couldn’t leverage each others’ work, slowing down new product development and impeding agility. Recommendation Standardize on a single data architecture and cloud-native development platform for all departments. The various business functions can still maintain separate IT teams, but the teams gain synergies by sharing the same development platform, data architecture and code repositories. Real-World Engagement Over time, the semiconductor manufacturer had worked with multiple vendors on IT projects for different parts of the organization. Code and processes developed in one area could not be applied to others. We introduced a standardized data architecture and platform for all departments, as well as a digital engineering approach: build-measure-learn with minimum viable products. The outcomes: • Lower costs, achieved through reduced cycle times, continuous releases and less redundant code construction for ERP application customization and custom code development. • Increased agility and faster velocity for new feature introduction, speeding up new product devel- opment cycles by more than 30%.
  • 6. 6 Digital Business | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies DESIGN A WORLD-CLASS USER EXPERIENCE Today’s workforce and marketplace expect a curated digital experience. Software that works isn’t enough; users also expect an efficient and elegant user experience. But internal teams often have to make do with a bare-bones interface. Recommendation Place the user at the center of software design. The goal is to delight the user — both through the features and the experience. With monolithic applications, developers can’t change the user interface without also touching the business logic and database. Adding a new feature often takes so long that the user doesn’t need it once it finally arrives. Microservices architectures make it easier to focus on the user throughout the development process and to evolve as quickly as user needs are identified. The basic idea is to build the application from discrete microservices that connect via open application programming interfaces (APIs). If a user wants something new, IT can modify a set of microservices without touching and re-testing the others. Real-World Engagement For a communications service provider, unidentified Wi-Fi dead spots were leading to lower customer satisfaction and high technical support costs. The CSP wanted to develop two versions of a readiness app — one for field technicians and another for customers. We took a cloud-native development approach, using microservices to enable the CSP to continuously improve its apps based on user feedback. The service technician’s version of the app uses augmented reality to test for dead spots, sharing data with the service-ticketing and dispatch organizations. Cus- tomers are offered a self-service version of the same app. The microservices architecture enables the CSP to very quickly add new features. Outcomes include: • Almost 50% less code rework time. • Increased customer satisfaction. • Reduced ticketing costs. GOAL4
  • 7. Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies | 7 Digital Business Microservices architectures make it easier to focus on the user throughout the development process and to evolve as quickly as user needs are identified.
  • 8. 8 Digital Business | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies DRIVE COST EFFICIENCY THROUGH APPLICATION TRANSFORMATION Many communications, media and technology companies want to develop cloud-native apps. The twin barriers are lack of a platform and scarcity of talent. Recommendation Start by rationalizing the application portfolio. Rank applications based on their business value, cloud-native readiness and your organization’s IT capabilities. Real-World Engagement With a large and disparate array of applications from custom code, SaaS and commercial off-the-shelf applications, our client, a mobile operator, did not know where to start on the journey to application modernization. Competing demands from infrastructure teams, finance and the business forced the IT team into a reactive posture to app transformation. Value stream is a consultative, learn-by-doing approach that enables organizations to strengthen the application transformation journey through application portfolio assessments and prioritization of effort through the lens of economic relevance, business impact and technical feasibility. The result is a robust, prioritized backlog roadmap. The mobile operator was able to not only quickly identify the quick wins needed to pursue cloud-native apps, but also prioritize a backlog based on multiple variables and stick to the plan. The outcomes: • A standardized view of a balanced, portfolio-level cloud migration effort. • Cost efficiencies from platform standardization and code re-use. • A widely publicized and agreed upon roadmap for prioritization efforts. GOAL 5
  • 9. 9Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies | Digital Business LOOKING FORWARD Your company may be seeking to accomplish one, two or all of the goals described in this white paper. Based on experiences gleaned from more than 100 client engagements, we recommend the following path forward: • Develop a strategy and execution plan to move to cloud-native applications, enabling software development at pace and velocity: »» Embrace application deconstruction and build microservices. »» Upskill practitioners and look for full-stack developers. »» Look for a partner to teach paired programming. • Create alignment between the IT organization and your business strategy by creating owner- ship constructs between the two organizations: »» Consider a dedicated transformation office. »» Implement combined performance metrics. »» Don’t underestimate the importance of cultural change. • Focus on users, making their needs the center of every stage of the software development lifecycle. »» Include UI/UX expertise in every developer pod. »» Release continuously and evolve your backlog to consider real-time feedback. »» Take a vertical slice through the application to generate a code backlog based on user feedback, not service layers.
  • 10. 10 Digital Business | Digital Engineering: Top 5 Imperatives for Communications, Media and Technology Companies Ingo Piroth Vice-President, Digital Engineering for Cognizant Digital Business’s Communications, Media and Technology Practice Ingo Piroth is the Vice-President of Digital Engineering for Cogni- zant Digital Business’s Communications, Media and Technology Practice. In this role, he focuses on applying cloud-native applica- tion development and modern software engineering principles to execute digital transformation. Ingo can be reached at Ingo@cogni- zant.com | www.linkedin.com/in/piroth. ABOUT THE AUTHOR
  • 11. COGNIZANT DIGITAL BUSINESS As part of Cognizant Digital Business, our Digital Engineering Practice provides people, processes and technology to accelerate your journey to modern, cloud-based applications. We help you win in the digital economy by bringing valued software products to market more quickly. Our method: combining a deep understanding of user needs with an agile, test-driven development process and automation. You’ll measure success in terms of continuous improvement, faster software velocity and a shift in your application development budget from remediation to innovation. Visit Cognizant Digital Engineering at www.cognizant.com/cognizant-digital-business/digital-engineering-services. ABOUT COGNIZANT Cognizant (Nasdaq-100: CTSH) is one of the world’s leading professional services companies, transforming clients’ business, operating and technology models for the digital era. Our unique industry-based, consultative approach helps clients envision, build and run more innova- tive and efficient businesses. Headquartered in the U.S., Cognizant is ranked 195 on the Fortune 500 and is consistently listed among the most admired companies in the world. Learn how Cognizant helps clients lead with digital at www.cognizant.com or follow us @Cognizant. © Copyright 2018, Cognizant. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, transmitted in any form or by any means,electronic, mechanical, photocopying, recording, or otherwise, without the express written permission from Cognizant. The information contained herein is subject to change without notice. All other trademarks mentioned herein are the property of their respective owners. TL Codex 3771 World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ 07666 USA Phone: +1 201 801 0233 Fax: +1 201 801 0243 Toll Free: +1 888 937 3277 European Headquarters 1 Kingdom Street Paddington Central London W2 6BD England Phone: +44 (0) 20 7297 7600 Fax: +44 (0) 20 7121 0102 India Operations Headquarters #5/535 Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, 600 096 India Phone: +91 (0) 44 4209 6000 Fax: +91 (0) 44 4209 6060