What should you do?
You are using Google Kubernetes Engine with autoscaling enabled to host a new application. You want to expose this new application to the public, using HTTPS on a public IP address. What should you do?A . Create a Kubernetes Service of type NodePort for your application, and a Kubernetes Ingress...
Which Google Cloud Platform services should you put in boxes 1,2,3, and 4?
You are building a pipeline to process time-series data. Which Google Cloud Platform services should you put in boxes 1,2,3, and 4? A . Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQueryB . Firebase Messages, Cloud Pub/Sub, Cloud Spanner, BigQueryC . Cloud Pub/Sub, Cloud Storage, BigQuery, Cloud BigtableD . Cloud Pub/Sub,...
In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.
In the same Google Kubernetes Engine cluster as your application, deploy a container that takes the messages and sends them to your application.View AnswerAnswer: C Explanation: https://cloud.google.com/run/docs/tutorials/pubsub#integrating-pubsub
Create an egress firewall rule with the following settings:
Create an egress firewall rule with the following settings: • Targets: all instances • Source filter: IP ranges (with the range set to 10.0.1.0/24) • Protocols: allow TCP: 8080View AnswerAnswer: B Explanation:
What should you do?
You have a Linux VM that must connect to Cloud SQL. You created a service account with the appropriate access rights. You want to make sure that the VM uses this service account instead of the default Compute Engine service account. What should you do?A . When creating the VM...
Create an egress firewall rule with the following settings:
Create an egress firewall rule with the following settings: • Targets: all instances • Source filter: IP ranges (with the range set to 10.0.1.0/24) • Protocols: allow TCP: 8080View AnswerAnswer: B Explanation:
What should you do in the GCP Console?
You want to find out when users were added to Cloud Spanner Identity Access Management (IAM) roles on your Google Cloud Platform (GCP) project. What should you do in the GCP Console?A . Open the Cloud Spanner console to review configurations.B . Open the IAM & admin console to review...
Create an egress firewall rule with the following settings:
Create an egress firewall rule with the following settings: • Targets: all instances • Source filter: IP ranges (with the range set to 10.0.1.0/24) • Protocols: allow TCP: 8080View AnswerAnswer: B Explanation:
Use Cloud Scheduler to trigger this Cloud Function once a day.
Use Cloud Scheduler to trigger this Cloud Function once a day.View AnswerAnswer: C Explanation:
How should you configure the instance group?
You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?A . Set autoscaling to On, set the...