P_SAPEA_2023 Exam Question 6
Which artifact from the SAP Reference Solution Architecture shows which data objects are exchanged between SAP application components in a given end-to-end scenario?
Correct Answer: B
The SAP Data Flow Diagram (DFD) is an artifact from the SAP Reference Solution Architecture that shows which data objects are exchanged between SAP application components in a given end-to-end scenario. The DFD uses a graphical representation to show the flow of data between different components of a system.
The SAP Data Object Diagram (DOD) is also an artifact from the SAP Reference Solution Architecture, but it does not show the flow of data between different components. The DOD shows the structure of data objects, including their attributes and relationships.
The SAP Data Component Diagram (DCD) is an artifact from SAP Signavio Process Explorer, which is a tool for modeling business processes. The DCD shows the different components of a system, including their relationships.
Therefore, the correct answer is option B.
Here is a table that summarizes the different artifacts and their purposes:

According to the SAP Reference Architecture Content: An Overview - Part 2 , the SAP Data Flow Diagram is an artifact that shows the flow of data through the SAP solution, from the source to the destination. It also shows which data objects are exchanged between the different components and services of the SAP solution, such as master data, transactional data, analytical data, or configuration data. The SAP Data Flow Diagram can help you to understand and communicate how data is created, transformed, and consumed in a SAP solution, and to identify and optimize the data integration points and dependencies.
The other options (A and C) are not correct for the artifact from the SAP Reference Solution Architecture that shows which data objects are exchanged between SAP application components in a given end-to-end scenario, because they either do not exist or do not show the data flow. For example:
Option A is not correct because there is no such artifact as SAP Data Object Diagram in the SAP Reference Solution Architecture content. The SAP API Business Accelerator Hub (api.sap.com) is a platform that provides access to SAP APIs, events, and related resources, but it does not provide any diagrams that show the data objects exchanged between SAP application components.
Option C is not correct because the SAP Data Component Diagram is not an artifact that shows the data flow, but rather an artifact that shows the main components and services that constitute the target application architecture, as well as their relationships and interactions. The SAP Data Component Diagram does not show which data objects are exchanged between the different components and services of the SAP solution. The SAP Signavio Process Explorer is a tool that helps you to model, analyze, and optimize business processes, but it does not provide any diagrams that show the data flow.
The SAP Data Object Diagram (DOD) is also an artifact from the SAP Reference Solution Architecture, but it does not show the flow of data between different components. The DOD shows the structure of data objects, including their attributes and relationships.
The SAP Data Component Diagram (DCD) is an artifact from SAP Signavio Process Explorer, which is a tool for modeling business processes. The DCD shows the different components of a system, including their relationships.
Therefore, the correct answer is option B.
Here is a table that summarizes the different artifacts and their purposes:

