C - BW Notespub

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 26

IT Certification Guaranteed, The Easy Way!

1
IT

NO.1 Which tasks are part of the Business Blueprint and Data Model Definition phase in an SAP
BW/4HANA project? Note: There are 3 correct answers to this question.
A. Check the availability of data
B. Specify necessary data conversion
C. Implement transport routes and layers
D. Monitor batch jobs and data volume
E. Design the data layer concept
Answer: A,B,E

NO.2 Which interface do you use to create a BW InfoObjet with access type "SAP HANA
view!?
A. BW moedling perspective in SAP HANA studio
B. SAP HANA modeler perspective in SAP HANA studio
C. Embedded SAP GUI in SAP HANA studio
D. SAP Web IDE for SAP HANA
Answer: A

NO.3 You create a generic DataSource in SAP ERP. "How can you enable your generic DataSource to
be used as an ODP_SAP DataSource in SAP BW/4HANA in casa it is not available by default?"
A. Release the DataSource in SAP BW/4HANA for ODP
B. Run the program RODPS_OS_EXPOSE in SAP ERP for the DataSource
C. Generate the PSA table of the DataSource in SAP BW/4HANA
D. Add a subscription in SAP ERP using the program RODPS_REPL_TEST.
Answer: B
* Run the program RODPS_OS_EXPOSE in SAP ERP for the Data-Source: This program can enable a
generic DataSource in SAP ERP to be used as an ODP_SAP DataSource in SAP BW/4HANA by
exposing it to the ODP framework. This allows the data to be transferred via RFC or HTTP calls
without using a PSA layer12.
Reference:
* 1 https://blogs.sap.com/2020/12/25/operational-data-provisioning-simplified/
*2
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/c6afacb7077648
85a6fb62f511c24f34.html

NO.4 You create a report with SAP Crystal Reports for Enteprise and need an analysis view as a data
source. Which tool can you use to create this analysis view?
A. SAP BusinessObjetc Web Intelligence
B. SAP Lumira, designer edition
C. SAP Crustal Reportis for Enterprise
D. SAP Analysis for Microsoft Office
Answer: D

NO.5 You create a DataStore Object(advanced) using the Data Mart DataStore Object modeling
property. Which behaviors are specific to this modelling property? Note: There are 2 correct answers
to this question.

2
IT Certification Guaranteed, The Easy Way!

A. The change log table will be filled only after data activation
B. Reporting is done based on a union of the inbound and active tables
C. Query result are shown only when data has been activated
D. The records are treated as if all characteristics are in the key.
Answer: B,D
* B. Reporting is done based on a union of the inbound and active tables: This is a behavior that is
specific to the Data Mart DataStore Object modeling property. The query reads data from both the
inbound table and the active table of the DataStore object, which means that it is not necessary to
activate the data to be able to see all the data. The data read is consistent and stable, since data is
only included up to the first inconsistent request12.
* D. The records are treated as if all characteristics are in the key: This is a behavior that is specific to
the Data Mart DataStore Object modeling property. No keys can be specified for this type of
DataStore object, but when the data is activated, it is grouped according to the aggregation behavior
of all characteristics. Therefore, key figures cannot be overwritten and only additive deltas can be
loaded12.
Reference:
*1
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/1961a9b62f054c
c5a4f0d98485b82fa9.html
* 2 https://help.sap.com/docs/r/dd104a87ab9249968e6279e61378ff66/11.1.0/en-
US/9cf20bb96e254f6b9b5bf1c9c1413f35.html

NO.6 Which features of an SAP BW/4HANA InfoObjet are intended to reduce the physical
data volume? Note; There are 2 correct answers to this question.
A. Reference charateristic
B. Transitive attribute
C. Compounding charateristic
D. Enhanced master data update
Answer: A,B

NO.7 What is the maximum number of characteristics that can be used for a multi-dimensional
exception aggregation in a BW query?
A. 7
B. 10
C. 3
D. 5
Answer: D

NO.8 "What are benefits of separating master data from transactional data in SAP BW/4HANA?
Note: There are 3 correct answer to this question."
A. Ensuring referential integrity on your transactional data
B. Providing language dependent master data texts.
C. Reducing the number of data transfer processes
D. Allowing different data load frequency

3
IT Certification Guaranteed, The Easy Way!

E. Avoiding generation of SID values.


Answer: A,B,D
Separating master data from transactional data in SAP BW/4HANA has the following benefits:
It allows different data load frequency for master data and transactional data, which can improve the
performance and flexibility of data loading processes. For example, master data can be loaded daily
or weekly, while transactional data can be loaded hourly or near real-time.
It ensures referential integrity on your transactional data by using SID values that link the
transactional data to the master data. This way, the transactional data can be consistent and
accurate across different InfoProviders and queries.
It provides language dependent master data texts that can be displayed in different languages
according to the user's preference. This way, the master data can be more user-friendly and
understandable for different audiences.

NO.9 How can the delta merge process be initiated in SAP BW/4HANA? Note: There are 2
correct answers to this question.
A. By setting a specific flag in the data transfer process
B. By using a specific process type in a process chain
C. By setting a specific flag in the transformation
D. By using the SAP BW/4HANA data load monitor.
Answer: B
The delta merge process is used to transfer data modifications from the delta storage to the main
storage in SAP HANA database. It can be initiated in SAP BW/4HANA in the following ways:
* By using a specific process type in a process chain, called Trigger for DB Merge. This process type
can be added to a process chain and linked to the loading processes that require a delta merge.
The process type allows specifying the object type and name for the delta merge.
* By using the SAP BW/4HANA data load monitor, which is a web-based tool for monitoring and
managing data loads. The data load monitor has an option to trigger a database merge for an object
after a successful data load.

NO.10 Which external hierarchy properties can be changed in the query definition? Note: There
are 3 correct answers to this question.
A. Position of child nodes
B. Expand to level
C. Time dependency
D. Sort direction
E. Allow temporal hierarchy join
Answer: A,B,D

