0% found this document useful (0 votes)
97 views20 pages

HANA TEST1 Full

Uploaded by

snehasishs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
97 views20 pages

HANA TEST1 Full

Uploaded by

snehasishs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

SAP Certified Development Specialist - ABAP for SAP

HANA - Full

You got 24 of 40 possible points.


Your score was: 60 %

Question Results

Question: Score 1 of 1

Which of the following repository object can you edit only in ABAP
Development tools in Eclipse and not in the Classical ABAP workbench?
There are 3 correct answers to this question.

Response:

Database procedure proxy

Core Data service (CDS) view

External view

ABAP program containing new Open SQL

Full-text index

Question: Score 1 of 1

Which is the new concept that is introduced and improved by using SAP
HANA Specific Features?

Please choose the correct answer.

Response:
ABAP-Managed Database Procedures

Table buffering

Programming model

New advanced SQL syntax Procedures

Question: Score 0 of 1

If the Search Options are enabled, you can set the Search Parameters for
an attribute of a view. The following parameters are available?

There are 3 correct answers to this question

Response:

Point base ranking

Fuzzy search

Index search

Weights for ranking

Freestyle search

Question: Score 0 of 1

You are using a calculated column COUNTS within your Dimension


Calculation View and an aggregation node. This is the data that goes into
the aggregation node:
What does the result of the aggregation look like?
Please choose the correct answer.

Response:

Option D

Option B

Option C

Option A

Question: Score 0 of 1

What are the purposes of tools in SAP HANA system that is an Eclipse-
based integrated development environment?

There are 3 correct answers to this question.

Response:

Administer
Monitor

Configure

Organizing

Selecting

Question: Score 0 of 1

Which task does the ABAP Managed Database Procedure (AMDP)


framework perform?
Please choose the correct answer.

Response:

Deploy the database procedure whenever the AMDP is activated.

Deploy the database procedure whenever the AMDP is called.

Deploy a new version of the database procedure when the AMDP is first
called.

Deploy the database procedure when the AMDP is first activated.

Question: Score 1 of 1

Which of the following takes advantage of the computing power of


multiple CPUs used by SAP HANA?
Please choose the correct answer.

Response:

Database table compression

Parallel processing
Columnar data storage

Dictionary encoding

Question: Score 0 of 1

Which of the following option is not the main capability of SAP


BusinessObjects Analysis for OLAP?

Choose the correct answer

Response:

Create Presentations

Create data by members and tables

Swap axes

Insert filter components

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 input parameters in the procedure

Two result sets

One result set

As many result sets as there are table output parameters in the procedure
Question: Score 0 of 1

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?
Please choose the correct answer.

Response:

carrid and planetype

_flights.carrid and _flight.s .planetype

carr id and _flights.planetype

_flights.carrid and planetype

Question: Score 1 of 1

You are programming a report that reads data from a secondary HANA
database (DB). What do you need to consider in your SQL statement?
There are 2 correct answers to this question.

Response:

You have to use native SQL when reading data from the secondary DB.

You have to specify the DB schema explicity in your statement.

All tables and fields you are using must exist in the ABAP Dictionary of the
Secondary DB.
You have to specify the DB connection explicitly in your statement.

Question: Score 1 of 1

Which features does the source code editor provide in ABAP Development
Tools (ADT)?
There are 2 correct answers to this question.

Response:

Quick Fix

Form-based Class Builder

Screen Painter

Content Assist

Question: Score 1 of 1

What are the features of New Open SQL?

There are 2 correct answers to this question.

Response:

Supports arithmetic and string expressions

Supports specific units of database

Supports conditional expressions

Supports Code adjustment model

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:

Code that relies on implicit database sorting

Direct access to a cluster on the database

Left outer joins in open SQL statements

ORDER BY Clauses in Open SQL statements

Native SQL statements

Question: Score 1 of 1

Which of the following folder is essential to relate to Smart Data Access


and also combines data from remote sources?

Choose the correct answer

Response:

Administration folder

Content folder

Provisioning folder

Security folder

Question: Score 1 of 1
What are the features associated with ABAP CDS?

There are 3 correct answers to this question.

Response:

Create

Export

Update

Read

Distribution

Question: Score 0 of 1

How will you hide the attributes that are not required for client
consumption?

Choose the correct answer

Response:

By setting the hidden property flag of the attribute provider

By setting the hidden property flag of the attribute column

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

What are the ABAP development guidelines?

There are 2 correct answers to this question.


Response:

Improved tools for performance analysis

Extensions to ABAP Language

Consuming Only ABAP contents for SAP HANA

Improved hybrid components for SAP HANA

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

Product

Sales

Procurement

Services

Question: Score 1 of 1

What are functions of the ABAP Managed Database Procedure (AMDP)


framework?
There are 2 correct answers to this question.

Response:

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


It deletes obsolete versions of the database procedure synchronously.

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

It deletes obsolete versions of the database procedure asynchronously

Question: Score 1 of 1

Discuss the basic approach of classical ABAP programming?

There are 2 correct answers to this question.

Response:

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

Keep load from the database

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

ABAP applications on SAP HANA

