Redefining Smart Grid Architectural Thinking Using Stream Computing

Size: px
Start display at page:

Download "Redefining Smart Grid Architectural Thinking Using Stream Computing"

Transcription

1 Cognizant Insights Redefining Smart Grid Architectural Thinking Using Stream Computing Executive Summary After an extended pilot phase, smart meters have moved into the mainstream for measuring the performance of a multiplicity of business functions across the power utilities industry. Moving forward, the next objective is to create new ways of handling large data sets for constructing actionable responses to smart-meter-generated data, particularly when it comes to processes such as validation estimation and evaluation, demand response and load management. As smart meters proliferate across power grids, energy utilities are dealing with huge packets of data coursing through their IT networks. More and more granular data holds the promise of enabling faster and more informed decision making that drives operational improvements and, perhaps, enables consumers to better manage their own power consumption. To get there, however, utilities must first conquer growing network latency challenges caused not only by the huge profusion of smart-meter-generated data but also by processing inefficiencies created by their dependence on more centralized models. Forward-thinking utilities need more distributed and virtual complex event processing models that transform real-time operational data into applied insights. Creating real-time operational knowledge can drive better demand response management, improve quality of service and preempt fraud and service outages before they inflict reputational damage. Rethinking their basic information architecture will help utilities transform their power grids into adaptive and intelligent infrastructures that inform continuous improvements in operational efficiency and business effectiveness. This white paper explores the challenges and benefits of Smart Grid creation and offers concrete thinking on new architectural approaches built on emerging software standards that more effectively leverage established forms of stream computing. 1 It examines new thinking on ways to capture and analyze data generated by smart meters that can help power utilities achieve new thresholds of performance over the near- and long-term, while building better relationships with consumers. We examine how stream data 2 aids usage forecasts (predicted by converting historic data coupled with real-time events into operational KPIs) and identifies anomalies and patterns in an ever-changing and high-transaction environment. In our view, when operational data is transported on a pervasive communication infrastructure (and coupled with two-way communication between utilities and consumers) data integration challenges can be overcome, setting the stage for a brighter and more energy-efficient future. Using Cloud Platforms for Smart Meter Infrastructure One way to unlock the data treasure trove enabled by smart meters is by tapping virtual data processing infrastructure delivered via cloud computing. Clouds offer the advantages of scalable and elastic resources to build software cognizant insights june 2011

2 Consumers and Smart Meters: Interactions on a Cloud Stream Active feedback of pricing Load curtailment signals Pow er co nsum ption data Residential Consumption strea m Pattern Recognition ata Hourly Consumption Prediction d Weather u rod p er ata Commercial Consumption nd o cti Historian w Po Power Generation Figure 1 infrastructure that support such dynamic, always-on applications. But the unique needs of energy informatics applications also highlight the challenges of using cloud platforms, such as the need to support efficient and reliable streaming, low-latency scheduling and scale-out, as well as effective data sharing. Cloud platforms are an intrinsic component in creating a software architecture to drive more effective use of Smart Grid applications. The primary reason: Cloud data centers can accommodate the large-scale data interactions that take place on Smart Grids and are better architected than centralized systems to process the huge, persistent flows of data generated across the utility value chain. Figure 1 shows how this might work within a power utilities company. The computational demand for demand-response applications will be a function of the energy deficit between supply and demand. This typically oscillates based on the time of the day and possible weather conditions. This translates into a need for compute- intensive, low-latency response at midday and limited analysis in off-peak evening hours. The elastic nature of cloud resources makes it possible for utilities to avoid costly capital investment for their peak computation needs. This results in information sharing on real-time energy usage and power pricing. As Figure 1 cognizant insights shows, Smart Grid applications that span smart meters (distributed at the consumer level), cloud platforms (for data integration by service providers) and clusters (at energy utilities) introduce systems heterogeneity, which efficient streaming is positioned to rationalize. The need to perform complex processing with minimal latency over large volumes of data has led to the evolution of various data processing paradigms. Industry majors such as IBM, Oracle, Microsoft and SAP have developed event-oriented application development approaches to decrease the latency in processing large volumes of data. These efforts reveal the following: Since smart meters generate interval data that is time-series in nature, companies need efficient ways of processing queries incrementally and via in-memory technologies. They then need a way to apply the results to their emerging dynamic business process models. Since this buffered data is also stored offline for static analysis, mining, tracing and backtesting, companies need a means of managing and accessing these stores efficiently. As Smart Grids proliferate, businesses require greater data availability rates. Companies can no longer afford to collect all time-series data, load it into a database and then build database indexes for query efficiency. Instead, businesses need 2

