Which database storage technology does native storage extension utilize in SAP HANA Cloud?
Correct Answer: A
In SAP HANA Cloud, native storage extension utilizes dynamic tiering. This approach integrates dynamic tiering by extending in-memory tables with disk-based storage, allowing data to be managed across different storage tiers. Dynamic tiering is particularly effective for managing large volumes of data where not all data needs to reside in memory, thus balancing performance with cost efficiency.References= SAP HANA Cloud documentation on storage and data management, which explains the functionality and benefits of using dynamic tiering within the database system. SAP HANA Architecture
Question 32
Which privilege types are available in SAP HANA Cloud? Note: There are 3 correct answers to this question.
Correct Answer: B,C,E
Question 33
What is the maximum number of replicas you can configure for SAP HANA Cloud?
Correct Answer: D
Question 34
Which data stores are activated by default when you provision an SAP HANA Cloud, SAP HANA database? Note: There are 2 correct answers to this question.
Correct Answer: C,D
Question 35
Youch services can you stop in the SAP HANA cockpit from the SYSTEMDB Manage Services app? To ve: There are 2 correct answers to this question.
Correct Answer: A,D
In the SAP HANA cockpit, particularly within the SYSTEMDB Manage Services app, you have the capability to manage various services, including: * Web dispatcher (A): This is a key component that can be managed directly from the cockpit. It acts as a communication interface between the internet and SAP HANA, routing requests to appropriate components. * Compile server (D): This service, responsible for compiling SQLScript, flowgraphs, and other database procedures into executable code, can also be stopped via the cockpit. The Index server (B) and XS engine (C) represent core components of the SAP HANA system, handling most of the database processes and the application server capabilities, respectively. Stopping these services from the cockpit is not typically supported as they are critical for the basic operations of the database. References= The capabilities and functionalities of the SAP HANA cockpit are well-documented in SAP HANA administration guides, which detail the management and control aspects of various HANA services. SAP HANA Architecture