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

Note! The E_HANAAW_17 Exam is no longer available.

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

Questions 4

You want to implement business logic on the database layer.

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

Options:

A.

The Left-Right approach

B.

The Near-Far approach

C.

The Top-Down approach

D.

The Inside-Out approach

Buy Now
Questions 5

You plan a database migration to SAP HANA and want to check your ABAP coding for performance optimization

potential.

Which Code Inspector check variant can you use?

Options:

A.

PERFORMANCE_OPT

B.

CHECK_PERFORMANCE

C.

FUNCTIONAL_DB

D.

PERFORMANCE_DB

Buy Now
Questions 6

Which components can be a part of a calculation view? (2 answers)

Options:

A.

BAPIs

B.

Analytic View

C.

Tables

D.

Attribute View

Buy Now
Questions 7

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

Options:

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.

Buy Now
Questions 8

What are the advantages of column based tables? (3 correct answers)

Options:

A.

Bigger Data Set

B.

Better Compression

C.

Better parallel Processing

D.

Faster Data Access

Buy Now
Questions 9

What are the main points of SAP HANA High Availability Per Datacenter that are available even in the event of a disaster? There are 2 correct answers to this question

Options:

A.

Active clusters for all servers

B.

Shared file systems for only one server

C.

Services-Name and index server on all nodes

D.

High availability configuration

Buy Now
Questions 10

What are the key points that should be kept in mind while performing the Nonautomatic update in SAP HANA Transport Container? (2 right answers)

Options:

A.

Changes to Delta Container

B.

You need to refresh the content of the container manually

C.

Automatic release of units

D.

Take snapshot manually before releasing of the container

Buy Now
Questions 11

What are the key points that should be kept in mind while performing the Non-automatic

update in SAP HANATr.Cont.? There are 2 correct answers to this question.

Options:

A.

Automatic release of units

B.

Changes to Delta Container

C.

You need to refresh the content of the container manually

D.

Take snapshot manually before releasing of the container

Buy Now
Questions 12

Discuss the main capabilities of SAP BusinessObjects Analysis for Office? There are 2 correct answers to this question

Options:

A.

Convert crosstab cells to formula

B.

Analyze data with the design pane

C.

Suggests style sets for crosstabs

D.

Sort data by characteristics

Buy Now
Questions 13

You use native SQL to access the SAP HANA database. What should you do to retrieve the correct data? There are 3 correct answers to this question.

Options:

A.

Use the UP TO n ROWS addition

B.

Use the tilde symbol (-) to separate qualifier from column name

C.

Use a Comma-separated column list

D.

Specify the database schema if it is not the user's default schema

E.

Explicitly handle the client field

Buy Now
Questions 14

In a Graphical calculation view you want to implement a union between two result sets that differ only in the fact that one of the two has one additional field named ADDRESS. How can you achieve this in a union node? There are 2 correct answers to this question.

Options:

A.

Create an input parameter for the ADDRESS field

B.

Exclude the ADDRESS field from the union

C.

Create a restricted column for the ADDRESS field

D.

Map the ADDRESS field to a constant value

Buy Now
Questions 15

Which tasks does the ABAP managed database (AMDP) framework perform? There are 2 correct answers to this question.

Options:

A.

Create a new version of the database when the AMDP is first activated

B.

Delete the obsolete versions of the database procedure synchronously

C.

Delete the obsolete versions of the database procedure asynchronously

D.

Create a new version of the database when the AMDP is first called

Buy Now
Questions 16

Which of the following is a limitation when you create an external view? Please choose the correct answer.

Options:

A.

You must include the name of the SAP HANA view in the name of the external view.

B.

You can only use native SQL to consume the external view

C.

You must know the underlying tables and join conditions of the SAP HANA view.

D.

You must use the ABAP Development tools (ADT) TO CREATE the external view

Buy Now
Questions 17

What views will be most efficient for General Modeling Principles? There are 2 correct answers to this question

Options:

A.

Attribute view

B.

Schema view

C.

Column view

D.

Analytical view

Buy Now
Questions 18

What are the features of New Open SQL? There are 2 correct answers to this question.

Options:

A.

Supports arithmetic and string expressions

B.

Supports Code adjustment model

C.

Supports specific units of database

D.

Supports conditional expressions

Buy Now
Questions 19

Which feature can you use to improve the performance of data transformation in the Extract, Transform and Load (ETL) process?

Options:

A.

Service Adaptation Description Language (SADL)

B.

Process Agent Framework (PAF)

C.

ABAP Messaging Channels (AMC)

D.

ABAP Managed Database Procedures (AMDP)

Buy Now
Questions 20

What is the language SAP HANA is developed in?

Options:

A.

Assembly

B.

O

C.

C++

D.

Java

Buy Now
Questions 21

In order to get language-specific data, which join is used in SAP HANA?

Options:

A.

Referential Join

B.

Language join

C.

Text Join

D.

It is not possible to fetch language-specific data in HANA

Buy Now
Questions 22

Which Of the Golden Rules for Open SQL performance have become more important With SAP HANA?

Note: There are 2 correct answers to this question.

Options:

A.

Keep unnecessary load away from the database.

B.

Minimize the number of database accesses

C.

Minimize the amount of transferred data

D.

Minimize the search overhead.

Buy Now
Questions 23

What can you include in the projection list of a Core Data Services (CDS) view? 3 ans

Options:

A.

ABAP system fields such as sy-langu or sy-mandt \/ CI String constants and literal values

B.

Aggregation functions over fields of ABAP Dictionary tables used in the FROM clause

C.

A field from the structural output of an ABAP Managed Database Procedure used in the FROM clause

D.

A field from the projection list of another CDS view used in the FROM clause

Buy Now
Questions 24

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.

Options:

A.

Direct access to a cluster on the database

B.

Left outer joins in open SQL statements

C.

Native SQL statements

D.

Code that relies on implicit database sorting

E.

ORDER BY Clauses in Open SQL statements

Buy Now
Questions 25

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

Options:

A.

Analytic privileges

B.

Package privileges

C.

Application privileges

D.

Object privileges

E.

System privileges

Buy Now
Questions 26

Which of the following categories of parameters can you use in the definition of an ABAP manage database procedure

(AMDP)?

There are 3 correct answers to this question.

Options:

A.

Returning

B.

Receiving

C.

Exporting

D.

Changing

E.

Importing

Buy Now
Exam Code: E_HANAAW_17
Exam Name: SAP Certified Development Specialist - ABAP for SAP HANA 2.0
Last Update: Mar 24, 2024
Questions: 174
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 27 Apr 2024