Home » Coding » Deploying And Implementing A Cloud Solution [Solution]

Deploying And Implementing A Cloud Solution [Solution]

Here is the solution to the Cloud Engineer Learning Path of Deploying and Implementing a Cloud Solution:

Question 1

The backend of Cymbal Superstore’s e-commerce system consists of managed instance groups. You need to update the operating system of the instances in an automated way using minimal resources. What do you do?

  • Create a new instance template. Click Update VMs. Set max surge to 5. Click Start.
  • Abandon each of the instances in the managed instance group. Delete the instance template, replace it with a new one, and recreate the instances in the managed group.
  • Create a new instance template, then click Update VMs. Set the update type to PROACTIVE. Click Start.
  • Create a new instance template. Click Update VMs. Set the update type to Opportunistic. Click Start.
Question 2

Which Virtual Private Cloud (VPC) network type allows you to fully control IP ranges and the definition of regional subnets?

  • Custom mode network
  • An auto mode network converted to a custom network
  • Auto mode network
  • Default Project network
Question 3

You need to analyze and act on files being added to a Cloud Storage bucket. Your programming team is proficient in Python. The analysis you need to do takes at most 5 minutes. You implement a Cloud Function to accomplish your processing and specify a trigger resource pointing to your bucket. How should you configure the –trigger-event parameter using gcloud?

  • –trigger-event google.storage.object.change
  • –trigger-event google.storage.object.add
  • –trigger-event google.storage.object.create
  • –trigger-event google.storage.object.finalize
Question 4

You require a Cloud Storage bucket serving users in New York City. There is a need for geo-redundancy. You do not plan on using ACLs. What CLI command do you use?

  • Run a gsutil mb command specifying a dual-region bucket and an option to turn ACL evaluation off.
  • Run a gsutil mb command specifying a dual-region bucket and accepting defaults for the other mb settings.
  • Run a gsutil mb command specifying a multi-regional location and an option to turn ACL evaluation off.
  • Run a gcloud mb command specifying the name of the bucket and accepting defaults for the other mb settings.
Question 5

Cymbal Superstore asks you to implement Cloud SQL as a database backend to their supply chain application. You want to configure automatic failover in case of a zone outage. You decide to use the gcloud sql instances create command set to accomplish this. Which gcloud command line argument is required to configure the stated failover capability as you create the required instances?

  • –secondary-zone
  • –master-instance-name
  • –replica-type
  • –availability-type
Question 6

Cymbal Superstore’s sales department has a medium-sized MySQL database. This database includes user-defined functions and is used internally by the marketing department at Cymbal Superstore HQ. The sales department asks you to migrate the database to Google Cloud in the most timely and economical way. What should you do?

  • Configure a Compute Engine VM with an N2 machine type, install MySQL, and restore your data to the new instance.
  • Use gcloud to implement a Compute Engine instance with an E2-standard-8 machine type, install, and configure MySQL.
  • Implement a database instance using Cloud SQL, back up your local data, and restore it to the new instance.
  • Find a MySQL machine image in Cloud Marketplace and configure it to meet your needs.
Question 7

You need to quickly deploy a containerized web application on Google Cloud. You know the services you want to be exposed. You do not want to manage infrastructure. You only want to pay when requests are being handled and need support for custom packages. What technology meets these needs?

  • Cloud Run
  • Cloud Functions
  • App Engine Standard
  • App Engine Flexible
Question 8

What action does the terraform apply command perform?

  • Shows a preview of resources that will be created.
  • Sets up resources requested in the terraform config file.
  • Verifies syntax of terraform config file.
  • Downloads the latest version of the terraform provider.
Question 9

Cymbal Superstore’s marketing department needs to load some slowly changing data into BigQuery. The data arrives hourly in a Cloud Storage bucket. You want to minimize cost and implement this in the fewest steps. What should you do?

  • Create a Cloud Function to push data to BigQuery through a Dataflow pipeline.
  • Use the BigQuery data transfer service to schedule a transfer between your bucket and BigQuery.
  • Read the data from your bucket by using the BigQuery streaming API in a program.
  • Implement a bq load command in a command line script and schedule it with cron.
Question 10

The development team for the supply chain project is ready to start building their new cloud app using a small Kubernetes cluster for the pilot. The cluster should only be available to team members and does not need to be highly available. The developers also need the ability to change the cluster architecture as they deploy new capabilities. How would you implement this?

  • Implement a private standard regional cluster in us-central1 with a default pool and container-optimized image type.
  • Implement an autopilot cluster in us-central1 with an Ubuntu image type.
  • Implement a private standard zonal cluster in us-central1-a with a default pool and an Ubuntu image.
  • Implement an autopilot cluster in us-central1-a with a default pool and an Ubuntu image.
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.