Which two actions should they take?

Correct Answer for the Question – Which two actions should they take? is given below Your company wants to expand their users outside the United States for their popular application. The company wants to ensure 99.999% availability of the database for their application and also wants to minimize the read latency for their users across the … Read more

Which GKE object should you use?

Correct Answer for the Question – Which GKE object should you use? is given below You are planning to deploy your application in a Google Kubernetes Engine (GKE) cluster. Your application can scale horizontally, and each instance of your application needs to have a stable network identity and its own persistent disk.Which GKE object should you … Read more

Which tool should you use?

Correct Answer for the Question – Which tool should you use? is given below 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 … Read more

What should you do first?

Correct Answer for the Question – What should you do first? is given below You want to use the Stackdriver Logging Agent to send an application’s log file to Stackdriver from a Compute Engine virtual machine instance.After installing the Stackdriver Logging Agent, what should you do first? Enable the Error Reporting API on the project. Grant … Read more

Which alert condition should you configure?

Correct Answer for the Question – Which alert condition should you configure? is given below You are deploying your application to a Compute Engine virtual machine instance with the Stackdriver Monitoring Agent installed. Your application is a unix process on the instance. You want to be alerted if the unix process has not run for at … Read more

Which configuration should they choose?

Correct Answer for the Question – Which configuration should they choose? is given below Case StudyCompany OverviewHipLocal is a community application designed to facilitate communication between people in close proximity. It is used for event planning and organizing sporting events, and for businesses to connect with their local communities. HipLocal launched recently in a few neighborhoods … Read more

Which data structure should you use?

Correct Answer for the Question – Which data structure should you use? is given below You are parsing a log file that contains three columns: a timestamp, an account number (a string), and a transaction amount (a number). You want to calculate the sum of all transaction amounts for each unique account number efficiently.Which data structure … Read more

What should you do to correct the problem?

Correct Answer for the Question – What should you do to correct the problem? is given below Your code is running on Cloud Functions in project A. It is supposed to write an object in a Cloud Storage bucket owned by project B. However, the write call is failing with the error “403 Forbidden”.What should you … Read more

Which API architecture should you use?

Correct Answer for the Question – Which API architecture should you use? is given below You are building an API that will be used by Android and iOS apps The API must:• Support HTTPs• Minimize bandwidth cost• Integrate easily with mobile appsWhich API architecture should you use?Reference: https://www.devteam.space/blog/how-to-build-restful-api-for-your-mobile-app/ RESTful APIs MQTT for APIs gRPC-based APIs SOAP-based … Read more

Which approach should you use?

Correct Answer for the Question – Which approach should you use? is given below 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?Reference: https://cloud.google.com/appengine/docs/standard/python/splitting-traffic Deploy the website on App Engine and use traffic splitting. Deploy the website on App Engine as … Read more