ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 177 - Associate Cloud Engineer discussion

Report
Export

You need to manage a third-party application that will run on a Compute Engine instance. Other Compute Engine instances are already running with default configuration. Application installation files are hosted on Cloud Storage. You need to access these files from the new instance without allowing other virtual machines (VMs) to access these files. What should you do?

A.
Create the instance with the default Compute Engine service account Grant the service account permissions on Cloud Storage.
Answers
A.
Create the instance with the default Compute Engine service account Grant the service account permissions on Cloud Storage.
B.
Create the instance with the default Compute Engine service account Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
Answers
B.
Create the instance with the default Compute Engine service account Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
C.
Create a new service account and assign this service account to the new instance Grant the service account permissions on Cloud Storage.
Answers
C.
Create a new service account and assign this service account to the new instance Grant the service account permissions on Cloud Storage.
D.
Create a new service account and assign this service account to the new instance Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
Answers
D.
Create a new service account and assign this service account to the new instance Add metadata to the objects on Cloud Storage that matches the metadata on the new instance.
Suggested answer: B

Explanation:

https://cloud.google.com/iam/docs/best-practices-for-using-and-managing-service-accounts

If an application uses third-party or custom identities and needs to access a resource, such as a BigQuery dataset or a Cloud Storage bucket, it must perform a transition between principals. Because Google Cloud APIs don't recognize third-party or custom identities, the application can't propagate the end-user's identity to BigQuery or Cloud Storage. Instead, the application has to perform the access by using a different Google identity.

asked 18/09/2024
Stefano Humphries
40 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first