15 e - Hanaaw - 14

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

SAP Certified Development Specialist - ABAP for SAP HANA


- Mini

You got 2 of 19 possible points.


Your score: 11 %

Question Results

Question: Score 0 of 1

What are the components of The Enterprise Procurement Model Demo Scenario?

There are 3 correct answers to this question.

Response:

Stock

Services

Procurement

Sales

Product

Question: Score 0 of 1

Your ABAP program contains an Open SQL join of two client-dependent tables. You
want to replace this with a native SQL SELECT statement.

Which of the following changes to the SELECT statement can you use to retrieve the
same data as before?
There are 2 correct answers to this question.

Response:

Use the CLIENT SPECIFIED addition.

https://www.erpprep.com/node/9095/take 1/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Include the client field in the WHERE condition.

Include the client field in the field list.

Include the client field in the join condition.

Question: Score 1 of 1

Which of the following is not involved in database table of “The New ABAP SQL
Monitor – Architecture”?

Choose the correct answer

Response:

Selection data table

Critical data table

Performance data table

Runtime monitor data

Question: Score 0 of 1

What are the two types of editors available in ADT?

There are 2 correct answers to this question.

Response:

Eclipse (native)

SAP (GUI)

Client (native)

ABAP (native)

https://www.erpprep.com/node/9095/take 2/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Question: Score 1 of 1

Open SQL largely standardized, three sub-languages. What are these sub-
languages?

There are 3 correct answers to this question

Response:

Data Evaluation Language(DEL)

The Data Control Language (DCL)

Data Manipulation Language (DML)

Data Transferring Language(DTL)

The Data Definition Language (DDL)

Question: Score 0 of 1

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:

Code formatting options

Code completion options

Statement template options

Editor shortcut key options

Question: Score 0 of 1

ABAP 7.4 provides support for optimizing ABAP applications running on SAP HANA.
What are these Transparent Optimizations?
There are 3 correct answers to this question.

https://www.erpprep.com/node/9095/take 3/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Response:

The ABAP language and the OpenSQL language have been extended

Do all the data processing in Application server

Re- use components have been extended or optimized for SAP HANA

The consumption of SAP HANA artifacts was simplified

Performance analysis tools have been improved

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

HANA Specific features

https://www.erpprep.com/node/9095/take 4/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Database Optimization

Buffer system Optimization

Question: Score 0 of 1

What are the two main methods to add a system to the SAP HANA Studio?

There are 2 correct answers to this question

Response:

By Resource console

By Importing a Landscape

Automatically

Manually

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:

Direct access to a cluster on the database

Code that relies on implicit database sorting

ORDER BY Clauses in Open SQL statements

Native SQL statements

Left outer joins in open SQL statements

https://www.erpprep.com/node/9095/take 5/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Question: Score 0 of 1

You developed an ABAP managed database procedure (AMDP). You want to allow
the enhancement of this AMDP using business add-in (BADI).

Which of the following objects must you create?


There are 3 correct answers to this question.

Response:

A BADI definition

A database procedure

A BADI simple implementation

AN enhancement spot

A BADI fallback implementation

Question: Score 0 of 1

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

Response:

SAP Replication server

SAP Data services

SAP HANA Direct extractor connection (SAP DXC)

SAP Landscape transformation Replication server (SAP SLT)

Question: Score 0 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.

https://www.erpprep.com/node/9095/take 6/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Response:

Automatic release of units

Changes to Delta Container

Take snapshot manually before releasing of the container

You need to refresh the content of the container manually

Question: Score 0 of 1

Which of the following are performance recommendations when using SAP HANA?
There are 2 correct answers to this question.

Response:

Define indexes on the columns that are used in calculations.

Filter data in lower layers.

Move data-intensive calculations from the database to an application server.

Avoid transferring large result sets between database and client applications.

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

Value-based database technology

Column-based database technology

Row-based database technology

Time-based database technology

https://www.erpprep.com/node/9095/take 7/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Object-based database technology

Question: Score 0 of 1

Which of the following features does the ABAP Test Cockpit offer that the ABAP
code Inspector does NOT Offer?
There are 2 correct answers to this question.

Response:

Enhanced distribution of results

Documented checks

Flexible schedule of check runs

Configuration of check variants

Question: Score 0 of 1

Which tools can you use to provide input data for the SQL performance tuning work
list (Transaction SWLT)?
There are 3 correct answers to this question.

Response:

SQL Trace (transaction ST05)

Code inspector (transaction SCI)

SQL monitor (transaction SQLM)

Data base performance monitor (transaction DB50)

ABAP test cockpit (transaction ATC)

Question: Score 0 of 1

https://www.erpprep.com/node/9095/take 8/9
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Which of the following are characteristics of an external view?


There are 3 correct answers to this question.

Response:

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

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

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.

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

https://www.erpprep.com/node/9095/take 9/9

You might also like