NO.11 Which disadvantages should you keep in mind when you set the High Cardinality flag for a
characteristic? Note: There are 2 correct answers to this question.
A. You cannot use navigation attributes for this characteristic
B. You cannot load more than 2 billion master data records for this characteristic
C. SID numbers are created at runtime which might negatively affetct the reporting performance D.
You cannot use this characteristic as a navigation attribute for another characteristic.

4
IT Certification Guaranteed, The Easy Way!

Answer: A,C
* A. You cannot use navigation attributes for this characteristic: This is a disadvantage of setting the
High Cardinality flag for a characteristic. A characteristic with high cardinality cannot be used as a
navigation attribute for another characteristic, and therefore it cannot have navigation attributes
itself12.
* C. SID numbers are created at runtime which might negatively affect the reporting performance:
This is a disadvantage of setting the High Cardinality flag for a characteristic. A characteristic with
high cardinality has no persistent SID values and no SID table, which means that the SID numbers are
generated on the fly during query execution. This can have a negative impact on the reporting
performance, especially if the characteristic is used in filters or aggregations13.
Reference:
*1
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/f851415842154e
59a5f038e458b97a0b.html
*2
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/88a51330c04642
6091f3730d0c42c0de.html
* 3 https://blogs.sap.com/2019/01/14/high-cardinality-characteristics-in-bw4hana/

NO.12 Which SAP solutions can leverage the Write Interface for DataStore objects (advanced) to
push data into the inbound table of DataStore objects (Advanced)? There are 2 correct answers
to this question.
A. SAP Data Services
B. SAP Landscape Transformation Replication Server
C. SAP Process Integration
D. SAP Data Warehouse Cloud.
Answer: A,B
* A. SAP Data Services: This tool can leverage the Write Interface for DataStore objects (advanced) to
push data into the inbound table of DataStore objects (advanced) using RFC or HTTP calls. This can
improve the performance and flexibility of data integration scenarios12.
* B. SAP Landscape Transformation Replication Server: This tool can leverage the Write Interface for
DataStore objects (advanced) to push data into the inbound table of DataStore objects (advanced)
using RFC or HTTP calls. This can improve the performance and flexibility of data replication
scenarios13.
Reference:
* 1 https://help.sap.com/docs/r/107a6e8a38b74ede94c833ca3b7b6f51/2.0.6/en-
US/8127edbcf2fa488ba04dfc1751d5261d.html
* 2 https://blogs.sap.com/2020/08/17/sap-bw-4hana-write-interface-enabled-adso-connected-to-a-
3rd-party-tool/
* 3 https://help.sap.com/docs/r/107a6e8a38b74ede94c833ca3b7b6f51/2.0.4/en-
US/8127edbcf2fa488ba04dfc1751d5261d.html

NO.13 In the Web IDE for SAP HANA workspace, you have imported a project including an HDB
module with calculation views. What do you need to do in the project sittings before you can
successfully build the HDB module?

5
IT Certification Guaranteed, The Easy Way!

A. Enter an organization
B. Reset the project type
C. Assign a space
D. Define a package
Answer: C

NO.14 For which requirements do you suggest an SAP HANA modeling focus rather that an
SAP BW/4HANA modeling focus?? Note: There are 2 correct answers to this question.
A. Enhance existing SAP HANA content models
B. Report on a harmonized set of master data
C. Load snapshots or deltas from different sources on a periodic basis
D. Leverage SQL in-house knowledge
Answer: A,D

NO.15 You open an SAP Analysis for Microsoft Office workbook. On which Design Panel tabs can you
verify the filter values? Note: There are 2 correct answers to this question.
A. Analysis
B. Components
C. Information
D. Design Rules
Answer: A,C

NO.16 What are the reasons for implementing CompositeProviders? Note: There are 2 correct
answers to this question.
A. To store snapshots for reporting
B. To provide an interface for BW queries
C. To persist combined data for reporting
D. To provide a virtual data mart layer
Answer: B,D

NO.17 "You created an Open ODS View on an SAP HANA database table to virtually consume the
data in SAP BW/4HANA. Real-time reporting requirements have now changed and you are asked to
persist the data in SAP BW/4HANA. Which objects are created when using the ""Generate Data
Flow"" function in the Open ODS View editor? Note: There are 3 correct answers to this question."
A. Data source
B. Composite Provider
C. Transformation
D. Data Store object (advanced)
E. SAP HANA calculation view.
Answer: A,C,D

NO.18 "Which SAP BW/4HANA objects support the feature of generating an external SAP HANA
View?" Note: There are 2 correct answers to this question.

6
IT Certification Guaranteed, The Easy Way!

A. Open ODS view


B. Semantic group object
C. Composite Provider
D. BW query .
Answer: A,C
The feature of generating an external SAP HANA view is used to expose SAP BW/4HANA objects as
SAP HANA calculation views, which can be consumed by other SAP HANA tools or applications.
The following SAP BW/4HANA objects support this feature:
* Open ODS view, which is a flexible object that can be created on top of any source system and can
be used as a source for other objects such as CompositeProviders or BW queries. An Open ODS view
can have an external SAP HANA view generated automatically during activation or manually using the
context menu option Generate External SAP HANA View.
* Composite Provider, which is a powerful object that can combine data from different InfoProviders
using join or union operations. A Composite Provider can have an external SAP HANA view generated
automatically during activation or manually using the context menu option Generate External SAP
HANA View.

NO.19 For a BW query, you want to have the first month of the curret quarter as a default value
for an input-ready BW variable for the characteristic OCALMONTH. Which processing tyoe do you
use?
A. Customer Exit
B. Manual Input with offset value
C. Replacement Path
D. Manuel Input with default value
Answer: A

