Hana Exam Dump

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

SAP Certified Development Specialist - ABAP for SAP HANA - Full

You got 23 of 40 possible points.


Your score was: 58 %

Question Results

Question: Score 1 of 1

What are the steps involved in SAP HANA Evolution?


There are 3 correct answers to this question.

Response:

ABAP can run on SAP HANA

Optimized ABAP on SAP HANA

ABAP applications on SAP HANA

ABAP as accelerator on SAP HANA

ABAP can access SAP HANA

Question: Score 1 of 1

What are the uses of SQL Trace (ST05)?


There are 3 correct answers to this question.

Response:

Locate database performance issues

Applying Code inspector

Display record of all database access


Locate work base issues

Detect redundant or identical select statements

Question: Score 1 of 1

Which of the following tasks can you perform with SQL monitor (transaction SQLM)?
Please choose the correct answer.

Response:

Capture the SQL profile of an application

Combine static and dynamic performance analysis results

Search for problematic SELECT* statements

Display the execution plan of an SQL statement

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:

CE functions used in the procedure body

ABAP Dictionary tables used in the procedure body

ABAP Dictionary views used in the procedure body

AMDPs used in the procedure body

SAP HANA views used in the procedure body

Question: Score 1 of 1
You create a new table definition using the ABAP Dictionary and maintain the database-specific technical
settings. Why do you create a row store instead of a column store table?
Please choose the correct answer.

Response:

To limit the data footprint

To limit the unpacking and reconstruction of rows

To allow creation of a full-text index

To limit the need of indexes

Question: Score 1 of 1

You want to move some of the logic of an ABAP program into an ABAP-managed database procedure
(AMDP). To do so, you need to translate Open SQL statements into SAP HANA Native SQL.

Which of the following are necessary adjustments?


There are 3 correct answers to this question.

Response:

Replace ORDER BY additions.

Replace UP TO n ROWS additions.

Add explicit client handling.

Replace CORRESPOND ING FIELDS additions.

Specify the schema for every table.

Question: Score 0 of 1

What are the ABAP development guidelines?


There are 2 correct answers to this question.

Response:

Improved tools for performance analysis


Improved hybrid components for SAP HANA

Consuming Only ABAP contents for SAP HANA

Extensions to ABAP Language

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

CE function used in the procedure body

AMDP used in the procedure body

SAP HANA views used in the procedure body

ABAP Dictionary table used in the procedure body

ABAP Dictionary views used in the procedure body

Question: Score 1 of 1

When are referential joins executed in analytical views?


Please choose the correct answer.

Response:

When fields are selected

When all the tables are optimized

When fields from both the tables are requested

When fields are optimized


Question: Score 1 of 1

ANSI SQL owns features and adds languages these languages divided into three parts. What are they?
There are 3 correct answers to this question.

Response:

Data Transferred Language

The Database Language

The Data Control Language

The Data Definition Language

Data Manipulation Language

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:

Built-in support for planning

Text indexing capabilities

Text analysis and search

Traditional disk-based tables

Linguistic search capabilities

Question: Score 0 of 1
What made SAP HANA possible?
There are 2 correct answers to this question.

Response:

Improved hardware technology

Technology and innovations

CPU with single core network

RAM limitation

Question: Score 0 of 1
(skipped)
Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?
There are 3 correct answers to this question.

Response:

Some codes impacted positively and should be priorities

Some codes immediately run faster

Classical performances recommendations for open SQL remain valid

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

Some codes transferred to other systems

Question: Score 0 of 1

What information can you specify using annotations (marked with the @ sign) when you define a Core Data
Services (CDS) view in an ABAP system?
There are 3 correct answers to this question.

Response:

The client dependency of the CDS view

The join conditions of the CDS view


The logic for aggregations, grouping records, and filtering groups of the CDS view

The extent to which records of the CDS view should be buffered on the application server

The name of the representation of the CDS view in the ABAP dictionary

Question: Score 1 of 1

What are the Guidelines for optimizing ABAP code running on HANA?
There are 3 correct answers to this question.

Response:

Open SQL settings

Technical settings

High-speed data analysis

DB specific properties

Column store

Question: Score 1 of 1

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

Response:

By using Sap Analysis for Microsoft office

By a script-based calculation view

By another database procedure

By a core data services view


Question: Score 0 of 1
(skipped)
You import an ABAP workbench request into an 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:

View CA_CUSTOMER has deployment mode A.

Package ZHA400_00 Is listed in table SNHI_DUP_PREWORK

SYSTEM P81 has SAP HANA as primary database

