Which of the following information is contained in the output of git status? (Choose three correct answers.)
Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)
What implications does container virtualization have for DevOps? (Choose two answers.)
Which of the following statements regarding microservices are true? (Choose three correct answers.)
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.)
A declarative Jenkins pipeline contains the following excerpt:parameters {string (name: 'TargetEnvironment', defaultValue: 'staging', description: 'Target environment')}How can a task use the value provided for TargetEnvironment?
A Dockerfile contains the statements:COPY data/ /data/VOLUME /dataWhat happens when the resulting container is started without any additional volume configuration? (Choose two correct answers.)