You are on page 1of 17

8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

SAP Certified Development Specialist - ABAP for SAP HANA


- Full

You got 38 of 40 possible points.


Your score was: 95 %

Question Results

Question: Score 1 of 1

You use 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 result set of the native SQL call?
Please choose the correct answer.

Response:

EXECUTE_QUERY

SET_PARAM_TABLE

SET_PARAM

NEXT_PACKAGE

Question: Score 1 of 1

The SAP HANA state-of-the-art search experience includes full-text search with
advanced features like...

There are 3 correct answers to this question.

Response:

freestyle search

Fuzzy search

https://www.erpprep.com/node/9094/myresults/1097905 1/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

linguistic search

ACID search

Isolation search

Question: Score 1 of 1

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

Package ZHA400_00 Is listed in table SNHI_DUP_PREWORK

SYSTEM P81 has SAP HANA has primary database

View CA_CUSTOMER has deployment mode A.

PACKAGE ZHA400_00 HAS deployment Mode A

Question: Score 1 of 1

How many result sets are returned when an SAP HANA database procedure is called
using the CALL. WITH OVERVIEW statement?
Please choose the correct answer.

Response:

Two result sets

As many result sets as there are table output parameters in the procedure

As many result sets as there are input parameters in the procedure

One result set

https://www.erpprep.com/node/9094/myresults/1097905 2/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

Discuss the main capabilities of SAP BusinessObjects Analysis for Office?

There are 2 correct answers to this question

Response:

Suggests style sets for crosstabs

Analyze data with the design panel

Sort data by characteristics

Convert crosstab cells to formula

Question: Score 1 of 1

What is the Limitations of ALV for SAP HANA?

There are 3 correct answers to this question.

Response:

No unit/ currency split if aggregating amounts/ currency values

Restricted to 5000 records / unit

All unit/ currency restricted to 10,00,00 records

Without currency /unit consideration

Restricted to 10,000 records

Question: Score 1 of 1

Which data provisioning methods can you use when you need real time
replications?
There are 3 correct answers to this question.

Response:

https://www.erpprep.com/node/9094/myresults/1097905 3/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

SAP HANA Direct extractor connection (SAP DXC)

SAP Data services

SAP Landscape transformation Replication server (SAP SLT)

SAP Replication server

Question: Score 1 of 1

What are functions of the ABAP Managed Database Procedure (AMDP) framework?
There are 2 correct answers to this question.

Response:

It deletes obsolete versions of the database procedure asynchronously

It deletes obsolete versions of the database procedure synchronously.

It creates the database procedure when the AMDP is first activated.

It creates the database procedure when the AMDP is first called.

Question: Score 1 of 1

You want to debug an ABAP program using ABAP development tools (ADT). How do
you launch the debugger?
Please choose the correct answer.

Response:

Set a breakpoint in the ABAP program and execute the program

Create a debug configuration for the ABAP application and run the program

Choose the debug as option in the context menu of the ABAP program

Choose the Run --> Debug options in the menu

https://www.erpprep.com/node/9094/myresults/1097905 4/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

To connect with the SAP HANA system and see the corresponding catalog content
etc., use the Systems view. How will you add a system to this view?

There are 2 correct answers to this question.

Response:

By using Open Catalog look

Password for the database user

By using SQL application

Database user – also different from your ABAP user

Question: Score 1 of 1

Which is not a key factor of ALV for HANA?

Please choose the correct answer.

Response:

Derived Column headings from the data element

The data display is restricted to a maximum of 2 billion cells

To supply suitable values for any input parameters

To Activate and execute the program in the application

Question: Score 1 of 1

Which of the following option is not the main capability of SAP BusinessObjects
Analysis for OLAP?

Choose the correct answer

Response:

Create data by members and tables

https://www.erpprep.com/node/9094/myresults/1097905 5/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Create Presentations

Swap axes

Insert filter components

Question: Score 1 of 1

What are the basic principles of ALV SAP HANA?

There are 2 correct answers to this question.

Response:

Only retrieve the database data which is to be displayed on screen

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

Data described declaratively instead of passing big internal tables

Question: Score 1 of 1

What are the steps involved in supporting a database oriented programming


model?

There are 2 correct answers to this question.

Response:

Core Data services

Buffer system services

A new and advanced Open SQL

Advanced and specific models

https://www.erpprep.com/node/9094/myresults/1097905 6/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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:

SAP HANA views used in the procedure body

ABAP Dictionary table used in the procedure body

ABAP Dictionary views used in the procedure body

AMDP used in the procedure body

CE function used in the procedure body

Question: Score 1 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:

Buffer system Optimization

Transparent Optimizations

Database Optimization

HANA Specific features

Question: Score 1 of 1

Which of the following are characteristics of an external view?


There are 3 correct answers to this question.

Response:

https://www.erpprep.com/node/9094/myresults/1097905 7/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

It is an ABAP Dictionary object type.

It defines the underlying SAP HANA information view.

It allows access to an SAP HANA information view with Open SQL.

It can be used in Open SQL statements for database updates.

It can be used as a data type in ABAP programs.

Question: Score 1 of 1

Explain The Authorization Concept and the types of privileges associated with it?
There are 3 correct answers to this question

Response:

Object privileges

Delta privileges

Analytic privileges

Application privileges

System privileges

Question: Score 1 of 1

