Leveraging SOA Principles for API Adoption

Size: px
Start display at page:

Download "www.wipro.com Leveraging SOA Principles for API Adoption"

Transcription

1 Leveraging SOA Principles for API Adoption

2 Table of Contents 02 Abstract 02 Declining Preference for Traditional SOA 03 Onboarding API Bandwagon 04 Checkpoints Leveraging SOA Best Practice for API Implementations Conclusion 07 About the Author

3 Abstract With the emergence of mobile revolution and ubiquitous customer connects, there has been significant changes in the way organizations interact with their customers. There is a growing demand for agility, resilience and flexibility to stay ahead of the curve. The shift in the business models also saw a decline in demand of traditional IT models. There has been significant impact on one of the most popular themes of the past decade Service Oriented Architecture (SOA). This paper looks into some key reasons that caused the decline in affinity towards traditional SOA and emergence of API as a popular trend. The paper also highlights the key checkpoints to look out for in the emerging API journey and emphasizes the need for preserving best practices of SOA for better results. Declining Preference for Traditional SOA SOA at its peak has been a much sought after theme across multiple industries. It promoted benefits of reusability, time-to-market and better ROI to name a few. However, more than a decade after SOA s introduction, many organizations have failed to leverage or showcase the expected benefits and return on investments. This has resulted in fading confidence and support for SOA initiatives. SOA at peak SOA Governance, Registry implementations Focus on CoEs and Shared services Initial implementations Stable phase, SOA success stories Concepts of pragmatic SOA emerges; preference for reducing overheads Agile and Iterative programmes challenges SOA focus Mobile and API revolution shifts focus to light weight, agile implementations Some of the key reasons behind this unexpected twist in tale are availability of SOA experts for end-to-end implementation, Overload of SOA processes, failure to report benefits on a consistent manner etc Figure 1 - Traditional SOA demand over the years 2

4 Availability of SOA Experts and Evangelists Technical Impediments Majority of SOA initiatives heavily depended on external consultants from consulting firms. They championed the initiatives by building a case for SOA adoption, evangelizing the business benefits to the business stakeholders, defining SOA Adoption Roadmap, defining SOA CoE and governance for project delivery, to name a few. However, once the SOA specialists moved off, the responsibility of governing, the processes was left to the existing teams. Without the right direction and expertise, the initiatives lost direction. Though it was not a mandatory requirement or a SOA principle, the default model used by a majority of SOA initiatives was SOAP and WS standards. Unfortunately the schema models focused on elaborate structures increasing the payload size and modeling complexity. End result was highly cumbersome and complex, and low flexible modeling and versioning scenarios added to project delays and complexity. SOA Overload Popularity of Agile Implementation As indicated earlier, many SOA initiatives were driven by external consultants and in some cases, SOA enablement started running as the main charter instead of enabling business benefits. An overload of SOA governance, processes, approvals and tight binding contracts caused increase in cost and more importantly time delays in project. Soon SOA started gaining detractors especially in project execution and business teams. Due to increased need for faster turnaround times, an increasing number of organizations have started preferring an iterative or agile model over the traditional waterfall model. Due to shortened cycles for architecture and design, the whole SOA objective of designing enterprise wide services, ensuring right service granularity and enabling service reusability became increasingly difficult. There is a gradual shift seen from shared services and models, to domain and project centric implementations. Failure to Report Benefits The SOA initiatives that took off were able to clear the first hurdle of convincing the stakeholders and initiating the SOA program. But majority of the initiatives were not able to enable an effective mechanism to continuously report benefits back to the stakeholders. Along with the SOA overload mentioned earlier, lack of view on benefits caused business stakeholders to reduce funding for SOA initiatives. The challenges faced by SOA are more attributed to the faulty implementation or the changing dynamics of environment and nothing to do with SOA principles which are still prevalent and applicable for good implementation. Onboarding API Bandwagon With the current digital transformation trends, there is definitely a need for organizations to be equipped for mobile wave and be flexible for quick changes. Organizations are having developer portals enabled and APIs exposed. A number of API vendors like Layer 7, APIgee, Mashery and traditional players like IBM, TIBCO, Software AG, Oracle, SOA Software are battling it out for the customer space. But what we may be seeing with APIs could be a reverse end of SOA adoption. While SOA was blamed for it s over-governance and control, APIs could easily fall into issue of lack of it. With the huge urge to expose APIs, are we creating more challenges in future? Instead of overload of processes in case of SOA, are we possibly facing a proliferation of unmanaged APIs? Those organizations that are ahead on technology adoption are aware and have already taken steps to adopt the best practices for API implementation. It is worthwhile to look at some of the pitfalls that need to be handled for a good API implementation. 3

5 Checkpoints It is important to ensure that API adoption is not restricted only to enable mobility or security enforcement, but should consider the long-term view on flexibility and maintainability of the implementation. The following points discuss some pitfalls that might be encountered during API adoption and recommendations to address those. Understanding Resource Orientation Channel Driven APIs Representational State Transfer (REST) is an architectural style that is based on and well-aligned to web fundamentals. Though REST has been in use for many years, the prominence of Mobile and e-commerce revolution has given a new level of prominence to REST and JSON. Coding in REST requires a new way of thinking thinking in terms of resources and concept of HATEOAS (Hypermedia as the engine of application state) that enables the continued interaction of resources. Alternate models like Pragmatic REST are also being applied. Many developers who are enabling APIs have come from SOAP-based implementation background. Moving to REST is not just changing the protocol and format. Have the transformed API developers really understood the concept of REST and resource orientation? If not, what you may get could be a simple translation from SOAP implementation in JSON format instead of true RESTful services. Lack of Time for Design One advantage brought in by API tools is the speed of enablement of APIs by means of policies. Due to easier nature of API enablement, normally organizations tend to provide limited attention for design. Are we adopting the right design principles? Have we identified the guidelines for design patterns like security patterns, mediation patterns to interact with existing services? Have we considered failure scenarios? Are we following right URL structure, status codes and naming standards? Since many of APIs are exposed to external world, it becomes even more important to do it right the first time. Design considerations applied at the beginning will help achieve more stable implementations. Change Management Challenges One of the biggest drawbacks SOA implementation is accused of is the complexity of model management due to heavy schemas and use of shared models like industry standard schemas. API models propose simplified models suited for light weight consumers like mobile devices. Though the schema complexity is reduced, the challenges of versioning, change management remain an important consideration. Frequent change on APIs will create user dissatisfaction and may result in non-usage of your APIs. A little time spend on planning will help in reducing frequent changes. SOA strongly propagated the need for clear segregation of presentation layer from services layer for enabling loose coupling. In case of APIs, the very nature of the requirement requires a close interaction with channels and is supported by many products in this space. With this scenario, there is a strong reason that APIs may get modeled by the channels and there are possibilities of emergence of channel-specific APIs. API management support the concept of bundling to create Apps specific to channels; however care must be taken to have granular APIs that are reusable across bundles. Vanishing ESB Many new API implementations are considering taking the step of bypassing the ESB layer itself. Though it makes sense for simple mediation and data interfacing type of interactions, we do need to consider larger perspective for complex scenarios like orchestration, store and forward, transaction handling etc. It is important to clearly identify and define the right use cases and identify only the relevant usage scenarios for APIs instead of complete transformation to APIs. While there is an urgent need to onboard and be API-enabled, we need to be wary of the adoption pitfalls related to this. These issues can be avoided by taking few simple steps that provide stability to the journey. Organizations that are leading the API adoption are clear on the objective and adoption and are taking the right measures to achieve the flexibility and business benefits of APIs. 4

