Skip to content
IT - Engineering - Cloud - Finance

IT – Engineering – Cloud – Finance

IT, Engineering, Entrepreneurship, Sports, Finances, Life, Success, Failure

  • Main
  • About
  • Online Store
  • Books
  • Contact
  • Top 100 AWS Certified Cloud Practitioner Exam Preparation Questions and Answers Dumps
  • Show All Posts
  • Privacy Policy
  • Disclaimer
Azure Administrator AZ-104 Exam Questions and Answers Dumps
Posted on November 22, 2020December 13, 2020 by Dieuned

Google Cloud 101 – Google Associate Cloud Engineer Exam Preparation: Questions and Answers Dumps

‎Cloud Education Certification
‎Cloud Education Certification
Download QR-Code
‎Cloud Education Certification
Developer: DjamgaTech Corp
Price: Free
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot

Google Cloud Associate Engineer  Salary Average- $145,769/yr

As of September 2020, Google Cloud Platform had 24 regions, 73 zones, and over 100 points of presence in 35 countries. Google Cloud Platform currently holds 4.6% market share. Google Cloud is a strong No. 3 in cloud providers in 2020 with a $11 billion annual revenue run rate, but building out its sales scale and industry approach

An Associate Cloud Engineer deploys applications, monitors operations, and manages enterprise solutions.

The Associate Cloud Engineer exam assesses your ability to: Set up a cloud solution environment, Plan and configure a cloud solution, Deploy and implement a cloud solution, Ensure successful operation of a cloud solution, Configure access and security.

This blog includes the top 40 Google Associate Cloud Engineer exam preparation questions and answers dumps, google cloud questions and answers around the web, google cloud latest news, Google Cloud Developer Cheat Sheet, All Google Cloud Services in 4 words or less

Below are the top Google Associate Cloud Engineer Exam Questions and Answers Dumps:

Top

Question 1: You are a project owner and need your co-worker to deploy a new version of your application to App Engine. You want to follow Google’s recommended practices. Which IAM roles should you grant your co-worker?

A. Project Editor

B. App Engine Service Admin

C. App Engine Deployer

D. App Engine Code Viewer

ANSWER 1:

C

Notes/Hint 1:

App Engine Deployer gives write access only to create a new version.

Question 2: Your company has reserved a monthly budget for your project. You want to be informed automatically of your project spend so that you can take action when you approach the limit. What should you do?

‎Cloud Education Certification
‎Cloud Education Certification
Download QR-Code
‎Cloud Education Certification
Developer: DjamgaTech Corp
Price: Free
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot
  • ‎Cloud Education Certification Screenshot

A. Link a credit card with a monthly limit equal to your budget.

B. Create a budget alert for 50%, 90%, and 100% of your total monthly budget. 

C. In App Engine Settings, set a daily budget at the rate of 1/30 of your monthly budget.

D. In the GCP Console, configure billing export to BigQuery. Create a saved view that queries your total spend.

ANSWER 2:

B

Notes/Hint 2:

A budget alert will warn you when you reach the limits set.

Reference 2: Spending limits – Budget limits

Question 3: You have a project using BigQuery. You want to list all BigQuery jobs for that project. You want to set this project as the default for the bq command-line tool. What should you do?

A. Use “gcloud config set project” to set the default project.

B. Use “bq config set project” to set the default project. 

C. Use “gcloud generate config-url” to generate a URL to the Google Cloud Platform Console to set the default project.

D. Use “bq generate config-url” to generate a URL to the Google Cloud Platform Console to set the default project.

ANSWER 3:

A

Notes/Hint 3:

A is correct because you need to use gcloud to manage the config/defaults.

Question 4: Your project has all its Compute Engine resources in the europe-west1 region. You want to set europe-west1 as the default region for gcloud commands. What should you do?

A. Use Cloud Shell instead of the command line interface of your device. Launch Cloud Shell after you navigate to a resource in the europe-west1 region. The europe-west1 region will automatically become the default region. 

B. Use “gcloud config set compute/region europe-west1” to set the default region for future gcloud commands.

C. Use “gcloud config set compute/zone europe-west1” to set the default region for future gcloud commands.

D. Create a VPN from on-premises to a subnet in europe-west1, and use that connection when executing gcloud commands.

ANSWER 4:

B

Notes/Hint 4:

B is correct because this will ensure that the relevant region is used when not overwritten by a command parameter.

Question 5: You developed a new application for App Engine and are ready to deploy it to production. You need to estimate the costs of running your application on Google Cloud Platform as accurately as possible. What should you do?

