CV0-002 · Question #468
Several state and local law enforcement agencies have decided to share information about traffic violations within their state by using a new search application. The state has policies around limiting
The correct answer is D. Deploy the application in the state's shared cloud environment and create federation between the. To share PII-sensitive traffic violation data among state and local law enforcement agencies while maintaining compliance, deploying the application in the state's shared cloud environment with federation is the best approach.
Question
Several state and local law enforcement agencies have decided to share information about traffic violations within their state by using a new search application. The state has policies around limiting the exposure of PII, and each local agency must comply with these policies. Which of the following cloud architecture models would be the BEST approach?
Options
- ADeploy the application to a public cloud and establish connections for each local agencies' private
- BHave each local agency publish its data to an account that has been set up in a public cloud
- CDeploy the application in each local agency's private cloud and create accounts for everyone to
- DDeploy the application in the state's shared cloud environment and create federation between the
How the community answered
(28 responses)- A21% (6)
- B11% (3)
- C4% (1)
- D64% (18)
Why each option
To share PII-sensitive traffic violation data among state and local law enforcement agencies while maintaining compliance, deploying the application in the state's shared cloud environment with federation is the best approach.
Deploying to a public cloud and establishing connections to private clouds might still raise concerns about PII exposure in the public cloud environment and could be complex to manage for multiple agencies, potentially increasing compliance risk.
Having each local agency publish data to a single public cloud account increases the risk of PII exposure and makes it challenging to enforce granular state-level policies across disparate data sources.
Deploying the application in each local agency's private cloud would lead to multiple, disparate instances of the application and data silos, making information sharing inefficient, difficult to manage, and challenging to maintain consistent PII compliance across all instances.
Deploying the application in the state's shared cloud environment, often a community cloud model, provides a centralized, controlled, and trusted platform that can consistently enforce state-level PII policies. Creating federation between the agencies allows for secure identity management and controlled access to the shared application and data, ensuring compliance and limiting PII exposure through controlled authentication and authorization mechanisms.
Concept tested: Community cloud and identity federation for PII sharing
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/what-is-federation
Topics
Community Discussion
No community discussion yet for this question.