6 Leveraging SOA Best Practice for API Implementations An ad-hoc API enablement may result in multiple challenges in future. Few basic steps can allow much better and stable implementation without impacting the time-to-market and cost of implementations. This is where SOA learnings (do s and don ts) can be leveraged effectively. The need of the hour is a pragmatic approach that provides flexibility and agility for APIs without sacrificing the basic consistency and best practices of service orientation. As a starting point to adopt best practices, the key tenets of SOA are applicable for API adoption as well. The need of the hour is a pragmatic approach that provides flexibility and agility for APIs without sacrificing the basic consistency and best practices of service orientation. Abstraction Reusability In simple terms, abstraction refers to exposing only those details that are relevant for consumers to effectively use the API and hide the intricacies like the information provider, implementation details and technology used. With this, it provides the API owner the liberty of changing the implementation without impacting consumer. API design needs to consider abstraction as one of the key consideration at the design stage itself. Given the current surge on API adoption and the immediate need for API enablement, one of the major challenges that would be faced by organizations in immediate future will be to prevent the proliferation and ensure maintainability of the APIs. Since majority of APIs are driven by consumer need at the moment, reusability and prevention of proliferation will be the focus areas in immediate future, when it gets adopted at a larger level. Statelessness Discoverability One of the prominent usages of APIs is to provide proxy functions for accessing the core underlying information. The performance of the overall interactions largely depends on the provider service and backend. Majority of current API implementations are HTTP and Request/Reply-based invocations as default implementation. Considering the expected scale of API invocations, it is extremely important to manage statelessness and light weighted implementation in-order to ensure limited impact to overall infrastructure. To ensure this, APIs may need to consider alternate paradigms like deferrals, publish subscribe, delegation models, if applicable. The discoverability and documentation becomes even more critical in case of APIs. APIs needs to be supplemented with communicative metadata by which they can be effectively discovered and interpreted. Utilizing SOA principles, lend the required stability for API implementations. Hence effective approach will be to take the best of both to ensure the right implementation. Figure 2 gives a view on some additional dimensions of implementation and proposal to adopt best of both worlds. 5

7 Traditional SOA API World (current) Proposed (best in the world) Governance Stream-lined process methodologies and Governance Inbuilt governance mechanism in API Management products Derive best practices and form a light weight Governance model Standardization Well-defined templates, guidelines and best practices Limited standards followed being an emerging area Derive best practices and define basic standard like naming standard Model Management Complex and Time consuming (CDMs, SOAP, XML, Shared models) Simple and Light weight models adopted(e, JSON) Continue Simple and Light weight models supported by basic standard Documentation High level of process and technical documentation Light weight documentation (eg. Swagger, RAML etc.) Continue light weight documentation approach. Ensure proper documentation Change Impact Smaller impact as the consumers are mostly internal Larger impact as APIs are mainly exposed to external world Approach to be adopted ensuring the right design at first time Time-to-market High, due to complex models and process Low, due to simple models and light weight standards Continue the simple model Design and Implementation Normally stable, reliable and scalable as sufficient time is provided for design Less time available for detailed design Define and leverage design pattern, checklists and standard Monitoring & Management Custom built Inbuilt in most of the tools Utilize the inbuilt capabilities and extend to higher degree of analytics. Security Implementation Well established as mostly used within the enterprise New models like QAUTH supported by tool Define clear checklist and approach for security along with tool to reduce vulnerability Figure 2 - Recommendations for API adoption Please note that the API implementation view is based on observations from current trends in the industry. It is a general view considering the initial stage of adoption and may have exceptions in specific cases. 6

8 Conclusion Considering most of the organizations have attempted SOA in some form or the other, it is inevitable that API and SOA will have to co-exist in the near future. Though Traditional SOA model adoption is declining in overall industry, it might be judicious not to miss the best practices of service orientation which can go a long way in enabling a scalable and reliable API implementation without sacrificing the speed or agility of business enablement. About the Author Manoj Santhakumar Manoj has over 14 years of experience in end-to-end implementations in integration space covering areas like Consulting, Architecture, Program Strategy and Solution Delivery for Payments, Banking, Insurance and Telecom domains. He has been instrumental in setting up Integration Competency Centers and enabling BPM and SOA Transformations in multiple client engagements. Manoj is currently working as Senior Consultant as part of Architecture and Consulting Group under Connected Enterprise Services (CES) Practice of BAS. Manoj can be reached at manoj.santhakumar@wipro.com 7

9 About Wipro Ltd. Wipro Ltd. (NYSE:WIT) is a leading Information Technology, Consulting and Business Process Services company that delivers solutions to enable its clients do business better. Wipro delivers winning business outcomes through its deep industry experience and a 360 degree view of "Business through Technology" - helping clients create successful and adaptive businesses. A company recognized globally for its comprehensive portfolio of services, a practitioner's approach to delivering innovation, and an organization wide commitment to sustainability, Wipro has a workforce of over 140,000, serving clients in 175+ cities across 6 continents. For more information, please visit DO BUSINESS BETTER CONSULTING SYSTEM INTEGRATION BUSINESS PROCESS SERVICES WIPRO LIMITED, DODDAKANNELLI, SARJAPUR ROAD, BANGALORE , INDIA. TEL : +91 (80) , FAX : +91 (80) , info@wipro.com North America Canada Brazil Mexico Argentina United Kingdom Germany France Switzerland Nordic Region Poland Austria Benelux Portugal Romania Africa Middle East India China Japan Philippines Singapore Malaysia South Korea Australia New Zealand 8 WIPRO LIMITED 2014 IND/BRD/NOV 2014-JAN 2016

WIPRO S MEDICAL DEVICES FRAMEWORK

WIPRO S MEDICAL DEVICES FRAMEWORK WIPRO S MEDICAL DEVICES FRAMEWORK JUMP-START AND ACCELERATE YOUR CRM TRANSFORMATION DO BUSINESS BETTER INDUSTRY LANDSCAPE The medical technology industry is trending towards commoditization of products