NO.20 Which recommendations should you follow to optimize BW query performance? Note: There
are 3 correct answers to this question
A. Use fewer drill-down characteristics in the initial
view
B. Use characteristic filters that overlap
C. Use exclude functions in the restricted key figures
D. Use mandatory characteristic value variables
E. Use include functions in the restricted key figures.
Answer: A,D,E
* A. Use fewer drill-down characteristics in the initial view: This can improve the query performance
by reducing the amount of data that needs to be transferred and displayed at the start of the query
execution. The user can drill down to more details later if needed1.
* D. Use mandatory characteristic value variables: This can improve the query performance by
restricting the data selection to a smaller set of values that are relevant for the user. The user can
also change the variable values later if needed1.
* E. Use include functions in the restricted key figures: This can improve the query performance by
avoiding unnecessary calculations and aggregations that are done when using exclude functions. Include
functions are also more efficient than selections or restricted key figures when filtering data1
.
Reference:
7
IT Certification Guaranteed, The Easy Way!

* 2 https://blogs.sap.com/2015/04/20/query-performance-optimisation-tips-in-bw-73/
* 1 https://blogs.sap.com/2022/02/02/query-performance-optimization-in-bw-few-tips/
* 3 https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/2022.12/en-
us/0471d0ecea4e4677ba29d9ac1496c24c.html
* 4 https://blogs.sap.com/2021/06/02/sap-bw-4hana-performance-optimization-part-i/

NO.21 Which SAP BW/4HANA objetcs can be used as sources of a data transfer process (DTP)? Note:
There are 3 correct answers to this question.
A. InfoSource
B. Open Hub Destination
C. DataStore Objetc (advanced)
D. CompositeProvider
E. SAP HANA Analysis Process
Answer: C,D,E

NO.22 Which of the Augmented Analytics Smart Features in SAP Analytics Cloud generates fully
populated, multi-tabbed stories?
A. Search to insight
B. Smart Discovery
C. Smart Predict
D. Forecasting
Answer: B

NO.23 The Database Explorer in the Web IDE for SAP HANA proveides a data file improt wizard to
create a table in SAP HANA from a flat file. What are possible actions adter the system suggests the
target structure?? Note: There are 3 correct answers to this question.
A. Change the order of the fields in the target table
B. Switch the table type between row store and column store
C. Define sorting properties for a target table field
D. Adjust the suggested data type of the target table fileds
E. Map InfoObjetcs to fields in the target tavle Answer:
A,B,D

NO.24 What is the request handling default setting for error handling in a data transfer process
(DTP) in SAP BW/4HANA?
A. Request is set to failed, error stack is written, and valid records are updated
B. Request is canceled, records are not tracked, and tarjet is not updated
C. Request is set to success, error stack is written, and valid records are updated
D. Request is canceled, firt incorrect record is tracked, and target is not
updated. Answer: B

NO.25 You use InfoObject B as a display attribute for InfoObjectA. Which object properties prevent
you from changing InfoObject B into a navigational attribute for InfoObject A? Note: There are 3
correct nswers to this question."

8
IT Certification Guaranteed, The Easy Way!

A. High Cardinality is set in InfoObject B


B. Attribute Only is set in InfoObject B
C. Data Type "Character String" is set in InfoObject A
D. Conversion Routine "ALPHA" is set in InfoObject A
E. InfoObject B is defined as a Key Figure.
Answer: A,B,D
* A. High Cardinality is set in InfoObject B: This is an object property that prevents you from
changing InfoObject B into a navigational attribute for InfoObject A. A characteristic with high
cardinality cannot be used as a navigation attribute for another characteristic, and therefore it
cannot have navigation attributes itself12.
* B. Attribute Only is set in InfoObject B: This is an object property that prevents you from
changing InfoObject B into a navigational attribute for InfoObject A. A characteristic that is marked
as an exclusive attribute can only be used as a display attribute for another characteristic, but not
as a navigational attribute. In addition, the characteristic cannot be transferred into InfoCubes34.
* D. Conversion Routine "ALPHA" is set in InfoObject A: This is an object property that prevents you
from changing InfoObject B into a navigational attribute for InfoObject A. A characteristic that has a
conversion routine cannot have navigational attributes, because the conversion routine would have
to be applied to the navigational attributes as well, which is not possible5 .
Reference:
*1
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/f851415842154e
59a5f038e458b97a0b.html
* 2 https://help.sap.com/doc/saphelp_nw75/7.5.5/en-
US/f8/51415842154e59a5f038e458b97a0b/content.htm
* 3 https://help.sap.com/doc/saphelp_scm700_ehp02/7.0.2/en-
US/63/f3c416bcbf4730bb86e62ef8a54e17/content.htm
* 4 https://answers.sap.com/questions/1149854/difference-display-attribute-and-navigational-
attr.html
* 5 https://help.sap.com/doc/saphelp_nw75/7.5.5/en-
US/42/f93a83ae5546d3a7cfd7ff09e25a2b/content.htm
* https://answers.sap.com/questions/10121838/infoobjects-attributes.html

NO.26 Why is the start process a special type of process in a process chain? Note: There are
2 correct answers to this question.
A. Open ODS view of type Facts
B. Calculation View of type Dimension
C. Open ODS view of type Master Data
D. InfoObjetc of type Characteristic
Answer: C,D

NO.27 What are the possible ways to fill a pre-calculated value set (bucket)? Note: There are 3
correct answers to this question.
A. By using a transformation and data transfer process
B. By entering the values manually
C. By referencing a table

9
IT Certification Guaranteed, The Easy Way!

D. By using a query
E. By accessing an SAP HANA Calculation View of data category Dimension
Answer: B,C,D

NO.28 In an SAP HANA smart data integration flowgraph, which transformation options are
available? Note: There are 3 correct answers to this question.
A. Split datasets
B. Call an ABAP function module
C. Execute a stored procedure
D. Execute an SAP HANA analysis process
E. Combine datasets
Answer: A,C,E

