Practice test
Answer the following questions:
- Select the command that can be used to create a new repository in CSR called
my-first-csrthrough the CLI:a)
gcloud create source repos my-first-csrb)
gcloud source repos create my-first-csrc)
gcloud create source repos my-first-csrd)
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 addc)
git pushd)
git commit - Select the command to override security key detection at a commit level:
a)
git push...