3 these queries to be continuously and incrementally computed and updated as new relevant data arrives from smart meter sources. This will avoid the need to re-process existing data. Incremental computation is necessary to create a low-latency response to continuously flowing time-series data. Complex event processing (CEP) is a widely used technique in smart meter data processing, where data is continuously monitored, verified and acted upon, given ongoing and changing conditions. With this approach, data, including the event streams from multiple sources, is processed based on a declarative query language. Importantly, all of this is accomplished with near-zero latency. Event-Driven Data Processing Challenges The key attributes of complex event processing include: Express fundamental query logic: Incorporate windowed processing and time progress as a core component for query logic. Handle error or delayed data: Delayed processing until guaranteed, with no late-arriving events. This increases latency; otherwise, aggressively process event and produce tuples. 3 Extensibility: Given the complexity of meter data and event operations, there is a need to support custom-built streaming logic as libraries. Universal specification: Semantics of query logic need to be independent of when and how programmers physically read and understand events. Applications time, rather than system time, is used to enable a universal time zone. These attributes ensure that with complex event processing, query logic is kept generic regarding how events are read and how their output is interpreted. Tuples should follow universal time, which can be read and processed on any system. Performance Implications In-stream processing doesn t allow data to be written back to the disk for processing later from internal state in main memory. With smart meter data, an event queue is filled to capacity once the arrival rate is greater than the processing capability of the system. The metrics used to manage the data stream are latency, throughput, correctness and memory usage. Ease of Management To effectively deploy smart meters and the data they generate, a number of factors need to be addressed, including query composability and ease of deployment over a variety of environments, such as single servers and clusters. Query composability requires the ability to publish query results, as well as the ability for Continuous Query (CQ) to consume results of existing CQs and streams. Typical meter streaming queries entail rules such as: Present the top three values every 10 minutes. Compute a running average of each sensor value over the last 20 seconds. Filter out sensor readings when the device was in a maintenance period. Illustrate when event A was followed by event B within three minutes. OSIsoft s PI System provides power utilities with the leading operation data management infrastructure for Smart Grid components that encompass power generation, transmission and distribution. This software provides capabilities for energy management, condition-based maintenance, operational performance monitoring, curtailment programs, renewable energy monitoring and phasor monitoring of transmission lines, among other functionalities. ` OSIsoft MDUS integrates a utility s meter system and SAP s AMI Integration for Utilities to perform tasks such as billing. It also provides the ability to integrate meter data with other operational data. It serves as a real-time data collector, which is head-end system vendor-independent. Integration of meter data into business systems such as billing requires data validation and other forms of aggregations. OSIsoft has chosen to leverage CEP to accomplish this task. CEP provides the scalability required by SAP AMI and utilizes a SQL-based language for defining the validation rules. OSIsoft uses Microsoft s StreamInsight CEP engine, which enables utilities to define and implement required meter data validation. This puts this important facet of regulatory compliance requirements into the hands of the utility s IT and business specialists. cognizant insights 3

4 Foreign Device System Data Source LINQ) There are two Complex ways Event streaming Processing Engine can be adopted in current meter data systems: Server-side streaming: The stream is processed on the (OSIsoft) PI snapshot and streamed with the processed results back to the PI server (see Figure 2). Figure 2 Edge processing: In this model, the CQs are applied at the data source (and at the PI interface level), where the results are only stored as processed data (see Figure 3). Foreign Device System Data Source Figure 3 Input Adapter(s) Input Adapter(s) Cloud and Adaptive Rate Control The growing importance for utilities to process and analyze thousands of meter data streams PI Server suggests that they should The growing consider the adoption of Input Adapter(s) Output Adapter(s) cloud platforms to achieve Queries Stream Insight scalable, Engine latency-sensitive (vs.net- LINQ) stream processing. One approach to consider is adaptive rate control, which is the process of restricting the stream rate to meet accuracy requirements for Smart Grid applications. This approach consumes less bandwidth and computational overhead within the cloud for stream processing. The experimentation of the Smart Grid stream processing pipeline, modeled using IBM InfoSphere Streams importance for utilities to process and analyze thousands of meter data streams suggests that they should consider the adoption of cloud platforms to achieve scalable, latency-sensitive stream processing. PI Interface Node Stream Insight Engine PI Server Stream Insight Engine Input Adapter(s) Output Adapter(s) Output Adapter(s) PI Interface Node Stream Insight Engine Output Adapter(s) Complex Event Processing Engine Queries (vs.net - Queries (vs.net - LINQ) Queries (vs.net - LINQ) PI Server PI Server and deployed on the Eucalyptus 4 private cloud, 5 shows 50% bandwidth savings, resulting from adaptive stream rate control. Low-latency stream processing is a key component of the software architecture required to support demand-response applications. The stream processing system ingests smart meter data arriving from consumers and acts as a first responder to detect local and global power usage skews and to alert the utility operator. At 1KB per event generated each minute, 2TB of data will stream each day. Processing such large-scale streams can be compute- and data-intensive; public or private cloud platforms provide a scalable and flexible infrastructure for building such Smart Grid applications. However, computational and bandwidth constraints at the consumer and utility levels mean that power usage data streamed at static rates from smart meters to the utility can either be at too high a latency to detect usage skews in a timely manner or at too high a rate to computationally overwhelm the system. Smart meters connect to the utility using heterogeneous networks and range from low bandwidth power line carriers at ~20Kbps, to 3G cellular networks at ~2Mbps, as well as ZigBee at ~250Kbps. Network bandwidth can thus be a scare resource at the consumer end. In the case of smart meters, traffic can be bursty, since data is sent independently, causing instantaneous bandwidth needs to spike. In the case of high power demand, meters emit a large volume of information, which requires a throttle controller to respond to these events and control latency. Applying InfoSphere Streams IBM InfoSphere Streams is a stream processing system that continuously analyzes massive volumes of streaming data for business activity monitoring and active diagnostics. It consists of a runtime environment that contains stream instances running on one or more hosts. Within InfoSphere is a Stream Processing Application Declarative Engine (known as SPADE), which is a stream programming model (executed by the runtime environment) that supports stream data sources that continuously generate tuples containing typed attributes. cognizant insights 4

5 Tracking Energy Consumption A stream processing pipeline is used to continuously monitor energy usage. Processing elements in dotted lines show the addition of throttle logic. Notify Notify DB/File (m 1,t 1,u 1 1) (m n,t 1,u n 1 ) if(u 1 1 >U max ) if(u 1 1 >.136*u 1 avg) Update u 1 sum Update u 1 avg Condition Condition Condition Store Running daily sum AMI s 15-min average Utility s 15-min average R 1 ++ Increase AMI rate if(c 1 -u 1 avg < accept) Condition Network Superscript = Meter ID Subscript = Time Update u 1 avg R 1 Decrease AMI rate Figure 4 Figure 5 shows the smart meters present on the public Internet that generate power usage data streams accessible over TCP sockets. Here, the InfoSphere streams run on a cluster that doesn t support out-of-box deployment on a cloud platform. To instantiate a stream processing environment on a Eucalyptus private cloud, a customized VM image must be built that supports InfoSphere streams. Communication to the stream instance is activated when the VM instances are online. This communication, however, is initiated externally by a SPADE application started on a stream instance and configured with a list of named stream instances on specific hosts. Each smart meter is a stream source whose tuples have the identity of the smart meter, power used within a time duration, as well as the timestamps of the measurement interval. Additional meta data about the smart meter and consumer is part of the payload but will be ignored for the purposes of this discussion. Each tuple is about 1KB in size. The pipeline first checks if each individual power usage tuple reports usage that exceeds a certain constant threshold, U max m defined by the utility. Crossing this threshold will trigger a critical notification to a utility manager. Next, a relative condition will check to see if the user s consumption increases by more than 25% since his/her previous consumption. This will trigger a less critical notification. The pipeline then archives the tuple into a sink file and proceeds to compute a running sum of the daily usage by the consumer. Subsequently, the running average over a tumbling window is updated. These operations are performed for each smart meter stream (shaded in brown in Figure 4. Next, the pipeline aggregates smart meter tuples across all streams using a tumbling window to calculate the cumulative consumer energy usage within a 15-minute time window. This stream operator (shaded blue in Figure 4) calculates the total load on the utility. It can be used to alert the utility manager in case, say, the total consumption reaches 80%, 90% and >100% of available power capacity at the utility. Operators shown in dotted lines (Figure 4) are not part of the application logic and form the adaptive throttling introduced next. This core model could be used in demand response management. SAP Event Insight The emergence of smarter grids powered by stream computing has made clear the need for more robust processing at the enterprise systems level. These systems typically struggle to keep pace with high data volume and a large number of heterogeneous and widely dispersed data sources and changing data requirements. This is being resolved by enterprise software systems such as mysap ERP, which have begun to adapt in-memory processing algorithms for this new architectural proposition. The result is that SAP can now deliver an event insight application that understands the impact of operational events in real time. In-memory processing not only brings just-in-time rhyme and reason to real-time business events, but it can also do so with significantly less effort, a reduction in reporting, operational and opportunity costs, which can power competitive advantage. cognizant insights 5

6 Architecture of Stream Processing and the Throttle Controller Control Feedbacks InfoSphere Streams Input Streams Electric Industrial/Commercial Response TCP/IP Gas Data Files Electric Residential Building AMI Streams Processing Throttle Controller Gas AMI Data Files Figure 5 Looking Down the Road We see stream computing as a key element of the future of work that could be applied broadly by the power utilities industry. Our view is that its deployment would minimize network latency and function as a key component for demand response management. Moreover, we are planning to investigate stream computing on the cloud platform. Our research will appraise the throughput of a stream processing system and its latency in processing each tuple as the stream rates adapt. This approach will help utilities that are adopting Smart Grids in their mainstream business with network optimization and intelligent processing, saving money by automating their demand response program and load management processes. Standardizing these processes saves IT maintenance expense, freeing capital to be invested in other core business activities. In a business context, this approach will help utilities with energy efficiency programs and grid management. It does this by providing a mechanism to convert dollars saved by eliminating inefficient energy generation and distribution toward more effective asset management. Footnotes 1 Stream computing is a high-performance computer system that analyzes multiple data streams from many sources, live. Stream computing uses software algorithms to analyze data in real time, which increases speed and accuracy when dealing with data handling and analysis. 2 Stream data is a sequence of digitally encoded coherent signals (packets of data or data packets) used to transmit or receive information. 3 Tuple is an ordered pair of energy data to be processed and is an effective way of representing in-stream computing. 4 Eucalyptus Cloud is a software platform for the implementation of private cloud computing on computer clusters. cognizant insights 6

7 5 Private clouds are internal clouds that, according to some vendors, emulate cloud computing on private networks. These (typically virtualization automation) products offer the ability to host applications or virtual machines in a company s own set of hosts. They provide the benefits of utility computing, such as shared hardware costs, the ability to recover from failure and the ability to scale up or down depending upon demand. References IBM Infosphere Streams Version 1.2.1: Programming Model and Language Reference, IBM, Oct. 4, 2010, product.doc/doc/ibminfospherestreams-langref.pdf. D. J. Abadi, Y. Ahmad, M. Balazinska, U. Cetintemel, M. Cherniack, J. H. Hwang, W. Lindner, A. Maskey, A. Rasin, E. Ryvkina, N. Tatbul, Y. Xing and S. B. Zdonik, The Design of the Borealis Stream Processing Engine, Proceedings of the Second Biennial Conference on Innovative Data Systems Research, pp , January D. J. Abadi, D. Carney, U. Cetintemel, M. Cherniack, C. Convey, S. Lee, M. Stonebraker, N. Tatbul and S. Zdonik. Aurora: A New Model and Architecture for Data Stream Management, The VLDB Journal, Vol 12, Issue 2, August A. Arasu, S. Babu and J. Widom. The CQL Continuous Query Language: Semantic Foundations and Query Execution. The VLDB Journal, Vol 15, Issue 2, June A. M. Ayad, J. F. Naughton. Static Optimization of Conjunctive Queries with Sliding Windows Over Infinite Streams, Proceedings of the International Conference on Management of Data, SIGMOD 2004, ACM. C. Ballard, D. M. Farrell, M. Lee, P. D. Stone, S. Thibault and S. Tucker, IBM InfoSphere Streams Harnessing Data in Motion, IBM, September A. Biem, E. Bouillet, H. Feng, A. Ranganathan, A. Riabov, O. Verscheure, H. Koutsopoulos and C. Moran, IBM InfoSphere Streams for Scalable, Real-Time Intelligent Transportation Services, Proceedings of the International Conference on Management of Data, SIGMOD 2010, pp 1,093-1,104, ACM. S. Chandrasekaran, O. Cooper, A. Deshpande, M. J. Franklin, J. M. Hellerstein, W. Hong, S. Krishnamurthy, S. Madden, V. Raman, F. Reiss and M. A. Shah, TelegraphCQ: Continuous Dataflow Processing for an Uncertain World, SIGMOD 2003, ACM. StreamBase, D. Abadi et al., The Design of the Borealis Stream Processing Engine. Why IP is the Right Foundation for the Smart Grid, Cisco Systems, Inc., January The Role of the Internet Protocol (IP) in AMI Networks for Smart Grid, National Institute of Standards and Technology, NIST PAP 01, Oct. 24, D. Zinn, Q. Hart, B. Ludaescher and Y. Simmhann, Streaming Satellite Data to Cloud Workflows for On-Demand Computing of Environmental Products, Workshop on Workflows in Support of Large-Scale Science (WORKS), Arvind Arasu, Shivnath Babu, Jennifer Widom, CQL: A Language for Continuous Queries over Streams and Relations, Database Programming Languages, 9th International Workshop, DBPL 2003, Potsdam, Germany, Sept. 6-8, Pattern Detection with StreamInsight Microsoft StreamInsight blog, Sept. 2, 2010, com/2afzbhd InfoSphere Streams, IBM, cognizant insights 7

8 About the Author Ajoy Kumar is a Senior Architect within Cognizant s Manufacturing and Logistics Practice, where he is working on the Smart Grid program that focuses on Smart Grid architecture, design performance, demand response, enterprise integration and meter data management. Before joining Cognizant, he worked with OSIsoft, Inc. where he led numerous initiatives, including one in which he spearheaded the development of a meter data unification system integrating OSIsoft and SAP AG. Ajoy has also worked extensively in the energy, pharma, chemical and mining and steel industries and has spent over 17 years focused on information technology. Ajoy holds a Master s Degree in Computer Science. He can be reached at ajoykumar.arumugam@cognizant.com. About Cognizant Cognizant (NASDAQ: CTSH) is a leading provider of information technology, consulting, and business process outsourcing services, dedicated to helping the world s leading companies build stronger businesses. Headquartered in Teaneck, New Jersey (U.S.), Cognizant combines a passion for client satisfaction, technology innovation, deep industry and business process expertise, and a global, collaborative workforce that embodies the future of work. With over 50 delivery centers worldwide and approximately 111,000 employees as of March 31, 2011, Cognizant is a member of the NASDAQ-100, the S&P 500, the Forbes Global 2000, and the Fortune 500 and is ranked among the top performing and fastest growing companies in the world. Visit us online at or follow us on Twitter: Cognizant. World Headquarters 500 Frank W. Burr Blvd. Teaneck, NJ USA Phone: Fax: Toll Free: inquiry@cognizant.com European Headquarters Haymarket House Haymarket London SW1Y 4SP UK Phone: +44 (0) Fax: +44 (0) infouk@cognizant.com India Operations Headquarters #5/535, Old Mahabalipuram Road Okkiyam Pettai, Thoraipakkam Chennai, India Phone: +91 (0) Fax: +91 (0) inquiryindia@cognizant.com Copyright 2011, 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.

Adaptive Rate Stream Processing for Smart Grid Applications on Clouds

Adaptive Rate Stream Processing for Smart Grid Applications on Clouds Adaptive Rate Stream Processing for Smart Grid Applications on Clouds Yogesh Simmhan, Baohua Cao, Michail Giakkoupis and Viktor K. Prasanna Center for Energy Informatics Ming Hsieh Department of Electrical

More information

Cloud Brokers Can Help ISVs Move to SaaS

Cloud Brokers Can Help ISVs Move to SaaS Cognizant 20-20 Insights Cloud Brokers Can Help ISVs Move to SaaS Executive Summary Many large organizations are purchasing software as a service (SaaS) rather than buying and hosting software internally.

More information

Adaptive Rate Stream Processing for Smart Grid Applications on Clouds

Adaptive Rate Stream Processing for Smart Grid Applications on Clouds Adaptive Rate Stream Processing for Smart Grid Applications on Clouds Yogesh Simmhan simmhan@usc.edu Baohua Cao baohuaca@usc.edu Viktor K. Prasanna prasanna@usc.edu Michail Giakkoupis mgiakkoup@usc.edu

More information

A Tag Management Systems Primer

A Tag Management Systems Primer Cognizant 20-20 Insights A Tag Management Systems Primer Emergent tagging tools allow nontechnical resources to more effectively manage JavaScripts used by ad measurement and serving systems. Executive

More information

> Cognizant Analytics for Banking & Financial Services Firms

> Cognizant Analytics for Banking & Financial Services Firms > Cognizant for Banking & Financial Services Firms Actionable insights help banks and financial services firms in digital transformation Challenges facing the industry Economic turmoil, demanding customers,

More information

DevOps Best Practices: Combine Coding with Collaboration

DevOps Best Practices: Combine Coding with Collaboration Cognizant 20-20 Insights DevOps Best Practices: Combine Coding with Collaboration (Part Two of a Two-Part Series) Effectively merging application development and operations requires organizations to assess

More information

Credit Decision Indices: A Flexible Tool for Both Credit Consumers and Providers

Credit Decision Indices: A Flexible Tool for Both Credit Consumers and Providers Cognizant 20-20 Insights Decision Indices: A Flexible Tool for Both Consumers and Providers Executive Summary information providers have increased their focus on developing new information solutions, enriching

More information

Cognizant Mobile Risk Assessment Solution

Cognizant Mobile Risk Assessment Solution Cognizant Solutions Overview Solution Overview Cognizant Mobile Risk Assessment Solution 1 Mobile Risk Assessment Solution Overview Cognizant Solutions Overview Transforming Risk Engineering, Field Underwriting

More information

Cognizant Mobility Testing Lab. The faster, easier, more cost-effective way to test enterprise mobile apps.

Cognizant Mobility Testing Lab. The faster, easier, more cost-effective way to test enterprise mobile apps. Cognizant Mobility Testing Lab The faster, easier, more cost-effective way to test enterprise mobile apps. Be Cognizant 2 MOBILE APP TESTING REINVENTED With Cognizant Mobility Testing Lab You Will Save

More information

Two-Tier ERP Strategy: First Steps

Two-Tier ERP Strategy: First Steps Cognizant 20-20 Insights Two-Tier ERP Strategy: First Steps Monolithic ERP solutions are often too complex, slow and expensive to manage in perpetuity; hybrid solutions that combine on-premises/ cloud-hosted

More information

> Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK THE PATH TO GROWTH

> Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK THE PATH TO GROWTH > Solution Overview COGNIZANT CLOUD STEPS TRANSFORMATION FRAMEWORK A comprehensive, tool-based framework speeds up the time to value for your cloud-enabled business transformation projects. It s accepted:

More information

LifeEngage : The Life Insurance Platform for the Digital-Age Insurer

LifeEngage : The Life Insurance Platform for the Digital-Age Insurer Cognizant Solutions Overview Solution Overview LifeEngage : The Life Insurance Platform for the Digital-Age Insurer 1 LifeEngage Solution Overview Cognizant Solutions Overview Digital forces are disrupting

More information

Speed, Agility: The SaaS Killer Apps

Speed, Agility: The SaaS Killer Apps Cognizant 20-20 Insights Speed, Agility: The SaaS Killer Apps Executive Summary Buying software as a service (SaaS) helps companies compete by democratizing, decentralizing and speeding application deployment.

More information

Municipal Bonds: Consolidating and Integrating Bids to Improve Transparency and Discovery

Municipal Bonds: Consolidating and Integrating Bids to Improve Transparency and Discovery Cognizant 20-20 Insights Municipal Bonds: Consolidating and Integrating Bids to Improve Transparency and Discovery An integrated, consolidated bids wanted platform can make all market bids available, regardless

More information

ICD-10 Advantages Require Advanced Analytics

ICD-10 Advantages Require Advanced Analytics Cognizant 20-20 Insights ICD-10 Advantages Require Advanced Analytics Compliance alone will not deliver on ICD-10 s potential to improve quality of care, reduce costs and elevate efficiency. Organizations

More information

The Future of Energy Management

The Future of Energy Management Cognizant 20-20 Insights The Future of Energy To reduce operating costs and cut wastage, manufacturers must take their energy management optimization efforts beyond utility consumption monitoring and focus

More information

Making Multicloud Application Integration More Efficient

Making Multicloud Application Integration More Efficient Cognizant 20-20 Insights Making Multicloud Application Integration More Efficient As large organizations leverage the cloud for more and more business functionality and cost savings, integrating such capabilities

More information

ICD Code Crosswalks: No Substitute for ICD-10 Compliance

ICD Code Crosswalks: No Substitute for ICD-10 Compliance Cognizant 20-20 Insights ICD Code s: No Substitute for Compliance While crosswalk solutions may appear compelling, their usefulness is significantly limited by implementation complexity and expense, as

More information

Key Indicators: An Early Warning System for Multichannel Campaign Management

Key Indicators: An Early Warning System for Multichannel Campaign Management Cognizant 20-20 Insights Key Indicators: An Early Warning System for Multichannel Campaign Management For pharmaceuticals companies, a careful analysis of both leading and lagging indicators for multichannel

More information

Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA

Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA Solutions Overview Cognizant Mobility Testing Lab A state of the art Integrated platform for Mobility QA Mobile App QA Reinvented: With the astounding proliferation of mobile devices, smartphones and tablets

More information

Virtual Clinical Organization: The New Clinical Development Operating Model

Virtual Clinical Organization: The New Clinical Development Operating Model Cognizant 20-20 Insights Virtual Clinical Organization: The New Clinical Development Operating Model Executive Summary Clinical development executives are facing more pressure than ever to reduce costs

More information

Giving BI a Human Touch

Giving BI a Human Touch Cognizant 20-20 Insights Giving BI a Human Touch Executive Summary To ensure widespread adoption of business intelligence (BI) practices, organizations have been increasingly deploying state-of-the-art

More information

Cognizant assetserv Digital Experience Management Solutions

Cognizant assetserv Digital Experience Management Solutions Cognizant assetserv Digital Experience Management Solutions Transforming digital assets into engaging customer experiences. Eliminate complexity and create a superior digital experience with Cognizant

More information

Cognizant 20-20 Insights. Executive Summary. Overview

Cognizant 20-20 Insights. Executive Summary. Overview Automated Product Data Publishing from Oracle Product Hub Is the Way Forward A framework using Oracle tools and technologies to publish products from Oracle Product Hub to disparate product data consuming

More information

Extending Function Point Estimation for Testing MDM Applications

Extending Function Point Estimation for Testing MDM Applications Cognizant 20-20 Insights Extending Function Point Estimation for Testing Applications Executive Summary Effort estimation of testing has been a much debated topic. A variety of techniques are used ranging

More information

Enabling the SmartGrid through Cloud Computing

Enabling the SmartGrid through Cloud Computing Enabling the SmartGrid through Cloud Computing April 2012 Creating Value, Delivering Results 2012 eglobaltech Incorporated. Tech, Inc. All rights reserved. 1 Overall Objective To deliver electricity from

More information

Improve Sourcing and Contract Management for better Supplier Relationship

Improve Sourcing and Contract Management for better Supplier Relationship Cognizant Solution Overview Improve Sourcing and Contract for better Supplier Relationship Introduction Organizations consider sourcing and contract management as a source of competitive advantage in the

More information

Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry

Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry Cognizant 20-20 Insights Using Predictive Analytics to Optimize Asset Maintenance in the Utilities Industry By working proactively to collect and distill digital information, transmission and distribution

More information

The Impact of RTCA DO-178C on Software Development

The Impact of RTCA DO-178C on Software Development Cognizant 20-20 Insights The Impact of RTCA DO-178C on Software Development By following DO-178C, organizations can implement aeronautical software with clear and consistent ties to existing systems and

More information

Diagramming Change to Better Inform Business Process Renovation

Diagramming Change to Better Inform Business Process Renovation Cognizant 20-20 Insights Diagramming Change to Better Inform Business Process Renovation To gain the full benefits of business process management, banks must apply a business process model and notation-driven

More information

How Global Banks Are Gearing Up to Address Emerging International Payment Processing Needs

How Global Banks Are Gearing Up to Address Emerging International Payment Processing Needs Cognizant 20-20 Insights How Global Banks Are Gearing Up to Address Emerging International Processing Needs Executive Summary Recent times have seen a significant upturn in the number of international

More information

How Healthy Is Your SaaS Business?

How Healthy Is Your SaaS Business? Cognizant 20-20 Insights How Healthy Is Your SaaS Business? ISVs can t know for sure unless they apply a structured approach to software-as-a-service performance monitoring. They can apply metrics and

More information

Building a Collaborative Multichannel Insurance Distribution Strategy

Building a Collaborative Multichannel Insurance Distribution Strategy Cognizant 20-20 Insights Building a Collaborative Multichannel Insurance Distribution Strategy A CRM-enabled agency management solution can help improve agency channel productivity and enable multichannel

More information

Transform Customer Experience through Contact Center Modernization

Transform Customer Experience through Contact Center Modernization Cognizant Healthcare Solution Overview Transform Customer Experience through Contact Center Modernization Improve customer experience and reduce costs with next-generation contact center services Health

More information

Agile/Scrum Implemented in Large-Scale Distributed Program

Agile/Scrum Implemented in Large-Scale Distributed Program Cognizant 20-20 Insights Agile/Scrum Implemented in Large-Scale Distributed Program Executive Summary It was early July 2010 when problems were detected while running a large program at one of our clients

More information

Coordinating Security Response and Crisis Management Planning

Coordinating Security Response and Crisis Management Planning Cognizant 20-20 Insights Coordinating Security Response and Crisis Management Planning Proper alignment of these two critical IT disciplines can mean the difference between an efficient response and a

More information

Complaints Management: Integrating and Automating the Process

Complaints Management: Integrating and Automating the Process Cognizant 20-20 Insights Complaints Management: Integrating and Automating the Process To strengthen their brand and fortify customer relationships, device manufacturers require a standards-based, next-generation

More information

Maximizing Business Value Through Effective IT Governance

Maximizing Business Value Through Effective IT Governance Cognizant 0-0 Insights Maximizing Business Value Through Effective IT Implementing a holistic IT governance model not only helps IT deliver business value but also advances confidence with business. Executive

More information

Data Stream Management System for Moving Sensor Object Data

Data Stream Management System for Moving Sensor Object Data SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 12, No. 1, February 2015, 117-127 UDC: 004.422.635.5 DOI: 10.2298/SJEE1501117J Data Stream Management System for Moving Sensor Object Data Željko Jovanović

More information

From Brick to Click: E-Commerce Trends in Industrial Manufacturing

From Brick to Click: E-Commerce Trends in Industrial Manufacturing Cognizant White Paper From Brick to Click: E-Commerce Trends in Industrial Manufacturing The Internet s large-scale global penetration has spawned an increasingly large number of technology- and Web-savvy

More information

Driving Innovation Through Business Relationship Management

Driving Innovation Through Business Relationship Management Cognizant 20-20 Insights Driving Innovation Through Business Relationship Management BRM organizations take the IT-business partnership to the next level, enabling technology to transform business capabilities.

More information

Granular Pricing of Workers Compensation Risk in Excess Layers

Granular Pricing of Workers Compensation Risk in Excess Layers Cognizant 20-20 Insights Granular Pricing of Workers Compensation Risk in Excess Layers Identifying risk at a granular level and pricing it appropriately will put carriers on a path to sound underwriting

More information

Enabling Cloud Architecture for Globally Distributed Applications

Enabling Cloud Architecture for Globally Distributed Applications The increasingly on demand nature of enterprise and consumer services is driving more companies to execute business processes in real-time and give users information in a more realtime, self-service manner.

More information

Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy

Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy Inferring Fine-Grained Data Provenance in Stream Data Processing: Reduced Storage Cost, High Accuracy Mohammad Rezwanul Huq, Andreas Wombacher, and Peter M.G. Apers University of Twente, 7500 AE Enschede,

More information

Siebel Test Automation

Siebel Test Automation White Paper Siebel Test Automation Executive Summary Automation testing is finding favor in testing projects across various technologies and domains. It is becoming increasingly popular with Siebel applications

More information

Retail Analytics: Game Changer for Customer Loyalty

Retail Analytics: Game Changer for Customer Loyalty Cognizant 20-20 Insights Retail Analytics: Game Changer for Customer Loyalty By leveraging analytics tools and models, retailers can boost customer loyalty by creating a personalized shopping experience

More information

Integrated Approach to Build Patient Adherence: Helping Pharmaceutical Companies to Enhance Growth

Integrated Approach to Build Patient Adherence: Helping Pharmaceutical Companies to Enhance Growth Cognizant White Paper Integrated Approach to Build Patient Adherence: Helping Pharmaceutical Companies to Enhance Growth Executive Summary Pharmaceutical companies have traditionally considered various

More information

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30 Complex Event Processing (CEP) Why and How Richard Hallgren BUGS 2013-05-30 Objectives Understand why and how CEP is important for modern business processes Concepts within a CEP solution Overview of StreamInsight

More information

How To Choose A Test Maturity Assessment Model

How To Choose A Test Maturity Assessment Model Cognizant 20-20 Insights Adopting the Right Software Test Maturity Assessment Model To deliver world-class quality outcomes relevant to their business objectives, IT organizations need to choose wisely

More information

Open Source Testing Tools: The Paradigm Shift

Open Source Testing Tools: The Paradigm Shift Cognizant 20-20 Insights Open Source Testing Tools: The Paradigm Shift Executive Summary Businesses today demand faster time-to-market for their software products without significant expenditures in testing

More information

Big Data and Advanced Analytics Technologies for the Smart Grid

Big Data and Advanced Analytics Technologies for the Smart Grid 1 Big Data and Advanced Analytics Technologies for the Smart Grid Arnie de Castro, PhD SAS Institute IEEE PES 2014 General Meeting July 27-31, 2014 Panel Session: Using Smart Grid Data to Improve Planning,

More information

Integrated Market Research: The Intelligence Behind Commercial Transformation

Integrated Market Research: The Intelligence Behind Commercial Transformation Cognizant 20-20 Insights Integrated Market Research: The Intelligence Behind Commercial Transformation To perform effectively in today s challenging economic conditions, pharma companies are weaving primary

More information

Agile Planning in a Multi-project, Multi-team Environment

Agile Planning in a Multi-project, Multi-team Environment Cognizant 20-20 Insights Agile Planning in a Multi-project, Multi-team Environment How organizations evolve to cope with the challenge of scaling Agile planning and improving its reliability. Executive

More information

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling

More information

Flexible Data Streaming In Stream Cloud

Flexible Data Streaming In Stream Cloud Flexible Data Streaming In Stream Cloud J.Rethna Virgil Jeny 1, Chetan Anil Joshi 2 Associate Professor, Dept. of IT, AVCOE, Sangamner,University of Pune, Maharashtra, India 1 Student of M.E.(IT), AVCOE,

More information

Creating Competitive Advantage with Strategic Execution Capability

Creating Competitive Advantage with Strategic Execution Capability Cognizant 20-20 Insights Creating Competitive Advantage with Strategic Execution Capability By embracing the Strategic Execution Framework, organizations can identify and resolve internal stress points

More information

Solving Storage Headaches: Assessing and Benchmarking for Best Practices

Solving Storage Headaches: Assessing and Benchmarking for Best Practices Cognizant 20-20 Insights Solving Storage Headaches: Assessing and Benchmarking for Best Practices Executive Summary Data center infrastructure has evolved considerably in the post-dot-com era, but one

More information

How Responsive Is Your Testing?

How Responsive Is Your Testing? Cognizant 0-0 Insights How Responsive Is Your Testing? To accelerate business digitization, organizations need to ensure a seamless user experience across diverse channels, one that starts with a fresh

More information

Moving Beyond Social CRM with the Customer Brand Score

Moving Beyond Social CRM with the Customer Brand Score Cognizant 20-20 Insights Moving Beyond Social CRM with the Customer Brand Score Travel and hospitality organizations can boost customer loyalty by better understanding customer behaviors and attitudes,

More information

Five Steps for Succeeding with Social Media and Delivering an Enhanced Customer Experience

Five Steps for Succeeding with Social Media and Delivering an Enhanced Customer Experience Cognizant 20-20 Insights Five Steps for Succeeding with Social Media and Delivering an Enhanced Customer Experience Executive Summary Social CRM places the customer at the heart of the company, where customers

More information

Leveraging Automated Data Validation to Reduce Software Development Timelines and Enhance Test Coverage

Leveraging Automated Data Validation to Reduce Software Development Timelines and Enhance Test Coverage Cognizant 20-20 Insights Leveraging Automated Validation to Reduce Software Development Timelines and Enhance Test Coverage By industrializing data validation, QA organizations can accelerate timeto-market

More information

White Paper. How Streaming Data Analytics Enables Real-Time Decisions

White Paper. How Streaming Data Analytics Enables Real-Time Decisions White Paper How Streaming Data Analytics Enables Real-Time Decisions Contents Introduction... 1 What Is Streaming Analytics?... 1 How Does SAS Event Stream Processing Work?... 2 Overview...2 Event Stream

More information

Manufacturers Gain Flexibility, Velocity by Running Finance, Accounting as a Service

Manufacturers Gain Flexibility, Velocity by Running Finance, Accounting as a Service Cognizant 20-20 Insights Manufacturers Gain Flexibility, Velocity by Running Finance, Accounting as a Service Executive Summary Unless you ve been residing under a rock for the past two years, you are

More information

Streaming Big Data Performance Benchmark. for

Streaming Big Data Performance Benchmark. for Streaming Big Data Performance Benchmark for 2 The V of Big Data Velocity means both how fast data is being produced and how fast the data must be processed to meet demand. Gartner Static Big Data is a

More information

The Analytics Advantage

The Analytics Advantage Cognizant Solutions Overview The Analytics Advantage Institutions of higher education are leveraging analytics to do everything from measuring and improving their own effectiveness to providing more engaging

More information

Role of Modeling and Virtualization In Medical Device Development

Role of Modeling and Virtualization In Medical Device Development White Paper Role of ing and Virtualization In Medical Device Development Abstract The medical devices and diagnostics industry is increasingly adapting advances in information technologies and systems

More information

Reducing Costs, Increasing Choice: Private Health Insurance Exchanges

Reducing Costs, Increasing Choice: Private Health Insurance Exchanges Cognizant 20-20 Insights Reducing Costs, Increasing Choice: Private Health Insurance Exchanges Private exchanges provide payers with a competitive, value-generating solution to the challenges posed by

More information

DELIVER BUSINESS OUTCOMES QUICKER.

DELIVER BUSINESS OUTCOMES QUICKER. DELIVER BUSINESS OUTCOMES QUICKER. COGNIZANT INFRASTRUCTURE SERVICES Accelerating business. A QUICKER RESPONSE TO THE NEW DEMANDS OF INFRASTRUCTURE The speed of new technologies, the rate of change in

More information

Vendor Managed Inventory: Providing Visibility Across the Pharma R&D Supply Chain

Vendor Managed Inventory: Providing Visibility Across the Pharma R&D Supply Chain Cognizant 20-20 Insights Vendor Managed Inventory: Providing Visibility Across the Pharma R&D Supply Chain Executive Summary Vendor managed inventory (VMI) is a concept in which stock is monitored, planned

More information

Business-Focused Objectives Key to a Winning MDM Implementation

Business-Focused Objectives Key to a Winning MDM Implementation Cognizant 20-20 Insights Business-Focused Objectives Key to a Winning MDM Implementation Successful MDM projects are defined by strong vision, structured business cases and a well-mapped ROI plan, all

More information

Fortifying Retailing from Online Fraud

Fortifying Retailing from Online Fraud Cognizant White Paper Fortifying Retailing from Online Fraud Executive Summary The Web is fast becoming a vital sales channel for retailers. In the U.S., online retail sales have grown almost 10% year

More information

Streaming Big Data Performance Benchmark for Real-time Log Analytics in an Industry Environment

Streaming Big Data Performance Benchmark for Real-time Log Analytics in an Industry Environment Streaming Big Data Performance Benchmark for Real-time Log Analytics in an Industry Environment SQLstream s-server The Streaming Big Data Engine for Machine Data Intelligence 2 SQLstream proves 15x faster

More information

The Internet of Things: QA Unleashed

The Internet of Things: QA Unleashed Cognizant 20-20 Insights The Internet of Things: QA Unleashed To seize the IoT high ground, QA organizations need to view software testing beyond devices and sensors, and think holistically about added

More information

Enterprise Voice Technology Solutions: A Primer

Enterprise Voice Technology Solutions: A Primer Cognizant 20-20 Insights Enterprise Voice Technology Solutions: A Primer A successful enterprise voice journey starts with clearly understanding the range of technology components and options, and often

More information

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper

KPI, OEE AND DOWNTIME ANALYTICS. An ICONICS Whitepaper 2010 KPI, OEE AND DOWNTIME ANALYTICS An ICONICS Whitepaper CONTENTS 1 ABOUT THIS DOCUMENT 1 1.1 SCOPE OF THE DOCUMENT... 1 2 INTRODUCTION 2 2.1 ICONICS TOOLS PROVIDE DOWNTIME ANALYTICS... 2 3 DETERMINING

More information

Don t Let Your Data Get SMACked: Introducing 3-D Data Management

Don t Let Your Data Get SMACked: Introducing 3-D Data Management Don t Let Your Data Get SMACked: Introducing 3-D Data Management As social, mobile, analytics and cloud continue to disrupt business, organizations need a new approach to data management that supports

More information

Innovative, Cloud-Based Order Management Solutions Lead to Enhanced Profitability

Innovative, Cloud-Based Order Management Solutions Lead to Enhanced Profitability Cognizant 20-20 Insights Innovative, Cloud-Based Order Management Solutions Lead to Enhanced Profitability Executive Summary To contend with increasing product and service complexity, communication service

More information

E-invoicing in Corporate Banking: A European Perspective

E-invoicing in Corporate Banking: A European Perspective Cognizant 20-20 Insights E-invoicing in Corporate Banking: A European Perspective Persistently tough business conditions have forced European banks and their clients to find ways to create a more free-flowing,

More information

Empowering intelligent utility networks with visibility and control

Empowering intelligent utility networks with visibility and control IBM Software Energy and Utilities Thought Leadership White Paper Empowering intelligent utility networks with visibility and control IBM Intelligent Metering Network Management software solution 2 Empowering

More information

Geeky Introverts No More: How Tech Companies Can Engage with Customers Using Social CRM

Geeky Introverts No More: How Tech Companies Can Engage with Customers Using Social CRM Cognizant 20-20 Insights Geeky Introverts No More: How Tech Companies Can Engage with Customers Using Social CRM Executive Summary While change and adaptability to change are business constants, one thing

More information

The Social Paradigm of Claims Management

The Social Paradigm of Claims Management Cognizant 20-20 Insights The Social Paradigm of Claims Management To render claims management processes more dynamic and effective, insurers must integrate enterprise applications with data and insights

More information

POS Data Quality: Overcoming a Lingering Retail Nightmare

POS Data Quality: Overcoming a Lingering Retail Nightmare Cognizant 20-20 Insights POS Data Quality: Overcoming a Lingering Retail Nightmare By embracing a holistic and repeatable framework, retailers can first pilot and then remediate data quality issues incrementally,

More information

Taking Wealth Management to the Next Level Advisor Lifecycle Management

Taking Wealth Management to the Next Level Advisor Lifecycle Management Cognizant 20-20 Insights Taking Wealth Management to the Next Level Advisor Lifecycle Management Executive Summary Despite growing recession fears, the wealth management industry is growing steadily, driven

More information

Real Time Business Performance Monitoring and Analysis Using Metric Network

Real Time Business Performance Monitoring and Analysis Using Metric Network Real Time Business Performance Monitoring and Analysis Using Metric Network Pu Huang, Hui Lei, Lipyeow Lim IBM T. J. Watson Research Center Yorktown Heights, NY, 10598 Abstract-Monitoring and analyzing

More information

Enabling Integrated Claims Management

Enabling Integrated Claims Management Cognizant 20-20 Insights Enabling Integrated s Creating a more streamlined and intuitive insurance claims environment can pay huge dividends. Executive Summary The financial services industry has undergone

More information

How To Measure A Sales Executive'S Effectiveness

How To Measure A Sales Executive'S Effectiveness Cognizant 20-20 Insights Dissecting Sales Analytics in Insurance Salesforce ineffectiveness is often blamed on the CRM system; however, the problem typically resides in the way data is captured and interpreted.

More information

Virtual Brand Management: Optimizing Brand Contribution

Virtual Brand Management: Optimizing Brand Contribution Cognizant Solution Overview Virtual Brand Management: Optimizing Brand Contribution The Challenge The pharmaceuticals industry today is facing nothing short of a crisis. For starters, a reduced number

More information

Predictive Response to Combat Retail Shrink

Predictive Response to Combat Retail Shrink Cognizant 20-20 Insights Predictive Response to Combat Retail Shrink By combining the statistical and mathematical rigor of advanced analytics with established business acumen and domain experience, retailers

More information

An Esri White Paper June 2010 Tracking Server 10

An Esri White Paper June 2010 Tracking Server 10 An Esri White Paper June 2010 Tracking Server 10 Esri 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL info@esri.com WEB www.esri.com Copyright 2010 Esri All rights

More information

Two-Tier ERP: Enabling the Future-Ready Global Enterprise with Better Innovation, Customer Experience and Agility

Two-Tier ERP: Enabling the Future-Ready Global Enterprise with Better Innovation, Customer Experience and Agility Cognizant 20-20 Insights Two-Tier ERP: Enabling the Future-Ready Global Enterprise with Better Innovation, Customer Experience and Agility Organizations that embrace two-tier ERP strategies are better

More information

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON 2 The V of Big Data Velocity means both how fast data is being produced and how fast the data must be processed to meet demand. Gartner The emergence

More information

Knowledge Management in Agile Projects

Knowledge Management in Agile Projects Cognizant 20-20 Insights Management in Agile Projects Executive Summary Software development is knowledge-intensive work and the main challenge is how to manage this knowledge. The Agile manifesto advocates

More information

Evaluating the Impact of Non-sales Metrics in Incentive Compensation Plans

Evaluating the Impact of Non-sales Metrics in Incentive Compensation Plans Cognizant 20-20 Insights Evaluating the Impact of Non-sales Metrics in Incentive Compensation Plans Executive Summary Historically, incentive compensation plans in the life sciences sphere measured job

More information

Streamlining Submission Intake in Commercial Underwriting for Middle Market Segments

Streamlining Submission Intake in Commercial Underwriting for Middle Market Segments Cognizant 20-20 Insights Streamlining Submission Intake in Commercial Underwriting for Middle Market Segments Automated data extraction of submission documents combined with manual prequalification by

More information

Emerging Differentiators of a Successful Wealth Management Platform

Emerging Differentiators of a Successful Wealth Management Platform Cognizant 20-20 Insights Emerging Differentiators of a Successful Wealth Management Platform Changes in the wealth management industry point to the need for scale and flexibility goals that can be achieved

More information

Optimizing Agile with Global Software Development and Delivery

Optimizing Agile with Global Software Development and Delivery Cognizant 20-20 Insights Optimizing Agile with Global Software and Delivery A blueprint for integrating global delivery and Agile methodology, allowing organizations to achieve faster returns on investment,

More information

Implementation of a Hardware Architecture to Support High-speed Database Insertion on the Internet

Implementation of a Hardware Architecture to Support High-speed Database Insertion on the Internet Implementation of a Hardware Architecture to Support High-speed Database Insertion on the Internet Yusuke Nishida 1 and Hiroaki Nishi 1 1 A Department of Science and Technology, Keio University, Yokohama,

More information

Talent as a Service: Enabling Employee Engagement While Boosting Efficiencies

Talent as a Service: Enabling Employee Engagement While Boosting Efficiencies White Paper Talent as a Service: Enabling Employee Engagement While Boosting Efficiencies The human resources (HR) and human capital management (HCM) landscapes have changed radically in recent years.

More information