nerdexam
Google

CLOUD-DIGITAL-LEADER · Question #112

When you update the function in firebase by deploying updated code, instances for older versions are cleaned up along with build artifacts in __________________ and replaced by new instances.

The correct answer is B. Storage and Container Registry. When you redeploy a Firebase Cloud Function with updated code, the build process produces two types of artifacts: the container image (stored in Google Container Registry) and the build source/output files (stored in Google Cloud Storage). Both are cleaned up and replaced when…

Application Deployment and Management

Question

When you update the function in firebase by deploying updated code, instances for older versions are cleaned up along with build artifacts in __________________ and replaced by new instances.

Options

  • AGoogle Cloud console.
  • BStorage and Container Registry.
  • CContainer Registry repository.
  • DNone of the Above

How the community answered

(20 responses)
  • A
    5% (1)
  • B
    95% (19)

Explanation

When you redeploy a Firebase Cloud Function with updated code, the build process produces two types of artifacts: the container image (stored in Google Container Registry) and the build source/output files (stored in Google Cloud Storage). Both are cleaned up and replaced when new instances are deployed. Option B - 'Storage and Container Registry' - correctly identifies both artifact storage locations. Option C is incomplete as it only mentions Container Registry and omits Cloud Storage.

Topics

#Firebase Functions#Deployment#Cloud Storage#Container Registry

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice