Vous êtes sur la page 1sur 17

9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

SAP Certified Development Specialist - ABAP for SAP


HANA - Full

You got 39 of 40 possible points.


Your score: 98 %

Question Results

Question: Score 1 of 1

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.

Response:

ACID search

Fuzzy search

freestyle search

linguistic search

Isolation search

Question: Score 1 of 1

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.

Response:

Release packages

Update packages

Release resources
https://www.erpprep.com/node/9094/take 1/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Update resources

Question: Score 1 of 1

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 Data Definition Language

The Data Control Language

The Database Language

Data Transferred Language

Data Manipulation Language

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 single network

Avoid idling CPU cores

Question: Score 1 of 1

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


There are 2 correct answers to this question.
https://www.erpprep.com/node/9094/take 2/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Response:

Perform expensive calculations on the ABAP application server.

Perform expensive calculations on the database.

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

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

Question: Score 1 of 1

What all are the Types of Applications based on SAP HANA?

There are 2 correct answers to this question.

Response:

Innovation based on SAP HANA

Server based on SAP HANA

Data Mart based on SAP HANA

New or Native SAP HANA

Question: Score 1 of 1

What are the two types of editors available in ADT?

There are 2 correct answers to this question.

Response:

SAP (GUI)

Eclipse (native)

Client (native)

ABAP (native)

https://www.erpprep.com/node/9094/take 3/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

Which of the following is not an element of Analytical view?

Please choose the correct answer.

Response:

Join fact tables

Currency conversion is not applicable

Used to Joined table

Read Data from the joined database tables

Question: Score 1 of 1

What all are the factors involved in Working with ADT

There are 3 correct answers to this question.

Response:

ABAP interface

ABAP programs

Module interface

Workbench programs

ABAP Class

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

https://www.erpprep.com/node/9094/take 4/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

ABAP can access SAP HANA

Optimized ABAP on SAP HANA

ABAP as accelerator on 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.

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

Activate the new SQL Monitor in a development system.

Activate the new SQL Monitor in a productive system.

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 Accelerators

All SAP applications on one SAP HANA platform

HANA Modeling

All HANA Combinations on one platform

Business Suite on HANA / BW on SAP HANA

https://www.erpprep.com/node/9094/take 5/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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:

Large number of toolkits are available

Exploit structured contents in SQL

Fewer data duplication and movement

Easy to use modeling tool

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

Sort data by characteristics

Suggests style sets for crosstabs

Analyze data with the design panel

Question: Score 1 of 1

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.

Response:

Modeler Perspective

Open Content outlook

Catalogue outlook
https://www.erpprep.com/node/9094/take 6/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

System Perspective

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 interface IF_AMDP_MARKER_HDB.

Implement the ABAP AMDP_HDB Event Handler.

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

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

Question: Score 1 of 1

What made SAP HANA possible?

There are 2 correct answers to this question.

Response:

CPU with single core network

RAM limitation

Technology and innovations

Improved hardware technology

Question: Score 1 of 1

What is the main purpose of SAML for SAP HANA Studio?

Choose the correct answer

Response:

https://www.erpprep.com/node/9094/take 7/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

To support scenarios where clients are not directly connected to the SAP HANA
Database

SAML may be selected as an Owner’s authentication method when creating users in


the SAP HANA Studio

The assertion is issued by a user after the client was successfully authenticated

The SAP HANA database supports login of Owners only

Question: Score 1 of 1

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

Choose the correct answer

Response:

DBA Cockpit

ABAP Test Cockpit (ATC)

DBMS Cockpit

BW system

Question: Score 1 of 1

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

SET_PARAM

NEXT_PACKAGE

https://www.erpprep.com/node/9094/take 8/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

How to create a core data services view?

There are 3 correct answers to this question.

Response:

Use data services tools for updates

Use SQL capabilities for Netweaver

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

Use additional annotations – marked with the @ sign

Use the ABAP Development Tools for SAP NetWeaver.

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

Password for the database user

By using SQL application

By using Open Catalog look

Database user – also different from your ABAP user

Question: Score 1 of 1

Which features does the source code editor provide in ABAP Development Tools
for SAP NetWeaver?

There are 2 correct answers to this question.

Response:

Quickfix

https://www.erpprep.com/node/9094/take 9/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Form-based class builder

Content assistance

Screen editing

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

Weights for ranking

Index search

Freestyle search

Question: Score 1 of 1

List down the elements involved in User Management and Security in SAP HANA?

There are 3 correct answers to this question

Response:

Create users

Assign security

Work management

Assign job security

Manage users

https://www.erpprep.com/node/9094/take 10/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Question: Score 1 of 1

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

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:

ITe services

Conditional services

Core Data Services

Modell-II services

Question: Score 1 of 1

Your ABAP program contains an Open SQL join of two client-dependent tables.
You want to replace this with a native SQL SELECT statement.

Which of the following changes to the SELECT statement can you use to retrieve
the same data as before?

There are 2 correct answers to this question.

Response:

Include the client field in the join condition.

https://www.erpprep.com/node/9094/take 11/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Include the client field in the WHERE condition.

Use the CLIENT SPECIFIED addition.

Include the client field in the field list.

Question: Score 1 of 1

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:

Do all the data processing in Application server

The consumption of SAP HANA artifacts was simplified

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

The ABAP language and the OpenSQL language have been extended

Performance analysis tools have been improved

Question: Score 1 of 1

List down the four main concepts of the SAP HANA database?

There are 3 correct answers to this question

Response:

Tools combinations

Partitioning

Object store

Column Store

Compression

https://www.erpprep.com/node/9094/take 12/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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:

New advanced SQL syntax Procedures

Table buffering

ABAP-Managed Database Procedures

Programming model

Question: Score 0 of 1

What are the Guidelines for optimizing ABAP code running on HANA?

There are 3 correct answers to this question.

Response:

DB specific properties

Open SQL settings

High-speed data analysis

Technical settings

Column store

Question: Score 1 of 1

What are the Functions of Transaction DBACOCKPIT

There are 2 correct answers to this question.

Response:

Use Schema for the Connections

Used to access local or remote database system


https://www.erpprep.com/node/9094/take 13/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

Maintain, Monitor and test secondary database connection

Maintain only HANA specific objects

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

It deletes obsolete versions of the database procedure asynchronously

It deletes obsolete versions of the database procedure synchronously.

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

Question: Score 1 of 1

What are the two Profitability Analysis available with CO-PA Scenario in SAP
HANA Modeling?

There are 2 correct answers to this question

Response:

Costing-based Profitability

Account-based Profitability

Product-based Profitability

Service-based profitability

Question: Score 1 of 1

https://www.erpprep.com/node/9094/take 14/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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

Response:

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

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

Estimate the new total runtime of optimized code.

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

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 on tables with the Column Store storage type

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

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

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

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 Landscape view

https://www.erpprep.com/node/9094/take 15/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

The Security view

The Administration view

The System Monitor view

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 you require aggregation and analysis of values

When the table has a small number of records

When there are mainly distinct values in the table

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

Question: Score 1 of 1

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:

Switch on proposal search for input fields

Process on all the input fields

Identify Elementary Search Help

Check Pre-Requisites

Automatic updates of all the input fields

https://www.erpprep.com/node/9094/take 16/17
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

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

https://www.erpprep.com/node/9094/take 17/17

Vous aimerez peut-être aussi