A. Create a YAML file with the expected usage. Pass this file to the “gcloud app estimate” command to get an accurate estimation. 

B. Multiply the costs of your application when it was in development by the number of expected users to get an accurate estimation.

C. Use the pricing calculator for App Engine to get an accurate estimation of the expected charges.

D. Create a ticket with Google Cloud Billing Support to get an accurate estimation.

ANSWER 5:

C

Notes/Hint 5:

This is the proper way to estimate charges.

Question 6: Your company processes high volumes of IoT data that are time-stamped. The total data volume can be several petabytes. The data needs to be written and changed at a high speed. You want to use the most performant storage option for your data. Which product should you use?

A. Cloud Datastore

B. Cloud Storage 

C. Cloud Bigtable

D. BigQuery

ANSWER 6:

C

Notes/Hint 6:

Cloud Bigtable is the most performant storage option to work with IoT and time series data.

Question 7: Your application has a large international audience and runs stateless virtual machines within a managed instance group across multiple locations. One feature of the application lets users upload files and share them with other users. Files must be available for 30 days; after that, they are removed from the system entirely. Which storage solution should you choose?

A. A Cloud Datastore database.

B. A multi-regional Cloud Storage bucket. 

C. Persistent SSD on virtual machine instances.

D. A managed instance group of Filestore servers.

ANSWER 7:

B

Notes/Hint 7:

 Buckets can be multi-regional and have lifecycle management.

Question 8: You have a definition for an instance template that contains a web application. You are asked to deploy the application so that it can scale based on the HTTP traffic it receives. What should you do?

A. Create a VM from the instance template. Create a custom image from the VM’s disk. Export the image to Cloud Storage. Create an HTTP load balancer and add the Cloud Storage bucket as its backend service.

B. Create a VM from the instance template. Create an App Engine application in Automatic Scaling mode that forwards all traffic to the VM. 

C. Create a managed instance group based on the instance template. Configure autoscaling based on HTTP traffic and configure the instance group as the backend service of an HTTP load balancer.

D. Create the necessary amount of instances required for peak user traffic based on the instance template. Create an unmanaged instance group and add the instances to that instance group. Configure the instance group as the Backend Service of an HTTP load balancer.

Answer 8:

C

Notes/Hint 8:

 A managed instance group can use an instance template to scale based on HTTP traffic.

Question 9: You are creating a Kubernetes Engine cluster to deploy multiple pods inside the cluster. All container logs must be stored in BigQuery for later analysis. You want to follow Google-recommended practices. Which two approaches can you take?

A. Turn on Stackdriver Logging during the Kubernetes Engine cluster creation. 

B. Turn on Stackdriver Monitoring during the Kubernetes Engine cluster creation. 

C. Develop a custom add-on that uses Cloud Logging API and BigQuery API. Deploy the add-on to your Kubernetes Engine cluster. 

D. Use the Stackdriver Logging export feature to create a sink to Cloud Storage. Create a Cloud Dataflow job that imports log files from Cloud Storage to BigQuery. 

E. Use the Stackdriver Logging export feature to create a sink to BigQuery. Specify a filter expression to export log records related to your Kubernetes Engine cluster only.

Answer 9:

A and E

Notes/Hint 9:

Creating a cluster with Stackdriver Logging option will enable all the container logs to be stored in Stackdriver Logging.

Stackdriver Logging support exporting logs to BigQuery by creating sinks

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 10: You need to create a new Kubernetes Cluster on Google Cloud Platform that can autoscale the number of worker nodes. What should you do?

A. Create a cluster on Kubernetes Engine and enable autoscaling on Kubernetes Engine. 

B. Create a cluster on Kubernetes Engine and enable autoscaling on the instance group of the cluster.

C. Configure a Compute Engine instance as a worker and add it to an unmanaged instance group. Add a load balancer to the instance group and rely on the load balancer to create additional Compute Engine instances when needed.

D. Create Compute Engine instances for the workers and the master, and install Kubernetes. Rely on Kubernetes to create additional Compute Engine instances when needed.

Answer 10:

A

Notes/Hint 10:

This is the way to set up an autoscaling Kubernetes cluster.

Question 11: You have an application server running on Compute Engine in the europe-west1-d zone. You need to ensure high availability and replicate the server to the europe-west2-c zone using the fewest steps possible. What should you do?

A. Create a snapshot from the disk. Create a disk from the snapshot in the europe-west2-c zone. Create a new VM with that disk. 

B. Create a snapshot from the disk. Create a disk from the snapshot in the europe-west1-d zone and then move the disk to europe-west2-c. Create a new VM with that disk.

