Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub

Data Science Model Deployments and Cloud Computing on GCP - Lab - Continuous Deployment Using Cloud Build and GitHub

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

This video tutorial covers the process of setting up continuous deployment using Cloud Build. It begins with creating a GitHub repository and uploading necessary files. The tutorial then guides through creating a Cloud Build trigger in Google Cloud Platform (GCP) and configuring IAM permissions. Finally, it demonstrates testing the deployment by making changes to the source code and observing the automated build and deployment process.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in setting up continuous deployment using Cloud Build?

Configure a virtual machine

Create a new GitHub repository

Set up a Jenkins server

Install Docker

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the cloudbuild git.yaml file?

To store Docker images

To create virtual machines

To define build steps and configurations

To manage user permissions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file format is used for the Cloud Build configuration?

JSON

YAML

CSV

XML

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of a trigger in Cloud Build?

To create virtual networks

To manage user authentication

To deploy applications to App Engine

To initiate builds based on repository changes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What must be enabled in GCP to assign permissions for Cloud Build?

BigQuery API

Compute Engine API

IAM API

Cloud Storage API

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to authenticate before running permission commands?

gcloud auth login

gcloud compute start

gcloud iam enable

gcloud build deploy

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when a change is made to the source code in the GitHub repository?

The source code is deleted

The repository is archived

The build is triggered and the application is redeployed

The application is automatically deployed to App Engine