Hard1 markMultiple Choice
Subtask 3.1: Design for SecurityVPC Service ControlsSecurityData ExfiltrationHIPAA

GCP PCA · Question 16 · Design for Security

CASE STUDY: HealthSecure

Company Overview:
HealthSecure provides electronic health record (EHR) systems and telemedicine platforms to hospitals across North America. They handle highly sensitive patient data.

Current Technical Environment:

  • Co-located data centers with strict physical security.
  • Monolithic .NET applications running on Windows Server.
  • Microsoft SQL Server databases.
  • Custom-built video streaming solution for telemedicine.

Business Requirements:

  • Migrate to the cloud to improve scalability during telemedicine surges.
  • Maintain strict compliance with HIPAA and HITECH regulations.
  • Enable interoperability with other healthcare providers using FHIR standards.

Executive Statements:

  • CEO: "Telemedicine is exploding. We need to scale instantly to meet patient demand."
  • Chief Risk Officer (CRO): "Security and compliance are our license to operate. A data breach would destroy us."
  • CTO: "We want to leverage cloud-native AI/ML for medical image analysis in the future."

Technical Requirements:

  • End-to-end encryption for all data at rest and in transit.
  • Strict network isolation to prevent data exfiltration.
  • Comprehensive audit logging of all data access.
  • High availability across multiple regions.

Constraints:

  • Must use Customer-Managed Encryption Keys (CMEK).
  • Third-party auditors require detailed compliance reports.
  • Legacy .NET applications cannot be easily containerized without refactoring.

QUESTION:
To meet the CRO's requirement for strict network isolation and prevent data exfiltration of sensitive patient records, which GCP security feature must be implemented?

Answer options:

A.

Cloud Armor

B.

VPC Service Controls

C.

Identity-Aware Proxy (IAP)

D.

Hierarchical Firewall Policies

How to approach this question

Identify the GCP service specifically designed to mitigate data exfiltration risks by creating perimeters around managed services.

Full Answer

B.VPC Service Controls✓ Correct
VPC Service Controls allows you to define a security perimeter around Google Cloud services. It ensures that sensitive data stored in services like Cloud Storage or Cloud SQL cannot be accessed from outside the perimeter, effectively mitigating the risk of data exfiltration, which is critical for HIPAA compliance.

Common mistakes

Confusing VPC Service Controls with standard VPC Firewalls (Option D). Firewalls protect VMs; VPC SC protects Google APIs.

Practice the full GCP Professional Cloud Architect Practice Exam 7

50 questions · hints · full answers · grading

More questions from this exam