Data Science Model Deployments and Cloud Computing on GCP - Lab Assignment - Set Up Alerting for Cloud Function Applicat

Data Science Model Deployments and Cloud Computing on GCP - Lab Assignment - Set Up Alerting for Cloud Function Applicat

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides students through creating an alerting policy for a Google Cloud Function. It covers deploying a cloud function with a maximum instance parameter, setting up alerts in Google Cloud Platform (GCP) to notify via email when instances exceed a threshold, and testing the function using a Python script. The tutorial emphasizes understanding cloud function scaling and alert configuration.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary task of the assignment related to cloud functions?

Modify the cloud function's code

Set up an alerting policy for cloud function instances

Create a new cloud function

Delete a cloud function

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What parameter is used to limit the number of cloud function instances?

Max instance

Scale factor

Min instance

Instance limit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should you create an alert to monitor cloud function instances?

In the Cloud Function code

In the GCP Alerting section

In the Cloud Storage settings

In the Cloud Console

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Python script mentioned in the tutorial?

To delete cloud function instances

To modify the cloud function's code

To test the scaling of the cloud function

To deploy a new cloud function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you ensure before running the Python script locally?

The cloud function is paused

The credentials file is available

The cloud function is deleted

The cloud function is modified