
Ultimate access to all questions.
Your development team has created multiple Cloud Functions in Java, along with integration and service tests. You are using Cloud Build to build, deploy, and execute the tests. The Cloud Build job reports deployment failures right after successful code validation. What steps should you take to resolve this?
A
Check the maximum number of Cloud Function instances.
B
Verify that your Cloud Build trigger has the correct build parameters.
C
Retry the tests using the truncated exponential backoff polling strategy.
D
Verify that the Cloud Build service account is assigned the Cloud Functions Developer role.