NCP-EUC · Question #60
How can a DaaS environment be configured for multitenancy?
The correct answer is B. Isolating user sessions and data. Multitenancy in a DaaS environment fundamentally requires that each tenant's (organization's or user group's) sessions and data are completely isolated from one another, preventing cross-tenant access or data leakage. This isolation is the defining characteristic of a…
Question
How can a DaaS environment be configured for multitenancy?
Options
- AImplementing user authentication methods
- BIsolating user sessions and data
- CConfiguring network security policies
- DAllocating virtual machine resources
How the community answered
(27 responses)- A4% (1)
- B89% (24)
- C4% (1)
- D4% (1)
Explanation
Multitenancy in a DaaS environment fundamentally requires that each tenant's (organization's or user group's) sessions and data are completely isolated from one another, preventing cross-tenant access or data leakage. This isolation is the defining characteristic of a multitenant architecture. While authentication (A), network security policies (C), and resource allocation (D) are all important supporting elements of a DaaS deployment, they do not individually define or configure multitenancy - session and data isolation is the core mechanism that makes a shared infrastructure safe for multiple independent tenants.
Topics
Community Discussion
No community discussion yet for this question.