C. Use “gcloud” to copy the disk to the europe-west2-c zone. Create a new VM with that disk.

D. Use “gcloud compute instances move” with parameter “–destination-zone europe-west2-c” to move the instance to the new zone.

Answer 11:

A

Notes/Hint 11:

This makes sure the VM gets replicated in the new zone.

Question 12: Your company has a mission-critical application that serves users globally. You need to select a transactional, relational data storage system for this application. Which two products should you consider

A. BigQuery 

B. Cloud SQL

C. Cloud Spanner 

D. Cloud Bigtable

E. Cloud Datastore

Answer 12:

B

Notes/Hint 12:

Cloud SQL is a relational and transactional database in the list.

Spanner is a relational and transactional database in the list.

Question 13: You have a Kubernetes cluster with 1 node-pool. The cluster receives a lot of traffic and needs to grow. You decide to add a node. What should you do?

A. Use “gcloud container clusters resize” with the desired number of nodes. 

B. Use “kubectl container clusters resize” with the desired number of nodes.

C. Edit the managed instance group of the cluster and increase the number of VMs by 1.

D. Edit the managed instance group of the cluster and enable autoscaling.

Answer 13:

A

Notes/Hint 13:

 This resizes the cluster to the desired number of nodes.

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 14: You created an update for your application on App Engine. You want to deploy the update without impacting your users. You want to be able to roll back as quickly as possible if it fails. What should you do?

A. Delete the current version of your application. Deploy the update using the same version identifier as the deleted version.

B. Notify your users of an upcoming maintenance window. Deploy the update in that maintenance window. 

C. Deploy the update as the same version that is currently running.

D. Deploy the update as a new version. Migrate traffic from the current version to the new version.

Answer 14:

D

Notes/Hint 14:

Because this makes sure there is no downtime and you can roll back the fastest.

Question 15: You have created a Kubernetes deployment, called Deployment-A, with 3 replicas on your cluster. Another deployment, called Deployment-B, needs access to Deployment-A. You cannot expose Deployment-A outside of the cluster. What should you do?

A. Create a Service of type NodePort for Deployment A and an Ingress Resource for that Service. Have Deployment B use the Ingress IP address.

B. Create a Service of type LoadBalancer for Deployment A. Have Deployment B use the Service IP address. 

C. Create a Service of type LoadBalancer for Deployment A and an Ingress Resource for that Service. Have Deployment B use the Ingress IP address.

D. Create a Service of type ClusterIP for Deployment A. Have Deployment B use the Service IP address.

Answer 15:

D

Notes/Hint 15:

This exposes the service on a cluster-internal IP address. Choosing this method makes the service reachable only from within the cluster.

Question 16: You need to estimate the annual cost of running a Bigquery query that is scheduled to run nightly. What should you do?

A. Use “gcloud query –dry_run” to determine the number of bytes read by the query. Use this number in the Pricing Calculator.

B. Use “bq query –dry_run” to determine the number of bytes read by the query. Use this number in the Pricing Calculator. 

C. Use “gcloud estimate” to determine the amount billed for a single query. Multiply this amount by 365.

D. Use “bq estimate” to determine the amount billed for a single query. Multiply this amount by 365.

Answer 16:

B

Notes/Hint 16:

This is the correct way to estimate the yearly BigQuery querying costs.

Question 17: You want to find out who in your organization has Owner access to a project called “my-project”.What should you do?

A. In the Google Cloud Platform Console, go to the IAM page for your organization and apply the filter “Role:Owner”. 

B. In the Google Cloud Platform Console, go to the IAM page for your project and apply the filter “Role:Owner”.

C. Use “gcloud iam list-grantable-role –project my-project” from your Terminal.

D. Use “gcloud iam list-grantable-role” from Cloud Shell on the project page.

Answer 17:

B

Notes/Hint 17:

B is correct because this shows you the Owners of the project.

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 18: You want to create a new role for your colleagues that will apply to all current and future projects created in your organization. The role should have the permissions of the BigQuery Job User and Cloud Bigtable User roles. You want to follow Google’s recommended practices. How should you create the new role?

A. Use “gcloud iam combine-roles –global” to combine the 2 roles into a new custom role.

B. For one of your projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role. Use “gcloud iam promote-role” to promote the role from a project role to an organization role.

C. For all projects, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role. 

D. For your organization, in the Google Cloud Platform Console under Roles, select both roles and combine them into a new custom role.

Answer 18:

D

Notes/Hint 18:

D is correct because this creates a new role with the combined permissions on the organization level.

