0% found this document useful (0 votes)
78 views17 pages

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document discusses a SAP Certified Development Specialist certification exam for ABAP for SAP HANA. It provides results for multiple choice questions from the exam, indicating the user's responses but not whether they were correct. The questions cover topics related to ABAP, SAP HANA, and database administration.

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)
78 views17 pages

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document discusses a SAP Certified Development Specialist certification exam for ABAP for SAP HANA. It provides results for multiple choice questions from the exam, indicating the user's responses but not whether they were correct. The questions cover topics related to ABAP, SAP HANA, and database administration.

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 0 of 40 possible points.


Your score was: 0 %

Question Results

Question: Score 0 of 1
(skipped)
What are the features associated with ABAP CDS?
There are 3 correct answers to this question.

Response:

Distribution

Export

Read

Update

Create

Question: Score 0 of 1
(skipped)
What is the Limitations of ALV for SAP HANA?
There are 3 correct answers to this question.

Response:

Restricted to 5000 records / unit

Without currency / unit consideration

No unit / currency split if aggregating amounts / currency values


Restricted to 10,000 records

All unit / currency restricted to 10,00,00 records

Question: Score 0 of 1
(skipped)
When using an SAP HANA full text search, what do you have to keep in mind?
Please choose the correct answer.

Response:

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.

The LIKE operator is required in your SELECT statement to implement fuzzy logic.

Question: Score 0 of 1
(skipped)
What are the different views provided by the ABAP Profiling?
There are 2 correct answers to this question.

Response:

A Hitlist of the most time-consuming programs or methods

Database accesses

Metadata accesses

Performance Check methods

Question: Score 0 of 1
(skipped)
Which step of the Guided Performance Analysis should you perform in the product on
system?
Please choose the correct answer.
Response:

Building a work list with SQL Performance Tuning Work list (SWLT)

Executing a check run with ABAP Test Cockpit (ATC)

Collecting data with SQL Monitor (SQLM)

Performing an inspection with Code Inspector (SCI)

Question: Score 0 of 1
(skipped)
Which of the following is not an element of Analytical view?
Please choose the correct answer.

Response:

Join fact tables

Read Data from the joined database tables

Currency conversion is not applicable

Used to Joined table

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

Index search

Freestyle search

Fuzzy search

Weights for ranking


Point base ranking

Question: Score 0 of 1
(skipped)
What are the two main factors of SAP HANA Innovations and Challenges?
There are 2 correct answers to this question.

Response:

HW technology and innovations

SAP SW technology and innovations

SAP BW innovations

DBMS technology and innovations

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)
Which of the below statements are true for SAP HANA Studio?
There are 3 correct answers to this question.
Response:

SAP HANA Studio is an Eclipse-based, integrated development environment (IDE) that is used to
develop artifacts in a HANA server.

SAP HANA Studio is integrated in SAP GUI > 7.40

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

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

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

Response:

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

Do all the data processing in Application server

Performance analysis tools have been improved

The ABAP language and the OpenSQL language have been extended

The consumption of SAP HANA artifacts was simplified

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

Combine stat c and dynamic performance analysis results.


Search for problematic SELECT  statements.

Capture the SQL profile of an application.

Question: Score 0 of 1
(skipped)
What do you have to consider if you want to use Native SQL in your ABAP programs to
access an SAP HANA database?
There are 2 correct answers to this question.

Response:

Hashed or sorted tables must be used with the INTO CORESPONDING FIELDS keyword.

The database independency of your report can be lost.

Client handling needs to be done explicitely in the the Native SQL statement.

The ABAP system checks the syntax of the Native SQL statements.

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)
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:

Database user – also different from your ABAP user

Password for the database user

By using SQL application

By using Open Catalog look

Question: Score 0 of 1
(skipped)
You are using ABAP Development Tools, and you have placed your cursor on a method
name in a class. What key do you use to navigate between a method definition and its implementation?
Please choose the correct answer.

Response:

F2

F3

F1

F4

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


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 provider

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

Database Table

