Practice Test 2
Practice Test 2
Attempt 1
All questions
Question 1: Correct
SAP HANA: Delivers Across 5 Dimensions. These five dimensions lead to certain goals
HANA has to meet. What are these goals? There are 2 correct answers to this question.
• Hybrid data and management system (Correct)
• Support for system tables
• High Performance and Scalability (Correct)
• Analytical DBMS features
Question 2:
You define a core data services (CDS) view to merge the results of queries using the
UNION keyword. What must the column list of this queries contain? There are 2 correct
answers to this question.
• Columns of identical types
• Columns of compatible types (Correct)
• All key fields
• The same number of columns (Correct)
Question 3:
What are the Guidelines for optimizing ABAP code running on HANA? There are 3
correct answers to this question.
• Technical settings (Correct)
• High-speed data analysis
• Open SQL settings
• DB specific properties (Correct)
• Column store (Correct)
Question 4:
What are the Possible Approaches with AS ABAP < 7.4 SP02? There are 2 correct
answers to this question
• SQL units
• Consume using native SQL (Correct)
• Interaction with Database
• Stored Procedures (Correct)
Question 5:
Explain the Enterprise Information System of- SAP HANA Implementation Scenarios?
Question 6:
The SAP HANA database is a hybrid in-memory database that combines Few
technologies within. What are these technologies? There are 3 correct answers to this
question
• Row-based database technology (Correct)
• Time-based database technology
• Object-based database technology (Correct)
• Value-based database technology
• Column-based database technology (Correct)
Question 7:
Your ABAP program contains an Open SQL join of two client-dependent tables. You
want to replace this with a native SQL SELECT statement. Which of the following
changes to the SELECT statement can you use to retrieve the same data as before?
• Include the client field in the field list.
• Use the CLIENT SPECIFIED addition.
• Include the client field in the join condition. (Correct)
• Include the client field in the WHERE condition. (Correct)
Question 8: Correct
Which of the following tool is introduced as a holistic quality assurance tool? Choose
the correct answer
• DBMS Cockpit
• ABAP Test Cockpit (ATC) (Correct)
• DBA Cockpit
• BW system
Question 9: Correct
Which of the following categories of parameters can you use in the definition of an
ABAP manage database procedure (AMDP)? There are 3 correct answers to this
question.
• Importing (Correct)
• Changing (Correct)
• Exporting (Correct)
• Returning
• Receiving
Question 12:
What are the Functions of Transaction DBACOCKPIT There are 2 correct answers to this
question.
• Maintain, Monitor and test secondary database connection (Correct)
• Use Schema for the Connections
• Maintain only HANA specific objects
• Used to access local or remote database system (Correct)
Question 13:
What output does the SAP HANA provide as a unique combination of hardware and
software innovations? Please choose the correct answer.
• Huge potential to optimize business applications that are running on SAP
HANA (Correct)
• Huge potential to optimize AMDP application DATA Tables
• Huge potential to maximize the number of disk blocks in the application
• The ability to create new complex processes with ABAP application cloud
Question 14:
What are the uses of SQL Trace (ST05)? There are 3 correct answers to this question.
• Locate work base issues
• Applying Code inspector
• Detect redundant or identical select statements (Correct)
• Locate database performance issues (Correct)
• Display record of all database access (Correct)
Question 15:
Which of the following option is not the main capability of SAP BusinessObjects
Analysis for OLAP? Choose the correct answer
• Create data by members and tables (Correct)
• Create Presentations
• Insert filter components
• Swap axes
Question 16:
Which data provisioning methods can you use when you need real time replications?
There are 2 correct answers to this question.
• SAP Replication server (Correct)
• SAP HANA Direct extractor connection (SAP DXC)
• SAP Data services
• SAP Landscape transformation Replication server (SAP SLT) (Correct)
Question 17:
What are the features of New Open SQL? There are 2 correct answers to this question.
• Supports arithmetic and string expressions (Correct)
• Supports conditional expressions (Correct)
• Supports specific units of database
• Supports Code adjustment model
Question 22:
Which of the following are view annotations for a CDS view? There are 3 correct
answers to this question.
• Buffering type (Correct)
• Access control (Correct)
• Environment
• Client handling (Correct)
• Semantics
Question 23:
What are the Performance Rules and Guidelines for ABAP on SAP HANA? There are 2
correct answers to his question
• to keep all the loads away from the DB
• It is beneficial to move data-intensive calculations into the database (Correct)
• It is beneficial for maximizing your search into database
• To reduce main memory consumption and to improve insert performance
(Correct)
Question 24: Correct
What are the features associated with ABAP CDS? There are 3 correct answers to this
question.
• Update (Correct)
• Read (Correct)
• Create (Correct)
• Distribution
• Export
Question 25:
Which of the following are performance recommendations when using SAP HANA?
There are 2 correct answers to this question.
• Avoid transferring large result sets between database and client applications.
(Correct)
• Move data-intensive calculations from the database to an application server.
• Filter data in lower layers. (Correct)
• Define indexes on the columns that are used in calculations.
Question 26:
Which data sources can you use for SAP list viewer with integrated data access? There
are 3 correct answers to this question.
• Database Table (Correct)
• Internal table
• External view (Correct)
• Database procedure
• CDS View (Correct)
Question 27:
You are using a calculated column COUNTS within your Dimension Calculation View
and an aggregation node. See Picture...This is the data that goes into the aggregation
node: What does the result of the aggregation look like? See Pictures
• N/A
• Image 3 (Correct)
• Image 1
• Image 2
Question 28:
What are the elements of ABAP Database Integration? There are 3 correct answers to
this question.
• Application server (Correct)
• Other DB (Correct)
• DB client-server
• DB For ABAP (Correct)
• Client database handling
Question 29:
You import an ABAP workbench request into a SAP SYSTEM P81. The ABAP workbench
request contains a single SAP HANA VIEW CA_CUSTOMER that belongs to package
2HA400_00. WHICH PREREQISITIES are mandatory for an implicit deployment of the
SAP HANA view onto the database? There are 2 correct answers to this question.
• SYSTEM P81 has SAP HANA has primary database (Correct)
• PACKAGE ZHA400J30 HAS deployment Mode A
• Package ZHA400_00 Is listed in table SNHI_DUP_PREWORK (Correct)
• View CA_CUSTOMER has deployment mode A.
Question 31:
Explain Transitioning ABAP Code to SAP HANA - Performance Considerations? There
are 3 correct answers to this question.
• Some codes immediately run faster (Correct)
• Some codes impacted positively and should be priorities
• Some shifts in priorities, examples, nested selects(higher) indices(lower)
(Correct)
• Some codes transferred to other systems
• Classical performances recommendations for open SQL remain valid (Correct)
Question 32:
Which of the following is not involved in database table of "The NewABAP SQL Monitor-
Architecture? Choose the correct answer
• Selection data table
• Critical data table (Correct)
• Runtime monitor data
• Performance data table
Question 33:
What are the Parameters for Analytical and Calculation view? There are 3 correct
answers to this question.
• Create a copy of a report
• Specifying unit of measurement (Correct)
• Passing other values to be used in calculations (Correct)
• To store data for critical analysis
• Setting a filter for columns (Correct)
Question 34:
What is the purpose of an ABAP project in ABAP Development Tool for eclipse? There
are 2 correct answers to this question
• It provides access to all ABAP repository objects in an ABAP system (Correct)
• It is used to transport the ABAP repository Objects.
• It represents the connection to an ABAP System (Correct)
• It represents the connection to the SAP HANA Layer
Question 37:
You developed an ABAP managed database procedure (AMDP). You want to allow the
enhancement of this AMDP using business add-in (BADI). Which of the following
objects must you create? There are 3 correct answers to this question.
• A BADI fallback implementation (Correct)
• An enhancement spot (Correct)
• A BADI definition (Correct)
• A database procedure
• A BADI simple implementation
Question 38:
Which of the following are characteristics of an external view? There are 3 correct
answers to this question.
• It is an ABAP Dictionary object type. (Correct)
• It can be used in Open SQL statements for database updates.
• It defines the underlying SAP HANA information view.
• It allows access to an SAP HANA information view with Open SQL. (Correct)
• It can be used as a data type in ABAP programs. (Correct)
Question 39:
Which rules does SAP recommended to improve the performance of ABAP report on
SAP HANA? There are 2 correct answers to this question.
• Use array variants of INSERT UPDATE MODIFY and DELETE (Correct)
• Use a nested SELECT statement instead of SELECT FOR ALL ENTRIES (Correct)
• Use SELECT FOR ALL ENTRIES instead of a nested SELECT statement
• Perform all calculations and aggregations in the ABAP layer