0% found this document useful (0 votes)
358 views54 pages

DUMPS

The document contains questions and multiple choice answers about various topics related to SAP HANA and ABAP such as: 1) Components of the Enterprise Procurement Model Demo Scenario include procurement, product, and services. 2) When defining an ABAP CDS view to total the NET_AMOUNT column for each sales order, the correct SQL statement to use is one that groups by the sales order ID. 3) AMDPs can detect database platform syntax errors, database independent syntax errors, and HANA specific syntax errors in active or inactive source code.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
358 views54 pages

DUMPS

The document contains questions and multiple choice answers about various topics related to SAP HANA and ABAP such as: 1) Components of the Enterprise Procurement Model Demo Scenario include procurement, product, and services. 2) When defining an ABAP CDS view to total the NET_AMOUNT column for each sales order, the correct SQL statement to use is one that groups by the sales order ID. 3) AMDPs can detect database platform syntax errors, database independent syntax errors, and HANA specific syntax errors in active or inactive source code.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 54

qUEST

BD

qUEST

BCE
C

BCE
A

C
quest

AC

What are the components of The Enterprise Procurement Model Demo


Scenario?
There are 3 correct answers to this question.

Choose:

Stock

Services

Product

Procurement

Sales

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

Choose one:

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


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

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

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

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.

Choose one:

:it_books

@it_books

{it_books}

it_books

What are the basic principles of ALV SAP HANA?


There are 2 correct answers to this question.

Choose:

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

Data described declaratively instead of passing big internal tables


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

Only retrieve the database data which is to be displayed on screen

BD
What are the two different kinds of Identifiers used to represent names used in
SQL statement?
There are 2 correct answers to this question.

Choose:

Numeric identifiers

Undelimited Identifiers

Delimited identifiers

Limited identifiers

BC

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

Choose:

The Administration Console perspective

The SAP HANA Modeler perspective

The Resources perspective

The technology & innovation perspective

The Information perspective

ABC
Discuss the basic approach of classical ABAP programming?
There are 2 correct answers to this question.

Choose:

Keep load from the database

Collect all the data and perform Parallel processing in ABAP

Creating and consuming all the contents from network

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

AD
What are the two main factors of SAP HANA Innovations and Challenges?
There are 2 correct answers to this question.

Choose:

HW technology and innovations

SAP SW technology and innovations

SAP BW innovations

DBMS technology and innovations

AB
Which of the following objects can you use in the ABAP layer when using the
top-down approach to bring code to data?
There are 2 correct answers to this question.

Choose:

ABAP managed database procedures

Core data services views

Stored procedures

Calculation views

AB
Name the views that are available to administer and monitor one or several
SAP HANA systems?
There are 2 correct answers to this question.

Choose:

The Security view

The Landscape view

The System Monitor view

The Administration view

CD
To connect with the SAP HANA system and see the corresponding catalog
content etc., use the System view. How will you add a system to this view?
There are 2 correct answers to this question.

Choose:

By using Open Catalog look

Password for the database user

By using SQL application

Database user – also different from your ABAP user

BD
What language one should know to work in SAP HANA?
Please choose the correct answer.

Choose one:

ABAP

SQL

C#

Java

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 creates the database procedure when the AMDP is first activated.

It deletes obsolete versions of the database procedure synchronously.


It deletes obsolete versions of the database procedure asynchronously

AD
In addition to closing the result set, what does the CLOSE method of the
CL_SQL_RESULT_SET class when using ABAP Database Connectivity (ADBC)
do?
Please choose the correct answer.

Choose one:

Update resources

Release packages

Update packages

Release resources

D
Which components can be a part of a calculation view?
There are 3 correct answers to this question.

Choose:

Attribute View

BAPIs

Tables

Analytic View

ACD
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.

Choose one:

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

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

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

SELECT * statements on tables with the Column Store storage type

AMDP can detect 3 types of syntax errors in active or inactive source code.
What are these errors?
There are 3 correct answers to this question.

Choose:

Database platform syntax errors

Database independent syntax errors

UNION specific syntax errors

SQLScript errors

HANA specific syntax errors