According to the SAP Reference Architecture Content: An Overview - Part 2 , the SAP Data Flow Diagram is an artifact that shows the flow of data through the SAP solution, from the source to the destination. It also shows which data objects are exchanged between the different components and services of the SAP solution, such as master data, transactional data, analytical data, or configuration data. The SAP Data Flow Diagram can help you to understand and communicate how data is created, transformed, and consumed in a SAP solution, and to identify and optimize the data integration points and dependencies.
The other options (A and C) are not correct for the artifact from the SAP Reference Solution Architecture that shows which data objects are exchanged between SAP application components in a given end-to-end scenario, because they either do not exist or do not show the data flow. For example:
Option A is not correct because there is no such artifact as SAP Data Object Diagram in the SAP Reference Solution Architecture content. The SAP API Business Accelerator Hub (api.sap.com) is a platform that provides access to SAP APIs, events, and related resources, but it does not provide any diagrams that show the data objects exchanged between SAP application components.
Option C is not correct because the SAP Data Component Diagram is not an artifact that shows the data flow, but rather an artifact that shows the main components and services that constitute the target application architecture, as well as their relationships and interactions. The SAP Data Component Diagram does not show which data objects are exchanged between the different components and services of the SAP solution. The SAP Signavio Process Explorer is a tool that helps you to model, analyze, and optimize business processes, but it does not provide any diagrams that show the data flow.
P_SAPEA_2023 Exam Question 7
As Chief Enterprise Architect, you want to select an extension option that follows SAP's clean-core strategy. What are your recommendations to implement the clean-core strategy best?
Correct Answer: A
The clean-core strategy is a SAP initiative to keep the core of SAP S/4HANA as clean as possible by moving customizations and extensions to the side-by-side layer. This allows SAP to more easily deliver new releases of S/4HANA without having to worry about breaking custom code.
There are two main ways to extend SAP S/4HANA:
Developer Extensibility: This allows developers to extend the core of SAP S/4HANA by modifying the source code. This is not allowed under the clean-core strategy.
Side-by-Side Extensibility: This allows developers to extend SAP S/4HANA by creating new applications that run alongside the core system. These applications can communicate with the core system using public APIs.
The following are the benefits of using Side-by-Side Extensibility:
Flexibility: Side-by-Side Extensibility allows developers to extend SAP S/4HANA in any way they see fit.
Scalability: Side-by-Side Extensibility can be scaled to meet the needs of any organization.
Maintainability: Side-by-Side Extensibility is easier to maintain than Developer Extensibility, because custom code is not embedded in the core system.
Therefore, the best way to implement the clean-core strategy is to use Side-by-Side Extensibility. This will allow you to extend SAP S/4HANA in a flexible, scalable, and maintainable way.
There are two main ways to extend SAP S/4HANA:
Developer Extensibility: This allows developers to extend the core of SAP S/4HANA by modifying the source code. This is not allowed under the clean-core strategy.
Side-by-Side Extensibility: This allows developers to extend SAP S/4HANA by creating new applications that run alongside the core system. These applications can communicate with the core system using public APIs.
The following are the benefits of using Side-by-Side Extensibility:
Flexibility: Side-by-Side Extensibility allows developers to extend SAP S/4HANA in any way they see fit.
Scalability: Side-by-Side Extensibility can be scaled to meet the needs of any organization.
Maintainability: Side-by-Side Extensibility is easier to maintain than Developer Extensibility, because custom code is not embedded in the core system.
Therefore, the best way to implement the clean-core strategy is to use Side-by-Side Extensibility. This will allow you to extend SAP S/4HANA in a flexible, scalable, and maintainable way.
P_SAPEA_2023 Exam Question 8
Which of the following are the best architectural decisions for an extension application in S/4HANA?
Correct Answer: A
The decision for the extension model in S/4HANA should be based on the nature of the extension required. Developer Extensibility (in-app extensibility) is suitable for data-intensive extensions that need to operate within the context of S/4HANA. This is because it allows for direct access to S/4HANA's digital core and leverages the power of the HANA database. It is the recommended approach when the extension requires tight integration with core data and processes, ensuring high performance and data consistency.
On the other hand, Side-by-Side Extensibility on SAP BTP ABAP Environment is recommended when the extensions need to utilize additional SAP BTP services such as advanced analytics, machine learning, IoT services, or when creating new user experiences with SAPUI5. This decouples the extensions from the S/4HANA core, which can be beneficial in terms of flexibility, agility, and reducing the impact on the core system during upgrades.
= These practices are supported by SAP's extensibility guide for S/4HANA, which explains the two extensibility models and their appropriate use cases. SAP documentation on ABAP Platform extensibility options provides further insights into when to choose each extensibility approach. SAP Best Practices for Extensibility in SAP S/4HANA guide provides a comprehensive view on how to extend the digital core effectively while maintaining system integrity and upgradeability.
On the other hand, Side-by-Side Extensibility on SAP BTP ABAP Environment is recommended when the extensions need to utilize additional SAP BTP services such as advanced analytics, machine learning, IoT services, or when creating new user experiences with SAPUI5. This decouples the extensions from the S/4HANA core, which can be beneficial in terms of flexibility, agility, and reducing the impact on the core system during upgrades.
= These practices are supported by SAP's extensibility guide for S/4HANA, which explains the two extensibility models and their appropriate use cases. SAP documentation on ABAP Platform extensibility options provides further insights into when to choose each extensibility approach. SAP Best Practices for Extensibility in SAP S/4HANA guide provides a comprehensive view on how to extend the digital core effectively while maintaining system integrity and upgradeability.
P_SAPEA_2023 Exam Question 9
Green Elk & Company is the world's leading manufacturer of agricultural and forestry machinery. The former company slogan "Elk always runs has recently been changed to Elk feeds the world". One of Green Elk's strategic goals is to increase its revenue in the emerging markets of China, India, and other parts of Asia by 80 % within three years. This requires a new business model that caters to significantly smaller farms with limited budgets. You are the Chief Enterprise Architect and the CIO asks you to assess the new business model for smaller farms with smaller budgets. Given the principle and statement, which of the following combinations of rationale and implication do you consider well-defined?
Correct Answer: D
The rationale and implication in this combination are well-defined because they both support the principle of using packaged solutions in a standard way. The rationale explains the benefits of using packaged solutions, while the implication outlines the steps that need to be taken to ensure that packaged solutions are used in a standard way.
According to the SAP Enterprise Architecture Framework, which is a methodology and toolset by the German multinational software company SAP that helps enterprise architects define and implement an architecture strategy for their organizations, a principle is a general rule or guideline that expresses a fundamental value or belief, and that guides the design and implementation of the architecture. A principle consists of four elements: a name, a statement, a rationale, and an implication. The name is a short and memorable label that summarizes the principle. The statement is a concise and precise description of the principle. The rationale is an explanation of why the principle is important and beneficial for the organization. The implication is a description of the consequences or impacts of applying or not applying the principle.
The principle in option D is:
Name: Use packaged solutions, in a standard way.
Statement: Buy packaged solutions that support our business requirements and use them in a standard way.
Rationale: Process and solution will be simplified by using packaged software in a standard way. Adherence to standard will allow better maintenance and lower the total cost of ownership. Increase the capability to adopt technology innovation.
Implication: In case custom developments are required, adhere to defined best practices, standards, and guidelines (extensibility concept, side-by-side extensions). Reuse before buy, before build. Enable easier transition to the cloud in the future.
This combination of rationale and implication is well-defined because it clearly and logically explains the benefits and consequences of following or not following the principle. The rationale shows how using packaged solutions in a standard way can simplify the process and solution, reduce the cost and effort of maintenance, and increase the ability to adopt new technologies. The implication shows how custom developments should be minimized and standardized, how reuse should be preferred over buying or building new solutions, and how cloud readiness should be considered for future scalability.
The other options (A, B, C) are not correct for the combination of rationale and implication that is well-defined because they either mix up or confuse some of the elements of the principle. For example:
Option A is not correct because it mixes up the rationale and implication elements. The first sentence of the rationale ("Process and solution will be simplified by using packaged software in a standard way") is actually an implication of following the principle, not a reason for following it. The first sentence of the implication ("Reuse vendor and industry best practices, reference architectures and pre-delivered content") is actually a rationale for following the principle, not a consequence of following it.
Option B is not correct because it confuses the rationale and implication elements. The first sentence of the rationale ("In case custom developments are required, adhere to defined best practices, standards, and guidelines (extensibility concept, side-by-side extensions)") is actually an implication of following the principle, not a reason for following it. The first sentence of the implication ("Process and solution will be simplified by using packaged software in a standard way") is actually a rationale for following the principle, not a consequence of following it.
Option C is not correct because it confuses the rationale and implication elements. The second sentence of the rationale ("Adherence to standard will allow better maintenance and lower the total cost of ownership") is actually an implication of following the principle, not a reason for following it. The second sentence of the implication ("Reuse before buy, before build") is actually a rationale for following the principle, not a consequence of following it.
According to the SAP Enterprise Architecture Framework, which is a methodology and toolset by the German multinational software company SAP that helps enterprise architects define and implement an architecture strategy for their organizations, a principle is a general rule or guideline that expresses a fundamental value or belief, and that guides the design and implementation of the architecture. A principle consists of four elements: a name, a statement, a rationale, and an implication. The name is a short and memorable label that summarizes the principle. The statement is a concise and precise description of the principle. The rationale is an explanation of why the principle is important and beneficial for the organization. The implication is a description of the consequences or impacts of applying or not applying the principle.
The principle in option D is:
Name: Use packaged solutions, in a standard way.
Statement: Buy packaged solutions that support our business requirements and use them in a standard way.
Rationale: Process and solution will be simplified by using packaged software in a standard way. Adherence to standard will allow better maintenance and lower the total cost of ownership. Increase the capability to adopt technology innovation.
Implication: In case custom developments are required, adhere to defined best practices, standards, and guidelines (extensibility concept, side-by-side extensions). Reuse before buy, before build. Enable easier transition to the cloud in the future.
This combination of rationale and implication is well-defined because it clearly and logically explains the benefits and consequences of following or not following the principle. The rationale shows how using packaged solutions in a standard way can simplify the process and solution, reduce the cost and effort of maintenance, and increase the ability to adopt new technologies. The implication shows how custom developments should be minimized and standardized, how reuse should be preferred over buying or building new solutions, and how cloud readiness should be considered for future scalability.
The other options (A, B, C) are not correct for the combination of rationale and implication that is well-defined because they either mix up or confuse some of the elements of the principle. For example:
Option A is not correct because it mixes up the rationale and implication elements. The first sentence of the rationale ("Process and solution will be simplified by using packaged software in a standard way") is actually an implication of following the principle, not a reason for following it. The first sentence of the implication ("Reuse vendor and industry best practices, reference architectures and pre-delivered content") is actually a rationale for following the principle, not a consequence of following it.
Option B is not correct because it confuses the rationale and implication elements. The first sentence of the rationale ("In case custom developments are required, adhere to defined best practices, standards, and guidelines (extensibility concept, side-by-side extensions)") is actually an implication of following the principle, not a reason for following it. The first sentence of the implication ("Process and solution will be simplified by using packaged software in a standard way") is actually a rationale for following the principle, not a consequence of following it.
Option C is not correct because it confuses the rationale and implication elements. The second sentence of the rationale ("Adherence to standard will allow better maintenance and lower the total cost of ownership") is actually an implication of following the principle, not a reason for following it. The second sentence of the implication ("Reuse before buy, before build") is actually a rationale for following the principle, not a consequence of following it.
P_SAPEA_2023 Exam Question 10
As part of the mapping of a Business Architecture to the Solution Architecture, an Environment & Location Diagram must be developed in the Technology Architecture phase. In this context, numerous architecture decisions have to be made. Among other things, you must check which SAP BTP services and which SAP SaaS solutions are available as part of the Solution Architecture in which data center of the desired hyperscaler. How do you go about this validation?
Correct Answer: B
According to the SAP Discovery Center 1 and the SAP Trust Center 2, the steps involved in this validation are:
Use the SAP Discovery Center to check which of the selected SAP BTP services are offered by which hyperscaler. The SAP Discovery Center is a platform that provides access to SAP BTP services, events, and related resources, and helps you to implement your use cases on SAP BTP with step-by-step guidance and support from topic experts and SAP Community. In the Service Catalog section of the SAP Discovery Center, you can browse and filter the available SAP BTP services by category, region, or hyperscaler. You can also compare the features and pricing of different services, and learn how to use them in your projects.
Use the SAP Trust Center to check in which data center the involved SAP SaaS solutions are available. The SAP Trust Center is a platform that provides information on cloud performance, security, privacy, and compliance. In the Certification and Compliance section of the SAP Trust Center, you can find certificates, reports, and attestations that show how SAP meets various industry standards and regulatory requirements. You can also filter the documents by solution, region, or hyperscaler, and download them for your reference.
The other options (A and C) are not correct for how to validate the availability of SAP BTP services and SAP SaaS solutions in the desired hyperscaler's data center, because they either do not exist or do not provide the required information. For example:
Option A is not correct because there is no such platform as SAP Business Accelerator Hub (api.sap.com) that provides all the required information regarding SAP BTP service and SAP SaaS solution availability for each hyperscaler. The correct name of the platform is SAP API Business Hub (api.sap.com), which is a platform that provides access to SAP APIs, events, and related resources, but it does not provide any information on the availability of SAP BTP services or SAP SaaS solutions for each hyperscaler or data center.
Option C is not correct because the SAP Discovery Center does not provide any information on the availability of SAP SaaS solutions for each hyperscaler or data center. The SAP Discovery Center only provides information on the availability of SAP BTP services for each hyperscaler or region, but not for specific data centers. To check the availability of SAP SaaS solutions for each data center, you need to use the SAP Trust Center instead.
Topic 1, Case Study - Wanderlust
Introduction
Wanderlust GmbH, headquartered in Germany but with manufacturing facilities and sales globally, is a leading global manufacturer of conventional fuel driven cars. They are renowned for their best-in-class engineering, but not so much for aftermarket customer service. In recent years, Wanderlust has had limited success expanding into the market of electric vehicles.
Following is Wanderlust's geographical manufacturing and supply spread:

Wanderlust offers one compact electric Sedan (model ELAN) and one compact electric SUV (model ELUV), each with three variants - basic (LX), mid-range (VX) and high-end (ZX). Customers can also choose from a range of five metallic colors, two drive trains and two battery ranges.
Overall, 50 different combinations are offered for all segments and variants put together.
Extracts from CEO Interviews - Business Environment
Constraints/Issues
o Stiff water consumption regulations and enormous penalties for violation - Lithium extraction is a heavy water intensive process and mine locations are in very arid areas like the Australian outback and Atacama Desert o Significant dependence on external suppliers of Lithium batteries due to limited number of manufacturing units, long lead times and high carbon footprint in all car manufacturing facilities except Brazil.
o Long delays in spare battery availability, leading to an avalanche of unresolved battery related customer complaints for vehicles under warranty o Limited charging infrastructure, long charging cycles (as compared to refilling fuel) and slow resolution of battery related complaints.
o Dwindling in store footfall due to pandemic (for feature-based vehicle selection prior to test drive) Wanderlust offers one compact electric Sedan (model ELAN) and one compact electric SUV (model ELUV), each with three variants - basic (LX), mid-range (VX) and high-end (ZX). Customers can also choose from a range of five metallic colors, two drive trains and two battery ranges.
Overall, 50 different combinations are offered for all segments and variants put together.
Extracts from CEO Interviews - Business Environment
Constraints/Issues
o Stiff water consumption regulations and enormous penalties for violation - Lithium extraction is a heavy water intensive process and mine locations are in very arid areas like the Australian outback and Atacama Desert o Significant dependence on external suppliers of Lithium batteries due to limited number of manufacturing units, long lead times and high carbon footprint in all car manufacturing facilities except Brazil.
o Long delays in spare battery availability, leading to an avalanche of unresolved battery related customer complaints for vehicles under warranty o Limited charging infrastructure, long charging cycles (as compared to refilling fuel) and slow resolution of battery related complaints.
o Dwindling in store footfall due to pandemic (for feature-based vehicle selection prior to test drive) Extracts from CIO Interviews - IT Environment Extracts from CIO Interviews - IT Environment Strategic Priorities - IT o Ease of usage o Ease of Maintenance o Total Cost of Ownership Optimization o Time to Value Acceleration Transformation Status o Only at a conceptual stage - no planning done yet o Nascent architecture practice o Unclear on supported processes, required capabilities, applications, and transition path o Yet to identify, prioritize and sequence initiatives As-Is Architecture