Discuss the basic approach of classical ABAP programming?

There are 2 correct answers to this question.

Response:

Keep load from the database

Collect all the data and perform Parallel processing in ABAP

Creating and consuming all the contents from network

https://www.erpprep.com/node/9094/myresults/1097905 8/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Get all the data you need on the application server and do your processing in ABAP

Question: Score 1 of 1

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:

Undelimited Identifiers

Limited identifiers

Delimited identifiers

Numeric identifiers

Question: Score 1 of 1

What are the benefits of using the SQL Monitor (transaction SQLM)?
There are 2 correct answers to this question.

Response:

It can be active in a production system with minimal performance overhead.

It schedules ABAP programs to monitor and log all database accesses.

It displays the database execution plan for all SQL statements.

It collects monitoring data asynchronously without additional database interaction.

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

https://www.erpprep.com/node/9094/myresults/1097905 9/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Response:

Column-based database technology

Object-based database technology

Value-based database technology

Time-based database technology

Row-based database technology

Question: Score 1 of 1

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:

Text analysis and search

Built-in support for planning

Traditional disk-based tables

Text indexing capabilities

Linguistic search capabilities

Question: Score 1 of 1

Which task can you perform with the SQL Performance Tuning Worklist tool
(SWLT)?
Please choose the correct answer.

Response:

Combine information from static ABAP code scans with runtime data from the SQL
Trace tool.

https://www.erpprep.com/node/9094/myresults/1097905 10/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Combine information from static ABAP code scans with runtime data from the SQL
Monitor.

Create a graph comparing the runtimes of ABAP code before and after optimization.

Estimate the new total runtime of optimized code.

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:

Database oriented programming model

Database for sophisticated analysis

SAP HANA specific features

New SQL parser used in model

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:

Release packages

Update resources

Update packages

Release resources

https://www.erpprep.com/node/9094/myresults/1097905 11/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

Which of the following option provides access to the views and database
procedures that you can consume in the ABAP environment?

Please choose the correct answer.

Response:

Modeler Perspective

Open Content outlook

Catalogue outlook

System Perspective

Question: Score 1 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

Form-based Class Builder

Question: Score 1 of 1

User STUDENT_A create and activates a design-time object. In which schema is the
run object generated?
Please choose the correct answer.

Response:

_SYS_BIC

https://www.erpprep.com/node/9094/myresults/1097905 12/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

SYSTEM

STUDENT_A

_SYS_BI

Question: Score 1 of 1

Which of the following are view annotations for a CDS view?


There are 3 correct answers to this question.

Response:

Buffering type

Client handling

Access control

Environment

Semantics

Question: Score 1 of 1

List down the four main concepts of the SAP HANA database?

There are 3 correct answers to this question

Response:

Object store

Tools combinations

Partitioning

Compression

Column Store

https://www.erpprep.com/node/9094/myresults/1097905 13/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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

SAP SW technology and innovations

HW technology and innovations

DBMS technology and innovations

Question: Score 1 of 1

What are the Performance Rules and Guidelines for ABAP on SAP HANA?

There are 2 correct answers to this question.

Response:

To Keep all the loads away from the DB

To reduce main memory consumption and to improve insert performance

It is beneficial for maximizing your search into database

It is beneficial to move data-intensive calculations into the database

Question: Score 0 of 1

How SAP HANA supports SQL?

There are 3 correct answers to this question.

Response:

As a Data Calculator
https://www.erpprep.com/node/9094/myresults/1097905 14/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Transferring data

Read

Manipulate data

As a means to define

Question: Score 1 of 1

What all are the factors involved in Working with ADT

There are 3 correct answers to this question.

Response:

Module interface

Workbench programs

ABAP programs

ABAP interface

ABAP Class

Question: Score 1 of 1

AMDP can detect 3 types of syntax errors in active or inactive source code. What
are these errors ?

There are 3 correct answers to this question.

Response:

Database independent syntax errors

Database platform syntax errors

SQLScript errors

https://www.erpprep.com/node/9094/myresults/1097905 15/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

HANA specific syntax errors

UNION specific syntax errors

Question: Score 1 of 1

Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?


There are 3 correct answers to this question.

Response:

Some codes transferred to other systems

Some codes immediately run faster

Classical performances recommendations for open SQL remain valid

Some codes impacted positively and should be priorities

Some shifts in priorities, examples, nested selects(higher) indices(lower)

Question: Score 1 of 1

What are the features of New Open SQL?

There are 2 correct answers to this question.

Response:

Supports specific units of database

Supports Code adjustment model

Supports conditional expressions

Supports arithmetic and string expressions

Question: Score 1 of 1
https://www.erpprep.com/node/9094/myresults/1097905 16/17
8/6/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

What is the central goal of using SAP HANA?

Please choose the correct answer.

Response:

Accelerate Performance

Monitor database for record keeping

To set Priorities for system

Positive Impact on Business

Question: Score 1 of 1

Which is the new concept that is introduced and improved by using SAP HANA
Specific Features?

Please choose the correct answer.

Response:

New advanced SQL syntax Procedures

ABAP-Managed Database Procedures

Programming model

Table buffering

Money Back Guarantee Testimonial FAQs Privacy Policy Terms and Conditions About Us Join Us
Contact Us

https://www.erpprep.com/node/9094/myresults/1097905 17/17

You might also like