Sei sulla pagina 1di 9

1. Which of the following are true about the SAP HANA Information Composer?

Options (more than 1 answers is correct)


A. It is web based - Right Answer
B. It is more powerful than HANA Studio
C. It can be used to create calculation views - Right Answer
D. It is used primarily by administrative users
2. What is the procedural extension in SQLScript?
Options
A. It allows the definition of table types without corresponding tables
B. It allows SQLScript code to be executed without the HANA environment
C. It allows definitions of (side effect free) functions which can be used to
express and encapsulate complex data
D. It provides imperative constructs executed in the context of the database
process - Right Answer

3. Which of the following are true about authoring schema?


Options(more than 1 answers is correct)
A. It is a physical database schema with which content objects are created -
Right Answer
B. It resides in the target system
C. It can be mapped to a different database system in the target system - Right
Answer
D. It resides in the source system. - Right Answer

4. Which of the following modeling constructs are used in analytic views?


Options(more than 1 answers is correct)
A. Attribute views - Right Answer
B. Other analytic views
C. Calculation views
D. Database tables - Right Answer

5. What is the type of license key that, if installed, causes the HANA system to lock
down when memory consumption of the HANA database exceeds the licensed
amount plus some
Options
A. Permanent license key
B. Temporary license key
C. Unenforced license key
D. Enforced license key - Right Answer

6. What restriction of an analytic privilege determines for which column views the
privilege is
Options
A. Cube restriction - Right Answer
B. Activity restriction
C. Validity restriction
D. Dimension restriction

7. Which of the following must include at least one measure?


Options
A. Attribute view
B. Analytic view - Right Answer
C. Calculation view
D. System view

8. Which of the following are used to grant row level access in views?
Options
A. Analytic privileges - Right Answer
B. Package privileges
C. SQL privileges
D. System privileges

9. Which of the following are true about the amount of memory allocated to HANA
database?
Options(more than 1 answers is correct)
A. HANA shares the same memory pool as the operating system
B. More memory is allocated to the HANA reserve pool as used memory grows -
Right Answer
C. The default global allocation limit is 90% of system memory - Right Answer
D. Actual memory usage is reflected in Linux memory indicators such as top and
meminfo - Right Answer
10. Which of the following are responsibilities of the authorization manager?
Options
A. It assigns privileges to users
B. It checks for user privileges - Right Answer
C. It allocates memory space for newly loaded tables
D. It coordinates external logins through communication with the operating
system

11. Which of the following are true about R?


Options(more than 1 answers is correct)
A. It is developed by SAP
B. It is used for statistical computing and graphics - Right Answer
C. It is executed in the database layer
D. R programs can be embedded in SQLScript in HANA - Right Answer

12. Which of the following are responsibilities of SAP?


Options
A. Installation of HANA hardware
B. Configuration of HANA hardware
C. Support of HANA software - Right Answer
D. Data modeling

13. What is the data extension in SQLScript?


Options
A. It allows the definition of table types without corresponding tables - Right
Answer
B. It allows SQLScript code to be executed without the HANA environment
C. It allows definitions of (side effect free) functions which can be used to
express and encapsulate complex data flows
D. It provides imperative constructs executed in the context of the database
process
14. Revenue, quantity sold, and counter are modeled as which of the following?
Options
A. Attributes
B. Measures - Right Answer
C. Table partitions
D. Analytical privileges

15. Which of the following are true about the query plan?
Options
A. It explains which basic operations have to be performed in order to execute
the statement - Right Answer
B. It is available to be viewed by the modeler
C. It is randomly generated for any given statement
D. It is constructed using analytic views and calculation views

16. Customer name, country, and id are modeled as which of the following?
Options
A. Attributes - Right Answer
B. Measures
C. Table partitions
D. Analytical privileges

17. In which of the following scenarios can the user successfully access a view?
Options(more than 1 answers is correct)
A. The user has SELECT privilege on the view, but not on the underlying tables -
Right Answer
B. The user has analytic privileges on the view, but not on the underlying tables
C. The user has SELECT privileges on all underlying tables, but not on the view
itself - Right Answer
D. The user has no privileges related to the view and its underlying tables, but
has SELECT privilege on another view within repository

18. Which of the following are responsibilities of the transaction manager?


Options(more than 1 answers is correct)
A. It coordinates database transactions - Right Answer
B. It controls transactional isolation - Right Answer
C. It keeps track of running and closed transactions - Right Answer
D. It records transactions as stored procedures for analysis
19. What restrictions of an analytic privilege determine the attributes to filter by?
Options
A. Cube restrictions
B. Activity restrictions
C. Validity restrictions
D. Dimension restrictions - Right Answer

20. Through what means are privileges of activated objects managed?


Options
A. Stored procedures - Right Answer
B. Backup and restore
C. Privileges of activated objects cannot be managed
D. Privileges do not apply to activated objects