Wanderlust has a separate organization and setup for their Automobile and Aftermarket businesses o Wanderlust is reluctant to consider cloud for Core applications due to data privacy concerns, but are open for Collaboration applications o Automobile business started off in Europe and grew through acquisitions in Asia and Americas o Automobile business runs on three continental SAP ECC instances with inherited, disparate processes, which need to move to S/4HANA o Automobile business is also looking to harmonize their processes across the continents, adopt a seamless, transparent global supply chain for batteries and consolidate the continental instances into a global single instance, data regulations permitting o Automotive business uses a highly complex custom developed dealer management solution on ECC, which needs to be replaced o Automotive business uses SAP APO, which is nearing end of lifecycle and needs to be replaced by IBP (DP & SNP) & S/4HANA (PP-DS) o Automotive business uses several bespoke non-SAP applications, which are considered irreplaceable, except for the Marketing and Sourcing applications, which are expensive to maintain, seldom used and hence need to be replaced o Aftermarket business processes are largely uniform and handled through a single ECC instance which also should move to S/4HANA o Aftermarket business uses SAP SCM which is nearing end of lifecycle and needs to be replaced by S/4HANA AATP (gATP) and eSPP (SPP) Extracts from Interview with Enterprise Architect Enterprise Architecture Dimensions & Maturity o Wanderlust's Key EA Dimensions, their overall purpose and current maturity level