Question 19: You work in a small company where everyone should be able to view all resources of a specific project. You want to grant them access following Google’s recommended practices. What should you do?

A. Create a script that uses “gcloud projects add-iam-policy-binding” for all users’ email addresses and the Project Viewer role.

B. Create a script that uses “gcloud iam roles create” for all users’ email addresses and the Project Viewer role. 

C. Create a new Google Group and add all users to the group. Use “gcloud projects add-iam-policy-binding” with the Project Viewer role and Group email address.

D. Create a new Google Group and add all members to the group. Use “gcloud iam roles create” with the Project Viewer role and Group email address.

Answer 19:

C

Notes/Hint 19:

C is correct because Google recommends to use groups where possible.

Question 20: You need to verify the assigned permissions in a custom IAM role. What should you do?

A. Use the GCP Console, IAM section to view the information.

B. Use the “gcloud init” command to view the information. 

C. Use the GCP Console, Security section to view the information.

D. Use the GCP Console, API section to view the information.

Answer 20:

A

Notes/Hint 20:

A is correct because this is the correct console area to view permission assigned to a custom role in a particular project.

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 21: Your coworker created a deployment for your application container. You can see the deployment under Workloads in the console. They’re out for the rest of the week, and your boss needs you to complete the setup by exposing the workload. What’s the easiest way to do that?

A. Create a new Service that points to the existing deployment.

B. Create a new DaemonSet.

C. Create a Global Load Balancer that points to the pod in the deployment.

D. Create a Static IP Address Resource for the Deployment.

Answer 21:

A

Notes/Hint 21:

A service is how google cloud expose deployments. It's a persistent endpoint that we can interact with, and it will send the traffic over to the pods in the deployment.

Question 22: Your team is working on designing an IoT solution. There are thousands of devices that need to send periodic time series data for processing. Which services should be used to ingest and store the data?

A. Pub/Sub, Datastore

B. Pub/Sub, Dataproc

C. Dataproc, Bigtable

D. Pub/Sub, Bigtable

Answer 22:

D

Notes/Hint 22:

Pub/Sub is able to handle the ingestion, and Bigtable is a great solution for time series data.

Question 23: You have an App Engine application running in us-east1. You’ve noticed 90% of your traffic comes from the West Coast. You’d like to change the region. What’s the best way to change the App Engine region?

A. Use the gcloud app region set command and supply the name of the new region.

B. Contact Google Cloud Support and request the change.

C. From the console, under the App Engine page, click edit, and change the region drop-down.

D. Create a new project and create an App Engine instance in us-west2.

Answer 23:

D

Notes/Hint 23:

There is currently no way to change the region of App Engine.

Question 24: You’ve uploaded some static web assets to a public storage bucket for the developers. However, they’re not able to see them in the browser due to what they called “CORS errors”. What’s the easiest way to resolve the errors for the developers?

A. Advise the developers to adjust the CORS configuration inside their code.

B. Use the gsutil cors set command to set the CORS configuration on the bucket.

C. Use the gsutil set cors command to set the CORS configuration on the bucket.

D. Use the gsutil set cors command to set the CORS configuration on the object.

Answer 24:

B

Notes/Hint 24:

CORS settings are made to a bucket, not an object.. You can set the CORS configuration on the bucket allowing the objects to be viewable from the required domains.

Question 25: You’ve uploaded some PDFs to a public bucket. When users browse to the documents, they’re downloaded rather than viewed in the browser. How can we ensure that the PDFs are viewed in the browser?

A. This is a browser setting and not something that can be changed.

B. Use the gsutil set file-type pdfcommand.

C. Set the Content metadata for the object to “application/pdf”.

D. Set the Content-Type metadata for the object to “application/pdf”.

Answer 25:

D

Notes/Hint 25:

This will ensure the browser views the object as a PDF.

Question 26: You’ve been tasked with getting all of your team’s public SSH keys onto all of the instances of a particular project. You’ve collected them all. With the fewest steps possible, what is the simplest way to get the keys deployed?

A. Use the gcloud compute ssh command to upload all the keys

B. Format all of the keys as needed and then, using the user interface, upload each key one at a time.

C. Add all of the keys into a file that’s formatted according to the requirements. Use the gcloud compute project-info add-metadata command to upload the keys.

D. Add all of the keys into a file that’s formatted according to the requirements. Use the gcloud compute instances add-metadata command to upload the keys to each instance

Answer 26:

C

Notes/Hint 26:

This will upload the keys as project metadata which allows SSH access to the user's with uploaded keys

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 27: What must you do before you create an instance with a GPU? ( Pick at least 2)

