CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 107: Google Cloud Professional Cloud Developer

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 fil…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Store and retrieve the file contents using Compute Engine instance metadata.
  2. B. Output the file contents to a file in /workspace. Read from the same /workspace file in the subsequent build step. — đáp án hiện tại
  3. C. Use gsutil to output the file contents to a Cloud Storage object. Read from the same object in the subsequent build step.
  4. 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.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề