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:
- Which of the following features describes containers (pick two)?
- Portability between environments
- Large image size
- Small image size
- High security
- Which of the following is true (pick two)?
- Applications are easy to package in containers
- Applications are easy to package in virtual machines
- Container images are easy to share
- VM images are easy to share
- What programming language do developers have to learn to run their code in containers?
- Dockerlang
- Golang
- Python
- None – containers allow the same languages that are supported by the OS environment
- Which of the following problems do containers address (pick two)?
- Unmet dependencies between environments
- Bugs in application code
- Need to test application code
- Long VM startup times
- Which of the following is used by containers (pick two...