NO.29 "What are benefits of separating master data from transactional data in SAP
BW/4HANA? Note: There are 3 correct answer to this question."
A. Allowing different data load frequency
B. Reducing the number of data transfer processes
C. Ensuring referential integrity on your transactional data
D. Providing language dependent master data texts.
E. Avoiding generation of SID values.
Answer: A,C,D
Separating master data from transactional data in SAP BW/4HANA has the following benefits:
It allows different data load frequency for master data and transactional data, which can improve the
performance and flexibility of data loading processes. For example, master data can be loaded daily
or weekly, while transactional data can be loaded hourly or near real-time.
It ensures referential integrity on your transactional data by using SID values that link the
transactional data to the master data. This way, the transactional data can be consistent and
accurate across different InfoProviders and queries.
It provides language dependent master data texts that can be displayed in different languages
according to the user's preference. This way, the master data can be more user-friendly and
understandable for different audiences.

NO.30 Which join types can you use in a CompositeProvider? Note: There are 3 correct answers
to this question.
A. Full outer join
B. Referential join
C. Hierarchy join
D. Text join
E. Inner join
Answer: A,B,E

NO.31 You are involved in an SAP BW/4HANA project focusin on General Ledger reporting and want
to use the SAP ERP Estandar DataSource oFI_GL_14 (New GL Items). Which transactions can be used
to activate this DataSource? Note: There are 2 correct answers to this question.

10
IT Certification Guaranteed, The Easy Way!

A. Transaction RSA1 (BI Content) in the SAP BW/4HANA system


B. Transaction RSA5 (Installation of DataSource from Business Content) in the SAP source
system
C. Transaction RS02 (Maintain Generic DataSource) in the SAP source system
D. Transaction ODQMON (Monitor Delta Queues) in the SAP Source system
Answer: A,B

NO.32 What are some of the variable types n a BW query that can use the processing tupe SAP
HANA Exit. Note: There are 2 correct answers to this question.
A. Formula
B. Text
C. Charateristic value
D. Hierarchy node
Answer: C,D
* C. Characteristic value: This type of variable can use the SAP HANA Exit processing type to
determine default values for variables using an AMDP class implementation. This can improve the
performance and flexibility of queries that are generated as external SAP HANA views12.
* D. Hierarchy node: This type of variable can use the SAP HANA Exit processing type to determine
default values for variables using an AMDP class implementation. This can improve the
performance and flexibility of queries that are generated as external SAP HANA views12.
Reference:
* 1 https://help.sap.com/docs/r/107a6e8a38b74ede94c833ca3b7b6f51/1.0.8/en-
US/b77f3073e9d842d6959e03e74dcefa09.html
* 2 https://blogs.sap.com/2017/09/29/usage-of-sap-hana-exit-variables-for-a-standard-reporting-
scenario/

NO.33 With SAP BW/4HANA, the new HANA-optimized business content is designed according to
the LSA++ framework. Which tecnical namespace is assigned to identify the new SAP ERP-related
business content?
A. /BW4/
B. /IMO/
C. /SFA/
D. /0SAP/
Answer: B

NO.34 You want to set up the replication process for the SAP Landscape Transformation Replication
Server. Which actions can you define for a specific table? Note: There are 2 correct answers to this
question.
A. Apply mapping rules during the replication
B. Set the reading type and portion sizes
C. Change or enrich the table structure
D. Convert Unicode to non-Unicode
E. Apply customizing settings to the database redo logs.
Answer: A,B

11
IT Certification Guaranteed, The Easy Way!

NO.35 In which ODP context is the operational delta queue (ODQ) managed by the target system?
A. ODP_BW
B. ODP_CDS
C. ODP_SAP
D. ODP_HANA
Answer: D

NO.36 What is the purpose of an architecture overview model?


A. To identify the user groups and required authorizations
B. To automatically generate the LSA++ architecture
C. To determine the sequence of projects
D. To identify the required data sources.
Answer: D
An architecture overview model is a high-level diagram that shows the main components and data
flows of a solution. It helps to identify the required data sources and how they are connected to the
target system. An architecture overview model can also show the main business processes and
scenarios that are supported by the solution. An architecture overview model is useful for scoping,
planning, designing, and communicating a solution.

NO.37 Using SAP HANA as modeling focus, you want to combine data from different sources. Which
techniques can you use? Note: There are 2 correct answers to this question.
A. BAPIs (Business Application Programming Inetrface)
B. Calculation views
C. AMDPs (ABAP Manged Database Procedures)
D. Stored procedures
Answer: B,D

NO.38 "You have already loaded data from a non-sap system into SAP Data Wharehouse Cloud.
You want to federate this data with data from an InfoCube of your SAP BW powered by SAP HANA
system" What do you need to use to combine data?
A. BW SHEL Migration
B. BW Remote migration
C. SAP ABAP Connection
D. SAP BW/4HANA Model Transfer.
Answer: C
* C. SAP ABAP Connection: This is what you need to use to combine data from a non-sap system and
an InfoCube of your SAP BW powered by SAP HANA system using SAP Data Warehouse Cloud. You
can use an SAP ABAP connection to connect to your SAP BW system and access the InfoCube data
as a remote table. You can then join this remote table with the data from the non-sap system that
you have already loaded into SAP Data Warehouse Cloud using a graphical view12.
Reference:
* 1 https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/release/en-
US/0c9d6f0a6c4a4b8e8b3f7e5c0a3d6f9d.html
* 2 https://help.sap.com/doc/00f68c2e08b941f081002fd3691d86a7/release/en-

12
IT Certification Guaranteed, The Easy Way!

US/5c9a6c8b6c4a4b8e8b3f7e5c0a3d6f9d.html

NO.39 Which features does SAP Analysis for Microsoft Office provide? Note: There are 3 correct
answers to this question.
A. Changing context menu entries
B. Dragging measures in and out of the report
C. Displaying data simultaneously in a table and a
chart
D. Including more than one data source
E. Creating bookmarks for a navigation state
Answer: B,C,D