BDE
ABAP 7.4 provides support for optimizing ABAP applications running on SAP
HANA. What are these Transparent Optimizations?
There are 3 correct answers to this question.

Choose:

The consumption of SAP HANA artifacts was simplified

Performance analysis tools have been improved

The ABAP language and the OpenSQL language have been extended

Do all the data processing in Application server

Re-use components have been extended or optimized for SAP HANA

BCE

What are the Functions of Transaction DBACOCKPIT?


There are 2 correct answers to this question.

Choose:

Maintain, Monitor and test secondary database connection

Use Schema for the Connections

Maintain only HANA specific objects

Used to access local or remote database system

AD
Which of the following option provides access to the views and database
procedures that you can consume in the ABAP environment?
Please choose the correct answer.

Choose one:

Modeler Perspective

Catalogue outlook

Open Content outlook

System Perspective

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

Choose:

A new and advanced Open SQL

Buffer system services

Core Data services

Advanced and specific models

AC
Which system schema contains the list of Activated and inactive Objects?
Please choose the correct answer.

Choose one:

_SYS_REPO

_SYS_XS

_SYS_BIC
_SYS_BI

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

Choose one:

FUNCTIONAL_CHECK

PERFORMANCE_DB

FUNCTIONAL_DB

PREV_FUNC_REG

What all are the factors involved in Working with ADT


There are 3 correct answers to this question.

Choose:

ABAP programs

Workbench programs

ABAP Class

ABAP interface

Module interface

ACD
Explain how and when to create calculated columns - Using Graphical Modeling
Tools?
There are 3 correct answers to this question.

Choose:

Calculated columns also support non-measure attributes as part of the calculation.

Time characteristics based calculation columns.

It is possible to nest so that one calculated column, in turn, is based on other calculated
columns

The calculation could be an arithmetic or character manipulation.

The calculation will be opened in a read-only mode.

ACD
What is the system privilege required to create analytic privilege?
Please choose the correct answer.

Choose one:

CREATE STRUCTURED PRIVILEGE

STRUCTUREDPRIVILEGE ADMIN

PRIVILEGE ADMIN

CREATE PRIVILEGE

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

Choose:

Open system properties

System and Properties

Development properties

Administration console

BD

Which of the SQL performance rules become more important with SAP HANA?
There are 2 correct answers to this question.

Choose:

Minimize number of database accesses

Keep unnecessary load away from DB

Minimize amount of transferred data

Minimize search overhead

Keep the result set small

AC
Discuss different types of engines associated with The SAP HANA architecture?
There are 2 correct answers to this question.

Choose:

Join engine

OLAP engine
OPAX engine

Analytic engine

AB
You have defined the following SQLScript procedure:
CREATE PROCEDURE LANGUAGE SQLSCRIPT SQL SECURITY DEFINER READS SQL DATA

Which type of database procedures can be called in this SQLScript procedure?


Please choose the correct answer.

Choose one:

Read-update

Read-write

Write only

Read only

What are the two Profitability Analysis available with CO-PA Scenario in SAP
HANA Modeling?
There are 2 correct answers to this question.

Choose:

Account-based Profitability

Costing-based Profitability

Service-based profitability

Product-based Profitability

AB
Which of the following tool is introduced as a holistic quality assurance tool?
Please choose the correct answer.

Choose one:

DBA Cockpit

BW system

ABAP Test Cockpit (ATC)

DBMS Cockpit

C
How will you select a preference for Validation rules?
Please choose the correct answer.

Choose one:

Windows- Modeler – Preferences-SAP HANA-Validation Rules

Windows- SAP HANA-Preferences-Modeler-Validation Rules

Windows- SAP HANA-Modeler-Preferences-Validation Rules

Windows- Preferences-SAP HANA-Modeler-Validation Rules

What is the purpose of an ABAP project in ABAP Development tools for eclipse?
There are 2 correct answers to this question.

Choose:

It represents the connection to an ABAP system

It represents the connection to the SAP HANA server

It provides access to all ABAP repository objects in an ABAP system.


It is used to transport ABAP repository objects.

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

Choose:

Screen Painter

Form-based Class Builder

Content Assist

Quick Fix

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

Choose one:

Reduce the Database Load

