What is the use case for Infrastructure as Code (IaC)

Cloud Computing Foundations

Week 5

DevOps Principles Quiz

 

Question 1

What is the use case for Infrastructure as Code (IaC)?

1 / 1 point

You got it! IaC allows for treating Cloud infrastructure as code that is checked into a repository.

========================================

Question 2

What is DevOps?

1 / 1 point

You got it! DevOps is the intersection of best practices including CI/CD, Microservices and teamwork between operations and development.

========================================

Question 3

What is Terraform?

1 / 1 point

You got it! Terraform is a type of Infrastructure as Code (IAC).

========================================

Question 4

What is MLOps?

1 / 1 point

You got it! Machine Learning adds additional requirements to DevOps.

========================================

Question 5

What type of technology is Hugo?

1 / 1 point

You got it! Hugo is a static website generator.

========================================

Question 6

Why use a lint deployment process?

1 / 1 point

You got it! A lint process prevents a deployment error by watching for syntax bugs.

========================================

Question 7

Why is Python a good language for DevOps?

1 / 1 point

You got it! Python makes it easy to build Microservices.

========================================

Question 8

What is a Continuous Delivery Pipeline?

1 / 1 point

You got it! A Continuous Delivery Pipeline is a series of steps including testing and deployment.

========================================

Question 9

Why is Flask useful in a Machine Learning engineering project?

1 / 1 point

You got it! Flask is a Python Microservice framework that complies with DevOps best practices. This makes it ideal to deploy Machine Learning projects with it.

========================================

Question 10

Why are Python functions so powerful for Microservices?

1 / 1 point

You got it! A Python function maps easily to a Microservice.