Practice test
Answer the following questions:
- Select the command that can be used to create a new repository in CSR called
my-first-csr
through the CLI:a)
gcloud create source repos my-first-csr
b)
gcloud source repos create my-first-csr
c)
gcloud create source repos my-first-csr
d)
gcloud source repo create my-first-csr
- Which of the following options allows one-way sync with CSR?
a) GitHub
b) Bitbucket
c) None of the above
d) Options a and b
- Select the frequency of one-way sync from supported repository types to CSR:
a) Every 5 minutes
b) Configurable
c) Real-time
d) Near real-time
- Which of the following is not a supported search filter in CSR?
a) Search file contents
b) Search by language
c) Search by function
d) Search by including terms
- If the Detect Security Keys CSR feature is enabled, then when will CSR enforce this check?
a) When a file is created
b)
git add
c)
git push
d)
git commit
- Select the command to override security key detection at a commit level:
a)
git push...