
Answer-first summary for fast verification
Answer: Use workload identity federation to impersonate a service account.
To minimize user disruption during the migration of the database to Google Cloud while keeping the application in another public cloud, the recommended practice is to use workload identity federation. This allows the application to impersonate a service account in Google Cloud without requiring users to change their passwords or the application to be migrated to Google Cloud. Option A is correct because it aligns with Google's recommended practices for authentication in such scenarios, ensuring minimal disruption. Options B and D involve password synchronization, which is not recommended for security reasons and does not align with minimizing user disruption. Option C suggests migrating the application to Google Cloud, which contradicts the requirement to keep the application in the other public cloud during the database migration.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can you adhere to Google-recommended authentication practices while migrating your organization's database to Google Cloud from another public cloud, ensuring minimal disruption to users, with the application remaining in the original cloud?
A
Use workload identity federation to impersonate a service account.
B
Ask existing users to set their Google password to match their corporate password.
C
Migrate the application to Google Cloud, and use Identity and Access Management (IAM).
D
Use Google Workspace Password Sync to replicate passwords into Google Cloud.
No comments yet.