Planning and configuring a cloud solution Flashcards

Section-2 (9 cards)

1
Q

Cymbal Superstore decides to migrate their supply chain application to Google Cloud. You need to configure specific operating system dependencies.

What should you do?

A

A. Implement an application using containers on Cloud Run.
B. Implement an application using code on App Engine.
C. Implement an application using containers on Google
Kubernetes Engine.
D. Implement an application using virtual machines on
Compute Engine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cymbal Superstore decides to pilot a
cloud application for their point of sale system in their flagship store. You want to focus on code and develop your solution quickly, and you want your code to be portable.

How do you Proceed?

A

A. SSH into a Compute Engine VM and execute your code.
B. Package your code to a container image and post it to Cloud Run.
C. Implement a deployment manifest and run kubectl apply on it in Google Kubernetes Engine.
D. Code your solution in Cloud Run functions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An application running on a
highly-customized version of Ubuntu
needs to be migrated to Google Cloud. You need to do this in the least amount of time with minimal code changes.

How should you proceed?

A

A. Create Compute Engine Virtual Machines and migrate the app to that infrastructure.
B. Deploy the existing application to App Engine.
C. Deploy your application in a container image to Cloud Run.
D. Implement a Kubernetes cluster and create pods to enable your app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You want to deploy a microservices
application. You need full control of how you manage containers, reliability, and autoscaling, but don’t want or need to manage the control plane.

Which compute option should you use?

A

A. Cloud Run
B. App Engine
C. Google Kubernetes Engine
D. Compute Engine

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Cymbal Superstore needs to analyze whether they met quarterly sales projections. Analysts assigned to run this query are familiar with SQL.

What data solution should they implement?

A

A. BigQuery
B. Cloud SQL
C. Spanner
D. Firestore

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Cymbal Superstore’s supply chain
application frequently analyzes large
amounts of data to inform business
processes and operational dashboards.

What storage class would make
sense for this use case?

A

A. Archive
B. Coldline
C. Nearline
D. Standard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Cymbal Superstore has a need to populate visual dashboards with historical time-based data. This
is an analytical use-case.

Which two storage solutions could they use?

A

A. BigQuery
B. Cloud Storage
C. Firestore
D. Cloud SQL
E. Bigtable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Cymbal Superstore is piloting an
update to its ecommerce app for the
flagship store in Minneapolis,
Minnesota. The app is implemented as a three-tier web service with traffic
originating from the local area and
resources dedicated for it in
us-central1. You need to configure a
secure, low-cost network
load-balancing architecture for it.

How do you proceed?

A

A. Implement a premium tier global external Application Load Balancer connected to the web tier as the frontend, and a regional internal
Application Load Balancer between the web tier and backend.
B. Implement a global external proxy Network Load Balancer connected
to the web tier as the frontend, and a premium tier passthrough
Network Load Balancer between the web tier and the backend.
C. Configure a standard tier regional external Application Load Balancer
connected to the web tier as a frontend and a regional internal
Application Load Balancer between the web tier and the backend.
D. Configure a regional internal proxy Network Load Balancer connected
to the web tier as the frontend and a standard tier internal proxy
Network Load Balancer between the web tier and the backend.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What Google Cloud load balancing option runs at Layer 7 of the TCP stack?

A

A. Global Application Load Balancer
B. Global proxy Network Load Balancer
C. Regional passthrough Network Load Balancer
D. Regional internal proxy Network Load Balancer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly