Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Google Professional Cloud Developer Exam - Topic 13 Question 45 Discussion

You are using Cloud Build for your CI/CD pipeline to complete several tasks, including copying certain files to Compute Engine virtual machines. Your pipeline requires a flat file that is generated in one builder in the pipeline to be accessible by subsequent builders in the same pipeline. How should you store the file so that all the builders in the pipeline can access it?
B) Output the file contents to a file in /workspace. Read from the same /workspace file in the subsequent build step.
A) Store and retrieve the file contents using Compute Engine instance metadata.
C) Use gsutil to output the file contents to a Cloud Storage object. Read from the same object in the subsequent build step.
D) Add a build argument that runs an HTTP POST via curl to a separate web server to persist the value in one builder. Use an HTTP GET via curl from the subsequent build step to read the value.

Google Professional Cloud Developer Exam - Topic 13 Question 45 Discussion

Actual exam question for Google's Professional Cloud Developer exam
Question #: 45
Topic #: 13
[All Professional Cloud Developer Questions]

You are using Cloud Build for your CI/CD pipeline to complete several tasks, including copying certain files to Compute Engine virtual machines. Your pipeline requires a flat file that is generated in one builder in the pipeline to be accessible by subsequent builders in the same pipeline. How should you store the file so that all the builders in the pipeline can access it?

Show Suggested Answer Hide Answer

Contribute your Thoughts:

0/2000 characters
Tasia
9 months ago
Totally agree with B, it keeps everything contained!
upvoted 0 times
...
Deandrea
9 months ago
Surprised that D is even an option, seems overly complicated.
upvoted 0 times
...
Rebbeca
9 months ago
A sounds risky; metadata isn't meant for file storage!
upvoted 0 times
...
Vanna
9 months ago
I think C is better for scalability and persistence.
upvoted 0 times
...
Emelda
9 months ago
Option B is the simplest way to share files between builders.
upvoted 0 times
...
Bettyann
10 months ago
I vaguely recall something about using HTTP requests for data transfer, but it feels overly complicated for this scenario. Option D might not be the best fit.
upvoted 0 times
...
Haley
10 months ago
I feel like using instance metadata isn't the best for sharing files between builders. Option A seems a bit off to me.
upvoted 0 times
...
Gladis
10 months ago
I remember we discussed using the /workspace directory for sharing files between build steps. It seems like option B could be the right choice.
upvoted 0 times
...
Nathan
10 months ago
I'm not entirely sure, but I think using Cloud Storage with gsutil might be a better approach for larger files. Option C sounds familiar from our practice questions.
upvoted 0 times
...
Taryn
10 months ago
This looks like a straightforward question on non-verbal negotiation tactics. I'll focus on the options that clearly involve body language and gestures.
upvoted 0 times
...
Leeann
10 months ago
I practiced a similar question, and I feel like the static counter should reflect how many A objects are created, so maybe it's 5?
upvoted 0 times
...
Carmelina
10 months ago
Hmm, I'm a little unsure about this one. I know broadcast packets are at the data link layer, but I'm not totally clear on how far up the stack they get processed. Let me re-read the question carefully.
upvoted 0 times
...
Glendora
10 months ago
I'm a little confused by the wording of the question. What exactly do they mean by "should information be kept"? Is this referring to the audit findings, the audit process itself, or something else? I'll need to read the question more carefully to make sure I understand it fully.
upvoted 0 times
...
Ulysses
10 months ago
This question seems straightforward, but I want to make sure I understand the requirements correctly before answering.
upvoted 0 times
...

Save Cancel