A. You must only select the GPU driver type. The correct base image is selected automatically.

B. You must select which boot disk image you want to use for the instance.

C. Nothing. GPU drivers are automatically included with the boot disk images.

D. You must make sure the selected image has the appropriate GPU driver is installed

Answer 27:

B and D

Notes/Hint 27:

 Before creating an instance with a GPU, you must select your boot instance and install the needed GPU driver.

Question 28: Which of the following is a valid use case for Flow Logs?

A. Blocking instances from communicating over certain ports.

B. Network forensics.

C. Proxying SSL traffic.

D. Serving as a UDP relay.

Answer 28:

B

Notes/Hint 28:

 This is something useful because flow logs will show which IP addresses interacted with which service and when.

Question 29: Which of the following is a valid use case for using a primitive role?

A. When granting permission to a development project or to the development team.

B. When there are more than 10 users.

C. When creating a custom role requires more than 10 permissions.

D. When granting permission to a production project, or to a third-party company.

Answer 29:

A

Notes/Hint 29:

 This would meet Google's recommended use cases.

Question 30: Your security team has been reluctant to move to the cloud because they don’t have the level of network visibility they’re used to. Which feature might help them to gain insights into your Google Cloud network?

A. Routes

B. Subnets

C. Flow Logs

D. Firewall rules

Answer 30:

C

Notes/Hint 30:

Flow logs are great for gaining insights into what's happening on a network. They provide a sample of the flows to and from instances.

Question 31: You’re in charge of setting up a Stackdriver account to monitor 3 separate projects. Which of the following is a Google best practice?

A. Use the existing project with the least resources as the host project for the Stackdriver account.

B. Use the existing project with the most resources as the host project for the Stackdriver account.

C. Create a new, empty project to use as the host project for the Stackdriver account.

D. Use one of the existing projects as the host project for the Stackdriver account.

Answer 31:

C

Notes/Hint 31:

This is Google's recommendation when monitoring multiple projects.

Question 32: You’re attempting to set up a File based Billing Export. Which of the following components are required?

A. A Cloud Storage bucket.

B. A BigQuery dataset.

C. A report prefix.

D. A Budget and at least one alert.

Answer 32:

A and C

Notes/Hint 32:

A cloud storage bucket is required in order to have a location for the files to be exported to. A report prefix is the portion of the file name that's appended to each file.

Question 33: You’ve installed the Google Cloud SDK natively on your Mac. You’d like to install the kubectl component via the Google Cloud SDK. Which command would accomplish this?

A. sudo apt-get install kubectl

B. gcloud components install kubectl

C. pip install kubectl

D. brew install kubectl

Answer 33:

B

Notes/Hint 33:

For Windows and Mac, you can use the built-in component manager.

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot

AWS Certified Cloud Practitioner Exam Prep CCP PRO
AWS Certified Cloud Practitioner Exam Prep CCP PRO
Download
QR-Code

AWS Certified Cloud Practitioner Exam Prep CCP PRO
Developer:
Etienne D. Noumen
Price:
$4.99

  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot
  • AWS Certified Cloud Practitioner Exam Prep CCP PRO Screenshot

Question 34: You’re attempting to set the default Compute Engine zone with the Cloud SDK. Which of the following commands would work?

A. gcloud config set compute/zone us-east1-c

B. gcloud set compute\zone us-east1

C. gcloud set compute/zone us-east1

D. gcloud config set compute\zone us-east1

Answer 34:

A

Notes/Hint 34:

gcloud config set compute/zone us-east1-c works perfectly

Question 35: You’ve been hired as a Cloud Engineer for a 2-year-old startup company. Recently they’ve had a bit of turn over, and several engineers have left the company to pursue different projects. Shortly after one of them leaves, it is found that a core project seems to have been deleted. What is the most likely cause for of the project’s deletion?

A. You’ve been the victim of the latest malware that deletes one project per hour until you pay them to stop.

B. One of the engineers intentionally deleted the project out of spite.

C. The project was created by one of the engineers and not attached to the organization.

D. A failed attempt to pay the bill resulted in Google deleting the project.

Answer 35:

C

Notes/Hint 35:

This is one of the problems that Organizations solved. If you have your projects created by random users under their user account, then when they're removed, the projects will be removed too.

‎AWS Cloud Practitioner PRO
‎AWS Cloud Practitioner PRO
Download
QR-Code

‎AWS Cloud Practitioner PRO
Developer:
DjamgaTech Corp
Price:
$4.99

  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot
  • ‎AWS Cloud Practitioner PRO Screenshot