Minimize the Amount of Data Transferred

Keep the result set large

Minimize the Number of Database Accesses

C
What are the elements of ABAP Database Integration?
There are 3 correct answers to this question.

Choose:

Other DB

DB client-server

Client database handling

DB For ABAP

Application server

ADE

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.

Choose one:

To limit the unpacking and reconstruction of rows

To limit the data footprint

To limit the need of indexes

To allow creation of a full-text index

A
Which of the following option is not the main capability of SAP BusinessObjects
Analysis for OLAP?
Please choose the correct answer.

Choose one:

Create Presentations
Swap axes

Create data by members and tables

Insert filter components

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

Choose:

Avoid transferring large result sets between database and client applications.

Move data-intensive calculations from the database to an application server.

Filter data in lower layers.

Define indexes on the columns that are used in calculations.

AC

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:

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.

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

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

What are the ABAP development guidelines?


There are 2 correct answers to this question.

Response:

Improved tools for performance analysis

Consuming Only ABAP contents for SAP HANA

Extensions to ABAP Language

Improved hybrid components for SAP HANA

AC

What are the different types of Calculation View?


There are 2 correct answers to this question.

Choose:

Graphical Calculation View

Text-Based Calculation

Scripted Calculation View

OLAP Calculation View

AC
Why is a security concept in SAP HANA required?
There are 2 correct answers to this question.

Choose:

Need to have selected users in SAP HANA for Information Management

Database administration should be restricted to skilled

Editing of SAP HANA data models should only be possible for “Users.” of the model

Access to ERP tables must be restricted

BD
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.

Choose:

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

The client dependency of the CDS view

CDE
What are the Parameters for Analytical and Calculation view?
There are 3 correct answers to this question.

Choose:

Specifying unit of measurement

Passing other values to be used in calculations

Create a copy of a report

To store data for critical analysis

Setting a filter for columns

ABE

Which form of services is responsible for defining and consuming semantically


rich data models?
Please choose the correct answer.

Choose one:

Modell-II services

Conditional services

ITe services

Core Data Services

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

Choose:

The Data Definition Language


The Data Control Language

Data Transferred Language

The Database Language

Data Manipulation Language

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

Choose:

High availability configuration

Active clusters for all servers

Shared file systems for only one server

Services-Name and index server on all nodes

AD
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.

Choose:

Full-text index

External view

Database procedure proxy

Core Data service (CDS) view


ABAP program containing new Open SQL

What are the steps involved in SAP HANA Evolution?


There are 3 correct answers to this question.

Choose:

ABAP as accelerator on SAP HANA

ABAP can access SAP HANA

Optimized ABAP on SAP HANA

ABAP can run on SAP HANA

ABAP applications on SAP HANA

CDE

You want to implement business logic on the database layer. Which approach
do you follow when implementing an ABAP Managed Database Procedure?
Please choose the correct answer.

Choose one:

The Inside-Out approach

The Left-Right approach

The Top-Down approach

The Near-Far approach

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

Choose:

Avoid CPU cache misses

Avoid idling CPU cores

Avoid single network

Avoid optimizing data

AB

What is the main function of Static Code Analysis?


Please choose the correct answer.

Choose one:

ABAP source code with performance optimization potential

To detect code that would lead to functional or performance issues When migrating to SAP
HANA

Integrates with SAP Solution Manager

Integrated into ABAP Development Tools and ABAP Workbench

B
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.

Choose:

Use the UP TO n ROWS addition

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

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

Use a Comma-separated column list

Explicitly handle the client field

CDE

What are the principles of Using HANA Transport Containers properly?


There are 3 correct answers to this question.

Choose:

To create Transport container of delivery unit

Release of Transport request

Automatic update for all export methods

Import of Transport Request

Takes a ‘snapshot’ of all SAP HANA objects of delivery unit

Back Next Leave blank


   

BDE

*****************************************************************
Which system schema contains the column views of activated objects?
Please choose the correct answer.

Response:

_SYS_BIC

_SYS_BI

_SYS_XS

_SYS_REPO

What is the full form of HANA?


Please choose the correct answer.

Choose one:

High Accelerator Numeric Analytics

