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

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document appears to be a summary of results from an ABAP for SAP HANA certification exam. It shows that the test taker answered 21 out of 40 questions correctly, earning a score of 53%. It then lists each question, the response chosen, and whether it was scored as correct or incorrect.

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

SAP Certified Development Specialist - ABAP For SAP HANA - Full

The document appears to be a summary of results from an ABAP for SAP HANA certification exam. It shows that the test taker answered 21 out of 40 questions correctly, earning a score of 53%. It then lists each question, the response chosen, and whether it was scored as correct or incorrect.

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


Your score was: 53 %

Question Results

Question: Score 1 of 1

You are implementing an ABAP Managed Database Procedures (AMDP) for SAP HANA. What do you have
to do in the corresponding ABAP class?
Please choose the correct answer.

Response:

Implement the ABAP AMDP_HDB Event Handler.

Implement the interface IF_AMDP_MARKER_HDB.

Set the visibility of the corresponding class method in the declaration section to PUBLIC.

Declare the ABAP class as a sub-class of CL_AMDP_RUNTIME_HDB.

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:

Dictionary encoding

Parallel processing

Database table compression

Columnar data storage


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 a script-based calculation view

By a core data services view

By another database procedure

By using Sap Analysis for Microsoft office

Question: Score 0 of 1

Which SAP HANA engine executes Calculation view?


There are 2 correct answers to this question.

Response:

SQL Engine

OLAP Engine

Calculation Engine

JOIN Engine

Question: Score 0 of 1

What are the different types of Calculation View?


There are 2 correct answers to this question.

Response:

OLAP Calculation View


Scripted Calculation View

Graphical Calculation View

Text-Based Calculation

Question: Score 0 of 1

Which option in SAP NetWeaver Gateway Service Builder (transaction SEGW) can be used to implement the
consumption of a Core Data Services view?
Please choose the correct answer.

Response:

"Map to Data source"

"Read from DDL source"

"Relate to Business Entity"

"Consume CDS view"

Question: Score 0 of 1

Which of the following is latest release of SAP HANA?


Please choose the correct answer.

Response:

SAP HANA 2.0 SPS 05

SAP HANA 1.0 SP06

SAP HANA 1.6 SP03

SAP HANA 1.0

Question: Score 0 of 1
What is the Limitations of ALV for SAP HANA? (skipped)
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 1 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 the table has a small number of records

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

When you require aggregation and analysis of values

Question: Score 0 of 1

What benefits does SAP HANA Data Compression provide?


There are 2 correct answers to this question.

Response:

Optimized access to column store tables

Increased parallel processing


Optimized data partitioning

Reduced memory consumption

Question: Score 1 of 1

Discuss the main capabilities of SAP BusinessObjects Analysis for Office?


There are 2 correct answers to this question.

Response:

Convert crosstab cells to formula

Suggests style sets for crosstabs

Analyze data with the design panel

Sort data by characteristics

Question: Score 1 of 1

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

Response:

STUDENT_A

SYSTEM

_SYS_BI

_SYS_BIC

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

HANA Accelerators

Business Suite on HANA / BW on SAP HANA

All SAP applications on one SAP HANA platform

Question: Score 1 of 1

What should you do to follow the code-to-data approach to programming?


There are 3 correct answers to this question.

Response:

Use native SQL to access SAP HANA built-in functions.

Perform expensive calculations on the ABAP application server.

Aggregate data on the database, and transfer the results to the ABAP layer.

Perform expensive calculations on the database.

Transfer all data from the database to the ABAP layer, and then aggregate the results.

Question: Score 0 of 1
(skipped)
What are the two types of editors available in ADT?
There are 2 correct answers to this question.

Response:

ABAP (native)

Eclipse (native)
SAP (GUI)

Client (native)

Question: Score 0 of 1
(skipped)
You have created a CDS view and used aias names for some of its elements. In which of the
following cases is the alias name mandatory?
There are 3 correct answers to this question.

Response:

CASE order type WHEN 'A' THEN 1 ELSE 0 END AS order_type

crtdby AS created_by

