0% found this document useful (0 votes)
86 views

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document reports the results of an SAP Certified Development Specialist - ABAP for SAP HANA certification exam, where the individual received a score of 45% by answering 7 out of 16 multiple choice questions correctly. The exam questions covered topics related to ABAP development for SAP HANA databases such as features added to the ABAP dictionary, characteristics of external views, and functions of the DBACOCKPIT transaction.

Uploaded by

Kumar Waibhav
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)
86 views

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document reports the results of an SAP Certified Development Specialist - ABAP for SAP HANA certification exam, where the individual received a score of 45% by answering 7 out of 16 multiple choice questions correctly. The exam questions covered topics related to ABAP development for SAP HANA databases such as features added to the ABAP dictionary, characteristics of external views, and functions of the DBACOCKPIT transaction.

Uploaded by

Kumar Waibhav
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/ 17

SAP Certified Development Specialist - ABAP for SAP HANA - Full

You got 18 of 40 possible points.


Your score was: 45 %

Question Results

Question: Score 0 of 1
(skipped)
Which of the following features were added to the ABAP dictionary to support the SAP
HANA database?
There are 3 correct answers to this question.

Response:

Change of data class

Storage type for tables

De-pooling and de-clustering

Definition of full-text indexes

Definition of enhancement category

Question: Score 0 of 1
(skipped)
Which of the following are characteristics of an external view?
There are 3 correct answers to this question.

Response:

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

It is an ABAP Dictionary object type.

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


It defines the underlying SAP HANA information view.

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

Question: Score 0 of 1
(skipped)
The new bottlenecks avoided by addressing two challenges, what are they?
There are 2 correct answers to this question.

Response:

Avoid single network

Avoid optimizing data

Avoid CPU cache misses

Avoid idling CPU cores

Question: Score 1 of 1

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

Response:

SAP BW innovations

HW technology and innovations

DBMS technology and innovations

SAP SW technology and innovations

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:

ABAP Dictionary views used in the procedure body

SAP HANA views used in the procedure body

ABAP Dictionary table used in the procedure body

CE function used in the procedure body

AMDP used in the procedure body

Question: Score 1 of 1

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.

Response:

Column store

Technology store

Re-use component store

ROW store

Development Store

Question: Score 1 of 1

What are the Functions of Transaction DBACOCKPIT?


There are 2 correct answers to this question.

Response:
Used to access local or remote database system

Use Schema for the Connections

Maintain, Monitor and test secondary database connection

Maintain only HANA specific objects

Question: Score 0 of 1
(skipped)
Explain how and when to create calculated columns - Using Graphical Modeling Tools?
There are 3 correct answers to this question.

Response:

The calculation could be an arithmetic or character manipulation.

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

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

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

Time characteristics based calculation columns.

Question: Score 0 of 1
(skipped)
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.

Response:

Check Pre-Requisites

Identify Elementary Search Help

Switch on proposal search for input fields

Process on all the input fields


Automatic updates of all the input fields

Question: Score 0 of 1
(skipped)
What are the benefits of using the SQL Monitor (transaction SQLM)?
There are 2 correct answers to this question.

Response:

It collects monitoring data asynchronously without additional database interaction.

It can be active in a production system with minimal performance overhead.

It displays the database execution plan for all SQL statements.

It schedules ABAP programs to monitor and log all database accesses.

Question: Score 1 of 1

What views will be most efficient for General Modeling Principles?


There are 2 correct answers to this question.

Response:

Analytical view

Schema view

Column view

Attribute view

Question: Score 1 of 1

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.

Response:
The Near-Far approach

The Inside-Out approach

The Left-Right approach

The Top-Down approach

Question: Score 1 of 1

What are the different views provided by the ABAP Profiling?


There are 2 correct answers to this question.

Response:

Performance Check methods

A Hitlist of the most time-consuming programs or methods

Database accesses

Metadata accesses

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:

Freestyle search

Index search

Fuzzy search

Weights for ranking

Point base ranking


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 another database procedure

By a script-based calculation view

By a core data services view

Question: Score 1 of 1

You analyze SQL Monitor data in transaction SQLMD. You know that program X accesses database table Y.
You made sure that program X was executed while the SQL Monitor collected its data. But the relevant
database access is NOT listed in SQLMD.

What could be the reason?


There are 3 correct answers to this question.

Response:

SQL Monitor was activated with a fitter that excludes database table Y.

The data has NOT yet been transferred to the SQL Monitor database tables.

SQL Monitor was activated for a specific application server.

Program X was executed in the background.

Database table Y is a buffered table.

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

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

Collect all the data and perform Parallel processing in ABAP

Creating and consuming all the contents from network

Question: Score 0 of 1
(skipped)
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:

Display diagrams

Edit cells

Double-click on rows

Group rows

Search in content

Question: Score 0 of 1
(skipped)
How will you select a preference for Validation rules?
Please choose the correct answer.

Response:

Windows- SAP HANA-Preferences-Modeler-Validation Rules

Windows- Modeler – Preferences-SAP HANA-Validation Rules


Windows- Preferences-SAP HANA-Modeler-Validation Rules

Windows- SAP HANA-Modeler-Preferences-Validation Rules

Question: Score 0 of 1
(skipped)
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.

Response:

High availability configuration

Services-Name and index server on all nodes

Shared file systems for only one server

