Você está na página 1de 4

SAP EDUCATION

SAMPLE QUESTIONS:

SAP Certified Development Specialist (Edition 2016) - ABAP for SAP HANA

Disclaimer: These sample questions are for self-evaluation purposes only and do not appear on the actual certification exams.
Answering the sample questions correctly is no guarantee that you will pass the certification exam. The certification exam
covers a much broader spectrum of topics, so do make sure you have familiarized yourself with all topics listed in the exam
competency areas before taking the certification exam.

Questions

1. You create a check variant in the Code Inspector which includes the check 'Search problematic Select *
statements'. SAP HANA is used as the database.

In the check parameters, which value would you use for the percentage of fields that are effectively used?

a) O A lower value than on a traditional, row-store only based


database
b) O The same value as on a traditional, row-store only based
database
c) O A value that you calculate based on the number of tables

d) O A higher value than on a traditional, row-store only based


database

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

Note: There are 2 correct answers to this question.

a) O Perform expensive calculations on the database.

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

c) O Aggregate data on the database, and transfer the results to the


ABAP layer.

d) O Perform expensive calculations on the ABAP application server.


3. Which tasks does the ABAP Managed Database Procedure (AMDP) framework perform?

Note: There are 2 correct answers to this question.

a) O Creating a new version of the database procedure when the


AMDP is first activated.

b) O Deleting the obsolete versions of the database procedure


asynchronously.

c) O Deleting the obsolete versions of the database procedure


synchronously.

d) O Creating a new version of the database procedure when the


AMDP is first called.

4. What information can you specify using annotations (marked with the @ sign) when you define a Core
Data Services (CDS) view in an ABAP system?

Note: There are 3 correct answers to this question.

a) O The logic for aggregations, grouping records, and filtering groups


of the CDS view.

b) O The join conditions of the CDS view.

c) O The name of the representation of the CDS view in the ABAP


dictionary.

d) O The client dependency of the CDS view.

e) O The extent to which records of the CDS view should be buffered


on the application server.
5. You have an SQLScript procedure with a table input parameter it_books. You want to use the
parameter on the right-hand side of an assignment operator within the procedure.

How do you refer to the parameter?

a) O {it_books}

b) O :it_books

c) O @it_books

d) O it_books
Solutions

1 a) Incorrect 2 a) Correct 3 a) Incorrect 4 a) Incorrect 5 a) Incorrect

1 b) Incorrect 2 b) Incorrect 3 b) Correct 4 b) Incorrect 5 b) Correct

1 c) Incorrect 2 c) Correct 3 c) Incorrect 4 c) Correct 5 c) Incorrect

1 d) Correct 2 d) Incorrect 3 d) Correct 4 d) Correct 5 d) Incorrect

4 e) Correct

Want to learn more? Contact SAP for more information.

Você também pode gostar