NO.40 In a DatStore object (advanced) of type Data Mart, which request-based deletion is possibel?
A. The lastest not-yet-activated reques in the inbound table
B. The lastest request in the active data table
C. Any older activated reqeust in the inbound table
D. The lastest request in the change log table
Answer: A

NO.41 You are following a top-down method for your SAP BW/4HANA modeling project.
What would be your first task?
A. Check available sources in the SAP ERP system
B. Collect reporting requirements
C. Determine if physical or logical objetcs will be
needed
D. Determine enhancements of SAP Business Content
Answer: B

NO.42 You have created a custom characteristic with the technical name "COSTOBJ". Depending on
the controlling area, you need to have different atribute values assigned. How do you desing the
model?
A. Compound characteristic "COSTOBJ" with the characteristic for Controlling Area
B. Compound the characteristic for Controlling Area with the characteristic "COSTOBJ"
C. Define Controlling Areas as a navigation attribute for the characteristic "COSTOBJ"
D. Define characteristic "COSTOBJ" as a navigation attribute for Controlling Area
Answer: B

NO.43 What are the key benefits of using the SAP Landscape Transformation Replication Server for
data provisioning into SAP HANA? Note: There are 2 correct answers to this question.
A. Real-time and scheduled data replication
B. Virtualization capabilities
C. Support of cluster and pool tables
D. Log-based replication
Answer: A,C
13
IT Certification Guaranteed, The Easy Way!

NO.44 Where can you automatically generate a process chain?


A. Form a data flow objetc
B. Within the process chain editor app
C. from a streaming enable DataSource
D. Within the process chain maintance
Answer: A

NO.45 "You have an existing field-based data flow that follows the LSA++ concept with all of its
layers. To meet a new urgent business requirement, you want to leverage a characteristic hierarchy
with the least amount of effort to change your data flow. Which object do you use to associate an
InfoObject?"
A. CompositeProvider
B. Open ODS view
C. BW query
D. DataStore object (advanced).
Answer: B
Open ODS views are used to associate an InfoObject with a characteristic hierarchy without changing
the existing data flow. Open ODS views can be created on top of any source system and can be used
as a source for other objects such as CompositeProviders or BW queries. Open ODS views can also
leverage the LSA++ concept by using different layers such as staging, quality, and harmonization.
Reference: 12

NO.46 You want to define a restricted column in an SAP HANA calculation view. What do you
need to define? Note: There are 2 correct answers to this question.
A. A reference to an existing measure
B. An aggregation method
C. A condition criterium
D. An SAP HANA data type
Answer: A,B

NO.47 Which layer of the layered scalable architecture (LSA++) of SAP BW/4HANA is designed as the
main storage for harmonized consistent data?
A. Open operational data store layer
B. Data acquisition layer
C. Virtual data mart layer
D. Flexible Enterprise Data Warehouse Core layer.
Answer: D
* D. Flexible Enterprise Data Warehouse Core layer: This is the layer of the layered scalable
architecture (LSA++) of SAP BW/4HANA that is designed as the main storage for harmonized
consistent data. The Flexible Enterprise Data Warehouse Core layer contains the Corporate Memory
and the Quality & Harmonization layers, which are used to store and harmonize data from different
sources and systems. The data in this layer is modeled using DataStore objects (advanced) and
InfoObjects, and can be accessed by different data marts for reporting and analysis purposes12.
Reference:

14
IT Certification Guaranteed, The Easy Way!

*1
https://help.sap.com/doc/saphelp_nw75/7.5.5/en-US/4a/1
24597ca771b41e10000000a421937/content.htm
* 2 https://help.sap.com/doc/r/dd104a87ab9249968e6279e61378ff66/11.0.8/en-
US/0062afefa6db41eaa9460afef1894beb.html

NO.48 Which data deletion options are offered for a standard DataStore object (advanced)? Note:
There are 3 correct answers to this question.
A. Selective deletion of data
B. Deletion of all data from active table only
C. Selection deletion incluiding data of subsequent targets
D. Deletion of data from all tables
E. Request-based data deletion
Answer: A,B,E

NO.49 What is required before you can integrate an HDI Calculation View (data category
Dimension) into another HDI Calculation View (data category Cube with Star Join) of the same HDI
container?"
A. Create a synonym for the HDI Calculation View (data category Dimension).
B. Build the design time file of the HDI Calculation View (data category Dimension) to generate
a runtime object.
C. Create a synonym for the HDI Calculation View (data category with Star Join).
D. Build the runtime object of the HDI Calculation View (data category Cube with Star Join) to
generate a design time file.
Answer: B

NO.50 Which objetcs can be affected by the key date in a BW query? Note: There are 3 correct
answers to this question.
A. Navigation attributes
B. Hierachies
C. Key figures
D. Conditions
E. Display attributes
Answer: A,B,E

NO.51 Which node types are only available for graphical modeling of SAP HANA HDI Calculation
Views(XS Advanced), but not for SAP HANA Calculation Views(XS Classic)? Note: There are 2 correct
answers to this question.
A. Rank
B. Intersect
C. Aggregation
D. Graph
Answer: A,D
* A. Rank: This node type is only available for graphical modeling of SAP HANA HDI Calculation
Views(XS Advanced), but not for SAP HANA Calculation Views(XS Classic). It allows you to rank the
data based on a measure and a ranking rule12.

15
IT Certification Guaranteed, The Easy Way!

* D. Graph: This node type is only available for graphical modeling of SAP HANA HDI Calculation
Views(XS Advanced), but not for SAP HANA Calculation Views(XS Classic). It allows you to model
graph data and perform graph operations such as shortest path, neighborhood search, and pattern
matching13.
Reference:
*1
https://help.sap.com/docs/SAP_HANA_PLATFORM/fc5ace7a367c434190a8047881f92ed8/050f14f7a
6d94d2da905b0a4072ba546.html
* 2 https://help.sap.com/docs/r/e8e6c8142e60469bb401de5fdb6f7c00/2.0.03/en-
US/9b9b4b8e0c4d4f0a9c3e7f8a3b5d9b9d.html
* 3 https://help.sap.com/docs/r/e8e6c8142e60469bb401de5fdb6f7c00/2.0.03/en-
US/e8b26f49218648eaa8e2ce9b54a8b812.html

