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?
* $ 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?
正解:B
解答を投票する
解説: (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?
正解:A
解答を投票する
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?
* 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?
正解:A
解答を投票する
解説: (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?
You need to assign minimum permissions to these team members and you want to follow Google- recommended practices. What should you do?
正解:B
解答を投票する
解説: (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?
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?
正解:C
解答を投票する
解説: (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?
* 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?
正解:D
解答を投票する
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?
正解:C
解答を投票する
解説: (GoShiken メンバーにのみ表示されます)