Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Data Science Model Deployments and Cloud Computing on GCP - Heroku with a Database

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers deploying a full stack application on Heroku, starting with a simple setup using Git and Heroku commands. It identifies a common issue with database setup and explains how to configure Heroku Postgres as an add-on service. The tutorial also demonstrates migrating local database data to Heroku and concludes with a brief introduction to AWS services.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of the video tutorial?

To understand cloud computing concepts

To create a new database from scratch

To learn basic HTML coding

To deploy a simple full stack application on Heroku

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command is used to push the application to Heroku?

git push origin main

git push Heroku main

git deploy Heroku

git upload Heroku

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What was the problem encountered after the initial deployment?

The server was not running

The application was not responsive

The database was not set up

The front end was missing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of Postgres in the application?

It serves as the front end framework

It is used for server-side scripting

It acts as the database application

It is a cloud hosting service

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it necessary to add a database service in Heroku?

To enhance the application's user interface

To store and manage application data

To improve server performance

To enable real-time data processing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to create a Heroku Postgres add-on?

Heroku add-ons:create Postgres

Heroku add-ons:create Heroku Postgres

Heroku add-ons:install Postgres

Heroku add-ons:install Heroku Postgres

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of transferring local data to Heroku?

To backup data locally

To ensure data is available in the cloud

To delete local data

To test the application locally