Top three priorities given the current maturity level, are as follows
o Stakeholder Involvement is the topmost priority, to create a Stakeholder Map that'll identify all key EA stakeholders within Wanderlust o Business-IT Alignment is also a top priority, to anchor every IT initiative to a Business Strategy Map, consisting of clearly defined strategic business objectives, tangible goals and measurable value drivers o Architecture Development is the next priority, beginning with development of business architectures, followed by application architectures and finally opportunities & solutions planning Enterprise Architecture Practice Structure (Current)

Enterprise Architecture Principles
o Wanderlust's Enterprise Architecture Principles are a collection of crisp and precise one liners pertaining to business, application, information, integration, technology and security aspects of transformation o Some of the EA Principles in the repository are

These EA Principles serve as high level directional statements and long term guard rails to the above six aspects of transformation programs & projects o They should ideally correlate (many to many) with the Strategic Objectives, defined in the Business-IT alignment EA Dimension - this is yet to be done though
Use the SAP Discovery Center to check which of the selected SAP BTP services are offered by which hyperscaler. The SAP Discovery Center is a platform that provides access to SAP BTP services, events, and related resources, and helps you to implement your use cases on SAP BTP with step-by-step guidance and support from topic experts and SAP Community. In the Service Catalog section of the SAP Discovery Center, you can browse and filter the available SAP BTP services by category, region, or hyperscaler. You can also compare the features and pricing of different services, and learn how to use them in your projects.
Use the SAP Trust Center to check in which data center the involved SAP SaaS solutions are available. The SAP Trust Center is a platform that provides information on cloud performance, security, privacy, and compliance. In the Certification and Compliance section of the SAP Trust Center, you can find certificates, reports, and attestations that show how SAP meets various industry standards and regulatory requirements. You can also filter the documents by solution, region, or hyperscaler, and download them for your reference.
The other options (A and C) are not correct for how to validate the availability of SAP BTP services and SAP SaaS solutions in the desired hyperscaler's data center, because they either do not exist or do not provide the required information. For example:
Option A is not correct because there is no such platform as SAP Business Accelerator Hub (api.sap.com) that provides all the required information regarding SAP BTP service and SAP SaaS solution availability for each hyperscaler. The correct name of the platform is SAP API Business Hub (api.sap.com), which is a platform that provides access to SAP APIs, events, and related resources, but it does not provide any information on the availability of SAP BTP services or SAP SaaS solutions for each hyperscaler or data center.
Option C is not correct because the SAP Discovery Center does not provide any information on the availability of SAP SaaS solutions for each hyperscaler or data center. The SAP Discovery Center only provides information on the availability of SAP BTP services for each hyperscaler or region, but not for specific data centers. To check the availability of SAP SaaS solutions for each data center, you need to use the SAP Trust Center instead.
Topic 1, Case Study - Wanderlust
Introduction
Wanderlust GmbH, headquartered in Germany but with manufacturing facilities and sales globally, is a leading global manufacturer of conventional fuel driven cars. They are renowned for their best-in-class engineering, but not so much for aftermarket customer service. In recent years, Wanderlust has had limited success expanding into the market of electric vehicles.
Following is Wanderlust's geographical manufacturing and supply spread:

Wanderlust offers one compact electric Sedan (model ELAN) and one compact electric SUV (model ELUV), each with three variants - basic (LX), mid-range (VX) and high-end (ZX). Customers can also choose from a range of five metallic colors, two drive trains and two battery ranges.
Overall, 50 different combinations are offered for all segments and variants put together.
Extracts from CEO Interviews - Business Environment
Constraints/Issues
o Stiff water consumption regulations and enormous penalties for violation - Lithium extraction is a heavy water intensive process and mine locations are in very arid areas like the Australian outback and Atacama Desert o Significant dependence on external suppliers of Lithium batteries due to limited number of manufacturing units, long lead times and high carbon footprint in all car manufacturing facilities except Brazil.
o Long delays in spare battery availability, leading to an avalanche of unresolved battery related customer complaints for vehicles under warranty o Limited charging infrastructure, long charging cycles (as compared to refilling fuel) and slow resolution of battery related complaints.
o Dwindling in store footfall due to pandemic (for feature-based vehicle selection prior to test drive) Wanderlust offers one compact electric Sedan (model ELAN) and one compact electric SUV (model ELUV), each with three variants - basic (LX), mid-range (VX) and high-end (ZX). Customers can also choose from a range of five metallic colors, two drive trains and two battery ranges.
Overall, 50 different combinations are offered for all segments and variants put together.
Extracts from CEO Interviews - Business Environment
Constraints/Issues
o Stiff water consumption regulations and enormous penalties for violation - Lithium extraction is a heavy water intensive process and mine locations are in very arid areas like the Australian outback and Atacama Desert o Significant dependence on external suppliers of Lithium batteries due to limited number of manufacturing units, long lead times and high carbon footprint in all car manufacturing facilities except Brazil.
o Long delays in spare battery availability, leading to an avalanche of unresolved battery related customer complaints for vehicles under warranty o Limited charging infrastructure, long charging cycles (as compared to refilling fuel) and slow resolution of battery related complaints.
o Dwindling in store footfall due to pandemic (for feature-based vehicle selection prior to test drive) Extracts from CIO Interviews - IT Environment Extracts from CIO Interviews - IT Environment Strategic Priorities - IT o Ease of usage o Ease of Maintenance o Total Cost of Ownership Optimization o Time to Value Acceleration Transformation Status o Only at a conceptual stage - no planning done yet o Nascent architecture practice o Unclear on supported processes, required capabilities, applications, and transition path o Yet to identify, prioritize and sequence initiatives As-Is Architecture

