Which approach should you use?
Your website is deployed on Compute Engine. Your marketing team wants to test conversion rates between 3 different website designs. Which approach should you use? A. Deploy the website on App Engine and use traffic splitting. B. Deploy the website on App Engine as three separate services. C. Deploy the website on Cloud Functions and […]
You have deployed an HTTP(s) Load Balancer with the gcloud commands shown below.
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 add-access-config ${NAME}-backend-instance-1 B. gcloud compute […]
What should you do?
You are planning to migrate a MySQL database to the managed Cloud SQL database for Google Cloud. You have Compute Engine virtual machine instances that will connect with this Cloud SQL instance. You do not want to whitelist IPs for the Compute Engine instances to be able to access Cloud SQL. What should you do? […]
What should you do?
You migrated your applications to Google Cloud Platform and kept your existing monitoring platform. You now find that your notification system is too slow for time critical problems. What should you do? A. Replace your entire monitoring platform with Stackdriver. B. Install the Stackdriver agents on your Compute Engine instances. C. Use Stackdriver to capture […]
Which command should you use?
You want to upload files from an on-premises virtual machine to Google Cloud Storage as part of a data migration. These files will be consumed by Cloud DataProc Hadoop cluster in a GCP environment. Which command should you use? A. gsutil cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/ B. gcloud cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/ C. hadoop fs cp [LOCAL_OBJECT] gs://[DESTINATION_BUCKET_NAME]/ […]
Which modifications to the company’s processes should you recommend?
Which modifications to the company’s processes should you recommend? A. Migrate from CSV to binary format, migrate from FTP to SFTP transport, and develop machine learning analysis of metrics B. Migrate from FTP to streaming transport, migrate from CSV to binary format, and develop machine learning analysis of metrics C. Increase fleet cellular connectivity to […]
How should you design the data ingestion?
How should you design the data ingestion? A. Vehicles write data directly to GCS B. Vehicles write data directly to Google Cloud Pub/Sub C. Vehicles stream data directly to Google BigQuery D. Vehicles continue to write data using the existing system (FTP) Explanation: Streamed data is available for real-time analysis within a few seconds of […]
What should you do?
What should you do? A. Build or leverage an OAuth-compatible access control system B. Build SAML 2.0 SSO compatibility into your authentication system C. Restrict data access based on the source IP address of the partner systems D. Create secondary credentials for each dealer that can be given to the trusted third party Explanation: Delegate […]
Which method should they use?
Which method should they use? A. Use Google App Engine with Google Cloud Endpoints. Focus on an API for dealers and partners B. Use Google App Engine with a JAX-RS Jersey Java-based framework. Focus on an API for the public C. Use Google App Engine with the Swagger (Open API Specification) framework. Focus on an […]
Which architecture should you recommend?
Company Overview TerramEarth manufactures heavy equipment for the mining and agricultural industries: about 80% of their business is from mining and 20% from agriculture. They currently have over 500 dealers and service centers in 100 countries. Their mission is to build products that make their customers more productive. Company background TerramEarth was formed in 1946, […]