High-Performance Analytic Accelerator

High-Performance Analytic Appliance

High-Performance Analytic Application

C
The source code editor in ADT provides many helpful features. What are these
helpful features?
There are 2 correct answers to this question.

Choose:

Creating interface from Method Calls

Creating Method Definitions from Implementation Parts

Creating Method Implementations from the Method Definition

Creating Parts for Interface Methods

BC

What are the different types of Variables in HANA?


There are 3 correct answers to this question.

Choose:

Double

Single Value

Interval

Range

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

Choose:

Stored Procedures

Consume using native SQL

Interaction with Database

SQL units

AB

What must you do when you define and implement an ABAP Managed Database
Procedure (AMDP)?
There are 3 correct answers to this question.

Choose:

Specify the database system and the language.

Define all method parameters to be passed by value.

Use scalar types for all AMDP method parameters.

Mark the AMDP method as a READ-ONLY database procedure.

List all ABAP Dictionary tables used in the procedure body in the USING clause.

ABD
What are the Performance Rules and Guidelines for ABAP on SAP HANA?
There are 2 correct answers to this question.

Response:

It is beneficial for maximizing your search into database

To Keep all the loads away from the DB

To reduce main memory consumption and to improve insert performance

It is beneficial to move data-intensive calculations into the database

CD
Explain Transitioning ABAP Code to SAP HANA – Performance Considerations?
There are 3 correct answers to this question.

Choose:

Some codes immediately run faster

Some codes impacted positively and should be priorities

Some codes transferred to other systems

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

Classical performances recommendations for open SQL remain valid

ADE
Which engine is used to execute Analytic View?
Please choose the correct answer.

Choose one:

OLAP Engine

Join Engine
Calc Engine

SQL Engine

What made SAP HANA possible?


There are 2 correct answers to this question.

Choose:

CPU with single core network

Improved hardware technology

Technology and innovations

RAM limitation

BC

Which data sources can you use for SAP list viewer with integrated data
access?
There are 3 correct answers to this question.

Response:

Internal table

Database Procedure

CDS View

External view

Database Table
CDE

SAP HANA: Delivers Across 5 Dimensions. These five dimensions lead to certain
goals HANA has to meet. What are these goals?
There are 2 correct answers to this question.

Choose:

Hybrid data and management system

High Performance and Scalability

Analytical DBMS features

Support for system tables

AB

What are the features of New Open SQL?


There are 2 correct answers to this question.

Choose:

Supports conditional expressions

Supports Code adjustment model

Supports arithmetic and string expressions

Supports specific units of database

AC
Which data provisioning methods can you use when you need real time
replications?
There are 2 correct answers to this question.

Choose:

SAP Data services

SAP Replication server

SAP HANA Direct extractor connection (SAP DXC)

SAP Landscape transformation Replication server (SAP SLT)

BD

Which of the following is not involved in database table of “The New ABAP SQL
Monitor – Architecture”?
Please choose the correct answer.

Choose one:

Runtime monitor data

Selection data table

Performance data table

Critical data table

D
Which of the following tools and programming techniques use the SQL data
definition language?
There are 2 correct answers to this question.

Choose:

Open SQL

Core data services (CDS) data definition

Core data service (CDS) access control

ABAP Dictionary

AB

Which steps do you have to perform when defining a view using core data
services (CDS)?
There are 3 correct answers to this question.

Choose:

Create a proxy object for the defined view.

Define the type mapping between ABAP and SAP HANA

Create a data definition in your ABAP package

Use the DDL statement DEFINE VIEW and SQL like Syntax

Specify the name of the SQL view in ABAP Dictionary

CDE
Which of the following feature were added to the ABAP Dictionary to support
the SAP HANA database?
There are 3 correct answers to this question.

Choose:

Definition of an enhancement category

Changes of data class

Storage type for tables

De-pooling and de-clustering

Definition of full-text indexes

CDE

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

Choose:

Easy to use modeling tool

Exploit structured contents in SQL

Fewer data duplication and movement

Large number of toolkits are available

AC
What is the purpose of an ABAP project in ABAP Development tools for eclipse?
There are 2 correct answers to this question.

Choose:

It is used to transport ABAP repository objects.