Active clusters for all servers

Question: Score 0 of 1
(skipped)
You made changes to an object (X) used by an ABAP managed database procedure
(AMDP). You did NOT changes the AMDP itself. Now you execute a program that calls this AMDP.

In which cases does the call trigger the creation of the database procedure in SAP HANA?
There are 2 correct answers to this question.

Response:

X is an SAP HANA view

X is an AMDP method

X is an ABAP Dictionary table

X is a stored procedure.
Question: Score 0 of 1
(skipped)
When to use Enhanced Open SQL?
There are 2 correct answers to this question.

Response:

To view scalar components

Need the query in one piece of code only

To access system fields

At the time of Dictionary Views

Question: Score 0 of 1

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

Response:

Define all method parameters to be passed by value.

Use scalar types for all AMDP method parameters.

Specify the database system and the language.

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

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

Question: Score 1 of 1

Which engine is used to execute Analytic View?


Please choose the correct answer.

Response:

Calc Engine
SQL Engine

OLAP Engine

Join Engine

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:

Watch points

Conditional breakpoints

Debugger scripting

Memory usage analysis

Question: Score 0 of 1
(skipped)
Which of the following is not involved in database table of “The New ABAP SQL Monitor –
Architecture”?
Please choose the correct answer.

Response:

Performance data table

Selection data table

Runtime monitor data

Critical data table

Question: Score 0 of 1
What are the Performance Rules and Guidelines for ABAP on SAP HANA? (skipped)
There are 2 correct answers to this question.

Response:

To reduce main memory consumption and to improve insert performance

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

To Keep all the loads away from the DB

It is beneficial for maximizing your search into database

Question: Score 1 of 1

You implement an ABAP-managed database procedure (AMDP). Within this AMDP, you want to query data
from calculation view CA_BOOKINGS_COUNT in SAP HANA content package ha400.primdb.

How can you address the calculation view?


There are 2 correct answers to this question.

Response:

"ha400.primdb::CA_BOOKINGS_COUNT"

"ha400.pr mdb/CA_BOOKINGS_COUNT"

_SYS_ BIC."ha400.primdb::CA_BOOKINGS_COUNT"

_SYS_ BIC."ha400.prirndb/CA_BOOKINGS_COUNT"

Question: Score 0 of 1
(skipped)
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:

ABAP Dictionary tables used in the procedure body

AMDPs used in the procedure body


ABAP Dictionary views used in the procedure body

SAP HANA views used in the procedure body

CE functions used in the procedure body

Question: Score 1 of 1

You want to access SAP HANA view CA BOOKINGCOUNT in package ha400.primdb via a native SQL query.
Which of the following are correct ways of specifying package path and object name in the FROM clause?
There are 2 correct answers to this question.

Response:

FROM SYS BIC."ha400.primdb/CA BOOKINGS COUNT"

FROM SYS BIC."ha400.primdb::CA BOOKINGS COUNT"

FROM "ha400.primdb::CA BOOKINGS COUNT"

FROM "ha400.primdb/CA BOOKINGS COUNT"

Question: Score 1 of 1

Which form of services is responsible for defining and consuming semantically rich data models?
Please choose the correct answer.

Response:

Modell-II services

ITe services

Conditional services

Core Data Services


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

Columnar data storage

Parallel processing

Dictionary encoding

Question: Score 1 of 1

An Analytic Privilege consists of several restrictions. What are they?


There are 3 correct answers to this question.

Response:

Analytic restrictions

Cube restrictions

Activity restrictions

View restrictions

Validity restrictions

Question: Score 1 of 1

How SAP HANA supports SQL?


There are 3 correct answers to this question.

Response:

Read
Transferring data

As a Data Calculator

Manipulate data

As a means to define

Question: Score 0 of 1

Which of the following folder is essential to relate to Smart Data Access and also combines data from
remote sources?
Please choose the correct answer.

Response:

Security folder

Content folder

Administration folder

Provisioning folder

Question: Score 1 of 1

You create a check variant in the Code Inspector which includes the check 'Search problematic Select *
statements'. SAP HANA is used as the database.

In the check parameters, which value would you use for the percentage of fields that are effectively used?
Please choose the correct answer.

Response:

The same value as on a traditional, row-store only based database

A value that you calculate based on the number of tables

A lower value than on a traditional, row-store only based database

A higher value than on a traditional, row-store only based database


Question: Score 0 of 1
(skipped)
The source code editor in ADT provides many helpful features. What are these helpful
features?
There are 2 correct answers to this question.

Response:

Creating Method Implementations from the Method Definition

Creating Method Definitions from Implementation Parts

Creating Parts for Interface Methods

Creating interface from Method Calls

Question: Score 0 of 1

Open SQL largely standardized, three sub-languages. What are these sub-languages?
There are 3 correct answers to this question.

Response:

Data Manipulation Language (DML)

The Data Control Language (DCL)

Data Evaluation Language (DEL)

Data Transferring Language (DTL)

The Data Definition Language (DDL)

Question: Score 0 of 1
(skipped)
Discuss the conditions required to ensure the Referential Integrity?
There are 2 correct answers to this question.

Response:
There are two joins in the able

There are three joins in the table

There is at least one join in the other table

Referential integrity holds true in both the directions

Question: Score 0 of 1

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.

Response:

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

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

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

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

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

You might also like