CV0-004 · Question #174
An IT manager needs to deploy a cloud solution that meets the following requirements: - Users must use two authentication methods to access resources. - Each user must have 10GB of storage space by…
The correct answer is C. MFA and storage quotas. The two requirements map directly to MFA and storage quotas. Multi-Factor Authentication (MFA) requires users to present two or more authentication factors (e.g., password + OTP), satisfying the 'two authentication methods' requirement. Storage quotas allow administrators to…
Question
An IT manager needs to deploy a cloud solution that meets the following requirements:
- Users must use two authentication methods to access resources.
- Each user must have 10GB of storage space by default.
Which of the following combinations should the manager use to provision these requirements?
Options
- AOAuth 2.0 and ephemeral storage
- BOIDC and persistent storage
- CMFA and storage quotas
- DSSO and external storage
How the community answered
(61 responses)- A8% (5)
- B2% (1)
- C87% (53)
- D3% (2)
Explanation
The two requirements map directly to MFA and storage quotas. Multi-Factor Authentication (MFA) requires users to present two or more authentication factors (e.g., password + OTP), satisfying the 'two authentication methods' requirement. Storage quotas allow administrators to define a fixed storage allocation per user (e.g., 10GB by default), satisfying the storage requirement. OAuth 2.0 is an authorization framework, not an authentication method. OIDC is an identity layer on OAuth and handles authentication but does not address storage allocation. SSO provides seamless access across systems but uses a single authentication event, not two methods. Ephemeral storage is temporary and not suitable for persistent user data.
Topics
Community Discussion
No community discussion yet for this question.