What should you do?
Your security team is auditing all deployed applications running in Google Kubernetes Engine. After completing the audit, your team discovers that some of the applications send traffic within the cluster in clear text. You need to ensure that all application traffic is encrypted as quickly as possible while minimizing changes...
Which commands should you run?
You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below. Health checks to port 80 on the Compute Engine virtual machine instance are failing and no traffic is sent to your instances. You want to resolve the problem. Which commands should you run?A . gcloud compute instances...
Which two steps should you take?
Your API backend is running on multiple cloud providers. You want to generate reports for the network latency of your API. Which two steps should you take? (Choose two.)A . Use Zipkin collector to gather data.B . Use Fluentd agent to gather data.C . Use Stackdriver Trace to generate reports.D...
How should you proceed with the migration?
Your company is planning to migrate their on-premises Hadoop environment to the cloud. Increasing storage cost and maintenance of data stored in HDFS is a major concern for your company. You also want to make minimal changes to existing data analytics jobs and existing architecture. How should you proceed with...
How should they prepare the data?
HipLocal’s data science team wants to analyze user reviews. How should they prepare the data?A . Use the Cloud Data Loss Prevention API for redaction of the review dataset.B . Use the Cloud Data Loss Prevention API for de-identification of the review dataset.C . Use the Cloud Natural Language Processing...
How should you configure your application to retrieve Spanner credentials?
You are developing a microservice-based application that will be deployed on a Google Kubernetes Engine cluster. The application needs to read and write to a Spanner database. You want to follow security best practices while minimizing code changes. How should you configure your application to retrieve Spanner credentials?A . Configure...
What should you do?
You have two tables in an ANSI-SQL compliant database with identical columns that you need to quickly combine into a single table, removing duplicate rows from the result set. What should you do?A . Use the JOIN operator in SQL to combine the tables.B . Use nested WITH statements to...
Which tool should you use?
Your company has deployed a new API to App Engine Standard environment. During testing, the API is not behaving as expected. You want to monitor the application over time to diagnose the problem within the application code without redeploying the application. Which tool should you use?A . Stackdriver TraceB ....
Which database should HipLocal use for storing user activity?
Which database should HipLocal use for storing user activity?A . BigQueryB . Cloud SQLC . Cloud SpannerD . Cloud DatastoreView AnswerAnswer: A
What should you do?
You have containerized a legacy application that stores its configuration on an NFS share. You need to deploy this application to Google Kubernetes Engine (GKE) and do not want the application serving traffic until after the configuration has been retrieved. What should you do?A . Use the gsutil utility to...