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

SAP Certified Development Mini - 03

Dump

Uploaded by

97911
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)
6 views

SAP Certified Development Mini - 03

Dump

Uploaded by

97911
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/ 10

12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

SAP Certified Development Specialist - ABAP for SAP HANA


- Mini

You got 1 of 20 possible points.


Your score: 5 %

Question Results

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

SQLScript errors

HANA specific syntax errors

Database platform syntax errors

UNION specific syntax errors

Database independent syntax errors

Question: Score 0 of 1

What information can you specify using annotations (marked with the @ sign) when
you define a Core Data Services (CDS) view in an ABAP system?
There are 3 correct answers to this question.

Response:

The extent to which records of the CDS view should be buffered on the application
server

https://www.erpprep.com/node/9095/take 1/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

The join conditions of the CDS view

The logic for aggregations, grouping records, and filtering groups of the CDS view

The client dependency of the CDS view

The name of the representation of the CDS view in the ABAP dictionary

Question: Score 0 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 data that you want to aggregate.

The table contains only a small number of records.

The table contains text that you want to search.

The table contains mainly distinct values per column across rows.

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

Form-based class builder

Content assistance

Screen editing

https://www.erpprep.com/node/9095/take 2/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Question: Score 1 of 1

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

Please choose the correct answer.

Response:

Used to Joined table

Join fact tables

Read Data from the joined database tables

Currency conversion is not applicable

Question: Score 0 of 1

You define a core data services (CDS) View. For which of the following expressions
and built in functions must you provide alias?
There are 3 correct answers to this question.

Response:

CASTE Expression

CASE expression

Nested CASE expression

Unit conversion

Currency Conversion

Question: Score 0 of 1

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?

https://www.erpprep.com/node/9095/take 3/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

There are 2 correct answers to this question.

Response:

X is an ABAP Dictionary table

X is an AMDP method

X is a stored procedure.

X is an SAP HANA view

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

Use the CLIENT SPECIFIED addition.

Include the client field in the join condition.

Include the client field in the WHERE condition.

Include the client field in the field list.

Question: Score 0 of 1

Discuss the basic approach of classical ABAP programming?

There are 2 correct answers to this question.

Response:

Creating and consuming all the contents from network

Keep load from the database

https://www.erpprep.com/node/9095/take 4/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

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

Question: Score 0 of 1

How to create a core data services view?

There are 3 correct answers to this question.

Response:

Use additional annotations – marked with the @ sign

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

Use data services tools for updates

Use SQL capabilities for Netweaver

Use the ABAP Development Tools for SAP NetWeaver.

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

Check Pre-Requisites

Switch on proposal search for input fields

Identify Elementary Search Help

Process on all the input fields

Automatic updates of all the input fields

https://www.erpprep.com/node/9095/take 5/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

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

SAP BW innovations

HW technology and innovations

SAP SW technology and innovations

Question: Score 0 of 1

You changed an SAP HANA object that you transported using an SAP HANA
Transport container. You want to release the transport request with your changes.

In which sequence do you perform activities in the ABAP development system


immediately before the release?
Please choose the correct answer.

Response:

Open the package


Select take snapshot and Save
Activate the SAP HANA Delivery unit
Activate the SAP HANA transport container

Open the ABAP transport request


Select take snapshot and Save
Activate the SAP HANA transport container

Open the SAP HANA transport container


Select take snapshot and Save
Activate the SAP HANA Transport Container

Open the SAP HANA delivery unit


Select take snapshot and Save
Activate the SAP HANA Delivery unit
Activate the SAP HANA transport container

https://www.erpprep.com/node/9095/take 6/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

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

BW system

DBMS Cockpit

Question: Score 0 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 productive system.

Activate the new SQL Monitor in a development system.

Question: Score 0 of 1

Which tasks does the ABAP managed database (AMDP) framework perform?
There are 2 correct answers to this question.

Response:

Delete the obsolete versions of the database procedure asynchronously


https://www.erpprep.com/node/9095/take 7/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Create a new version of the database when the AMDP is first activated

Create a new version of the database when the AMDP is first called

Delete the obsolete versions of the database procedure synchronously

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

GET_METADATA

SET_PARAM_TABLE

NEXT_PACKAGE

SET_PARAM

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

The Data Storage interface

The Database independent interface

https://www.erpprep.com/node/9095/take 8/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

Question: Score 0 of 1

Explain the Enterprise Information System of - SAP HANA Implementation


Scenarios?

There are 3 correct answers to this question

Response:

HANA Modeling

All SAP applications on one SAP HANA platform

HANA Accelerators

Business Suite on HANA / BW on SAP HANA

All HANA Combinations on one platform

Question: Score 0 of 1

Hybrid Data Management System – Combining different paradigms in one system.


Discuss capabilities associated with the Hybrid Data Management system?

There are 3 correct answers to this question.

Response:

Traditional disk-based tables

Built-in support for planning

Text indexing capabilities

Text analysis and search

Linguistic search capabilities

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

https://www.erpprep.com/node/9095/take 9/10
12/4/2019 SAP Certified Development Specialist - ABAP for SAP HANA - Mini | ERPPrep

https://www.erpprep.com/node/9095/take 10/10

You might also like