Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case

Data Science Model Deployments and Cloud Computing on GCP - Overview Product Wishlist Use Case

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains a use case involving a web-based or mobile e-commerce application where users manage their wish lists. A microservice captures session ID, product ID, and wish list status, writing them to a topic that triggers a cloud function. This function processes the data into a data store, allowing real-time data exposure. The lab session focuses on using the command line to send JSON payloads to trigger cloud functions, demonstrating a realistic application scenario.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three key values captured by the microservice in the e-commerce application?

Session ID, Product ID, and Wish List Status

User ID, Product Name, and Cart Status

Session ID, User Name, and Product Price

Product ID, User ID, and Purchase Status

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What triggers the cloud function in the described e-commerce application?

A pops up topic receiving specific values

A user logging into the application

A user adding a review

A product being purchased

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the cloud function in the e-commerce application?

To display products to users

To manage user accounts

To process data from a JSON payload and store it

To send notifications to users

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the lab session, what will students use to send JSON payloads?

A web browser

A mobile app

The command line

A spreadsheet

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of the lab session described in the video?

To practice deploying a web server

To simulate a real-world e-commerce application scenario

To learn how to design a user interface

To create a new mobile application