Google Associate Cloud Engineer Google Cloud Certified – Associate Cloud Engineer Online Training
Google Associate Cloud Engineer Online Training
The questions for Associate Cloud Engineer were last updated at Nov 24,2024.
- Exam Code: Associate Cloud Engineer
- Exam Name: Google Cloud Certified – Associate Cloud Engineer
- Certification Provider: Google
- Latest update: Nov 24,2024
You are building a product on top of Google Kubernetes Engine (GKE). You have a single GKE cluster. For each of your customers, a Pod is running in that cluster, and your customers can run arbitrary code inside their Pod. You want to maximize the isolation between your customers’ Pods.
What should you do?
- A . Use Binary Authorization and whitelist only the container images used by your customers’ Pods.
- B . Use the Container Analysis API to detect vulnerabilities in the containers used by your customers’ Pods.
- C . Create a GKE node pool with a sandbox type configured to gvisor. Add the parameter runtimeClassName: gvisor to the specification of your customers’ Pods.
- D . Use the cos_containerd image for your GKE nodes. Add a nodeSelector with the value cloud.google.com/gke-os-distribution: cos_containerd to the specification of your customers’ Pods.
Your customer has implemented a solution that uses Cloud Spanner and notices some read latency-related performance issues on one table. This table is accessed only by their users using a primary key.
The table schema is shown below.
You want to resolve the issue.
What should you do?
- A . Option A
- B . Option B
- C . Option C
- D . Option D
Your finance team wants to view the billing report for your projects. You want to make sure that the finance team does not get additional permissions to the project.
What should you do?
- A . Add the group for the finance team to roles/billing user role.
- B . Add the group for the finance team to roles/billing admin role.
- C . Add the group for the finance team to roles/billing viewer role.
- D . Add the group for the finance team to roles/billing project/Manager role.
Your organization has strict requirements to control access to Google Cloud projects. You need to enable your Site Reliability Engineers (SREs) to approve requests from the Google Cloud support team when an SRE opens a support case. You want to follow Google-recommended practices.
What should you do?
- A . Add your SREs to roles/iam.roleAdmin role.
- B . Add your SREs to roles/accessapproval approver role.
- C . Add your SREs to a group and then add this group to roles/iam roleAdmin role.
- D . Add your SREs to a group and then add this group to roles/accessapproval approver role.