More information

www.wipro.com Software Defined Infrastructure The Next Wave of Workload Portability Vinod Eswaraprasad Principal Architect, Wipro

www.wipro.com Software Defined Infrastructure The Next Wave of Workload Portability Vinod Eswaraprasad Principal Architect, Wipro www.wipro.com Software Defined Infrastructure The Next Wave of Workload Portability Vinod Eswaraprasad Principal Architect, Wipro Table of Contents Abstract... 03 The Emerging Need... 03 SDI Impact for

More information

OPTIMIZING INSURANCE DISTRIBUTION THROUGH A HYBRID MODEL

OPTIMIZING INSURANCE DISTRIBUTION THROUGH A HYBRID MODEL www.wipro.com OPTIMIZING INSURANCE DISTRIBUTION THROUGH A HYBRID MODEL Sasi Koyalloth Connected Enterprise Services (CES) BAS Table of Content 03... Abstract 04... Challenges of Direct and Agent-based

More information

TRANSFORMING TO NEXT-GEN APP DELIVERY FOR COMPETITIVE DIFFERENTIATION

TRANSFORMING TO NEXT-GEN APP DELIVERY FOR COMPETITIVE DIFFERENTIATION www.wipro.com TRANSFORMING TO NEXT-GEN APP DELIVERY FOR COMPETITIVE DIFFERENTIATION Renaissance Delivery Experience Ecosystem Sabir Ahmad Senior Architect ... Table of Content Introduction 3 Driving Transformational

More information

WIPRO BOUNDARYLESS DATA CENTER SERVICES

WIPRO BOUNDARYLESS DATA CENTER SERVICES www.wipro.com WIPRO BOUNDARYLESS DATA CENTER SERVICES Redefining Possibilities to drive Rapid Business Outcomes What Customers Say? Globalization, Entering new markets Changing consumer expectations Legacy

More information

WWW.WIPRO.COM UP IN THE CLOUD

WWW.WIPRO.COM UP IN THE CLOUD WWW.WIPRO.COM UP IN THE CLOUD Will the chemical industry be one of the first adopters or fast followers in transitioning to the Cloud? Read on to learn the latest Cloud technology trends in the global

More information

Real-Time Data Access Using Restful Framework for Multi-Platform Data Warehouse Environment

Real-Time Data Access Using Restful Framework for Multi-Platform Data Warehouse Environment www.wipro.com Real-Time Data Access Using Restful Framework for Multi-Platform Data Warehouse Environment Pon Prabakaran Shanmugam, Principal Consultant, Wipro Analytics practice Table of Contents 03...Abstract

More information

WWW.WIPRO.COM CRITICAL SUCCESS FACTORS FOR A SUCCESSFUL TEST ENVIRONMENT MANAGEMENT

WWW.WIPRO.COM CRITICAL SUCCESS FACTORS FOR A SUCCESSFUL TEST ENVIRONMENT MANAGEMENT WWW.WIPRO.COM CRITICAL SUCCESS FACTORS FOR A SUCCESSFUL TEST ENVIRONMENT MANAGEMENT Table of contents 01 Abstract 02 Key factors for a successful test environment management 05 Conclusion 05 About the

More information

www.wipro.com Managing Skills Challenge in an Open Source World Prajod Vettiyattil Software Architect Wipro Limited

www.wipro.com Managing Skills Challenge in an Open Source World Prajod Vettiyattil Software Architect Wipro Limited www.wipro.com Managing Skills Challenge in an Open Source World Prajod Vettiyattil Software Architect Wipro Limited Table of Contents 03... The Rise of Open Source 04... The Talent Crunch 06... Insights

More information

HR - A STRATEGIC PARTNER Evolution in the adoption of Human Capital Management systems

HR - A STRATEGIC PARTNER Evolution in the adoption of Human Capital Management systems www.wipro.com HR - A STRATEGIC PARTNER Evolution in the adoption of Human Capital Management systems FUTURE READY SYSTEM FOR AN INSPIRED WORKFORCE Anand Gupta, Director, Oracle Cloud Services, Wipro Table

More information

DIGITAL WEALTH MANAGEMENT FOR MASS-AFFLUENT INVESTORS

DIGITAL WEALTH MANAGEMENT FOR MASS-AFFLUENT INVESTORS www.wipro.com DIGITAL WEALTH MANAGEMENT FOR MASS-AFFLUENT INVESTORS Sasi Koyalloth Connected Enterprise Services Table of Contents 03... Abstract 03... The Emerging New Disruptive Digital Business Model

More information

An Integrated Validation Approach to SDN & NFV

An Integrated Validation Approach to SDN & NFV www.wipro.com An Integrated Validation Approach to SDN & NFV Key challenges, implementation strategies and the road ahead. Jayaprakash Hariharan Mohan Kumar Table of Contents 03...Abstract 04...Introduction

More information

www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand

www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand www.wipro.com NFV and its Implications on Network Fault Management Abhinav Anand Table of Contents Introduction... 03 Network Fault Management operations today... 03 NFV and Network Fault Management...

More information

BENCHMARKING THE ENTERPRISE S B2B INTEGRATION MATURITY

BENCHMARKING THE ENTERPRISE S B2B INTEGRATION MATURITY www.wipro.com BENCHMARKING THE ENTERPRISE S B2B INTEGRATION MATURITY Presanna Venkadesh Sundararajan Senior Architect in Wipro Technologies Table of contents 03...Background 03...Why do we have to measure

More information

Evaluating Managed File Transfer Solutions

Evaluating Managed File Transfer Solutions Evaluating Managed File Transfer Solutions Right evaluation is essential to make the right choice of a Managed File Transfer solution www.wipro.com Manish Dhama B2B Integration Practice, Wipro Technologies

More information

VIRGINIE O'SHEA Senior Analyst, Securities and Investments, Aite Group

VIRGINIE O'SHEA Senior Analyst, Securities and Investments, Aite Group www.wipro.com IN CONVERSATION WITH VIRGINIE O'SHEA Senior Analyst, Securities and Investments, Aite Group Budget constraints had pushed data management to the backburner, but financial institutions are

More information

PREDICTIVE INSIGHT ON BATCH ANALYTICS A NEW APPROACH

PREDICTIVE INSIGHT ON BATCH ANALYTICS A NEW APPROACH WWW.WIPRO.COM PREDICTIVE INSIGHT ON BATCH ANALYTICS A NEW APPROACH Floya Muhury Ghosh Table of contents 01 Abstract 01 Industry Landscape 02 Current OM Tools Limitations 02 Current OM Tools Potential Improvements

More information