SUM(revenue) AS total_revenue

ASSOCIATION TO sflight AS _flights

CAST('USO' AS abap.cuky) AS currency_key

Question: Score 1 of 1

What are the features associated with ABAP CDS?


There are 3 correct answers to this question.

Response:

Distribution

Create

Read

Export

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

External view

Full-text index

ABAP program containing new Open SQL

Database procedure proxy

Core Data service (CDS) view

Question: Score 0 of 1

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


Please choose the correct answer.

Response:

DBA Cockpit

ABAP Test Cockpit (ATC)

BW system

DBMS Cockpit

Question: Score 1 of 1

Which is not a key factor of ALV for HANA?


Please choose the correct answer.

Response:

To Activate and execute the program in the application


To supply suitable values for any input parameters

Derived Column headings from the data element

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

Question: Score 1 of 1

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

Response:

Detect

Optimize

Scaling

Innovate

Tuning

Question: Score 1 of 1

What are the principles of Using HANA Transport Containers properly?


There are 3 correct answers to this question.

Response:

Automatic update for all export methods

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

To create Transport container of delivery unit

Release of Transport request

Import of Transport Request


Question: Score 1 of 1

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

Response:

SAP HANA specific features

New SQL parser used in model

Database oriented programming model

Database for sophisticated analysis

Question: Score 1 of 1

In which of the following situations could a row store table be more suitable than a column store table?
There are 2 correct answers to this question.

Response:

The table contains only a small number of records.

The table contains mainly distinct values per column across rows.

The table contains text that you want to search.

The table contains data that you want to aggregate.

Question: Score 0 of 1
(skipped)
Which of the following are performance recommendations when using SAP HANA?
There are 2 correct answers to this question.

Response:

Define indexes on the columns that are used in calculations.

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


Avoid transferring large result sets between database and client applications.

Filter data in lower layers.

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 SCORE( ) function is required to ensure the best hits of your search appear on top.

The full-text index is always updated asynchronously.

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

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

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

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

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.

The ABAP Trace (SAT) and the ABAP Profiling perspective to measure and compare runtime
consumption
Question: Score 1 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 A

Option D

Option C

Option B

Question: Score 1 of 1

Which system schema contains the column views of activated objects?


Please choose the correct answer.

Response:

_SYS_BI

_SYS_BIC

_SYS_REPO

_SYS_XS

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 optimizing data

Avoid CPU cache misses

Avoid idling CPU cores

Avoid single network

Question: Score 1 of 1

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

Response:

Join engine

Analytic engine

OPAX engine

OLAP engine

Question: Score 0 of 1

What is the full form of HANA?


Please choose the correct answer.

Response:

High-Performance Analytic Accelerator

High-Performance Analytic Application

High Accelerator Numeric Analytics

High-Performance Analytic Appliance


Question: Score 0 of 1

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 Definitions from Implementation Parts

Creating Method Implementations from the Method Definition

Creating interface from Method Calls

Creating Parts for Interface Methods

Question: Score 0 of 1
(skipped)
What are the key points that should be kept in mind while performing the Nonautomatic
update in SAP HANA Transport Container?
There are 2 correct answers to this question.

Response:

Changes to Delta Container

You need to refresh the content of the container manually

Take snapshot manually before releasing of the container

Automatic release of units

Question: Score 0 of 1

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

CDS View
External view

Database Table

Database Procedure

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 Left-Right approach

The Inside-Out approach

The Top-Down approach

The Near-Far approach

Question: Score 0 of 1

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.

Response:

Statement template options

Code completion options

Editor shortcut key options

Code formatting options


Question: Score 1 of 1

The SAP HANA database is a hybrid in-memory database that combines Few technologies within. What are
these technologies?
There are 3 correct answers to this question.

Response:

Column-based database technology

Value-based database technology

Object-based database technology

Time-based database technology

Row-based database technology

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

Services

Product

Sales

Procurement

Question: Score 0 of 1

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.

Response:
Use a Comma-separated column list

Explicitly handle the client field

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

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

Use the UP TO n ROWS addition

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

You might also like