NO.52 You want build a web-based dashboard with interactive visualizations using Javascript. Which
SAP tool can you use to create this?
A. SAP BusinessObjects
B. Web Intelligence
C. SAP Analytics Cloud analytics designer
D. SAP Crystal Reports
E. SAP Smart Business Cockpits
Answer: C
* SAP Analytics Cloud analytics designer: This tool can help you create web-based dashboards with
interactive visualizations using Javascript. You can use the analytics designer to create custom
applications that leverage the power of SAP Analytics Cloud models and APIs12.
Reference:
* 1 https://blogs.sap.com/2020/11/05/data-visualization-best-practices-in-dashboard-design-using-
sap-analytics-cloud/
* 2 https://blogs.sap.com/2021/12/15/sap-analytics-cloud-sac/

NO.53 Why should you run an SAP HANA delta merge? Note: There are 2 correct answers to
this question.
A. To combine the query cache from different executions
B. To move the most recent data from disk to memory
C. To decrease memory consumption
D. To improve the read perfomance of InfoProviders
Answer: C,D

NO.54 "How does SAP position SAP Data Warehouse Cloud in supporting business users?"
A. Business users can maintain process chains from SAP BW/4HANA dataflows
B. Business users can create agile models from different sources
C. Business users can allocate system resources without IT involvement
D. Business users can generate SQL code that is pushed to SAP BW/4HANA.
Answer: B
SAP Data Warehouse Cloud is a cloud-based data service that enables business users to create agile

16
IT Certification Guaranteed, The Easy Way!

models from different sources and access data in real time. Business users can use the graphical user
interface or the SQL editor to create data models, join data from various sources, and enrich data
with business semantics. Business users can also use SAP Analytics Cloud to visualize and analyze
data from SAP Data Warehouse Cloud. SAP Data Warehouse Cloud supports business users by
providing self-service capabilities, pre-built business content, and flexible consumption options.
Reference: 123

NO.55 What are some of the prerequisites for using SAP S/4HANA ABAP CDS views for extraction
into SAP BW/4HANA in an ODP context? Note: There are 2 correct answers to this question.
A. An ODP source system with contest ODP_CDS must be created in SAP BW/4HANA
B. The ABAP CDS views must be defined with the appropriate data extraction annotations
C. THE ABAP CDS views must be released via program RODPS_OS_EXPOSE for BW
extraction
D. An Operational Data Provisioning Framework must be configured in SAP BW/4HANA
Answer: A,B

NO.56 Which development object needs to be built to generate an HDI Container?


A. Package
B. HDB module
C. SQL script procedure
D. Space
Answer: B

NO.57 You created an Open ODS view of type Facts. Which object type can you associate with a
view field in the characteristics folder? Note: There are 2 correct answers to this question.
A. Open ODS view of type Facts
B. Calculation View of type Dimension
C. Open ODS view of type Master Data
D. InfoObjetc of type Characteristic
Answer: C,D

NO.58 What does a Composite Provider allow you to do in SAP BW/4HANA? Note: There are 3
correct Answers to this question.
A. Combine Infoprovider using Join and Unions
B. Join two ABAP CDS views
C. Define new restricted key figures
D. Create new calculated fields Integrate
E. SAP HANA HDI calculation views.
Answer: A,C,E
* A. Combine InfoProviders using Join and Unions: This is what a Composite Provider allows you to
do in SAP BW/4HANA. A Composite Provider is an InfoProvider that combines data from several
analytic indexes or from other InfoProviders (by union or inner join or left outer join), and makes this
data available for reporting and analysis. Storing the data in BW Accelerator or in an SAP HANA
database also ensures faster access to data in the query12.
* C. Define new restricted key figures: This is what a Composite Provider allows you to do in SAP

17
IT Certification Guaranteed, The Easy Way!

BW/4HANA. A Composite Provider can define new restricted key figures based on the existing key
figures of the underlying InfoProviders. Restricted key figures are key figures that are restricted by
one or more characteristics13.
* E. Integrate SAP HANA HDI calculation views: This is what a Composite Provider allows you to do in
SAP BW/4HANA. A Composite Provider can integrate SAP HANA HDI calculation views as part of its
data sources, using a virtual table or an external SAP HANA view. This can enable mixed modeling
scenarios that leverage both SAP BW/4HANA and SAP HANA capabilities14.
Reference:
* 1 https://help.sap.com/doc/saphelp_scm700_ehp02/7.0.2/en-
US/63/f3c416bcbf4730bb86e62ef8a54e17/content.htm
* 2 https://blogs.sap.com/2018/12/14/implementing-mixed-modeling-in-bw4hana-using-composite-
provider/
* 3 https://help.sap.com/doc/saphelp_nw75/7.5.5/en-
US/42/f93a83ae5546d3a7cfd7ff09e25a2b/content.htm
*4
https://help.sap.com/doc/SAP_BW4HANA_CONTENT/06e872f914a44d77b6c692b0273ca400/20b4b
01f5baf46af8fbd439c741adf00.html

NO.59 In a BW query with cells, you need to overwrite the initial definition of a cell. With which cell
tupes can this be achieved?? Note: There are 2 correct answers to this question.
A. Selection cell
B. Reference cell
C. Formula cell
D. Help cell
Answer: A,C

NO.60 What can you leverage using the live data connectyions of SAP Analytics Cloud with
SAP BW/4HANA? Note: There are 2 correct answers to this question.
A. Existing authorization concepts
B. BW data models for analysis
C. BW data models for planning scenarios
D. Process chain streaming functionally
Answer: A,B

