0% found this document useful (0 votes)
5 views9 pages

Practice Test 2

Btp2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views9 pages

Practice Test 2

Btp2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

End of interactive chart.

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?

There are 3 correct answers to this question

• All HANA Combinations on one platform


• HANA Accelerators (Correct)
• All SAP applications on one SAP HANA platform (Correct)
• HANA Modeling
• Business Suite on HANA/ BW on SAP HANA (Correct)

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 10: Correct


What is the Limitations of ALV for SAP HANA? There are 3 correct answers to this
question.
• Restricted to 10,000 records (Correct)
• Restricted to 5000 records / unit
• All unit/ currency restricted to 10,000,00 records
• Without currency/unit consideration (Correct)
• No unit/ currency split if aggregating amounts/ currency values (Correct)

Question 11: Correct


You use the ABAP trace (SAT) to measure the run time of a program. In a class, method
X checks the validity of its importing parameters and calls method Y. What pattern of
gross and net run time would you expect to see the in the ABAP trace results for
method X? Please choose the correct answer.
• The gross and net run times are identical
• The net run time is equal to Zero
• The net run time is less than the gross run time (Correct)
• The net run time is greater than the gross run time

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 18: Correct


When are referential joins executed in analytical views? Choose the correct answer
• When fields are optimized
• When all the tables are optimized
• When fields from both the tables are requested (Correct)
• When fields are selected
Question 19:
Which of the following features does the ABAP Test Cockpit offer that the ABAP code
Inspector does NOT Offer? There are 2 correct answers to this question.
• Documented checks
• Flexible schedule of check runs (Correct)
• Configuration of check variants
• Enhanced distribution of results (Correct)
Explanation
Enhanced distribution of results: The ABAP Test Cockpit allows for more advanced
distribution and reporting of check results, making it easier to manage and share the
results with different stakeholders. It provides options for exporting, distributing, and
viewing results in various formats and through different channels.
Flexible schedule of check runs: The ABAP Test Cockpit offers scheduling options for
running checks at specific times or intervals, making it possible to automate and
schedule regular code inspections and checks. This flexibility is not available in the
ABAP Code Inspector.
Question 20:
How will you hide the attributes that are not required for client consumption? Choose
the correct answer
• By setting the hidden property flag of the attribute in the View
• By setting the hidden property flag of the attribute provider
• By setting the hidden property flag of the attribute in the Semantics screen
(Correct)
• By setting the hidden property flag of the attribute column

Question 21: Correct


You use native SQL to access the SAP HANA database. What should you do to retrieve
the correct data? There are 3 correct answers to this question.
• Explicitly handle the client field (Correct)
• Use the UP TO n ROWS addition
• Use the tilde symbol (-) to separate qualifier from column name
• Specify the database schema if it is not the user's default schema (Correct)
• Use a Comma-separated column list (Correct)

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 30: Correct


What allows you to resolve errors quickly or warnings reported about the code? Please
choose the correct answer.
• Debug perspective
• Code execution
• ABAP debugger
• Quick Fix (Correct)

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 35: Correct


In addition to closing the result set. what does the CLOSE method of the
CL_SQL_RESULT_SET class when using ABAP Database Connectivity (ADBC) do?
Please choose the correct answer.
• Release packages
• Update resources
• Release resources (Correct)
• Update packages

Question 36: Correct


How to call the stored procedures in ABAP code? Please choose the correct answer.
• Open SQL
• Only SQL
• CDS view
• Native SOL (Correct)

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

Question 40: Correct


What is the main function of Static Code Analysis? Please choose the correct answer.
• Integrates with SAP Solution Manager
• ABAP source code with performance optimization potential
• Integrated into ABAP Development Tools and ABAP Workbench
• To detect code that would lead to functional or performance issues When
migrating to SAP HANA (Correct)

Question 41: Correct


Which is not a Golden Rule for Open SQL? Please choose the correct answer.
• Reduce the Database Load
• Keep the result set large (Correct)
• Minimize the Amount of Data Transferred
• Minimize the Number of Database Accesses

You might also like