Sap Education: Sample Questions: C - Hanaimp151
Sap Education: Sample Questions: C - Hanaimp151
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. What does SAP HANA smart data integration use for data provisioning?
c) O Database triggers
d) O Database logs
e) O Real-time adapters
2. Which of the following SAP data provisioning methods provide complex transformations?
b) O Read data from SAP ERP using the embedded SAP BW system.
4. How does SAP recommend modeling a view that contains actual measures from one fact table and
planned measures from another fact table?
Please choose the correct answer.
a) O Create one analytic view for each of the fact tables and create a
calculation view that implements a union over both analytic
views.
b) O Create one attribute view for each of the fact tables and create
an analytic view that implements a union over both attribute
views.
c) O Create one analytic view for each of the fact tables and create a
calculation view that implements a join over both analytic views.
d) O Create one attribute view for each of the fact tables and create a
calculation view that implements a join over both attribute
views.
5. Which of the following can you use as sources for the vocabulary in a decision table?
a) O Calculation views
b) O Table types
c) O OData models
d) O Procedures
e) O Physical tables
6. With which of the following do you build the vocabulary of a decision table?
Please choose the correct answer.
a) O Actions
b) O Attributes
c) O Conditions
d) O Measures
7. When working with your data models, which of the following do you use to get detailed information
about tables, number of rows, and partitioning?
c) O Visualize plan
d) O Explain plan
8. Which package privileges are required to extend an SAP HANA Live view?
a) O REPO.ACTIVATE_NATIVE_OBJECTS
b) O REPO.EDIT_IMPORTED_OBJECTS
c) O REPO.READ
d) O REPO.EDIT_NATIVE_OBJECTS
e) O REPO.MAINTAIN_NATIVE_PACKAGES
9. In which order are views consumed by the SAP HANA Live virtual data model?
Please choose the correct answer.
a) O 1. Reuse2. Private3. Query
b) O 1. Query2.Reuse3. Private
c) O 1. Reuse2. Query3.Private
d) O 1. Query2.Private3. Reuse
10. For which SAP HANA data types is a FULLTEXT index created automatically during table creation?
a) O TEXT
b) O SHORTTEXT
c) O VARCHAR
d) O NCLOB
Solutions
1 e) Correct 5 e) Correct
8 e) Incorrect