It provides access to all ABAP repository objects in an ABAP system.

It represents the connection to an ABAP system

It represents the connection to the SAP HANA server

BC

Name the views that are available to administer and monitor one or several
SAP HANA systems?
There are 2 correct answers to this question.

Choose:

The Administration view

The System Monitor view

The Landscape view

The Security view

AB
Which SAP HANA engine executes Calculation view by default?
Please choose the correct answer.

Choose one:

OLAP Engine

Join Engine

Calc Engine

SQL Engine

C
What are the benefits associated with The SAP HANA real-time Operational
analytics?
There are 2 correct answers to this question.

Choose:

High modeling flexibility

Simplification of massive data

Fast insights into business activity

Query Speed support

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

Choose:

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

The application suggests the column name and data type for the new tables, and
possible to edit them
The new table always has a 2:2 mapping between the file and table columns

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

BD
Which rules does SAP recommended to improve the performance of ABAP
report on SAP HANA?
There are 2 correct answers to this question.

Choose:

Use a nested SELECT statement instead of SELECT FOR ALL ENTRIES

Perform all calculations and aggregations in the ABAP layer

Use array variants of INSERT UPDATE MODIFY and DELETE

Use SELECT FOR ALL ENTRIES instead of a nested SELECT statement

CD
Which of the below statements are true for SAP HANA Studio?
There are 3 correct answers to this question.

Choose:

SAP HANA Studio is an Eclipse-based, integrated development environment (IDE)


used to develop artifacts in a HANA server.

SAP HANA Studio is integrated in SAP GUI > 7.40

SAP HANA Studio can be used to manage the SAP HANA database, to create and
user authorizations, to create new or modify existing models of data etc

SAP HANA Studio is a client tool, which can be used to access local or remote HAN
system.

ACD
What is an attribute view and what are its practices?
There are 3 correct answers to this question.

Choose:

May contain filters

May use in calculation views

Used to join tables

May contains flow charts

Used in diagrammatic Projections

ABC
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.

Choose:

Re-use component store

ROW store

Technology store

Column store

Development Store

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

Choose:

Buffer system services

A new and advanced Open SQL

Core Data services

Advanced and specific models

BC
When are referential joins executed in analytical views?
Please choose the correct answer.

Choose one:

When fields are selected

When all the tables are optimized

When fields are optimized

When fields from both the tables are requested

D
How to call the stored procedures in ABAP code?
Please choose the correct answer.

Choose one:

Native SQL

Only SQL

CDS view
Open SQL

A
The SAP HANA state-of-the-art search experience includes full-text search with
advanced features like...
There are 3 correct answers to this question.

Choose:

ACID search

linguistic search

Isolation search

Fuzzy search

freestyle search

BDE
What are the three best approach for Transitioning and optimizing ABAP
applications to SAP HANA?
There are 3 correct answers to this question.

Choose:

Detect

Tuning

Innovate

Optimize

Scaling

ACD
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.

Choose:

Receiving

Changing

Returning

Exporting

Importing

BDE

How to create a core data services view?


There are 3 correct answers to this question.

Choose:

Use SQL capabilities for Netweaver

Use additional annotations – marked with the @ sign

Use DDL statement DEFINE VIEW and SQL-like syntax to define the view

Use the ABAP Development Tools for SAP NetWeaver.

Use data services tools for updates

BCD
You are working with ABAP Development Tools (ADT) For Eclipse. Which of the
following options belongs to the settings of a specific ABAP project rather than
the entire Eclipse workbench?
Please choose the correct answer.

Choose one:

Code formatting options

Editor shortcut key options

Statement template options

Code completion options

A
In an ABAP Core Data Services (CDS) view, what must you do to expose an
association for use in another CDS view?
Please choose the correct answer.

Choose one:

Specify an alias for the target entity.

Define the cardinality for the target entity.

Specify the other views in which the association can be used.

Include all fields used in the ON condition in the project on list.

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

Choose:

Manage users

Assign security
Work management

Create users

Assign job security

ABD
What all are the steps to perform -To enable type-ahead for an input field on a
screen?
There are 3 correct answers to this question.

Choose:

Switch on proposal search for input fields

