SAP Certified Development Specialist - ABAP For SAP HANA - Full
SAP Certified Development Specialist - ABAP For SAP HANA - Full
SAP Certified Development Specialist - ABAP For SAP HANA - Full
Question Results
Question: Score 1 of 1
Response:
Module interface
ABAP programs
ABAP interface
ABAP Class
Workbench programs
Question: Score 1 of 1
What output does The SAP HANA provide as a unique combination of hardware and software innovations?
Please choose the correct answer.
Response:
Huge potential to optimize business applications that are running on SAP HANA
The ability to create new complex processes with ABAP application cloud
Question: Score 0 of 1
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.
Response:
Use the tilde symbol (~) to separate qualifier from column name
Question: Score 1 of 1
Which of the following feature were added to the ABAP Dictionary to support the SAP HANA database?
There are 3 correct answers to this question.
Response:
Question: Score 1 of 1
What do you have to consider if you want to use Native SQL in your ABAP programs to access an SAP
HANA database?
There are 2 correct answers to this question.
Response:
Client handling needs to be done explicitely in the the Native SQL statement.
The ABAP system checks the syntax of the Native SQL statements.
Hashed or sorted tables must be used with the INTO CORESPONDING FIELDS keyword.
Question: Score 1 of 1
Response:
Text-Based Calculation
Question: Score 1 of 1
Which of the following is not involved in database table of “The New ABAP SQL Monitor – Architecture”?
Please choose the correct answer.
Response:
Question: Score 1 of 1
Which of the following takes advantage of the computing power of multiple CPUs used by SAP HANA?
Please choose the correct answer.
Response:
Parallel processing
Dictionary encoding
Question: Score 0 of 1
(skipped)
What is the Limitations of ALV for SAP HANA?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
You want to perform an SAP HANA full-text search on column COL of database table TAB. Which of the
following conditions have to be fulfilled?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
Response:
You must use the ABAP Development tools (ADT) TO CREATE the external view
You can only use native SQL to consume the external view
You must include the name of the SAP HANA view in the name of the external view.
You must know the underlying tables and join conditions of the SAP HANA view.
Question: Score 1 of 1
Response:
Aggregate data on the database, and transfer the results to the ABAP layer.
Transfer all data from the database to the ABAP layer, and then aggregate the results.
Question: Score 0 of 1
(skipped)
Hybrid Data Management System – Combining different paradigms in one system. Discuss
capabilities associated with the Hybrid Data Management system?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
(skipped)
You define a core data services (CDS) View. For which of the following expressions and built
in functions must you provide alias?
There are 3 correct answers to this question.
Response:
Unit conversion
CASTE Expression
Currency Conversion
CASE expression
You are working with ABAP Development Tools (ADT) For Eclipse. Which of the following options belongs
to the settings of a specific ABAP project rather than the entire Eclipse workbench?
Please choose the correct answer.
Response:
Question: Score 1 of 1
The new bottlenecks avoided by addressing two challenges, what are they?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
Response:
Manipulate data
As a Data Calculator
Read
Transferring data
As a means to define
Question: Score 1 of 1
When using an SAP HANA full text search, what do you have to keep in mind?
Please choose the correct answer.
Response:
The SCORE( ) function is required to ensure the best hits of your search appear on top.
SAP HANA has to be the primary database to create a full text search.
The LIKE operator is required in your SELECT statement to implement fuzzy logic.
Question: Score 0 of 1
Which of the following repository object can you edit only in ABAP Development tools in Eclipse and not in
the Classical ABAP workbench?
There are 3 correct answers to this question.
Response:
Full-text index
External view
What are the two different kinds of Identifiers used to represent names used in SQL statement?
There are 2 correct answers to this question.
Response:
Delimited identifiers
Limited identifiers
Undelimited Identifiers
Numeric identifiers
Question: Score 1 of 1
You implement an ABAP-managed database procedure (AMDP). Within this AMDP, you want to query data
from calculation view CA_BOOKINGS_COUNT in SAP HANA content package ha400.primdb.
Response:
_SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT"
"ha400.primdb::CA_BOOKINGS_COUNT"
"ha400.pr mdb/CA_BOOKINGS_COUNT"
_SYS_ BIC."ha400.primdb::CA_BOOKINGS_COUNT"
Question: Score 0 of 1
Which of the below statements are true for SAP HANA Studio?
There are 3 correct answers to this question.
Response:
SAP HANA Studio is an Eclipse-based, integrated development environment (IDE) that is used to
develop artifacts in a HANA server.
SAP HANA Studio is integrated in SAP GUI > 7.40
SAP HANA Studio can be used to manage the SAP HANA database, to create and manage user
authorizations, to create new or modify existing models of data etc
SAP HANA Studio is a client tool, which can be used to access local or remote HANA system.
Question: Score 0 of 1
Response:
Question: Score 1 of 1
Response:
Read
Update
Distribution
Create
Export
Question: Score 1 of 1
You perform a static code check using the Code Inspector (SCI). In your SCI variant, you select the Search
problematic SELECT * statements check. What does this check report?
Please choose the correct answer.
Response:
SELECT * statements where fewer than a specified percentage of all fields are effectively used
Question: Score 0 of 1
(skipped)
What are the key points that should be kept in mind while performing the Nonautomatic
update in SAP HANA Transport Container?
There are 2 correct answers to this question.
Response:
Question: Score 0 of 1
What are the steps that supported several tools, which in total result in a Guided Performance
Optimization?
There are 2 correct answers to this question.
Response:
A new tool called SQL Monitor to determine the priority if different programs access the database
intensively
The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compare runtime
consumption
A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential functional and
performance issues.
Question: Score 1 of 1
Response:
ABAP (native)
SAP (GUI)
Client (native)
Eclipse (native)
Question: Score 0 of 1
Response:
Validity restrictions
Analytic restrictions
Activity restrictions
View restrictions
Cube restrictions
Question: Score 0 of 1
You are programming a report that reads data from a secondary HANA database (DB). What do you need
to consider in your SQL statement?
There are 2 correct answers to this question.
Response:
All tables and fields you are using must exist in the ABAP Dictionary of the Secondary DB.
You have to use native SQL when reading data from the secondary DB.
Question: Score 1 of 1
In SAP HANA SQL, you want to create a table whose definition should NOT be visible in the catalog. Which
of the following table types fulfill this requirement?
Please choose the correct answer.
Response:
COLUMN
GLOBAL TEMPORARY
ROW
LOCAL TEMPORARY
Question: Score 1 of 1
Response:
Semantics
Buffering type
Client handling
Access control
Environment
Question: Score 1 of 1
You are debugging in ABAP Development Tools in Eclipse. What features are available?
There are 2 correct answers to this question.
Response:
Watch points
Debugger scripting
Conditional breakpoints
Question: Score 0 of 1
Which rules does SAP recommended to improve the performance of ABAP report on SAP HANA?
There are 2 correct answers to this question.
Response:
Response:
Question: Score 1 of 1
When using ABAP Database Connectivity (ADBC) to issue native SQL calls to the database, which of the
following methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call?
Please choose the correct answer.
Response:
GET_METADATA
SET_PARAM_TABLE
NEXT_PACKAGE
SET_PARAM
Question: Score 0 of 1
Response:
SQL Engine
OLAP Engine
Join Engine
Calc Engine
Question: Score 1 of 1
What are the components of The Enterprise Procurement Model Demo Scenario?
There are 3 correct answers to this question.
Response:
Product
Services
Procurement
Stock
Sales
Question: Score 1 of 1
Response:
What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event
of a disaster?
There are 2 correct answers to this question.
Response:
Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us Contact Us