NO.61 "For InfoObject ADDRESS, the High Cardinality flag has been set. However, ADDRESS has an
attribute CITY without the high Cardinality flag." What is the effect on SID values in this scenario?
A. SID values are not stored for InfoObject ADDRESS
B. SID values are generated when data for infoObject ADDRESS is loadet
C. SID values are generated when InfoObject CITY is activated
D. SID values are generated when InfoObject ADDRESS is activated.
Answer: A

NO.62 Which data deletion options are offered for a standard DataStore object (advanced)? Note:
There are 3 correct answers to this question.

18
IT Certification Guaranteed, The Easy Way!

A. Deletion of all data from active table only


B. Request-based data deletion
C. Selective deletion of data
D. Deletion of data from all tables
E. Selection deletion incluiding data of subsequent targets
Answer: A,B,C

NO.63 SAP provides three data warehouse solutions to provide customers more flexibility. How is
SAP Data Warehouse Cloud positioned?
A. To empower business users to generate SQL code that ispushed to SAP BW/4HANA
B. To empower business users to create an dmaintain process chain from SAP BW/4HANA
dataflows
C. To support business user who want to simplify theris own ABAP routines
D. To support business user with a new self-service tool to model their own data flows
Answer: D

NO.64 What are some of advantages of using SAP BW/4HANA business content? Note: There are 2
correct answers to this question.
A. Automatic generation of Analysis Authorizations during SAP BW/4HANA content activation
B. Automatic content activation during installation of SAP BW/4HANA
C. Accelerated SAP BW/4HANA implementation using ready-made models
D. Ability to combine business content objects with custom-defined objects.
Answer: C,D
* C. Accelerated SAP BW/4HANA implementation using ready-made models: This is an advantage of
using SAP BW/4HANA business content. Business content provides a preconfigured set of
application-specific information models based on consistent metadata in SAP BW/4HANA. It can be
used without adjustment, be adjusted or enhanced by the customer, or serve as a template to help
the customer create his own data models. This can speed up the implementation process and reduce
the development effort12.
* D. Ability to combine business content objects with custom-defined objects: This is an advantage
of using SAP BW/4HANA business content. Business content objects can be integrated with custom-
defined objects using CompositeProviders or other modeling tools. This can enable flexible and agile
data modeling and analysis according to the customer's specific needs13.
Reference:
* 1 https://www.sap.com/documents/2020/06/3cbbd4de-9a7d-0010-87a3-c30de2ffd8ff.html
*2
https://help.sap.com/docs/SAP_BW4HANA_CONTENT/06e872f914a44d77b6c692b0273ca400/20b4b
01f5baf46af8fbd439c741adf00.html
*3
https://help.sap.com/docs/SAP_BW4HANA/107a6e8a38b74ede94c833ca3b7b6f51/f851415842154e
59a5f038e458b97a0b.html

NO.65 You notice that an SAP ERP ODP_SAP DataSource is delivering incorrect values into the first
persistent data layer in SAP BW/4HANA. Which options do you hacve to analyze a potential extractor
issue? Note: There are 2 correct answers to this question.

19
IT Certification Guaranteed, The Easy Way!

A. Use the ODQ maintance in SAP BW/4HANA


B. Use transaction RSA3 (Extractor checker) in SAP ERP
C. Check entries in table RSDDSTATEXTRACT in SAP ERP
D. Use program RODPS_REPL_TEST in SAP ERP
Answer: B,D

NO.66 You defined a condition in a BW query for the top 10 of 100 customers based on sales
revenue (key figure of aggregation type Sum) If you keep the default settings of the BW query, what
is presented regarding the result rows?
A. Only one result row with the sales revenue sum of all 100 customers
B. Only one result row with the sales revenue sum of the top 10 customers
C. One result row with the saled revenue sum of the top 10 customers and a second result row with
the sales revenue sum of the other 90 customers
D. One result row with the saled revenue sum of the top 10 customers and a second result row
with the sales revenue sum of the other 100 customers
Answer: A

NO.67 You want to add a Source System of type Big Data in SAP BW/4HANA. Which adapters can
you use to reference the remote source system? Note: There are 2 correct answers to this question.
A. IQ (ODBC) adapter
B. SAP HANA Adapter
C. Spark SQL Adapter
D. SAP Vora ODBC adapter
Answer: C,D

NO.68 You create an SAP HANA HDI Calculation View. What are some of the reasons to choose the
data category Cube with Star Join instead of data category Dimension? Note: There are 3 correct
answers to this question.
A. Create restricted columns
B. Provide default time characteristics
C. Persist transactional data
D. Combine master data and transactional data
E. Aggregate measures as a sum
Answer: C,D,E

NO.69 Which source types are available to create a generic DataSource in SAP ERP? Note: There
are 3 correct answers to this question.
A. ABAP class method
B. Database view
C. HDI Calculation View
D. ABAP function module
E. SAP query
Answer: B,D,E

20
IT Certification Guaranteed, The Easy Way!

NO.70 What are benefits of using an InfoSource in a data flow? Note: There are 2 correct answers to
this question.
A. Reducing the numer of transformations for scenarios with many sources and targets
B. Connecting sequetial trnsformartions in the data flow without storing the data again
C. Reducing the numer od data transfer processes (DTP)
D. Storing the extraction delta information of the data source file
Answer: C,D

NO.71 You want to combine an existing SAP BW/4HANA Data Model with virtual data from a new
non-SAP source system for test purposes. Which approach should you consider for rapid
prototyping?
A. Field-based modeling
B. InfoObject base modeling
C. Generate Data Flow
D. Business content activation
Answer: A

NO.72 You would like to highlight the deviation from predefined threshold values for key figures
actual revenue. Which BW feature do you use?
A. Structure
B. Conditions
C. Exceptions
D. Calculated key figures
Answer: C