www.wipro.com Data Quality Obligation by Character but Compulsion for Existence Sukant Paikray

www.wipro.com Data Quality Obligation by Character but Compulsion for Existence Sukant Paikray www.wipro.com Data Quality Obligation by Character but Compulsion for Existence Sukant Paikray Table of Contents 02 Introduction 03 Quality Quandary 04 Major Industry Initiatives 05 Conclusion 06 06 About

More information

www.wipro.com Big Data Analytics Driving Revenue Growth in Retail Banking Sandeep Bhagat, Practice Head, Big Data Analytics, Wipro Analytics

www.wipro.com Big Data Analytics Driving Revenue Growth in Retail Banking Sandeep Bhagat, Practice Head, Big Data Analytics, Wipro Analytics www.wipro.com Big Data Analytics Driving Revenue Growth in Retail Banking Sandeep Bhagat, Practice Head, Big Data Analytics, Wipro Analytics Banking on Big Data Nicolas i has a vision of running a nouveau

More information

High Performance Analytics through Data Appliances

High Performance Analytics through Data Appliances WWW.WIPRO.COM High Performance Analytics through Data Appliances Deriving more from data Sankar Natarajan Practice Lead (Netezza & Vertica Data Warehouse Appliance) at Wipro Technologies Table of contents

More information

Transforming Distribution Utilities

Transforming Distribution Utilities www.wipro.com Transforming Distribution Utilities Digitizing the Core Anjan Lahiri Table of Contents 02 Abstract 02 Customers Steering the Change 03 Deconstructing the Digital Character 05 Utilities at

More information

INTERNET OF THINGS Delight. Optimize. Revolutionize.

INTERNET OF THINGS Delight. Optimize. Revolutionize. WWW.WIPRO.COM INTERNET OF THINGS Delight. Optimize. Revolutionize. DO BUSINESS BETTER HOW IS YOUR BUSINESS ALIGNED TO CAPITALIZE ON THE FASCINATING OPPORTUNITIES OF THE FUTURE? ARE YOU LOOKING AT DOING

More information

www.wipro.com Community Analytics Catalyzing Customer Engagement Srinath Sridhar Wipro Analytics

www.wipro.com Community Analytics Catalyzing Customer Engagement Srinath Sridhar Wipro Analytics www.wipro.com Community Analytics Catalyzing Customer Engagement Srinath Sridhar Wipro Analytics Table of Contents 03... Introduction 03... Communities: A Catalyst for Business Growth 05... Cost of Neglecting

More information

www.wipro.com Addressing Need-Based Consumerism for Cloud Services Robert Bates SMAC Architecture Group Head, Advanced Technologies & Solutions

www.wipro.com Addressing Need-Based Consumerism for Cloud Services Robert Bates SMAC Architecture Group Head, Advanced Technologies & Solutions www.wipro.com Addressing Need-Based Consumerism for Cloud Services Robert Bates SMAC Architecture Group Head, Advanced Technologies & Solutions Table of contents 03... Abstract 03... Introduction 04...

More information

Amanda, a working mom, spotted a summer skirt on the website of a top clothing brand and ordered it. When the skirt arrived it was the wrong color.

Amanda, a working mom, spotted a summer skirt on the website of a top clothing brand and ordered it. When the skirt arrived it was the wrong color. www.wipro.com DRIVING CUSTOMER INSIGHTS FOR RETAILERS IN THE DIGITAL ERA Venkataraman Ramanathan Senior Architect, Information Management, Wipro Analytics Amanda, a working mom, spotted a summer skirt

More information

Enterprise Architecture for Communication Service Providers: Aligning Business Goals to IT

Enterprise Architecture for Communication Service Providers: Aligning Business Goals to IT WIPRO CONSULTING SERVICES Enterprise Architecture for Communication Service Providers: Aligning Business Goals to IT www.wipro.com/consulting Enterprise Architecture for Communication Service Providers:

More information

Table of Contents. 03...Cut the Clutter, Join the Big Data Wellness Club. 06...About the Author. 06...About Wipro Ltd.

Table of Contents. 03...Cut the Clutter, Join the Big Data Wellness Club. 06...About the Author. 06...About Wipro Ltd. www.wipro.com Cut the Clutter, Join the Big Data Wellness Club FIs, Retailers aiming to derive business value from Big Data need to ensure Srinivasagopalan data correctness, Venkataraman timeliness and

More information

SaaS Maturity Evolution for Transforming ISVs business

