
DevOps Module 3 Touchpoint
Quiz by Christopher Saunders
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What related to DevOps is the primary function of CloudFormation?
Billing Alarm
Infrastructure as Code
Continuous Integration
Monitoring
30s - Q2
A stark OS that you are responsible for configuring is an example of what cloud type?
Infrastructure as a service (IaaS)
Software as a service (SaaS)
Platform as a service (PaaS)
Serverless
30s - Q3
A Docker container is often described as an improvement over what other technology?
Computing
DevOps
Microservices
Virtual Machines
30s - Q4
What would the following command result in:
docker commit -m "Initial Commit" container_ID user_name/repository_name
Access a running container
Commit changes done in a Docker image
Build an image
Activate a default virtual machine
30s - Q5
Containers running on a single machine all share the same operating system kernel.
truefalseTrue or False30s - Q6
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.
truefalseTrue or False30s - Q7
Which tool is used for defining and running multi-container Docker applications.
Docker Compose
Docker Hub
Docker Swarm
Docker Cloud
30s - Q8
What would the following command result in:
docker push user_name/repository_name
Shoves Docker into a corner
Commit changes done to a Docker image
Push changes done to an image to the Docker Hub.
Makes a snapshot to commit at a later time
30s - Q9
Which of the following can be considered a configuration management tool?
Ansible
Git
Docker
Linux
30s - Q10
Kebernetes and Docker are the same tool type.
falsetrueTrue or False30s - Q11
What is the difference between Continuous Delivery and Continuous Deployment?
Continuous Delivery is a manual task, while Continuous Deployment is an automated task.
Continuous Delivery has a manual release to production decision, while Continuous Deployment has releases automatically pushed to production.
None of the above.
Continuous Delivery includes all steps of the software development life cycle while Continuous Deployment may skip few a steps such as validation and testing.
30s - Q12
Before DevOps what other methods were widely used in development cycles?
AC and DC
Agile and Waterfall
Markup and Apply
Scram and Flash
30s - Q13
Which animal makes up the logo for Docker?
Cat
Whale
Shark
Horse
30s - Q14
Agile and DevOps are similar but differ in a few important aspects. Which statement is correct?
Agile is a change of thinking whereas DevOps is actual organisation cultural change.
DevOps is the tortoise and Agile is the hare.
Agile is actual organisational cultural change whereas DevOps is a change of thinking.
DevOps focuses on product at hand while Agile focuses on speed of project completion.
30s - Q15
What steps make up the software development life cycle?
Planning, Requirements, Design, Build, Document, Test, Deploy, Maintain
Thought, Orchestrate, Rehearse, Rebuild if necessary
Think, Plan, Build, Test
Plan, Create, Deliver, Feedback, Rehash, Recreate, Redeliver
30s