NO.73 When loading master data for a material, you want to look at the new values before they are
released for reporting. What could you do using modeling features? Note: There are 2 correct
answers to this question.
A. When you define the attributes of material, select the "Time Dependent" setting
B. When you define the data transfer process, select the "Load records wit new key only" setting
C. When you define the data transfer process, choose the "Set Manually" setting for "Overrall status
of request"
D. When you define the material characteristic, select the "Enhanced Master data update" setting
Answer: C,D

NO.74 Which of the following are possible delta-specific field for a generic DataSource in SAP ERP?
Note: There are 3 correct answers to this question.
A. Record mode
B. Calendar day
C. Request ID
D. Time stamp
E. Numeric pointer

21
IT Certification Guaranteed, The Easy Way!

Answer: B,D,E

NO.75 You define a remote subscription of type UPSERT in an SAP HANA Smart Data Integration
(SDI) real-time udate scenario. Which fields are added to the DataSource automatically? Note:
There are 3 correct answers to this question.
A. SDI_CHANGE_TIME
B. SDI_CHANGE_SEQUENCE
C. SDI_RECORD_MODE
D. SDI_CHANGE_TYPE
E. SDI_ENTITY_COUNTER
Answer: A,C,D

NO.76 What foundation is necessary to use SAP S/4HANA embedded analytics?


A. SAP HANA optimized business content
B. SAP Agile Data Preparation
C. Generated external SAP HANA Calculation Views
D. ABAP CDS view based virtual data model.
Answer: D
SAP S/4HANA embedded analytics uses ABAP CDS view based virtual data model to provide real-time
access to the transactional data without data replication. It is a collection of SAP Fiori tiles that enable
real-time operational reporting. SAP S/4HANA embedded analytics comes with a lot of predefined
analytical apps based on Fiori and on SAP Analytics Cloud for various functional areas. The main user
types addressed by SAP S/4HANA embedded analytics are business users and analytics specialists.

NO.77 You want to run a BW query, but you only have partial authorization for the data selection.
What happens related to the BW query in this scenario?
A. The BW query starts and shows an error message
B. The BW query does not start running
C. The BW query starts and the unautohorized values are
D. The BW query starts and only the authorized data is
displayed Answer: A

NO.78 You want to build an SAP HANA HDI calculation view of data category CUBE, but you get the
"no measure defined" error. For the business requirement, a measure does not make sense. Besides
changing the data category to DIMENSION, what do you have to do?
A. Switch from an aggregation node to a star join node
B. Switch from an aggregation node to a projection node
C. Switch form a projection node to an aggregation node
D. Switch from a projection node to a star join node
Answer: B

NO.79 What are the prerequisites for deleting master data (for example, cost centers) in SAP
BW/4HANA? Note: There are 2 correct answers to this question.
A. There must be no BW analysis authorizations defined thta use any of the cost centers

22
IT Certification Guaranteed, The Easy Way!

B. There must be no transaction data referring to the cost


centers
C. There must be no hierarchy for the cost centers
D. There must be no BW query that uses cost cenetr as a free characteristics.
Answer: B,C

NO.80 You create a transformation from a DataSource to a DataMart Data Store object (advanced)
All key figures are updated as Sum. Which Delta methods indicate that the DataSource provides
consistent information for this target? Note: There are 2 correct answers to this question.
A. ABR
B. ADD
C. AIM
D. AIE
Answer: B,D
* B. ADD: This delta method indicates that the DataSource provides consistent information for
this target. It means that the DataSource delivers additive delta records with after images, which
are updated directly in the delta queue. This can support sum aggregation for key figures12.
* D. AIE: This delta method indicates that the DataSource provides consistent information for
this target. It means that the DataSource delivers additive delta records with after images, which
are updated in the extraction queue and then transferred to the delta queue. This can support
sum aggregation for key figures13.
Reference:
* 1 https://wiki.scn.sap.com/wiki/display/BI/Delta+type+in+BW+Extractors
* 2 https://help.sap.com/doc/saphelp_nw73ehp1/7.31.19/en-
US/4f/18f6aa3fca410ae10000000a42189d/content.htm
* 3 https://help.sap.com/doc/saphelp_nw73ehp1/7.31.19/en-
US/4f/18f6b13fca410ae10000000a42189d/content.htm

NO.81 In an SAP HANA HDI Calculation View, you need to combine attributes data (left table) and
the data's language-dependent text (right table) using a text join. What should you select to restrict
the result set to the logon language?
A. the language column in the left table
B. the language column in the righ table
C. The logon language in the left table
D. The join cardinality between both tables
Answer: B

NO.82 You use a measure with semantic type "Amount with Currency Code" in your SAP HANA HDI
calculation view. Which kind of currency reference can be assigned to the measure? Note: There
are 2 correct answers to this question.
A. A fixed currency from table TCURC
B. Another column of the same SAP HANA view
C. A column from another SAP HANA view
D. A variable in the same SAP HANA view
Answer: A,B

23
IT Certification Guaranteed, The Easy Way!

NO.83 InfoObject CITY is defined as a display attribute for InfoObject CUSTOMER, and InfoObject
COUNTRY is defined as a display attribute for InfoObject CITY. In a master data report you want to
display the COUNTRY of a CUSTOMER. Which options do you have to realize the scenario? Note:
There are 3 correct answer to this question."
A. Combine CUSTOMER, CITY and COUNTRY in a Open ODS View using a sequence of associations.
B. Generate external views for CUSTOMER, CITY and COUNTRY, and join them in another
calculation view.
C. Combine CUSTOMER, CITY and COUNTRY in a Composite Provider using a sequence of left outer
join operators.
D. Include CUSTOMER to rows in the BW Query on CUSTOMER and activate the Universal Display
Hierarchy setting.
E. Add COUNTRY as a transitive attribute for CUSTOMER in InfoObject definition.
Answer: A,B,E

24

You might also like