Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

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

E_HANAAW_17 Exam Dumps - SAP Certified Development Specialist - ABAP for SAP HANA 2.0

Question # 4

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?

A.

PREV_FUNC_REG

B.

FUNCTIONAL_DB

C.

FUNCTIONAL_CHECK

D.

PERFORMANCE DB

Full Access
Question # 5

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.

A.

Column store

B.

Development Store

C.

Row store

D.

Technology store

E.

Re-use component store

Full Access
Question # 6

You want to implement business logic on the database layer.

Which approach do you follow when implementing an ABAP Managed Database Procedure?

A.

The Left-Right approach

B.

The Near-Far approach

C.

The Top-Down approach

D.

The Inside-Out approach

Full Access
Question # 7

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?

A.

carrid and _flights.planetype

B.

_ flights.carrid and planetype

C.

carrid and planetype

D.

flights.carrid and _flight.s .planetype

Full Access
Question # 8

Which of the following is true?

A.

ABAP

B.

OSQL

C.

Oc#

D.

Java

Full Access
Question # 9

What are the steps involved in supporting a database oriented programming model? There are 2 correct answers to this question.

A.

A new and advanced Open SQL

B.

Core Data services

C.

Buffer system services

D.

Advanced and specific models

Full Access
Question # 10

Which SQL syntax is used to create a read only procedure?

A.

READS SQL DATA

B.

READS PROCEDURE

C.

NO-SIDE-EFFECT

D.

READ-ONLY

Full Access
Question # 11

What are the Perspectives and Views of SAP HANA Studio? There are 2 correct answers to this question.

A.

Open system properties

B.

Administration console

C.

Development properties

D.

System Properties

Full Access
Question # 12

What must you take into consideration when you use the new open SQL syntax (available as of SAP Net weaver 7.4 SP05)? There are 2 correct answers to this question.

A.

All arithmetic expressions can be used for all type of variables

B.

All ABAP variables must be escaped with a proceeding @ sign.

C.

All Keywords are case sensitive.

D.

All fields in the GROUP BY clause must be separated by commas.

Full Access
Question # 13

What are the benefits includes with SAP HANA Full Text Search? There are 2 correct answers to this question

A.

Fewer data duplication and movement

B.

Exploit structured contents in SQL

C.

Easy to use modeling tool

D.

Large number of toolkits are available

Full Access
Question # 14

The new bottlenecks avoided by addressing two challenges, what are they? There are 2 correct answers to this question.

A.

Avoid idiling CPU cores

B.

Avoid CPU cache misses

C.

Avoid optimizing data

D.

Avoid single network

Full Access
Question # 15

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

A.

SQLM

B.

SE09

C.

SWLT

D.

ST22

E.

SE3S

Full Access
Question # 16

Which of the following statements are true about "Content"?

A.

It represents SAP HANA's data dictionary.

B.

It contains the design-time artifacts.

C.

All the physical tables and views can be found under the Catalog node.

Full Access
Question # 17

You created and activated database procedure. How can you call this procedure? There are 2 correct answers to this question.

A.

By another database procedure

B.

By using Sap Analysis for Microsoft office

C.

By a script-based calculation view

D.

By a core data services view

Full Access
Question # 18

Which is not a Golden Rule for Open SQL? Please choose the correct answer.

A.

Minimize the Number of Database Accesses

B.

Reduce the Database Load

C.

Minimize the Amount of Data Transferred

D.

Keep the result set large

Full Access
Question # 19

Which of the following information is mandatory in the definition of an association in a Core Data Services (CDS) view?

A.

The filter condition for the association

B.

The cardinality of the association

C.

The alias for the association

D.

The target entity of the association

Full Access
Question # 20

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

A.

Read

B.

Create

C.

Delete/Edit Table

D.

Update

Full Access
Question # 21

What allows you to resolve errors quickly or warnings reported about the code? Please choose the correct answer.

A.

Code execution

B.

Quick Fix

C.

Debug perspective

D.

ABAP debugger

Full Access
Question # 22

Why is not a key factor of ALV for HAN A? Please choose the correct answer.

A.

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

B.

To supply suitable values for any input parameters

C.

To activate and execute the program in the application

D.

Derived column headings from the data element

Full Access
Question # 23

How can you consume a Core Data Services (CDS) view? 2 ans

A.

Use the Data Preview in ABAP Development Tools for SAP NetWeaver.

B.

Use it as a data source in the FROM clause of an Open SQL query.

C.

Use the ABAP language statement WRITE and the CDS view name as the argument.

D.

Use the CDS maintenance transaction (SCDSV).

Full Access
Question # 24

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.

A.

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

B.

Two result sets

C.

One result set

D.

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

Full Access
Question # 25

You want to define an ABAP Core Data Services (CDS) view that totals the NET_AMOUNT column for each sales order (column SOJD). Which SELECT statement would you use in the definition? Please choose the correct answer.

A.

select from snwd_so {so_id( sum(net_amount) as sum_amount} order by sojd

B.

select from snwd_so {so_id( sum(net_amount) as sum_amount} group by sojd

C.

select from snwd_so {sojd, sum(net_amount) as sum_amount}

D.

select from snwd_so {so_id( sum(net_amount) as sum_amount} group by net_amount

Full Access
Question # 26

You changed an SAP HANA object that you transported using an SAP HANA Transport container. You want to release the transport request with your changes. In which sequence do you perform activities in the ABAP development system immediately before the release? Please choose the correct answer.

A.

Open the SAP HANA transport containerSelect take snapshot and Save

Activate the SAP HANA Transport Container

B.

Open the SAP HANA delivery unit Select take snapshot and Save Activate the SAP HANA Delivery unit

Activate the SAP HANA transport container

C.

Open the ABAP transport request Select take snapshot and Save

Activate the SAP HANA transport container

D.

Open the package Select take snapshot and Save Activate the SAP HANA Delivery unit

Activate the SAP HANA transport container

Full Access