Practice free →
HomeGCP Professional Cloud Architectcloudcomputinggcppcasecurity › Which GCP feature lets a workload outside GCP (e…

Which GCP feature lets a workload outside GCP (e.g. AWS / Azure / on-prem) authenticate to GCP APIs WITHOUT a long-lived service-account key?

ACloud DNS
BDisabling IAM on the project
CWorkload Identity Federation
DHardcoding a JSON service-account key file in the workload
Answer & Solution
Correct answer: C. Workload Identity Federation
Workload Identity Federation federates external identities to short-lived GCP tokens (per the exam guide §3.1). The other options leak credentials or remove auth.
Solve this in the app — GCP Professional Cloud Architect practice & 24k+ MCQs →
Related questions