SaaS Maturity Evolution for Transforming ISVs business SaaS Maturity Evolution for Transforming ISVs business www.wipro.com www.wipro.com Hemanth Kumar A. (Solution Architect) Rajesh Gupta Hemanth Kumar Amitoj Singh Amitoj Practice Singh Head (Product Solution

More information

www.wipro.com NATURAL RESOURCES: Mining the way ahead

www.wipro.com NATURAL RESOURCES: Mining the way ahead www.wipro.com NATURAL RESOURCES: Mining the way ahead MINING THE WAY AHEAD For a long period, the operating model of mining industry has been stagnant due to no compelling reason to evolve. But now, due

More information

Empowering business intelligence through BI transformation

Empowering business intelligence through BI transformation www.wipro.com Empowering business intelligence through BI transformation Deepak Maheshwari Prinicipal Architect, Business Intelligence - Wipro Analytics Table of content 03... Introduction 04... De-bottlenecking

More information

ENCOURAGING STORE ASSOCIATES IN AN OMNI CHANNEL WORLD MAKING INCENTIVE SCHEMES TRUE AND FAIR

ENCOURAGING STORE ASSOCIATES IN AN OMNI CHANNEL WORLD MAKING INCENTIVE SCHEMES TRUE AND FAIR WWW.WIPRO.COM ENCOURAGING STORE ASSOCIATES IN AN OMNI CHANNEL WORLD MAKING INCENTIVE SCHEMES TRUE AND FAIR Girish Kumar Global Practice Partner and Heads the Omni Channel Retail Practice Nirmal Jeyapal

More information

Going Seamless with SIAM. Why you need a platform-based approach for Service Integration and Management WWW.WIPRO.COM

Going Seamless with SIAM. Why you need a platform-based approach for Service Integration and Management WWW.WIPRO.COM WWW.WIPRO.COM Going Seamless with SIAM Why you need a platform-based approach for Service Integration and Management Ramesh Dorairaj, Principal Consultant, Application Support and Maintenance Table of

More information

Agile Change: The Key to Successful Cloud/SaaS Deployment

Agile Change: The Key to Successful Cloud/SaaS Deployment WIPRO CONSULTING SERVICES Agile Change: The Key to Successful Cloud/SaaS Deployment www.wipro.com/consulting Agile Change: The Key to Successful Cloud/SaaS Deployment By Robert Staeheli and Gregor Marshall

More information

Re-Shaping Retail Integration. Changing retail landscape with Social-Mobile-Analytics-Cloud. www.wipro.com

Re-Shaping Retail Integration. Changing retail landscape with Social-Mobile-Analytics-Cloud. www.wipro.com www.wipro.com Re-Shaping Retail Integration Changing retail landscape with Social-Mobile-Analytics-Cloud Gaurav Mittal Principal Consultant Wipro Ltd. Table of contents 03... Abstract 03... Retail Industry

More information

www.wipro.com THE FORECAST FOR CLOUD IS SUNNY Sudeshna Bhadury

www.wipro.com THE FORECAST FOR CLOUD IS SUNNY Sudeshna Bhadury www.wipro.com THE FORECAST FOR CLOUD IS SUNNY Sudeshna Bhadury Table of Contents 03...The Forecast for Cloud is Sunny 04...Data Privacy 04...Loss of Control 04...Latency 04...Location 04...When to think

More information

IDENTITY & ACCESS MANAGEMENT IN THE CLOUD

IDENTITY & ACCESS MANAGEMENT IN THE CLOUD IDENTITY & ACCESS MANAGEMENT IN THE CLOUD www.wipro.com Niraj Kumar Shukla Table of Contents 3... 1. Introduction 3... 2. IAM Approach 4... 2.1. Phase I - Plan 4...2.1.1. Understanding the Environment

More information

Averting Chaos with Dual Supply Chain Management Strategy

Averting Chaos with Dual Supply Chain Management Strategy WIPRO CONSULTING SERVICES Averting Chaos with Dual Supply Chain Management Strategy www.wipro.com/services/consulting/ Averting Chaos with Dual Supply Chain Management Strategy By Ramanan Sambukumar, Vinay

More information

Simplify Telecom Network Migration with Repeatable Frameworks

Simplify Telecom Network Migration with Repeatable Frameworks WWW.WIPRO.COM Simplify Telecom Network Migration with Repeatable Frameworks A perfect 10 in network migrations in the Telecom world is almost a mirage, but there s a lot that you could get a grip over

More information

Telecom Analytics: Powering Decision Makers with Real-Time Insights

Telecom Analytics: Powering Decision Makers with Real-Time Insights Telecom Analytics: Powering Decision Makers with Real-Time Insights www.wipro.com Anindito De, Practice Manager - Industry Solutions, CXO Services, Advanced Technologies & Solutions Subhas Mondal, Head

More information

The Wipro NxtGen MEMS Advantage. Wipro NxtGen MEMS

The Wipro NxtGen MEMS Advantage. Wipro NxtGen MEMS State Health and Human Services Agencies have a lot to juggle, with evolving demands and rapid technological changes such as: need to modernize the legacy MMIS mandates from CMS to meet the MITA 3.0 framework

More information

www.wipro.com ACCOMMODATING IOT / M2M REQUIREMENTS IN THE CELLULAR ECOSYSTEM Mahendra Agarwal Architect, Wipro Tecnologies

www.wipro.com ACCOMMODATING IOT / M2M REQUIREMENTS IN THE CELLULAR ECOSYSTEM Mahendra Agarwal Architect, Wipro Tecnologies www.wipro.com ACCOMMODATING IOT / M2M REQUIREMENTS IN THE CELLULAR ECOSYSTEM Mahendra Agarwal Architect, Wipro Tecnologies Table of Contents Abstract... 03 What s new in Cellular Technology?... 03 Device

More information

How To Manage A Supply Chain

How To Manage A Supply Chain www.wipro.com SERVICE-BASED SALES AND CHANNEL MANAGEMENT IN TELECOM Sridhar Marella Padam Jain Table of Contents 3...Introduction 4... Typical Challenges in Sales & Distribution 4... Solution Capabilities

More information

www.wipro.com mhealth SOLUTIONS EMPOWER MASSES WITH AFFORDABILITY, ACCESSIBILITY AND QUALITY HEALTHCARE Santhosh Kumar Madathil Aparna Kumpatla

www.wipro.com mhealth SOLUTIONS EMPOWER MASSES WITH AFFORDABILITY, ACCESSIBILITY AND QUALITY HEALTHCARE Santhosh Kumar Madathil Aparna Kumpatla www.wipro.com mhealth SOLUTIONS EMPOWER MASSES WITH AFFORDABILITY, ACCESSIBILITY AND QUALITY HEALTHCARE Santhosh Kumar Madathil Aparna Kumpatla Table of Contents 03... Abstract 03... Overview of Health

More information

Bringing Website-like Experience Inside the Stores

Bringing Website-like Experience Inside the Stores www.wipro.com Bringing Website-like Experience Inside the Stores Gaurav Mittal Head, CES (RCTG) - BAS Table of Contents Abstract...3 Current State of Retailers... 4 Intelligent Store Associates Increasing

More information

OPTIMIZATION OF QUASI FAST RETURN TECHNIQUE IN TD-SCDMA

OPTIMIZATION OF QUASI FAST RETURN TECHNIQUE IN TD-SCDMA www.wipro.com OPTIMIZATION OF QUASI FAST RETURN TECHNIQUE IN TD-SCDMA Niladri Shekhar Paria Table of Contents 03... Abstract 03... Overview of QFR Technique 05... Problem in Existing QFR Technique 05...

More information

BETTER DESIGNED BUSINESS PROCESSES

BETTER DESIGNED BUSINESS PROCESSES BETTER DESIGNED BUSINESS PROCESSES Select The Right Process Modeling Tool Base))) Nithya Ramkumar Vice President, Base))), Wipro Business Process Services Table of Contents 03 The Right Modeling Tool To

More information

www.wipro.com Petroleum Retailers Ready to Fuel Omni-channel for a Seamless Customer Experience Sudhansu Choudhury Senior Consultant, Wipro

www.wipro.com Petroleum Retailers Ready to Fuel Omni-channel for a Seamless Customer Experience Sudhansu Choudhury Senior Consultant, Wipro www.wipro.com Petroleum Retailers Ready to Fuel Omni-channel for a Seamless Customer Experience Sudhansu Choudhury Senior Consultant, Wipro Table of Contents 03... Petroleum Retailers: Ready to Fuel Omni

More information

EMPOWER YOUR ORGANIZATION - DRIVING WORKFORCE ANALYTICS

EMPOWER YOUR ORGANIZATION - DRIVING WORKFORCE ANALYTICS WWW.WIPRO.COM EMPOWER YOUR ORGANIZATION - DRIVING WORKFORCE ANALYTICS Using tactical workforce intelligence to optimize talent and set the cornerstone to manage workforce competency risks. Suvrat Mathur,

More information

