
DevOps Module 3 Touchpoint
Quiz by Christopher Saunders
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What related to DevOps is the primary function of CloudFormation?
A stark OS that you are responsible for configuring is an example of what cloud type?
A Docker container is often described as an improvement over what other technology?
What would the following command result in:
docker commit -m "Initial Commit" container_ID user_name/repository_name
Containers running on a single machine all share the same operating system kernel.
Containers run as an isolated process in userspace on the host operating system. They're also not tied to any specific infrastructure meaning they will run on any computer, infrastructure and cloud.
Which tool is used for defining and running multi-container Docker applications.
What would the following command result in:
docker push user_name/repository_name
Which of the following can be considered a configuration management tool?
Kebernetes and Docker are the same tool type.
What is the difference between Continuous Delivery and Continuous Deployment?
Before DevOps what other methods were widely used in development cycles?
Which animal makes up the logo for Docker?
Agile and DevOps are similar but differ in a few important aspects. Which statement is correct?
What steps make up the software development life cycle?