Practice test
Answer the following questions:
- Select all possible options that Cloud Build can import source code from (multiple):
a) GitHub and Bitbucket
b) Google Cloud Storage
c) CSR
d) None of the above
- Cloud Build requires a build configuration file. Select the option that represents this:
a)
cloudbuild.json
,cloudbuild.xml
b)
build.json
,build.yaml
c)
cloudbuild.json
,cloudbuild.yaml
d)
build.json
,build.xml
- Select the command that will configure Cloud Build to store an image in Container Registry during the build process:
a) The
push
commandb) The
docker put
commandc) The
put
commandd) The
docker push
command - Which of the following options can be used to store container images?
a) Container Analysis
b) Cloud Build
c) Container Registry
d) CSR
- Select the option that stores trusted metadata used later in the authorization process:
a) Container Registry
b) Container Analysis
c) Container Scanning
d) Container Artifactory
- Select the option that represents an intermediate...