CENTRALIZED CONTROL CENTERS FOR THE OIL & GAS INDUSTRY A detailed analysis on Business challenges and Technical adoption.

CENTRALIZED CONTROL CENTERS FOR THE OIL & GAS INDUSTRY A detailed analysis on Business challenges and Technical adoption. WWW.WIPRO.COM CENTRALIZED CONTROL CENTERS FOR THE OIL & GAS INDUSTRY A detailed analysis on Business challenges and Technical adoption. Senthilvelan Umapathi Practice Lead Table of contents 02 Executive

More information

MOBILITY AS A SERVICE (MaaS)

MOBILITY AS A SERVICE (MaaS) www.wipro.com DEVELOP AND DEPLOY MOBILE APPLICATIONS TRANSFORMING THE WAY BUSINESSES MOBILITY AS A SERVICE (MaaS) Two of the most exciting technologies today, Mobility and Cloud, are helping enterprises

More information

SMART FACTORY IN THE AGE OF BIG DATA AND IoT

SMART FACTORY IN THE AGE OF BIG DATA AND IoT WWW.WIPRO.COM SMART FACTORY IN THE AGE OF BIG DATA AND IoT THE SHAPE OF THINGS TO COME Narendra Ghate Senior Manager at Wipro Analytics Table of contents 01 Industrial Revolution 4.0 is here. Where are

More information

The Top 3 Reasons Why ERP Transformations Fail And How You Can Avoid Them

The Top 3 Reasons Why ERP Transformations Fail And How You Can Avoid Them WIPRO CONSULTING SERVICES The Top 3 Reasons Why ERP Transformations Fail And How You Can Avoid Them www.wipro.com/consulting The Top 3 Reasons Why ERP Transformations Fail And How You Can Avoid Them By

More information

www.wipro.com Manage Your Leads Well to Boost Sales Volumes Anupam Bhattacharjee Shine Gangadharan

www.wipro.com Manage Your Leads Well to Boost Sales Volumes Anupam Bhattacharjee Shine Gangadharan www.wipro.com Manage Your Leads Well to Boost Sales Volumes Anupam Bhattacharjee Shine Gangadharan Table of Content 03... Introduction 04... The Great Transition 05... The way Forward 06... About the Authors

More information

Mobile Application Management. www.wipro.com. Anand Kale Mobility Solutions Head- Banking & Financial Services, Wipro Mobility Solutions

Mobile Application Management. www.wipro.com. Anand Kale Mobility Solutions Head- Banking & Financial Services, Wipro Mobility Solutions Mobile Application Management www.wipro.com Anand Kale Mobility Solutions Head- Banking & Financial Services, Wipro Mobility Solutions Table of contents 03... Mobile Application Management (MAM): Reduce

More information

Powering the New Supply Chain: Demand Sensing for Small and Medium-Sized Businesses

Powering the New Supply Chain: Demand Sensing for Small and Medium-Sized Businesses WIPRO CONSULTING SERVICES Powering the New Supply Chain: Demand Sensing for Small and Medium-Sized Businesses www.wipro.com/consulting Powering the New Supply Chain: Demand Sensing for Small and Medium-Sized

More information

The Intelligent Business: How Benefits-Led Business Intelligence Can Drive Value

The Intelligent Business: How Benefits-Led Business Intelligence Can Drive Value WIPRO CONSULTING SERVICES The Intelligent Business: How Benefits-Led Business Intelligence Can Drive Value www.wipro.com/consulting Also covered by The Intelligent Business: How Benefits-Led Business

More information

KEEPING ENERGY M&As ON TRACK WITH EARLY IT ENGAGEMENT

KEEPING ENERGY M&As ON TRACK WITH EARLY IT ENGAGEMENT www.wipro.com KEEPING ENERGY M&As ON TRACK WITH EARLY IT ENGAGEMENT Ramakrishna Avasarala Consultant, SAP- O&G COE Table of Contents 03 Abstract 03 Introduction: Role of IT in M&As 04 06 Key focus areas

More information

Software vendors evolution in the new industry paradigm

Software vendors evolution in the new industry paradigm Software vendors evolution in the new industry paradigm Future of independent software vendors www.wipro.com Rajesh Gupta Rajesh Gupta Practice head- ISV vertical Practice head- ISV vertical Manufacturing

More information

Enriching In-Store Experience with Analytics

Enriching In-Store Experience with Analytics Enriching In-Store Experience with Analytics Arun Kumar, General Manager & Global Head of Retail Consulting Practice, Wipro Ltd. www.wipro.com Balakrishna Parankusam Venkata, Principal Consultant, Retail

More information

DIGITAL INTEGRATED PLATFORM: BRINGING RESILIENCE TO CONSTRUCTION ENTERPRISE

DIGITAL INTEGRATED PLATFORM: BRINGING RESILIENCE TO CONSTRUCTION ENTERPRISE www.wipro.com DIGITAL INTEGRATED PLATFORM: BRINGING RESILIENCE TO CONSTRUCTION ENTERPRISE DO BUSINESS BETTER THE NEED FOR CHANGE - WHY DIGITAL INTEGRATED PLATFORM? Few industries are as high risk and fragmented

More information

Open Source Software and The Enterprise

Open Source Software and The Enterprise Open Source Software and The Enterprise Gain in more ways than one www.wipro.com Prajod S Vettiyattil Lead Architect Open Source Integration Group Wipro Limited Table of Contents 03 The Current Scenario

More information

www.wipro.com ENGINEERING & CONSTRUCTION: TECHNOLOGY PARTNER FOR TOMORROW S INFRASTRUCTURE

www.wipro.com ENGINEERING & CONSTRUCTION: TECHNOLOGY PARTNER FOR TOMORROW S INFRASTRUCTURE www.wipro.com ENGINEERING & CONSTRUCTION: TECHNOLOGY PARTNER FOR TOMORROW S INFRASTRUCTURE TECHNOLOGY PARTNER FOR TOMORROW S INFRASTRUCTURE The growth story of Engineering & Construction industry has been

More information

LESS PAPER. MORE PRINTING.

LESS PAPER. MORE PRINTING. WWW.WIPRO.COM LESS PAPER. MORE PRINTING. Managed printing services and how it s helping offices to be more efficient in its printing practices. Adarsh R Talinki Sr. Practice Manager - EUC Global Infrastructure

More information

ENSURING SUCCESS IN AN AGILE-UX ENGAGEMENT

ENSURING SUCCESS IN AN AGILE-UX ENGAGEMENT www.wipro.com ENSURING SUCCESS IN AN AGILE-UX ENGAGEMENT Anindita Sundaram Lead Consultant Table of Contents 03 Abstract 03 Introduction 04 04 05 Industry Perspective Solution Approach Benefits 06 Conclusion

More information

