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
(skipped)
Which of the following features were added to the ABAP dictionary to support the SAP
HANA database?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
(skipped)
Which of the following are characteristics of an external view?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
(skipped)
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
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
You define and implement an ABAP Managed database procedure (AMDP). What do you have to list after
the USING clause?
There are 3 correct answers to this question.
Response:
Question: Score 1 of 1
DB-Specific Properties that allows switching between storage types when running on an SAP HANA
database. What are these storage types?
There are 2 correct answers to this question.
Response:
Column store
Technology store
ROW store
Development Store
Question: Score 1 of 1
Response:
Used to access local or remote database system
Question: Score 0 of 1
(skipped)
Explain how and when to create calculated columns - Using Graphical Modeling Tools?
There are 3 correct answers to this question.
Response:
It is possible to nest so that one calculated column, in turn, is based on other calculated columns
Question: Score 0 of 1
(skipped)
What all are the steps to perform -To enable type-ahead for an input field on a screen?
There are 3 correct answers to this question.
Response:
Check Pre-Requisites
Question: Score 0 of 1
(skipped)
What are the benefits of using the SQL Monitor (transaction SQLM)?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
Response:
Analytical view
Schema view
Column view
Attribute view
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:
The Near-Far approach
Question: Score 1 of 1
Response:
Database accesses
Metadata accesses
Question: Score 0 of 1
If the Search Options are enabled, you can set the Search Parameters for an attribute of a view. The
following parameters are available?
There are 3 correct answers to this question.
Response:
Freestyle search
Index search
Fuzzy search
You created and activated database procedure. How can you call this procedure?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
You analyze SQL Monitor data in transaction SQLMD. You know that program X accesses database table Y.
You made sure that program X was executed while the SQL Monitor collected its data. But the relevant
database access is NOT listed in SQLMD.
Response:
SQL Monitor was activated with a fitter that excludes database table Y.
The data has NOT yet been transferred to the SQL Monitor database tables.
Question: Score 1 of 1
Discuss the basic approach of classical ABAP programming?
There are 2 correct answers to this question.
Response:
Get all the data you need on the application server and do your processing in ABAP
Question: Score 0 of 1
(skipped)
What are some of the features available SAP List Viewer with integrated data access (SALV
IDA)?
There are 3 correct answers to this question.
Response:
Display diagrams
Edit cells
Double-click on rows
Group rows
Search in content
Question: Score 0 of 1
(skipped)
How will you select a preference for Validation rules?
Please choose the correct answer.
Response:
Question: Score 0 of 1
(skipped)
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:
Question: Score 0 of 1
(skipped)
You made changes to an object (X) used by an ABAP managed database procedure
(AMDP). You did NOT changes the AMDP itself. Now you execute a program that calls this AMDP.
In which cases does the call trigger the creation of the database procedure in SAP HANA?
There are 2 correct answers to this question.
Response:
X is an AMDP method
X is a stored procedure.
Question: Score 0 of 1
(skipped)
When to use Enhanced Open SQL?
There are 2 correct answers to this question.
Response:
Question: Score 0 of 1
What must you do when you define and implement an ABAP Managed Database Procedure (AMDP)?
There are 3 correct answers to this question.
Response:
List all ABAP Dictionary tables used in the procedure body in the USING clause.
Question: Score 1 of 1
Response:
Calc Engine
SQL Engine
OLAP Engine
Join Engine
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
Conditional breakpoints
Debugger scripting
Question: Score 0 of 1
(skipped)
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 0 of 1
What are the Performance Rules and Guidelines for ABAP on SAP HANA? (skipped)
There are 2 correct answers to this question.
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:
"ha400.primdb::CA_BOOKINGS_COUNT"
"ha400.pr mdb/CA_BOOKINGS_COUNT"
_SYS_ BIC."ha400.primdb::CA_BOOKINGS_COUNT"
_SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT"
Question: Score 0 of 1
(skipped)
You define and implement an ABAP Managed Database Procedure (AMDP). What do you
have to list after the USING clause?
There are 3 correct answers to this question.
Response:
Question: Score 1 of 1
You want to access SAP HANA view CA BOOKINGCOUNT in package ha400.primdb via a native SQL query.
Which of the following are correct ways of specifying package path and object name in the FROM clause?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
Which form of services is responsible for defining and consuming semantically rich data models?
Please choose the correct answer.
Response:
Modell-II services
ITe services
Conditional services
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 1 of 1
Response:
Analytic restrictions
Cube restrictions
Activity restrictions
View restrictions
Validity restrictions
Question: Score 1 of 1
Response:
Read
Transferring data
As a Data Calculator
Manipulate data
As a means to define
Question: Score 0 of 1
Which of the following folder is essential to relate to Smart Data Access and also combines data from
remote sources?
Please choose the correct answer.
Response:
Security folder
Content folder
Administration folder
Provisioning folder
Question: Score 1 of 1
You create a check variant in the Code Inspector which includes the check 'Search problematic Select *
statements'. SAP HANA is used as the database.
In the check parameters, which value would you use for the percentage of fields that are effectively used?
Please choose the correct answer.
Response:
Response:
Question: Score 0 of 1
Open SQL largely standardized, three sub-languages. What are these sub-languages?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
(skipped)
Discuss the conditions required to ensure the Referential Integrity?
There are 2 correct answers to this question.
Response:
There are two joins in the able
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:
The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compare runtime
consumption
A new tool called SQL Monitor to determine the priority if different programs access the database
intensively
A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential functional and
performance issues.
Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us Contact Us