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
Which step of the Guided Performance Analysis should you perform in the product on system?
Please choose the correct answer.
Response:
Building a work list with SQL Performance Tuning Work list (SWLT)
Question: Score 0 of 1
You plan a database migration to SAP HANA and want to check your ABAP coding for potential functional
regressions. Which Code Inspector check variant can you use?
Please choose the correct answer.
Response:
PREV_FUNC_REG
FUNCTIONAL_DB
PERFORMANCE_DB
FUNCTIONAL_CHECK
Question: Score 0 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:
The ABAP system checks the syntax of the Native SQL statements.
Client handling needs to be done explicitely in the the Native SQL statement.
Hashed or sorted tables must be used with the INTO CORESPONDING FIELDS keyword.
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 0 of 1
What all are the Types of Applications based on SAP HANA?
There are 2 correct answers to this question.
Response:
Question: Score 1 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
Response:
SAML may be selected as an Owner’s authentication method when creating users in the SAP HANA
Studio
The assertion is issued by a user after the client was successfully authenticated
To support scenarios where clients are not directly connected to the SAP HANA Database
Question: Score 0 of 1
Response:
Question: Score 0 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:
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
List down the elements involved in User Management and Security in SAP HANA?
There are 3 correct answers to this question.
Response:
Create users
Work management
Manage users
Assign security
Question: Score 0 of 1
One of your SAP systems needs to be migrated from its current database to an SAP HANA database. You
want to avoid any functional issues after the migration.
What should you search for and if necessary replace in the existing custom ABAP code?
There are 3 correct answers to this question.
Response:
ORDER BY Clauses in Open SQL statements
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 1 of 1
Which feature can you use to improve the performance of data transformation in the Extract, Transform
and Load (ETL) process?
Please choose the correct answer.
Response:
Question: Score 0 of 1
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 1 of 1
Which functional problem can you detect when using the Runtime Check Monitor (SRTCM)?
Please choose the correct answer.
Response:
Question: Score 1 of 1
How to create a core data services view?
There are 3 correct answers to this question.
Response:
Use DDL statement DEFINE VIEW and SQL-like syntax to define the view
Question: Score 0 of 1
You want to define an ABAP Core Data Services (CDS) view that totals the NET_AMOUNT column for each
sales order (column SO_ID). Which SELECT statement would you use in the definition?
Please choose the correct answer.
Response:
Question: Score 1 of 1
You have an SQLScript procedure with a table input parameter it_books. You want to use the parameter on
the right-hand side of an assignment operator within the procedure.
Response:
@it_books
:it_books
{it_books}
it_books
Question: Score 1 of 1
Response:
_SYS_XS
_SYS_REPO
_SYS_BIC
_SYS_BI
Question: Score 1 of 1
Response:
Schema view
Analytical view
Attribute view
Column view
Question: Score 0 of 1
Which of the following are characteristics of an external view?
There are 3 correct answers to this question.
Response:
Question: Score 0 of 1
Response:
Bring logic to where the data is calculated first, then only move to results
Question: Score 0 of 1
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 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
Question: Score 1 of 1
Response:
Client handling
Access control
Environment
Buffering type
Semantics
Question: Score 1 of 1
User STUDENT_A creates and activates a design-time object. In which schema is the runtime object
generated?
Please choose the correct answer.
Response:
_SYS_ BIC
_SYS_ BI
STUDENT_A
SYSTEM
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 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 an Eclipse-based, integrated development environment (IDE) that is used to
develop artifacts in a HANA server.
SAP HANA Studio is a client tool, which can be used to access local or remote HANA system.
Question: Score 0 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
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:
Question: Score 0 of 1
What are the three best approach for Transitioning and optimizing ABAP applications to SAP HANA?
There are 3 correct answers to this question.
Response:
Scaling
Optimize
Tuning
Innovate
Detect
Question: Score 0 of 1
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
Response:
Accelerate Performance
Question: Score 0 of 1
Which code-to-data capability is responsible for the Optimizations & Translation of “Open SQL SELECT FOR
ALL ENTRIES “clauses into native SQL?
Please choose the correct answer.
Response:
Transparent Optimizations
Buffer system Optimization
Database Optimization
Question: Score 0 of 1
Response:
Question: Score 1 of 1
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
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:
Content Assist
Screen Painter
Quick Fix
Question: Score 0 of 1
When would you use a column store table instead of a row store table?
There are 2 correct answers to this question.
Response:
Question: Score 1 of 1
You are using a calculated column COUNTS within your Dimension Calculation View and an aggregation
node. This is the data that goes into the aggregation node:
Response:
Option B
Option D
Option C
Option A
Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us Contact Us