Automatic updates of all the input fields

Identify Elementary Search Help

Check Pre-Requisites

Process on all the input fields

ACD
You use the ABAP trace (SAT) to measure the run time of a program. In a class,
method X checks the validity of its importing parameters and calls method Y.

What pattern of gross and net run time would you expect to see the in the
ABAP trace results for method X?
Please choose the correct answer.

Choose one:

The net run time is equal to Zero

The net run time is greater than the gross run time

The net run time is less than the gross run time
The gross and net run times are identical

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

Choose one:

ABAP debugger

Code execution

Debug perspective

Quick Fix

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.

Choose:

SAP HANA views used in the procedure body

CE functions used in the procedure body

ABAP Dictionary views used in the procedure body

ABAP Dictionary tables used in the procedure body

AMDPs used in the procedure body

CDE
What output does The SAP HANA provide as a unique combination of hardware
and software innovations?
Please choose the correct answer.

Choose one:

Huge potential to optimize AMDP application DATA Tables

Huge potential to optimize business applications that are running on SAP HANA

The ability to create new complex processes with ABAP application cloud

Huge potential to maximize the number of disk blocks in the application

B
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.

Choose one:

Open the package


Select take snapshot and Save
Activate the SAP HANA Delivery unit
Activate the SAP HANA transport container

Open the SAP HANA transport container


Select take snapshot and Save
Activate the SAP HANA Transport Container

Open the ABAP transport request


Select take snapshot and Save
Activate the SAP HANA transport container

Open the SAP HANA delivery unit


Select take snapshot and Save
Activate the SAP HANA Delivery unit
Activate the SAP HANA transport container

C
How SAP HANA supports SQL?
There are 3 correct answers to this question.

Choose:

Read

Manipulate data

Transferring data

As a Data Calculator

As a means to define

ABE
What are the steps that supported several tools, which in total result in a
Guided Performance Optimization?
There are 2 correct answers to this question.

Choose:

The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compar
consumption

A new tool called SQL Monitor to determine the priority if different programs acce
database intensively

A selection Code Inspector (SCI) and ABAP Test Cockpit (ATC) to locate potential
and performance issues.

Tools analyzing performance at run-time, to determine if critical constructs

BD
You define a core data services (CDS) View. For which of the following
expressions and built in functions must you provide alias?
There are 3 correct answers to this question.

Choose:

Unit conversion

CASE expression

CASTE Expression

Nested CASE expression

Currency Conversion

ABE
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.

Choose:

Left outer joins in open SQL statements

Native SQL statements

Direct access to a cluster on the database

ORDER BY Clauses in Open SQL statements

Code that relies on implicit database sorting

BCE
An Analytic Privilege consists of several restrictions. What are they?
There are 3 correct answers to this question.

Choose:

Activity restrictions

Validity restrictions

Cube restrictions

Analytic restrictions

View restrictions

ABE
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.

Choose one:

Database Optimization

Transparent Optimizations

HANA Specific features

Buffer system Optimization

B
Which code-to-data capability supports- Extended view definitions and Better
SQL- 92 standard support in open SQL?
Please choose the correct answer.

Choose one:

Database oriented programming model

SAP HANA specific features

Database for sophisticated analysis

New SQL parser used in model

A
What is the central goal of using SAP HANA?
Please choose the correct answer.

Choose one:

Positive Impact on Business

Accelerate Performance

To set Priorities for system

Monitor database for record keeping

B
Which task can you perform with the SQL Performance Tuning Worklist tool
(SWLT)?
Please choose the correct answer.

Choose one:

Estimate the new total runtime of optimized code.

Combine information from static ABAP code scans with runtime data from the SQL Monitor.

Combine information from static ABAP code scans with runtime data from the SQL Trace
tool.

Create a graph comparing the runtimes of ABAP code before and after optimization.

What are the basic principles of ALV SAP HANA?


There are 2 correct answers to this question.

Choose:

Only retrieve the database data which is to be displayed on screen

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

Data described declaratively instead of passing big internal tables

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

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

Choose:

By using Sap Analysis for Microsoft office

By a core data services view

By another database procedure

By a script-based calculation view

You might also like