Google Prof Cloud Archi - pt 3

Google Prof Cloud Archi - pt 3

University

30 Qs

quiz-placeholder

Similar activities

Cloud Computing - Bangkit Academy 2024 H1

Cloud Computing - Bangkit Academy 2024 H1

University

30 Qs

JAVA BASICS

JAVA BASICS

University

25 Qs

Cloud Computing Basics

Cloud Computing Basics

University

30 Qs

CertyIQ - GACE - pt 4

CertyIQ - GACE - pt 4

University

25 Qs

GCP-Quiz-1

GCP-Quiz-1

University - Professional Development

25 Qs

The GCCP Quiz

The GCCP Quiz

University

25 Qs

Practice Questions DP 300

Practice Questions DP 300

University

25 Qs

CertyIQ - GACE - pt 1

CertyIQ - GACE - pt 1

University

25 Qs

Google Prof Cloud Archi - pt 3

Google Prof Cloud Archi - pt 3

Assessment

Quiz

Computers

University

Medium

Created by

Katheryne Pierce

Used 14+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

The development team has provided you with a Kubernetes Deployment file. You have no infrastructure yet and need to deploy the application. What should you do?

Use gcloud to create a Kubernetes cluster. Use Deployment Manager to create the deployment.

Use gcloud to create a Kubernetes cluster. Use kubectl to create the deployment.

Use kubectl to create a Kubernetes cluster. Use Deployment Manager to create the deployment.

Use kubectl to create a Kubernetes cluster. Use kubectl to create the deployment.

2.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You need to evaluate your team readiness for a new GCP project. You must perform the evaluation and create a skills gap plan which incorporates the business goal of cost optimization. Your team has deployed two GCP projects successfully to date. What should you do?

Allocate budget for team training. Set a deadline for the new GCP project.

Allocate budget for team training. Create a roadmap for your team to achieve Google Cloud certification based on job role.

Allocate budget to hire skilled external consultants. Set a deadline for the new GCP project.

Allocate budget to hire skilled external consultants. Create a roadmap for your team to achieve Google Cloud certification based on job role.

3.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You are designing an application for use only during business hours. For the minimum viable product release, you'd like to use a managed product that automatically scales to zero so you don't incur costs when there is no activity. Which primary compute resource should you choose?

Cloud Functions

Compute Engine

Google Kubernetes Engine

AppEngine flexible environment

4.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You are creating an App Engine application that uses Cloud Datastore as its persistence layer. You need to retrieve several root entities for which you have the identifiers. You want to minimize the overhead in operations performed by Cloud Datastore. What should you do?

Create the Key object for each Entity and run a batch get operation

Create the Key object for each Entity and run multiple get operations, one operation for each entity

Use the identifiers to create a query filter and run a batch query operation

Use the identifiers to create a query filter and run multiple query operations, one operation for each entity

5.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You need to upload files from your on-premises environment to Cloud Storage. You want the files to be encrypted on Cloud Storage using customer-supplied encryption keys. What should you do?

Supply the encryption key in a .boto configuration file. Use gsutil to upload the files.

Supply the encryption key using gcloud config. Use gsutil to upload the files to that bucket.

Use gsutil to upload the files, and use the flag --encryption-key to supply the encryption key.

Use gsutil to create a bucket, and use the flag --encryption-key to supply the encryption key. Use gsutil to upload the files to that bucket.

6.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

Your customer wants to capture multiple GBs of aggregate real-time key performance indicators (KPIs) from their game servers running on Google Cloud Platform and monitor the KPIs with low latency. How should they capture the KPIs?

Store time-series data from the game servers in Google Bigtable, and view it using Google Data Studio.

Output custom metrics to Stackdriver from the game servers, and create a Dashboard in Stackdriver Monitoring Console to view them.

Schedule BigQuery load jobs to ingest analytics files uploaded to Cloud Storage every ten minutes, and visualize the results in Google Data Studio.

Insert the KPIs into Cloud Datastore entities, and run ad hoc analysis and visualizations of them in Cloud Datalab.

7.

MULTIPLE CHOICE QUESTION

10 mins • 1 pt

You have a Python web application with many dependencies that requires 0.1 CPU cores and 128 MB of memory to operate in production. You want to monitor and maximize machine utilization. You also want to reliably deploy new versions of the application. Which set of steps should you take?

Perform the following: 1. Create a managed instance group with f1-micro type machines. 2. Use a startup script to clone the repository, check out the production branch, install the dependencies, and start the Python app. 3. Restart the instances to automatically deploy new production releases.

Perform the following: 1. Create a managed instance group with n1-standard-1 type machines. 2. Build a Compute Engine image from the production branch that contains all of the dependencies and automatically starts the Python app. 3. Rebuild the Compute Engine image, and update the instance template to deploy new production releases

Perform the following: 1. Create a Google Kubernetes Engine (GKE) cluster with n1-standard-1 type machines. 2. Build a Docker image from the production branch with all of the dependencies, and tag it with the version number. 3. Create a Kubernetes Deployment with the imagePullPolicy set to 'IfNotPresent' in the staging namespace, and then promote it to the production namespace after testing.

Perform the following: 1. Create a GKE cluster with n1-standard-4 type machines. 2. Build a Docker image from the master branch with all of the dependencies, and tag it with 'latest'. 3. Create a Kubernetes Deployment in the default namespace with the imagePullPolicy set to 'Always'. Restart the pods to automatically deploy new production releases.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?