CONNECTED HEALTHCARE. Multiple Devices. One Interface. www.wipro.com

CONNECTED HEALTHCARE. Multiple Devices. One Interface. www.wipro.com www.wipro.com CONNECTED HEALTHCARE Multiple Devices. One Interface. Anirudha Gokhale Senior Architect, Product Engineering Services division at Wipro Technologies Table of Contents Abstract... 03 The Not-So-Connected

More information

www.wipro.com Application of Big Data Solution to Mining Analytics Sandipan Chakraborti Senior Architect ENU

www.wipro.com Application of Big Data Solution to Mining Analytics Sandipan Chakraborti Senior Architect ENU www.wipro.com Application of Big Data Solution to Mining Analytics Sandipan Chakraborti Senior Architect ENU Table of Content 03... Introduction 03... Big Data & Analytics Across Mining Functions 05...

More information

OPERATIONAL BENCHMARKING DRIVING BUSINESS EFFICIENCY

OPERATIONAL BENCHMARKING DRIVING BUSINESS EFFICIENCY WWW.WIPRO.COM OPERATIONAL BENCHMARKING DRIVING BUSINESS EFFICIENCY Delivering best in class performance by targeting world class benchmarks and making processes more efficient and effective. Wipro BPO

More information

Six Steps to Putting HR on the Path to Corporate Strategic Partner

Six Steps to Putting HR on the Path to Corporate Strategic Partner WIPRO CONSULTING SERVICES Six Steps to Putting HR on the Path to Corporate Strategic Partner www.wipro.com/consulting Six Steps to Putting HR on the Path to Corporate Strategic Partner By Robert Staeheli

More information

MANAGING LINEAR ASSETS Managing Linear Assets has always been a challenge; find out how customers leverage SAP to meet industry requirements.

MANAGING LINEAR ASSETS Managing Linear Assets has always been a challenge; find out how customers leverage SAP to meet industry requirements. WWW.WIPRO.COM MANAGING LINEAR ASSETS Managing Linear Assets has always been a challenge; find out how customers leverage SAP to meet industry requirements. Venkatesh Pulijala, EAM Consultant - Oil & Gas,

More information

RIGHT INTEGRATION STRATEGY - A CORNERSTONE FOR OMNI-CHANNEL RETAIL

RIGHT INTEGRATION STRATEGY - A CORNERSTONE FOR OMNI-CHANNEL RETAIL WWW.WIPRO.COM RIGHT INTEGRATION STRATEGY - A CORNERSTONE FOR OMNI-CHANNEL RETAIL Gaurav Sai Mittal Table of Contents 03 Introduction 04 Creating an Omni-Channel Experience Functional Building Blocks 05

More information

BIG DATA BREATHES LIFE INTO NEXT-GEN PHARMA R&D

BIG DATA BREATHES LIFE INTO NEXT-GEN PHARMA R&D www.wipro.com BIG DATA BREATHES LIFE INTO NEXT-GEN PHARMA R&D Dr.Sarika Vanarse Principal Consultant Pharma R&D, Industry Solutions Group Table of Contents 03... Abstract 03... Introduction 05... Preparing

More information

Rethinking Data Discovery The new research and experimentation paradigm for analytics and discovery. www.wipro.com

Rethinking Data Discovery The new research and experimentation paradigm for analytics and discovery. www.wipro.com www.wipro.com Rethinking Data Discovery The new research and experimentation paradigm for analytics and discovery Nitesh Jain General Manager and Vertical Head CPG (Europe & Emerging Markets) Table of

More information

Analytics in an Omni Channel World. Arun Kumar, General Manager & Global Head of Retail Consulting Practice, Wipro Ltd.

Analytics in an Omni Channel World. Arun Kumar, General Manager & Global Head of Retail Consulting Practice, Wipro Ltd. Analytics in an Omni Channel World www.wipro.com Arun Kumar, General Manager & Global Head of Retail Consulting Practice, Wipro Ltd. Table of Contents 03...Extending the Single View of Consumer 04...Extending

More information

How To Design An Invoice Processing And Document Management System

How To Design An Invoice Processing And Document Management System WIPRO CONSULTING SERVICES Business Methods Series Source to Pay: Transforming Processing and Document Management Paulo Jose Freixa Calhau Preto Senior Manager, Finance & Accounting Transformation Practice,

More information

www.wipro.com Need For Mobility In Mining Vasuki Upadhya Domain Architecture Practice Head

www.wipro.com Need For Mobility In Mining Vasuki Upadhya Domain Architecture Practice Head www.wipro.com Need For Mobility In Mining Vasuki Upadhya Domain Architecture Practice Head Table of Contents 03... Abstract 03... Introduction 04... Impact of Mobile Technologies in Mining 05... Anytime,

More information

Intercompany Reconciliation and Settlement. WIPRO CONSULTING SERVICES Business Methods Series. www.wipro.com/consulting

Intercompany Reconciliation and Settlement. WIPRO CONSULTING SERVICES Business Methods Series. www.wipro.com/consulting WIPRO CONSULTING SERVICES Business Methods Series Intercompany Reconciliation and Settlement Noel Billing, Senior Manager, Finance & Accounting Transformation Practice Wipro Consulting Services noel.billing@wipro.com

More information

Revenue Enhancement and Churn Prevention

Revenue Enhancement and Churn Prevention Revenue Enhancement and Churn Prevention for Telecom Service Providers A Telecom Event Analytics Framework to Enhance Customer Experience and Identify New Revenue Streams www.wipro.com Anindito De Senior

More information

Agenda. Company Platform Customers Partners Competitive Analysis

Agenda. Company Platform Customers Partners Competitive Analysis KidoZen Overview Agenda Company Platform Customers Partners Competitive Analysis Our Vision Power the backend of the post- web enterprise Key Challenges of the Mobile Enterprise Enterprise systems integration

More information

Government's Adoption of SOA and SOA Examples

Government's Adoption of SOA and SOA Examples Government's Adoption of SOA and SOA Examples Presented by : Ajay Budhraja, Chief of Enterprise Services ME (Engg), MS (Management), PMP, CICM, CSM, ECM (Master) AIIM, ITIL-F Copyright 2008 Ajay Budhraja

More information

Future of Minerals Exploration Helping the mining industry go deeper.

Future of Minerals Exploration Helping the mining industry go deeper. Future of Minerals Exploration Helping the mining industry go deeper. WWW.WIPRO.COM David Lee, GM Strategy- Mining, Wipro Technologies Table of contents 02 Future of Minerals Exploration 03 Minerals Exploration

More information

EXPLORING POSSIBILITIES

EXPLORING POSSIBILITIES www.wipro.com OIL AND GAS: EXPLORING POSSIBILITIES WIPRO LIMITED 74 development centers, over 950 active clients and over 150,000 employees in 6 continents 50+ Centers of Excellence to develop domain-specific

