SAP Certified Development Specialist - ABAP For SAP HANA - Full
SAP Certified Development Specialist - ABAP For SAP HANA - Full
Question Results
Question: Score 0 of 1
What are the two layers of ABAP system interacts with its database?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
You have created a CDS view and used aias names for some of its elements. In which of the following
cases is the alias name mandatory?
There are 3 correct answers to this question.
Response:
SUM(revenue) AS total_revenue
Question: Score 0 of 1
Your customer wants to migrate to SAP HANA and you want to identify which business processes should
be optimized.
Which of the following steps must you perform to get this information?
There are 2 correct answers to this question.
Response:
Combine the results of the SQL Monitor with the results of a static source code analysis.
Combine the results of the SQL Monitor with the results of an ABAP runtime analysis.
Question: Score 1 of 1
Response:
Access control
Buffering type
Semantics
Client handling
Environment
Question: Score 0 of 1
What are the Guidelines for optimizing ABAP code running on HANA?
There are 3 correct answers to this question.
Response:
Column store
DB specific properties
Technical settings
Question: Score 1 of 1
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 1 of 1
Response:
OLAP Engine
Calculation Engine
JOIN Engine
SQL Engine
Question: Score 0 of 1
Response:
Question: Score 1 of 1
You want to implement business logic on the database layer. Which approach do you follow when
implementing an ABAP Managed Database Procedure?
Please choose the correct answer.
Response:
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 1 of 1
Response:
Calc Engine
Join Engine
OLAP Engine
SQL Engine
Question: Score 0 of 1
Response:
Transfer all data from the database to the ABAP layer, and then aggregate the results.
Use native SQL to access SAP HANA built-in functions.
Aggregate data on the database, and transfer the results to the ABAP layer.
Question: Score 0 of 1
Which features does the source code editor provide in ABAP Development Tools for SAP NetWeaver?
There are 2 correct answers to this question.
Response:
Content assistance
Screen editing
Quickfix
Question: Score 0 of 1
Which system schema contains the list of Activated and inactive Objects?
Please choose the correct answer.
Response:
_SYS_REPO
_SYS_BI
_SYS_XS
_SYS_BIC
Question: Score 0 of 1
Double
Single Value
Interval
Range
Question: Score 1 of 1
Response:
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.primdb::CA_BOOKINGS_COUNT"
"ha400.pr mdb/CA_BOOKINGS_COUNT"
"ha400.primdb::CA_BOOKINGS_COUNT"
_SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT"
Question: Score 0 of 1
You want to move some of the logic of an ABAP program into an ABAP-managed database procedure
(AMDP). To do so, you need to translate Open SQL statements into SAP HANA Native SQL.
Response:
Question: Score 0 of 1
Response:
Activity restrictions
View restrictions
Analytic restrictions
Validity restrictions
Cube restrictions
Question: Score 1 of 1
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:
Currency Conversion
CASE expression
Unit conversion
CASTE Expression
Question: Score 1 of 1
Which code-to-data capability supports- Extended view definitions and Better SQL- 92 standard support in
open SQL?
Please choose the correct answer.
Response:
Question: Score 1 of 1
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.
Response:
Time-based database technology
Question: Score 0 of 1
What are the two main factors of SAP HANA Innovations and Challenges?
There are 2 correct answers to this question.
Response:
SAP BW innovations
Question: Score 0 of 1
How will you hide the attributes that are not required for client consumption?
Please choose the correct answer.
Response:
By setting the hidden property flag of the attribute in the Semantics screen
Response:
To ensure that the user chooses the data on the selection screen is displayed
The ALV Optimization for SAP HANA to display data on the screen
Question: Score 1 of 1
You import an ABAP workbench request into an SAP SYSTEM P81. The ABAP workbench request contains
a single SAP HANA VIEW CA_CUSTOMER that belongs to package ZHA400_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.
Response:
Question: Score 1 of 1
What is the purpose of an ABAP project in ABAP Development tools for eclipse?
There are 2 correct answers to this question.
Response:
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 0 of 1
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.
Response:
You create a new table definition using the ABAP Dictionary and maintain the database-specific technical
settings. Why do you create a row store instead of a column store table?
Please choose the correct answer.
Response:
Question: Score 0 of 1
Response:
Question: Score 0 of 1
Which features does the source code editor provide in ABAP Development Tools (ADT)?
There are 2 correct answers to this question.
Response:
Quick Fix
Content Assist
Screen Painter
Question: Score 1 of 1
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.
Response:
Update packages
Release resources
Update resources
Release packages
Question: Score 1 of 1
Which of the following option is not the main capability of SAP BusinessObjects Analysis for OLAP?
Please choose the correct answer.
Response:
Create Presentations
Swap axes
Question: Score 0 of 1
Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?
There are 3 correct answers to this question.
Response:
Question: Score 1 of 1
Response:
Question: Score 1 of 1
Response:
Question: Score 0 of 1
Which of the following take advantage of the computing power of multiple CPUs used by SAP HANA?
There are 2 correct answers to this question.
Response:
Parallel processing
Partitioning
Question: Score 1 of 1
In an ABAP Core Data Services (CDS) view, what must you do to expose an association for use in another
CDS view?
Please choose the correct answer.
Response:
What are the purposes of tools in SAP HANA system that is an Eclipse-based integrated development
environment?
There are 3 correct answers to this question.
Response:
Administer
Configure
Selecting
Organizing
Monitor
Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us Contact Us