Sunteți pe pagina 1din 16

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

SAP Certified Development Specialist - ABAP for SAP


HANA - Full

You got 37 of 40 possible points.


Your score: 93 %

Question Results

Question: Score 1 of 1

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.

Response:

Read-write

Read-update

Read only

Write only

Question: Score 1 of 1

What are the Perspectives and Views of SAP HANA Studio?

There are 2 correct answers to this question.

Response:

Administration console

Development properties

System and Properties

Open system properties


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

Question: Score 1 of 1

Open SQL largely standardized, three sub-languages. What are these sub-
languages?

There are 3 correct answers to this question

Response:

Data Evaluation Language(DEL)

The Data Control Language (DCL)

Data Transferring Language(DTL)

Data Manipulation Language (DML)

The Data Definition Language (DDL)

Question: Score 1 of 1

What made SAP HANA possible?

There are 2 correct answers to this question.

Response:

RAM limitation

CPU with single core network

Technology and innovations

Improved hardware technology

Question: Score 1 of 1

What do you understand by The SAP HANA Software Optimization?

Choose the correct answer

Response:

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

Bring logic to where the data is calculated first, then only move to results

Provide combinations of Objects and Partitioning

Huge potential for hybrid database

Speed up the processing within the database

Question: Score 1 of 1

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

There 3 correct answers to this question

Response:

Validity restrictions

View restrictions

Cube restrictions

Analytic restrictions

Activity restrictions

Question: Score 1 of 1

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

Estimate the new total runtime of optimized code.

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.

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

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

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

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

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

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:

NEXT_PACKAGE

SET_PARAM

GET_METADATA

SET_PARAM_TABLE

Question: Score 1 of 1

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.

Response:

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

Database platform syntax errors

SQLScript errors

Database independent syntax errors

UNION specific syntax errors

HANA specific syntax errors

Question: Score 1 of 1

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.

Response:

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


net_amount

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 }

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

Question: Score 1 of 1

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

Response:

Quick Fix

Debug perspective

Code execution

ABAP debugger

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

Question: Score 1 of 1

What are the features of New Open SQL?

There are 2 correct answers to this question.

Response:

Supports arithmetic and string expressions

Supports Code adjustment model

Supports conditional expressions

Supports specific units of database

Question: Score 1 of 1

What are the benefits of using the SQL Monitor (transaction SQLM)?
There are 2 correct answers to this question.

Response:

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

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

It collects monitoring data asynchronously without additional database interaction.

It displays the database execution plan for all SQL statements.

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:

Activate the new SQL Monitor in a productive system.

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

Activate the new SQL Monitor in a development system.

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

Combine the results of the SQL Monitor with the results of a static source code
analysis.

Question: Score 1 of 1

How will you select a preference for Validation rules?

Choose the correct answer

Response:

Windows- Preferences-SAP HANA-Modeler-Validation Rules

Windows- Modeler – Preferences-SAP HANA-Validation Rules

Windows- SAP HANA-Preferences-Modeler-Validation Rules

Windows- SAP HANA-Modeler-Preferences-Validation Rules

Question: Score 1 of 1

What are the uses of SQL Trace (ST05)?

There are 3 correct answers to this question.

Response:

Locate work base issues

Applying Code inspector

Detect redundant or identical select statements

Display record of all database access

Locate database performance issues

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

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

What are the principles of Using HANA Transport Containers properly?

There are 3 correct answers to this question.

Response:

To create Transport container of delivery unit

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

Import of Transport Request

Release of Transport request

Automatic update for all export methods

Question: Score 0 of 1

Which of the following are performance recommendations when using SAP


HANA?
There are 2 correct answers to this question.

Response:

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

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

Define indexes on the columns that are used in calculations.

Avoid transferring large result sets between database and client applications.

Filter data in lower layers.

Question: Score 1 of 1

What all are the advantages provides by ABAP Development Tools?

There are 3 correct answers to this question.

Response:

A brand new ABAP development experience on top of the Eclipse platform

An open platform for developing new ABAP-related tools

A set of Eclipse data pool and Client- Open platform

An open platform for developing powerful database view

A set of open, language- and platform-independent APIs

Question: Score 0 of 1

What are the purposes of tools in SAP HANA system that is an Eclipse-based
integrated development environment?

There are 3 correct answers to this question.

Response:

Organizing

Administer

Configure

Monitor

Selecting

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

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 programs

ABAP interface

ABAP Class

Workbench programs

Module interface

Question: Score 1 of 1

What is the main function of Static Code Analysis?

Please choose the correct answer.

Response:

Integrated into ABAP Development Tools and ABAP Workbench

Integrates with SAP Solution Manager

ABAP source code with performance optimization potential

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

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:

Optimize

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

Innovate

Tuning

Scaling

Detect

Question: Score 1 of 1

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

Response:

Content Assist

Form-based Class Builder

Quick Fix

Screen Painter

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

It deletes obsolete versions of the database procedure synchronously.

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

It deletes obsolete versions of the database procedure asynchronously

Question: Score 1 of 1

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

What is an attribute view and what are its practices?

There are 3 correct answers to this question.

Response:

May contain filters

May use in calculation views

Used to join tables

May contains flow charts

Used in diagrammatic Projections

Question: Score 1 of 1

What are the two layers of ABAP system interacts with its database?

There are 2 correct answers to this question.

Response:

The Client database interface

The Database independent interface

The Data Storage interface

The Database specific library

Question: Score 1 of 1

When to use Enhanced Open SQL?

There are 2 correct answers to this question.

Response:

Need the query in one piece of code only

To view scalar components

At the time of Dictionary Views

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

To access system fields

Question: Score 1 of 1

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:

Active clusters for all servers

Shared file systems for only one server

Services-Name and index server on all nodes

High availability configuration

Question: Score 1 of 1

What are the steps involved in supporting a database oriented programming


model?

There are 2 correct answers to this question.

Response:

A new and advanced Open SQL

Advanced and specific models

Core Data services

Buffer system services

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:
https://www.erpprep.com/node/9094/take 13/16
9/16/2018 SAP Certified Development Specialist - ABAP for SAP HANA - Full | ERPPrep

By using SQL application

Password for the database user

By using Open Catalog look

Database user – also different from your ABAP user

Question: Score 1 of 1

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

Response:

Query Speed support

High modeling flexibility

Simplification of massive data

Fast insights into business activity

Question: Score 0 of 1

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

There are 3 correct answers to this question

Response:

Partitioning

Object store

Column Store

Compression

Tools combinations

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

Question: Score 1 of 1

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

Choose the correct answer

Response:

Runtime monitor data

Performance data table

Critical data table

Selection data table

Question: Score 1 of 1

Which is not a Golden Rule for Open SQL?

Please choose the correct answer.

Response:

Minimize the Amount of Data Transferred

Keep the result set large

Reduce the Database Load

Minimize the Number of Database Accesses

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 want to enable a full-text search of the table

When the table has a small number of records

When you require aggregation and analysis of values

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

When there are mainly distinct values in the table

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:

DBMS technology and innovations

HW technology and innovations

SAP BW innovations

SAP SW technology and innovations

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 more than 100,000 records

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

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

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

S-ar putea să vă placă și