- (Exam Topic 2)
Your company just experienced a Google Kubernetes Engine (GKE) API outage due to a zone failure. You want to deploy a highly available GKE architecture that minimizes service interruption to users in the event of a future zone failure. What should you do?
Correct Answer:B
https://cloud.google.com/kubernetes-engine/docs/concepts/types-of-clusters#regional_clusters
A regional cluster has multiple replicas of the control plane, running in multiple zones within a given region. Nodes in a regional cluster can run in multiple zones or a single zone depending on the configured node locations. By default, GKE replicates each node pool across three zones of the control plane's region. When you create a cluster or when you add a new node pool, you can change the default configuration by specifying the zone(s) in which the cluster's nodes run. All zones must be within the same region as the control plane.
- (Exam Topic 2)
You plan to make a simple HTML application available on the internet. This site keeps information about FAQs for your application. The application is static and contains images, HTML, CSS, and Javascript. You want to make this application available on the internet with as few steps as possible.
What should you do?
Correct Answer:A
Reference: https://cloud.google.com/storage/docs/hosting-static-website
- (Exam Topic 2)
You manage an ecommerce application that processes purchases from customers who can subsequently cancel or change those purchases. You discover that order volumes are highly variable and the backend
order-processing system can only process one request at a time. You want to ensure seamless performance for customers regardless of usage volume. It is crucial that customers’ order update requests are performed in the sequence in which they were generated. What should you do?
Correct Answer:C
https://cloud.google.com/pubsub/docs/pull
- (Exam Topic 2)
Your company’s development teams want to use various open source operating systems in their Docker builds. When images are created in published containers in your company’s environment, you need to scan them for Common Vulnerabilities and Exposures (CVEs). The scanning process must not impact software development agility. You want to use managed services where possible. What should you do?
Correct Answer:A
https://cloud.google.com/container-analysis/docs/os-overview
- (Exam Topic 2)
You are developing an application that will allow clients to download a file from your website for a specific period of time. How should you design the application to complete this task while following
Google-recommended best practices?
Correct Answer:B
- (Exam Topic 2)
You are building a new API. You want to minimize the cost of storing and reduce the latency of serving images.
Which architecture should you use?
Correct Answer:B