Wanderlust has a separate organization and setup for their Automobile and Aftermarket businesses o Wanderlust is reluctant to consider cloud for Core applications due to data privacy concerns, but are open for Collaboration applications o Automobile business started off in Europe and grew through acquisitions in Asia and Americas o Automobile business runs on three continental SAP ECC instances with inherited, disparate processes, which need to move to S/4HANA o Automobile business is also looking to harmonize their processes across the continents, adopt a seamless, transparent global supply chain for batteries and consolidate the continental instances into a global single instance, data regulations permitting o Automotive business uses a highly complex custom developed dealer management solution on ECC, which needs to be replaced o Automotive business uses SAP APO, which is nearing end of lifecycle and needs to be replaced by IBP (DP & SNP) & S/4HANA (PP-DS) o Automotive business uses several bespoke non-SAP applications, which are considered irreplaceable, except for the Marketing and Sourcing applications, which are expensive to maintain, seldom used and hence need to be replaced o Aftermarket business processes are largely uniform and handled through a single ECC instance which also should move to S/4HANA o Aftermarket business uses SAP SCM which is nearing end of lifecycle and needs to be replaced by S/4HANA AATP (gATP) and eSPP (SPP) Extracts from Interview with Enterprise Architect Enterprise Architecture Dimensions & Maturity o Wanderlust's Key EA Dimensions, their overall purpose and current maturity level

Top three priorities given the current maturity level, are as follows
o Stakeholder Involvement is the topmost priority, to create a Stakeholder Map that'll identify all key EA stakeholders within Wanderlust o Business-IT Alignment is also a top priority, to anchor every IT initiative to a Business Strategy Map, consisting of clearly defined strategic business objectives, tangible goals and measurable value drivers o Architecture Development is the next priority, beginning with development of business architectures, followed by application architectures and finally opportunities & solutions planning Enterprise Architecture Practice Structure (Current)

Enterprise Architecture Principles
o Wanderlust's Enterprise Architecture Principles are a collection of crisp and precise one liners pertaining to business, application, information, integration, technology and security aspects of transformation o Some of the EA Principles in the repository are

These EA Principles serve as high level directional statements and long term guard rails to the above six aspects of transformation programs & projects o They should ideally correlate (many to many) with the Strategic Objectives, defined in the Business-IT alignment EA Dimension - this is yet to be done though
- Latest Upload
- 155NREMT.EMT.v2026-06-06.q125
- 123Juniper.JN0-232.v2026-06-06.q60
- 153Oracle.1D0-1057-25-D.v2026-06-03.q29
- 285NAHQ.CPHQ.v2026-06-03.q396
- 262CompTIA.220-1201.v2026-06-03.q196
- 163GIAC.GCFE.v2026-06-03.q78
- 159HIMSS.CPHIMS.v2026-06-03.q45
- 249Google.Professional-Cloud-Architect.v2026-06-03.q165
- 165HP.HPE7-A09.v2026-06-02.q48
- 178ACDIS.CCDS-O.v2026-06-02.q56
[×]
Download PDF File
Enter your email address to download SAP.P_SAPEA_2023.v2024-09-13.q21 Practice Test
