Associate-Cloud-Engineer試験無料問題集「Google Associate Cloud Engineer 認定」

You created a Kubernetes deployment by running kubectl run nginx image=nginx replicas=1. After a few days, you decided you no longer want this deployment. You identified the pod and deleted it by running kubectl delete pod. You noticed the pod got recreated.
* $ kubectl get pods
* NAME READY STATUS RESTARTS AGE
* nginx-84748895c4-nqqmt 1/1 Running 0 9m41s
* $ kubectl delete pod nginx-84748895c4-nqqmt
* pod nginx-84748895c4-nqqmt deleted
* $ kubectl get pods
* NAME READY STATUS RESTARTS AGE
* nginx-84748895c4-k6bzl 1/1 Running 0 25s
What should you do to delete the deployment and avoid pod getting recreated?

解説: (GoShiken メンバーにのみ表示されます)
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?

You need to deploy an application, which is packaged in a container image, in a new project. The application exposes an HTTP endpoint and receives very few requests per day. You want to minimize costs. What should you do

解説: (GoShiken メンバーにのみ表示されます)
You created a cluster.YAML file containing
* resources:
* name: cluster
* type: container.v1.cluster
* properties:
* zone: europe-west1-b
* cluster:
* description: My GCP ACE cluster
* initialNodeCount: 2
You want to use Cloud Deployment Manager to create this cluster in GKE. What should you do?

解説: (GoShiken メンバーにのみ表示されます)
Your company set up a complex organizational structure on Google Could Platform. The structure includes hundreds of folders and projects. Only a few team members should be able to view the hierarchical structure.
You need to assign minimum permissions to these team members and you want to follow Google- recommended practices. What should you do?

解説: (GoShiken メンバーにのみ表示されます)
You've deployed a microservice called myapp1 to a Google Kubernetes Engine cluster using the YAML file specified below:

You need to refactor this configuration so that the database password is not stored in plain text. You want to follow Google-recommended practices. What should you do?

解説: (GoShiken メンバーにのみ表示されます)
Your company wants to migrate their on-premises workloads to Google Cloud. The current on-premises workloads consist of:
* A Flask web application
* AbackendAPI
* A scheduled long-running background job for ETL and reporting.
You need to keep operational costs low You want to follow Google-recommended practices to migrate these workloads to serverless solutions on Google Cloud. What should you do?

You recently deployed a new version of an application to App Engine and then discovered a bug in the release. You need to immediately revert to the prior version of the application. What should you do?

Your company has developed a new application that consists of multiple microservices. You want to deploy the application to Google Kubernetes Engine (GKE), and you want to ensure that the cluster can scale as more applications are deployed in the future. You want to avoid manual intervention when each new application is deployed. What should you do?

解説: (GoShiken メンバーにのみ表示されます)
You need to add a group of new users to Cloud Identity. Some of the users already have existing Google accounts. You want to follow one of Google's recommended practices and avoid conflicting accounts. What should you do?

解説: (GoShiken メンバーにのみ表示されます)
You are using Google Kubernetes Engine with autoscaling enabled to host a new application. You want to expose this new application to the public, using HTTPS on a public IP address. What should you do?

You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running at all times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?

解説: (GoShiken メンバーにのみ表示されます)