What service account key-management strategy should you recommend?
For this question, refer to the JencoMart case study. JencoMart has decided to migrate user profile storage to Google Cloud Datastore and the application servers to Google Compute Engine (GCE). During the migration, the existing infrastructure will need access to Datastore to upload the data . What service account key-management...
What should you do?
You need to evaluate your team readiness for a new GCP project. You must perform the evaluation and create a skills gap plan incorporates the business goal of cost optimization. Your team has deployed two GCP projects successfully to date . What should you do?A . Allocate budget for team...
Which additional two approaches can you take to further reduce the rollbacks?
You need to reduce the number of unplanned rollbacks of erroneous production deployments in your company's web hosting platform. Improvement to the QA/Test processes accomplished an 80% reduction . Which additional two approaches can you take to further reduce the rollbacks? Choose 2 answersA . Introduce a green-blue deployment model....
What should they investigate first?
For this question, refer to the Mountkirk Games case study. Mountkirk Games' gaming servers are not automatically scaling properly. Last month, they rolled out a new feature, which suddenly became very popular. A record number of users are trying to use the service, but many of them are getting 503...
How should you proceed?
For this question, refer to the Dress4Win case study. Dress4Win has asked you to recommend machine types they should deploy their application servers to . How should you proceed?A . Perform a mapping of the on-premises physical hardware cores and RAM to the nearest machine types in the cloud. B....
Which additional testing methods should the developers employ to prevent an outage?
Dress4win has end to end tests covering 100% of their endpoints. They want to ensure that the move of cloud does not introduce any new bugs. Which additional testing methods should the developers employ to prevent an outage?A . They should run the end to end tests in the cloud...
You deploy your custom java application to google app engine.
You deploy your custom java application to google app engine. It fails to deploy and gives you the following stack trace: A . Recompile the CLoakedServlet class using and MD5 hash instead of SHA1 B. Digitally sign all of your JAR files and redeploy your application. C. Upload missing JAR...
Which feature of Kubernetes should you use to accomplish this?
Your web application uses Google Kubernetes Engine to manage several workloads. One workload requires a consistent set of hostnames even after pod scaling and relaunches. Which feature of Kubernetes should you use to accomplish this?A . StatefulSets B. Role-based access control C. Container environment variables D. Persistent VolumesView AnswerAnswer: A...
Your BigQuery project has several users. For audit purposes, you need to see how many queries each user ran in the last month.
Your BigQuery project has several users. For audit purposes, you need to see how many queries each user ran in the last month.A . Connect Google Data Studio to BigQuery. Create a dimension for the users and a metric for the amount of queries per user. B. In the BigQuery...
How should you handle these types of errors?
You have an application that makes HTTP requests to Cloud Storage. Occasionally the requests fail with HTTP status codes of 5xx and 429. How should you handle these types of errors?A . Use gRPC instead of HTTP for better performance. B. Implement retry logic using a truncated exponential backoff strategy....