More information

perspective Microservices A New Application Paradigm Abstract

perspective Microservices A New Application Paradigm Abstract perspective Microservices A New Application Paradigm Abstract Microservices Architecture is introducing the concept of developing functionality as a number of small self-contained services. This paper

More information

WIPRO S ENTERPRISE UNIFIED COMMUNICATION AND CONTACT CENTER MANAGED SERVICES

WIPRO S ENTERPRISE UNIFIED COMMUNICATION AND CONTACT CENTER MANAGED SERVICES WWW.WIPRO.COM WIPRO S ENTERPRISE UNIFIED COMMUNICATION AND CONTACT CENTER MANAGED SERVICES End-to-End Infrastructure Services DO BUSINESS BETTER INDUSTRY TRENDS Enterprise Unified Communications (UC) and

More information

The Global Supply Chain Goes Collaborative

The Global Supply Chain Goes Collaborative WIPRO CONSULTING SERVICES The Global Supply Chain Goes Collaborative www.wipro.com/consulting The Global Supply Chain Goes Collaborative By Sebastian Ennulat In today s era of high customer expectations,

More information

MULTI-TENANT UTILITIES: THE FUTURE OF SECURITIES PROCESSING

MULTI-TENANT UTILITIES: THE FUTURE OF SECURITIES PROCESSING www.wipro.com MULTI-TENANT UTILITIES: THE FUTURE OF SECURITIES PROCESSING Venkata Ramakrishna Senior Consultant, Solution Design Group Kanishka Dasgupta Domain Consultant, Industry Advisory Group Table

More information

Partnering for Success: Transitioning from Shared Services to Global Business Services

Partnering for Success: Transitioning from Shared Services to Global Business Services WIPRO CONSULTING SERVICES Partnering for Success: Transitioning from Shared Services to Global Business Services www.wipro.com/consulting Partnering For Success: Transitioning from Shared Services to Global

More information

RESILIENCE AGAINST CYBER ATTACKS Protecting Critical Infrastructure Information

RESILIENCE AGAINST CYBER ATTACKS Protecting Critical Infrastructure Information www.wipro.com RESILIENCE AGAINST CYBER ATTACKS Protecting Critical Infrastructure Information Saritha Auti Practice Head - Enterprise Security Solutions, Wipro Table of Contents 03... Abstract 03... Why

More information

Risks in Middleware Migration- Demystifying the Journey

Risks in Middleware Migration- Demystifying the Journey Risks in Middleware Migration- Demystifying the Journey www.wipro.com Sankara Subramanian Palanisamy Middleware Migration Solutions, Enterprise Business Integration Table of contents 03... Risks in Middleware

More information

www.wipro.com MOBILE BANKING Putting customer service back in customers hands DO BUSINESS BETTER

www.wipro.com MOBILE BANKING Putting customer service back in customers hands DO BUSINESS BETTER www.wipro.com MOBILE BANKING Putting customer service back in customers hands DO BUSINESS BETTER INDUSTRY OVERVIEW Banks are seeking means to leverage the power of mobile phones as a cost-effective distribution

More information

Driving Strategy to execution

Driving Strategy to execution WIPRO CONSULTING SERVICES Driving Strategy to Execution www.wipro.com/consulting Driving Strategy to Execution By Gerhard Plenert Facing financial and competitive pressures of historic proportions, operations

More information

ARE YOU LEVERAGING ENOUGH GAMIFICATION IN YOUR DIGITAL CRM?

ARE YOU LEVERAGING ENOUGH GAMIFICATION IN YOUR DIGITAL CRM? www.wipro.com ARE YOU LEVERAGING ENOUGH GAMIFICATION IN YOUR DIGITAL CRM? Nagesh Deshpande Lead Consultant, SaaS Center of Excellence, Advanced Technologies and Solutions Table of Contents 03... Abstract

More information

USE AUTOMATION TO DELIVER BETTER SOFTWARE QUALITY

USE AUTOMATION TO DELIVER BETTER SOFTWARE QUALITY www.wipro.com USE AUTOMATION TO DELIVER BETTER SOFTWARE QUALITY Application s not responding again! Now, we are only ten tech-support calls away from another free pizza! Aman Chandra, Head of Tools Group,

More information

and technology engineered for agile business

and technology engineered for agile business IFS Applications architecture and technology engineered for agile business OUR SOLUTION S DNA When we first set out to create IFS Applications over 25 years ago, our goal was to make the most usable business

More information

Enterprise Application Designs In Relation to ERP and SOA

Enterprise Application Designs In Relation to ERP and SOA Enterprise Application Designs In Relation to ERP and SOA DESIGNING ENTERPRICE APPLICATIONS HASITH D. YAGGAHAVITA 20 th MAY 2009 Table of Content 1 Introduction... 3 2 Patterns for Service Integration...

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Service Oriented Architecture SOA and Web Services John O Brien President and Executive Architect Zukeran Technologies

More information

SDN/NFV TRANSFORMATION FOR SERVICE PROVIDER NETWORK

SDN/NFV TRANSFORMATION FOR SERVICE PROVIDER NETWORK www.wipro.com SDN/NFV TRANSFORMATION FOR SERVICE PROVIDER NETWORK Subhas Chandra Mondal Ravi Kumar Emani Rahul Mann Table of Contents 1 Abstract... 3 2 Evaluation of use cases... 3 2.1 vcpe (virtual Consumer

More information

SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture

SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q. Exam Code: S90-03A. Exam Name: SOA Design & Architecture SOACertifiedProfessional.Braindumps.S90-03A.v2014-06-03.by.JANET.100q Number: S90-03A Passing Score: 800 Time Limit: 120 min File Version: 14.5 http://www.gratisexam.com/ Exam Code: S90-03A Exam Name:

More information

Mobile strategy in manufacturing. www.wipro.com. Sudhakar Babu Tamminedi Lead Consultant Enterprise Mobility, Wipro Mobility Solutions

Mobile strategy in manufacturing. www.wipro.com. Sudhakar Babu Tamminedi Lead Consultant Enterprise Mobility, Wipro Mobility Solutions www.wipro.com Mobile strategy in manufacturing Sudhakar Babu Tamminedi Lead Consultant Enterprise Mobility, Wipro Mobility Solutions Venkata S Akella Industry Principal Manufacturing & Hi-Tech Table of

More information

Amdocs Web Service Factory

Amdocs Web Service Factory Amdocs Web Service Factory Amdocs Web Service Factory 2 Contents Executive Summary...1 Architecture...3 Components...5 Service Design...7 Service Implementation...9 Amdocs Web Service Factory 3 Executive

More information