Labour Day Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

Note! Following E_HANAAW_17 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

E_HANAAW_17 SAP Certified Development Specialist - ABAP for SAP HANA 2.0 Questions and Answers

Questions 4

What are the types of schemas in HANA? (3 correct)

Options:

A.

System Defined Schema

B.

User Defined Schema

C.

SLT Derived Schema

D.

Dynamic Schema

Buy Now
Questions 5

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. How do you refer to the parameter? Please choose the correct answer.

Options:

A.

:it_books

B.

it_books

C.

{it.books}

D.

@it_books

Buy Now
Questions 6

Which engine is used to execute Analytic View?

Options:

A.

SQL Engine

B.

Calc Engine

C.

OLAP Engine

D.

Join Engine

Buy Now
Questions 7

What is the main purpose of Analytic Privilege?

Options:

A.

Restrict users to access database tables

B.

Restrict row level access so that user will be able to see only certain portion of the data

C.

Restrict user to access modeling view

Buy Now
Questions 8

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.

Options:

A.

Database Optimization

B.

Transparent Optimizations

C.

HANA Specific features

D.

Buffer system Optimization

Buy Now
Questions 9

Discuss the basic approach of classical ABAP programming. Two answers

Options:

A.

Collect all the data and perform parallel processing in ABAP

B.

Creating and consuming all the contents from network

C.

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

D.

Keep load from the database

Buy Now
Questions 10

What are the Possible Approaches with AS ABAP < 7.4 SP02? There are 2 correct answers to this question

Options:

A.

SQL units

B.

Consume using native SQL

C.

Stored Procedures

D.

Interaction with Database

Buy Now
Questions 11

You want to execute a native SQL statement in your program. Why should you use ABAP Database Connectivity (ADBC)? (Choose Two)

Options:

A.

It has syntax check as compile time.

B.

It supports exception handling

C.

It supports locking and commit handling

D.

It supports where-used list.

Buy Now
Questions 12

What is the main benefit of the SQL Performance Tuning Worklist?

Options:

A.

It establishes a governance process for performance optimizations.

B.

It automatically translates ABAP coding to SQLScript.

C.

It allows you to correlate the results of an ABAP source code analysis with SQL runtime data.

D.

It allows you to simulate the impact of performance optimization patterns.

Buy Now
Questions 13

Which system schema contains the column views of activated objects?

Options:

A.

_SYS_BI

B.

_SYS_REPO

C.

_SYS_XS

D.

_SYS_BIC

Buy Now
Questions 14

Which of the following are classes of the ABAP Database Connectivity (ADBC) API? 2 ans

Options:

A.

CL_SQL_EXECUTE_QUERY

B.

CL_SQL_RESULT_SET

C.

CL_SQL_STATEMENT

D.

CL_EXEC_SQL

E.

CL_ADBC_SQL_STATEMENT

Buy Now
Questions 15

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

Options:

A.

It collects monitoring data asynchronously without additional database interaction.

B.

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

C.

It displays the database execution plan for all SQL statements.

D.

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

Buy Now
Questions 16

When would you use a column store table instead of a row store table? There are 2 correct answers to this question.

Options:

A.

When you require aggregation and analysis of values

B.

When the table has a small number of records

C.

When there are mainly distinct values in the table

D.

When you want to enable a full-text-search of the table

Buy Now
Questions 17

Which of the following ABAP transactions can you use to detect SQL performance optimization potential in your ABAP code? 2 ans

Options:

A.

SQLM

B.

SE09

C.

SWLT

D.

ST22

E.

SE3S

Buy Now
Questions 18

What are best practices when programming in ABAP for SAP HANA? There are 2 correct answers to this question.

Options:

A.

Calculate aggregations using ABAP code on the application server to limit database load

B.

Eliminate nested SELECT statements to reduce the overall number of database accesses

C.

Use a column list in the SELECT clause to ensure that you only read a column if it is really required

D.

Use repeated SELECT SINGLE statements to ensure that you only read arrow if it is really required

Buy Now
Questions 19

You define and implement an ABAP Managed database procedure (AMDP). What do you have to list after the USING clause? (3 right answers)

Options:

A.

ABAP Dictionary views used in the procedure body

B.

ABAP Dictionary table used in the procedure body

C.

AMDP used in the procedure body

D.

function used in the procedure body

E.

SAP HANA views used in the procedure body

Buy Now
Questions 20

What are functions of the ABAP Managed Database Procedure (AMDP) framework? (2 right answers)

Options:

A.

It deletes obsolete versions of the database procedure synchronously

B.

It deletes obsolete versions of the database procedure asynchronously

C.

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

D.

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

Buy Now
Questions 21

List down the elements involved in User Management and Security in SAP Hana? There are 3 correct answers to this question

Options:

A.

Manage users

B.

Assign Job security

C.

Assign security

D.

Work Management

E.

Create users

Buy Now
Questions 22

What are the features associated with ABAP CDS? (3 Ans) There are 3 correct answers to this question.

Options:

A.

Read

B.

Create

C.

Delete/Edit Table

D.

Update

Buy Now
Questions 23

You developed an ABAP program using ABAP Development Tools for SAP NetWeaver. How can you execute it? 2 ans

Options:

A.

In the Project Explorer view, right-click the program and choose Run As —► ABAP Application from the context menu.

B.

Use the Open Development Object dialog (CTRL+SHIFT+A) and enter /Execute in the search field.

C.

Open the ABAP program in the ABAP Development perspective and execute it using the shortcut F8.

D.

Open the ABAP program in the ABAP Development perspective and execute it using the shortcut Fl.

E.

Call transaction SRUN_ADT and enter the name of the ABAP program.

Buy Now
Questions 24

You create a check variant in the Code Inspector which includes the check 'Search problematic Select * statements'. SAP

HANA is used as the db

In the check parameters, which value would you use for the percentage of fields that are effectively used?

Please choose the correct answer.

Options:

A.

A value that you calculate based on the number of tables

B.

A higher value than on a traditional, row-store only based database

C.

A lower value than on a traditional, row-store only based database

D.

The same value as on a traditional, row-store only based database

Buy Now
Questions 25

You have created a CDS view as follows: define view zha400 as select from spfli association (*) to sflight as_flights On spfli.carrid =_flights.carrid and spfli.connid=_flights.connid

{

...

}

Given that table sflight also contains the field planetype, how must you address the fields carrid and planetype from table SFLIGHT?

Options:

A.

carrid and _flights.planetype

B.

_ flights.carrid and planetype

C.

carrid and planetype

D.

flights.carrid and _flight.s .planetype

Buy Now
Questions 26

Your development team needs to include SAP HANA objects into an ABAP workbench request. You want to use SAP HANA Transport for ABAP (HTA) and NOT the SAP HANA Transport Container (HTC).

Why would you choose HTA?

Note: There are 2 correct answers to this question.

Options:

A.

Because you can manually re-deploy objects after a failed import

B.

Because you always transport entire SAP HANA content packages

C.

Because you use the technique that is recommended by SAP

D.

Because you automatically add changed objects to the transport request

Buy Now
Exam Code: E_HANAAW_17
Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
Last Update: Mar 29, 2024
Questions: 174