본문 바로가기

Associate Cloud Engineer

(7)
You have a development project with appropriate IAM roles defined. You are creat Q. You have a development project with appropriate IAM roles defined. You are creating a production project and want to have the same IAM roles on the new project, using the fewest possible steps. What should you do? A. Use gcloud iam roles copy and specify the production project as the destination project. B. Use gcloud iam roles copy and specify your organization as the destination organizatio..
You are deploying an application to App Engine. You want the number of instances Q. You are deploying an application to App Engine. You want the number of instances to scale based on request rate. You need at least 3 unoccupied instances at all times. Which scaling type should you use? A. Manual Scaling with 3 instances. B. Basic Scaling with min_instances set to 3. C. Basic Scaling with max_instances set to 3. D. Automatic Scaling with min_idle_instances set to 3. 문제 번역애플리케..
You have an application that looks for its licensing server on the IP 10.0.3.21. You have an application that looks for its licensing server on the IP 10.0.3.21. You need to deploy the licensing server on Compute Engine. You do not want to change the configuration of the application and want the application to be able to reach the licensing server. What should you do? A. Reserve the IP 10.0.3.21 as a static internal IP address using gcloud and assign it to the licensing serv..
Several employees at your company have been creating projects with Cloud Platfor Q. Several employees at your company have been creating projects with Cloud Platform and paying for it with their personal credit cards, which the company reimburses. The company wants to centralize all these projects under a single, new billing account. What should you do? A. Contact cloud-billing@google.com with your bank account details and request a corporate billing account for your company..
You want to configure autohealing for network load balancing for a group of Comp Q. You want to configure autohealing for network load balancing for a group of Compute Engine instances that run in multiple zones, using the fewest possible steps. You need to configure re-creation of VMs if they are unresponsive after 3 attempts of 10 seconds each. What should you do? A. Create an HTTP load balancer with a backend configuration that references an existing instance group. Set t..
You want to select and configure a cost-effective solution for relational data o Q. You want to select and configure a cost-effective solution for relational data on Google Cloud Platform. You are working with a small set of operational data in one geographic location. You need to support point-in-time recovery. What should you do? A. Select Cloud SQL (MySQL). Verify that the enable binary logging option is selected. B. Select Cloud SQL (MySQL). Select the create failover re..
You need to create a custom VPC with a single subnet. The subnet's range must be Q. You need to create a custom VPC with a single subnet. The subnet's range must be as large as possible. Which range should you use? 사용자 정의 VPC를 단일 서브넷으로 만들어야 합니다. 서브넷의 범위는 가능한 한 커야 합니다. 어떤 범위를 사용해야 합니까? A. 0.0.0.0/0 B. 10.0.0.0/8 C. 172.16.0.0/12 D. 192.168.0.0/16 정답과 설명:정답은 B. 10.0.0.0/8 입니다. 이유: 사용자 정의 VPC는 클라우드 제공업체(Google Cloud, AWS, Azure 등)에서 제공하는 네트워킹 기능으로, 사용자가 자신의 가상 네트워크를 정의하고 제어할 수 ..