What is Continuous Integration

Cloud Computing Foundations

Week 3

Cloud Onboarding Quiz

 

Question 1

What is Continuous Integration?

1 / 1 point

You got it! Continuous Integration merges the work from multiple developers into a shared repository that is updated automatically several times a day.

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

Question 2

What is an advantage of a Cloud-based development environment?

1 / 1 point

You got it! A Cloud development environment has deep integration with the Cloud tools.

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

Question 3

What is GitHub Actions?

1 / 1 point

You got it! GitHub Actions is a SaaS CI system integrated into GitHub.

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

Question 4

What problem does a Makefile solve?

1 / 1 point

You got it! A Makefile creates a consistent process for running complex commands.

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

Question 5

What can an Azure Cloud Shell be used for?

1 / 1 point

You got it! The Azure Cloud Shell comes pre-configured with Azure commands.

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

Question 6

What is Continuous Delivery (CD)?

1 / 1 point

You got it! This is accomplished by using IaC (Infrastructure as Code).

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

Question 7

What GCP service provides an interactive prompt to run commands?

1 / 1 point

You got it! Google Cloud Shell is a Cloud-based shell.

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

Question 8

Why use Continuous Delivery (CD) to deploy?

1 / 1 point

You got it! CD increases the speed software is deployed and used by the customer.

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

Question 9

What type of testing can uncover usability bugs in software?

1 / 1 point

You got it! Functional testing is most suited to discover usability problems since it tests large portions of a software project.

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

Question 10

What does linting do?

1 / 1 point

You got it! Linting checks the syntax and also conventions of code catching bugs that unit testing alone would not catch.