What is a Microservice

Cloud Virtualization Containers and APIs

Week 3 Quiz

 

Question 1

What is a Microservice?

1 / 1 point

You got it! Microservices allow for applications to be built as a collection of small services.

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

Question 2

Which of the following is a DevOps best practice?

1 / 1 point

You got it! Provisioning the infrastructure as code is a DevOps best practice.

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

Question 3

What is serverless?

1 / 1 point

You got it! Serverless refers to running code without a server.

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

Question 4

What is Flask used for?

1 / 1 point

You got it! Flask is a Python-based Microservice Framework for building web services.

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

Question 5

Microservices can be built in which language?

1 / 1 point

You got it! Microservice architectures let multiple languages be used to develop applications, if necessary.

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

Question 6

What protocol is most common for a Microservice?

1 / 1 point

You got it! Most Microservices are HTTP based.

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

Question 7

Why would you monitor a Microservice?

1 / 1 point

You got it! Monitoring in Cloud computing is essential for Microservice.

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

Question 8

Why are communication and collaboration important for DevOps?

1 / 1 point

You got it! Communication and collaboration are essential to organizations implementing DevOps.

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

Question 9

How does Continuous Delivery (CD) help Microservices?

1 / 1 point

You got it! Small changes allow for rapid development of fixes and updates with CD.

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

Question 10

Why is Continuous Integration (CI) important with Microservices?

1 / 1 point

You got it! Linting code can catch syntax bugs before they make it to production.