Home » Coding » Preparing For Your Associate Cloud Engineer Journey – Google Cloud [Week 3]

Preparing For Your Associate Cloud Engineer Journey – Google Cloud [Week 3]

Week 3: Diagnostic Questions

Question 1

The projected amount of cloud storage required for Cymbal Superstore to enable users to post pictures for project reviews is 10 TB of immediate access storage in the US and 30 TB of storage for historical posts in a bucket located near Cymbal Superstore’s headquarters. The contents of this bucket will need to be accessed once every 30 days. You want to estimate the cost of these storage resources to ensure this is economically feasible. What should you do?

  • Use the pricing calculator to estimate the costs for 10 TB of regional standard storage, 30 TB of regional Coldline storage, and egress charges for reads from storage.
  • Use the pricing calculator to estimate the price for 10 TB of regional standard storage, 30 TB of regional Nearline storage, and ingress charges for posts to the bucket.
  • Use the pricing calculator to estimate the price for 10 TB of multi-region standard storage, 30 TB for regional Coldline storage, and ingress charges for posts to the bucket.
  • Use the pricing calculator to estimate the price for 10 TB of multi-region standard storage, 30 TB for regional Nearline, and egress charges for reads from the bucket.
Question 2

Cymbal Superstore decides to migrate their supply chain application to Google Cloud. You need to configure specific operating system dependencies. What should you do?

  • Implement an application using containers on Cloud Run.
  • Implement an application using code on App Engine.
  • Implement an application using containers on Google Kubernetes Engine.
  • Implement an application using virtual machines on Compute Engine.
Question 3

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?

  • SSH into a Compute Engine VM and execute your code.
  • Package your code to a container image and post it to Cloud Run.
  • Implement a deployment manifest and run kubectl apply on it in Google Kubernetes Engine.
  • Code your solution in Cloud Functions.
Question 4

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?

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

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?

  • Cloud Run
  • App Engine
  • Google Kubernetes Engine
  • Compute Engine
Question 6

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?

  • BigQuery
  • Cloud SQL
  • Cloud Spanner
  • Cloud Firestore
Question 7

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?

  • Multi-regional
  • Regional
  • Nearline
  • Coldline

Question 8

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?

  • BigQuery
  • Cloud Storage
  • Cloud Firestore
  • Cloud SQL
  • Cloud Bigtable
Question 9

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?

  • Implement a premium tier pass-through external https load balancer connected to the web tier as the frontend and a regional internal load balancer between the web tier and backend.
  • Implement a proxied external TCP/UDP network load balancer connected to the web tier as the frontend and a premium network tier ssl load balancer between the web tier and the backend.
  • Configure a standard tier proxied external https load balancer connected to the web tier as a frontend and a regional internal load balancer between the web tier and the backend.
  • Configure a proxied SSL load balancer connected to the web tier as the frontend and a standard tier internal TCP/UDP load balancer between the web tier and the backend.
Question 10

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

  • Global http(s)
  • Global SSL Proxy
  • Global TCP Proxy
  • Regional Network

Week 3: Knowedge Check

Question 1

Which storage class is designed for long term storage has a 365 day minimum storage agreement, and a lower storage price as compared to other storage types?

  • Standard storage
  • Cold Line storage
  • Nearline storage
  • Archive storage
Question 2

Which serverless option is based on developing and executing small snippets of code?

  • Cloud Functions
  • Cloud Run
  • BigQuery
  • Dataflow
Photo of author

Saksham Bhargava

Saksham is a tech enthusiast who loves talking about new gadgets and innovations. He loves travelling, particularly to places not frequented by tourists. In his free time, you will find Saksham beating the phone at PUBG Mobile or streaming new highly-rated TV series.