Download - E HANAAW151 Sample Questions

Transcript
Page 1: E HANAAW151 Sample Questions

SAP EDUCATION

SAMPLE QUESTIONS:

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

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? Please choose the correct answer.

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.

Page 2: E HANAAW151 Sample Questions

3. What are functions of the ABAP Managed Database Procedure (AMDP) framework? Note: There are 2 correct answers to this question.

a) O It deletes obsolete versions of the database procedure asynchronously

b) O It creates the database procedure when the AMDP is first called.

c) O It creates the database procedure when the AMDP is first activated.

d) O It deletes obsolete versions of the database procedure synchronously.

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?

Page 3: E HANAAW151 Sample Questions

Please choose the correct answer.

a) O {it_books}

b) O :it_books

c) O @it_books

d) O it_books

Solutions

1 a) Correct 2 a) Correct 3 a) Correct 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) Incorrect 2 d) Incorrect 3 d) Incorrect 4 d) Correct 5 d) Incorrect

4 e) Correct

Page 4: E HANAAW151 Sample Questions

Want to learn more? Contact SAP for more information.