External view

CDS View

Question: Score 0 of 1
(skipped)
What are the Possible Approaches with AS ABAP < 7.4 SP02?
There are 2 correct answers to this question.

Response:

Interaction with Database

Stored Procedures

Consume using native SQL

SQL units
Question: Score 0 of 1
(skipped)
Which of the following features does the ABAP Test Cockpit offer that the ABAP code
Inspector does NOT Offer?
There are 2 correct answers to this question.

Response:

Enhanced distribution of results

Documented checks

Configuration of check variants

Flexible schedule of check runs

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

Validity restrictions

View restrictions

Question: Score 0 of 1
(skipped)
What language one should know to work in SAP HANA?
Please choose the correct answer.

Response:

C#
Java

ABAP

SQL

Question: Score 0 of 1
(skipped)
Which task does the ABAP Managed Database Procedure (AMDP) framework perform?
Please choose the correct answer.

Response:

Deploy the database procedure when the AMDP is first activated.

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

Deploy the database procedure whenever the AMDP is called.

Deploy the database procedure whenever the AMDP is activated.

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 0 of 1
(skipped)
When using ABAP Database Connectivity (ADBC) to issue native SQL calls to the database, which of the
following methods of class CL_SQL_RESULT_SET retrieves the tabular result of the native SQL call?
Please choose the correct answer.

Response:

SET_PARAM_TABLE

GET_METADATA

NEXT_PACKAGE

SET_PARAM

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
(skipped)
What are the steps involved in supporting a database oriented programming model?
There are 2 correct answers to this question.

Response:

Buffer system services

Advanced and specific models


A new and advanced Open SQL

Core Data services

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)
What is the central goal of using SAP HANA?
Please choose the correct answer.

Response:

Accelerate Performance

To set Priorities for system

Positive Impact on Business

Monitor database for record keeping

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

ROW store

Re-use component store

Development Store

Technology store

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

ABAP test cockpit (transaction ATC)

Code inspector (transaction SCI)

Data base performance monitor (transaction DB50)

SQL monitor (transaction SQLM)

Question: Score 0 of 1
(skipped)
What are the two layers of ABAP system interacts with its database?
There are 2 correct answers to this question.

Response:

The Database independent interface


The Database specific library

The Client database interface

The Data Storage interface

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

The Database Language

Data Manipulation Language

The Data Definition Language

The Data Control Language

Data Transferred Language

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
(skipped)
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.

Response:

The net run time is greater than the gross run time

The gross and net run times are identical

The net run time is equal to Zero

The net run time is less than the gross run time

Question: Score 0 of 1
(skipped)
Where can you consume associations in a Core Data Services (CDS) view?
There are 3 correct answers to this question.

Response:

In the WHERE and HAVING clauses

In the FROM clause

In the name list

In the input parameter list

In the projection list

Question: Score 0 of 1
(skipped)
Which of the following take advantage of the computing power of multiple CPUs used by
SAP HANA?
There are 2 correct answers to this question.
Response:

Database table compression

Parallel processing

Columnar data storage

Partitioning

Question: Score 0 of 1
(skipped)
Which steps do you have to perform when defining a view using core data services (CDS)?
There are 3 correct answers to this question.

Response:

Create a proxy object for the defined view.

Specify the name of the SQL view in ABAP Dictionary

Use the DDL statement DEFINE VIEW and SQL like Syntax

Define the type mapping between ABAP and SAP HANA

Create a data definition in your ABAP package

Question: Score 0 of 1
(skipped)
What are the two different kinds of Identifiers used to represent names used in SQL
statement?
There are 2 correct answers to this question.

Response:

Undelimited Identifiers

Delimited identifiers

Numeric identifiers
Limited identifiers

Question: Score 0 of 1
(skipped)
Which is not a key factor of ALV for HANA?
Please choose the correct answer.

Response:

Derived Column headings from the data element

To supply suitable values for any input parameters

The data display is restricted to a maximum of 2 billion cells

To Activate and execute the program in the application

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

You might also like