Optimized ABAP on SAP HANA


ABAP as accelerator on SAP HANA

ABAP can access SAP HANA

Question: Score 1 of 1

Your customer wants to migrate to SAP HANA and you want to identify
which business processes should be optimized.

Which of the following steps must you perform to get this information?
There are 2 correct answers to this question.

Response:

Combine the results of the SQL Monitor with the results of a static source
code analysis.

Activate the new SQL Monitor in a development system.

Activate the new SQL Monitor in a productive system.

Combine the results of the SQL Monitor with the results of an ABAP runtime
analysis.

Question: Score 1 of 1

You are debugging in ABAP Development Tools in Eclipse. What features


are available?
There are 2 correct answers to this question.

Response:

Memory usage analysis

Debugger scripting

Conditional breakpoints
Watch points

Question: Score 1 of 1

Which of the following are characteristics of an external view?


There are 3 correct answers to this question.

Response:

It defines the underlying SAP HANA information view.

It is an ABAP Dictionary object type.

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

It allows access to an SAP HANA information view with Open SQL.

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

Question: Score 1 of 1

Which tasks does the ABAP managed database (AMDP) framework


perform?
There are 2 correct answers to this question.

Response:

Delete the obsolete versions of the database procedure asynchronously

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

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

Delete the obsolete versions of the database procedure synchronously


Question: Score 1 of 1

What are the benefits includes with SAP HANA Full Text Search?

There are 2 correct answers to this question

Response:

Easy to use modeling tool

Fewer data duplication and movement

Large number of toolkits are available

Exploit structured contents in SQL

Question: Score 1 of 1

Which of the following tool is introduced as a holistic quality assurance


tool?

Choose the correct answer

Response:

DBMS Cockpit

BW system

ABAP Test Cockpit (ATC)

DBA Cockpit

Question: Score 0 of 1

Explain Transitioning ABAP Code to SAP HANA – Performance


Considerations?

There are 3 correct answers to this question.


Response:

Some codes transferred to other systems

Some codes impacted positively and should be priorities

Some codes immediately run faster

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

Classical performances recommendations for open SQL remain valid

Question: Score 1 of 1

When are referential joins executed in analytical views?

Choose the correct answer

Response:

When all the tables are optimized

When fields are optimized

When fields from both the tables are requested

When fields are selected

Question: Score 0 of 1

You want to execute a native SQL statement in your program. Why should
you use ABAP Database Connectivity (ADBC)?
There are 2 correct answers to this question.

Response:

It has syntax check at compile time.


It supports locking and commit handling.

It supports exception handing.

It supports where-usedlist.

Question: Score 0 of 1

To connect with the SAP HANA system and see the corresponding catalog
content etc., use the Systems view. How will you add a system to this
view?

There are 2 correct answers to this question.

Response:

By using Open Catalog look

Database user – also different from your ABAP user

Password for the database user

By using SQL application

Question: Score 1 of 1

What are some of the features available SAP List Viewer with integrated
data access (SALV IDA)?
There are 3 correct answers to this question.

Response:

Double-click on rows

Search in content

Display diagrams
Group rows

Edit cells

Question: Score 1 of 1

Name the views that are available to administer and monitor one or
several SAP HANA systems?

There are 2 correct answers to this question

Response:

The Administration view

The Security view

The System Monitor view

The Landscape view

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:

SAP HANA views used in the procedure body

AMDP used in the procedure body

ABAP Dictionary views used in the procedure body

ABAP Dictionary table used in the procedure body


CE function used in the procedure body

Question: Score 1 of 1

You perform a static code check using the Code Inspector (SCI). In your
SCI variant, you select the Search problematic SELECT * statements
check. What does this check report?

Please choose the correct answer.

Response:

SELECT * statements where fewer than a specified percentage of all fields


are effectively used

SELECT * statements on tables with the Column Store storage type

SELECT * statements on tables with more than 100,000 records

SELECT * statements on tables with more than a specified number of fields

Question: Score 1 of 1

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

Response:

Eliminate nested SELECT statements to reduce the overall number of


database accesses

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

Use a column list in the SELECT clause to ensure that you only read a
column if it is really required
Calculate aggregations using ABAP code on the application server to limit
database load

Question: Score 0 of 1

Explain the Enterprise Information System of - SAP HANA Implementation


Scenarios?

There are 3 correct answers to this question

Response:

HANA Modeling

All HANA Combinations on one platform

All SAP applications on one SAP HANA platform

Business Suite on HANA / BW on SAP HANA

HANA Accelerators

Question: Score 0 of 1

Which of the Golden Rules for Open SQL Performance have become more
important with SAP HANA?
There are 2 correct answers to this question.

Response:

Minimize the search overhead.

Minimize the number of database accesses.

Keep unnecessary load away from the database.

Minimize the amount of transferred data.


Question: Score 1 of 1

Which task can you perform with the SQL Monitor (transaction SQLM)?
Please choose the correct answer.

Response:

Display the execution plan of an SQL statement.

Search for problematic SELECT • statements.

Combine stat c and dynamic performance analysis results.

Capture the SQL profile of an application.

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

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy