Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter’s material. You will find the answers in the Assessments section of the appendix:
- True or false? You achieve continuous integration if you compile all the branches of your project at least daily.
- True or false? A classic build definition is always connected to a source code repository.
- True or false? A YAML pipeline definition is always connected to a source code repository.
- Which of the following is needed to call an external tool from an Azure pipeline?
- An external service definition
- An Azure service connection
- A service connection
- A service locator
- What are some common reasons for using self-hosted agents? Choose all of the correct answers from the following:
- Access to closed networks is needed.
- Specific extension tasks need to be available to the agent.
- The number of parallel pipeline executions needs to be larger than 10.
- Specific software needs...