21. Which of the following are true about the backup process?
Options(more than 1 answers is correct)
A. The system functions as usual during backup - Right Answer
B. Backup can be performed when the system is offline
C. Backup can be performed on the entire database - Right Answer
D. Backup can be performed on individual database objects
E. Configuration files (.ini) are backed up

22. Which of the following are true about analytic privileges?


Options(more than 1 answers is correct)
A. They can be used to govern read operations - Right Answer
B. They can used to govern write operations
C. They can be used with calculation views - Right Answer
D. They can be used with analytic views - Right Answer
E. They can be used with attribute views - Right Answer
23. What restriction of an analytic privilege determines the time period for which
the privilege
Options
A. Cube restriction
B. Activity restriction
C. Validity restriction - Right Answer
D. Dimension restriction

24. What view can we use to do currency conversion?


Options
A. Attribute view
B. Analytic view
C. Calculation view - Right Answer
D. System view

25. What is the functional extension in SQLScript?


Options
A. It allows the definition of table types without corresponding tables
B. It allows SQLScript code to be executed without the HANA environment
C. It allows definitions of (side effect free) functions which can be used to
express and encapsulate complex data - Right Answer
D. It provides imperative constructs executed in the context of the database
process

26. Which of the following are true about the backup recovery process?
Options(more than 1 answers is correct)
A. Recovery can be performed for the entire database - Right Answer
B. Recovery can be performed for individual database objects
C. Recovery is possible for data from complete data backups - Right Answer
D. Recovery is possible for data available in log area and log backups - Right
Answer
E. Recovery is only possible to a point in time within existing log backups - Right
Answer
F. It is possible to recover to a lower system release
27. Which of the following are responsibilities of the SAP hardware partner?
Options
A. Installation of HANA hardware - Right Answer
B. Configuration of HANA hardware - Right Answer
C. Support of HANA software
D. Data modeling

28. What is meant by the lazy loading of columns?


Options(more than 1 answers is correct)
A. Loading tables by columns requires fewer lines of SQLScript than loading
tables by rows
B. HANA loads columnar tables column by column only upon use - Right Answer
C. Columns that are not used are never loaded - Right Answer
D. Commonly use columns are stored in and loaded from row store instead of
column store

29. Which of the following are true about a temporary license key?
Options(more than 1 answers is correct)
A. It does not limit the functionalities of the SAP HANA system - Right Answer
B. It limits the size of individual tables loaded into the SAP HANA system
C. A 90 day temporary license key is automatically installed with a new SAP
HANA database - Right Answer
D. A 28 day temporary license key is automatically installed when a permanent
license key expires before a new - Right Answer
30. Which perspective in HANA studio is used for data modeling?
Options
A. Administrative perspective
B. Analytics perspective
C. Life Cycle Management perspective
D. Modeling perspective - Right Answer

31. What would we need to create to derive a customers full name from first and
last name?
Options
A. Calculated attribute - Right Answer
B. Calculated measure
C. Attribute union
D. Localization service

32. Which of the following are true for the ELT replication mechanism?
Options(more than 1 answers is correct)
A. A data store needs to be set up for the source system - Right Answer
B. A data store needs to be set up for the target system (HANA) - Right Answer
C. Replication is handled by the BusinessObjects Data Services server - Right
Answer
D. ELT is trigger based.

33. Which of the following are responsibilities of the request parser?


Options
A. It checks user privileges and grants permissions
B. It optimizes SQL statements and handles routine performance analyses
C. It analyzes the client request and dispatches it to the responsible component
- Right Answer
D. It guards against external SQL injection attacks and maintains security logs
34. What does the merge table function do?
Options
A. Enables table joins that are otherwise impossible with regular joins
B. Merges the committed table entries from the delta into the table. - Right
Answer
C. Analyzes performance and performs load balancing
D. Ensures that the table in HANA is identical to its counterpart in the source
system

35. Which of the following are responsibilities of the customer or consulting


organization?
Options
A. Installation of HANA hardware
B. Configuration of HANA hardware
C. Support of HANA software
D. Data modeling - Right Answer

36. Which of the following can cause a user account to be locked?


Options(more than 1 answers is correct)
A. Password expiration - Right Answer
B. Too many invalid logon attempts - Right Answer
C. System runs out of memory
D. Explicit deactivation - Right Answer

37. Which of the following are required in the data foundation of an analytic view?
Options(more than 1 answers is correct)
A. An attribute view
B. An attribute - Right Answer
C. A measure - Right Answer
D. A counter
38. What is the name of the driver used to access HANA from Java programs?
Options
A. POJO
B. ODBC
C. JDBC - Right Answer
D. JDK

39. Which of the following would be used to allow a user to ALTER or DROP tables?
Options
A. Analytic privileges
B. Package privileges
C. SQL privileges - Right Answer
D. System privileges

40. What functionality would we use to automatically generate one documentation


for multiple views, analytic views, calculation views, and packages?
Options
A. The auto documentation functionality - Right Answer
B. The group migration functionality
C. Microsoft One Note
D. Employee Self Services

Potrebbero piacerti anche