Question 6 of 77

What do you need in a multitenant database container (MDC) system to run queries across tenant databases? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, D.

To run queries across tenant databases in a multitenant database container (MDC) system, you need to ensure that the user in the source system is associated with a user in the target database. This association, often known as a remote identity, is crucial because the associated user in the target database will execute the query and their authorization is checked. Additionally, cross-tenant database communication must be explicitly activated as it is not enabled by default and requires configuration.

Community Votes2 votes
CDMost voted
50%
ADSuggested
50%
Question 7 of 77

Which system usage types are automatically assigned to tiles in the SAP HANA cockpit? (Choose three.)
Answer

Suggested Answer

The suggested answer is A, B, C.

The system usage types automatically assigned to tiles in the SAP HANA cockpit are Quality assurance, Development, and Production. These usage types are typically predefined and crucial for the management and monitoring of various environments within SAP HANA. Custom type is user-defined and not automatically assigned, and Test environments are often managed similarly to Quality Assurance.

Community Votes2 votes
BCEMost voted
100%
Question 8 of 77

Which connection type is used by default for restricted users?
Answer

Suggested Answer

The suggested answer is C.

Restricted users are initially limited in the ways they can interact with the database. Specifically, they cannot create objects or view data due to not being granted certain roles. By default, they are only allowed to connect via HTTP or HTTPS.

Community Votes2 votes
CSuggested
100%
Question 9 of 77

Which actions are performed during the database migration option (DMO) procedure when you select the ‘Do not compare table contents’ option? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, C.

When you select the 'Do not compare table contents' option during the database migration option (DMO) procedure, the following actions are performed: The clustered tables are declustered, facilitating the transition to the new database structure. Additionally, a row count is executed for the migrated tables to ensure data accuracy in terms of the number of rows, without comparing the actual contents of the rows. Generating a check sum every 10000 rows or content comparison for repository tables would defeat the purpose of opting not to compare table contents.

Community Votes1 vote
CDMost voted
100%
Question 10 of 77

How are user group administrators and user groups related? (Choose two.)
Answer

Suggested Answer

The suggested answer is B, C.

A user group administrator can manage multiple user groups, and a user group can have multiple administrators. This means that there is not a strict one-to-one relationship between user group administrators and user groups.

Community Votes1 vote
BCSuggested
100%