PACKAGE ZHA400_00 HAS deployment Mode A

Question: Score 1 of 1

What are the supported joins in CDS view?


There are 2 correct answers to this question.

Response:

Left outer join

Upper join

Inner join

Operators joint

Question: Score 1 of 1

When using an SAP HANA full text search, what do you have to keep in mind?
Please choose the correct answer.

Response:

The LIKE operator is required in your SELECT statement to implement fuzzy logic.
The full-text index is always updated asynchronously.

SAP HANA has to be the primary database to create a full text search.

The SCORE( ) function is required to ensure the best hits of your search appear on top.

Question: Score 0 of 1

What do you understand by The SAP HANA Software Optimization?


Please choose the correct answer.

Response:

Speed up the processing within the database

Provide combinations of Objects and Partitioning

Bring logic to where the data is calculated first, then only move to results

Huge potential for hybrid database

Question: Score 1 of 1

How will you hide the attributes that are not required for client consumption?
Please choose the correct answer.

Response:

By setting the hidden property flag of the attribute column

By setting the hidden property flag of the attribute provider

By setting the hidden property flag of the attribute in the Semantics screen

By setting the hidden property flag of the attribute in the View

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:

Partitioning

Column Store

Tools combinations

Compression

Object store

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

The ALV Optimization for SAP HANA to display data on the screen

Data described declaratively instead of passing big internal tables

To ensure that the user chooses the data on the selection screen is displayed

Question: Score 0 of 1

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.

Response:

Exporting

Receiving
Returning

Changing

Importing

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

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

Creating and consuming all the contents from network

Question: Score 1 of 1

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

Response:

_SYS_ BI

_SYS_ BIC

SYSTEM

STUDENT_A
Question: Score 0 of 1

To upload data from flat files, SAP HANA offers several features. What are these important features?
There are 2 correct answers to this question.

Response:

When loading new data in the table, it gets appended to the existing data

The new table always has a 2:2 mapping between the file and table columns

The application suggests the column name and data type for the new tables, and it is possible to
edit them

The supported file types for upload are: .cssv, .xlls, and .xlsxxx

Question: Score 0 of 1

What are the different types of Variables in HANA?


There are 3 correct answers to this question.

Response:

Double

Range

Interval

Single Value

Question: Score 0 of 1

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

Response:

When there are mainly distinct values in the table

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


When the table has a small number of records

When you require aggregation and analysis of values

Question: Score 1 of 1

What are the two types of editors available in ADT?


There are 2 correct answers to this question.

Response:

Client (native)

Eclipse (native)

ABAP (native)

SAP (GUI)

Question: Score 0 of 1

Which of the following is latest release of SAP HANA?


Please choose the correct answer.

Response:

SAP HANA 1.0 SP06

SAP HANA 2.0 SPS 05

SAP HANA 1.0

SAP HANA 1.6 SP03

Question: Score 1 of 1

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

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.

Define indexes on the columns that are used in calculations.

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:

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

Two result sets

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

One result set

Question: Score 0 of 1

What is the main purpose of SAML for SAP HANA Studio?


Please choose the correct answer.

Response:

SAML may be selected as an Owner’s authentication method when creating users in the SAP HANA
Studio

The assertion is issued by a user after the client was successfully authenticated

The SAP HANA database supports login of Owners only


To support scenarios where clients are not directly connected to the SAP HANA Database

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

ORDER BY Clauses in Open SQL statements

Code that relies on implicit database sorting

Left outer joins in open SQL statements

Native SQL statements

Direct access to a cluster on the database

Question: Score 0 of 1

Name some perspectives that are available in the SAP HANA Studio?
There are 3 correct answers to this question.

Response:

The technology & innovation perspective

The SAP HANA Modeler perspective

The Information perspective

The Resources perspective

The Administration Console perspective


Question: Score 0 of 1

What are the elements of ABAP Database Integration?


There are 3 correct answers to this question.

Response:

Application server

DB For ABAP

Other DB

Client database handling

DB client-server

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)

Data base performance monitor (transaction DB50)

ABAP test cockpit (transaction ATC)

SQL monitor (transaction SQLM)

Question: Score 1 of 1

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

Response:
Avoid single network

Avoid CPU cache misses

Avoid idling CPU cores

Avoid optimizing data

Question: Score 1 of 1

Discuss the main capabilities of SAP BusinessObjects Analysis for Office?


There are 2 correct answers to this question.

Response:

Sort data by characteristics

Analyze data with the design panel

Convert crosstab cells to formula

Suggests style sets for crosstabs

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

You might also like