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 deployed an LDAP server on Compute Engine that is reachable via TLS through port 636 using UDP. You want to make sure it is reachable by clients over that port.
What should you do?
- A . Add the network tag allow-udp-636 to the VM instance running the LDAP server.
- B . Create a route called allow-udp-636 and set the next hop to be the VM instance running the LDAP server.
- C . Add a network tag of your choice to the instance. Create a firewall rule to allow ingress on UDP port 636 for that network tag.
- D . Add a network tag of your choice to the instance running the LDAP server. Create a firewall rule to allow egress on UDP port 636 for that network tag.
You need to set a budget alert for use of Compute Engineer services on one of the three Google Cloud Platform projects that you manage. All three projects are linked to a single billing account.
What should you do?
- A . Verify that you are the project billing administrator. Select the associated billing account and create a budget and alert for the appropriate project.
- B . Verify that you are the project billing administrator. Select the associated billing account and create a budget and a custom alert.
- C . Verify that you are the project administrator. Select the associated billing account and create a budget for the appropriate project.
- D . Verify that you are project administrator. Select the associated billing account and create a budget and a custom alert.
You are migrating a production-critical on-premises application that requires 96 vCPUs to perform its task. You want to make sure the application runs in a similar environment on GCP.
What should you do?
- A . When creating the VM, use machine type n1-standard-96.
- B . When creating the VM, use Intel Skylake as the CPU platform.
- C . Create the VM using Compute Engine default settings. Use gcloud to modify the running instance to have 96 vCPUs.
- D . Start the VM using Compute Engine default settings, and adjust as you go based on Rightsizing Recommendations.
You want to configure a solution for archiving data in a Cloud Storage bucket. The solution must be cost-effective. Data with multiple versions should be archived after 30 days. Previous versions are accessed once a month for reporting. This archive data is also occasionally updated at month-end.
What should you do?
- A . Add a bucket lifecycle rule that archives data with newer versions after 30 days to Coldline Storage.
- B . Add a bucket lifecycle rule that archives data with newer versions after 30 days to Nearline Storage.
- C . Add a bucket lifecycle rule that archives data from regional storage after 30 days to Coldline Storage.
- D . Add a bucket lifecycle rule that archives data from regional storage after 30 days to Nearline Storage.
Your company’s infrastructure is on-premises, but all machines are running at maximum capacity. You want to burst to Google Cloud. The workloads on Google Cloud must be able to directly communicate to the workloads on-premises using a private IP range.
What should you do?
- A . In Google Cloud, configure the VPC as a host for Shared VPC.
- B . In Google Cloud, configure the VPC for VPC Network Peering.
- C . Create bastion hosts both in your on-premises environment and on Google Cloud. Configure both as proxy servers using their public IP addresses.
- D . Set up Cloud VPN between the infrastructure on-premises and Google Cloud.
You want to select and configure a solution for storing and archiving data on Google Cloud Platform. You need to support compliance objectives for data from one geographic location. This data is archived after 30 days and needs to be accessed annually.
What should you do?
- A . Select Multi-Regional Storage. Add a bucket lifecycle rule that archives data after 30 days to Coldline Storage.
- B . Select Multi-Regional Storage. Add a bucket lifecycle rule that archives data after 30 days to Nearline Storage.
- C . Select Regional Storage. Add a bucket lifecycle rule that archives data after 30 days to Nearline Storage.
- D . Select Regional Storage. Add a bucket lifecycle rule that archives data after 30 days to Coldline Storage.
Your company uses BigQuery for data warehousing. Over time, many different business units in your company have created 1000+ datasets across hundreds of projects. Your CIO wants you to examine all datasets to find tables that contain an employee_ssn column. You want to minimize effort in performing this task.
What should you do?
- A . Go to Data Catalog and search for employee_ssn in the search box.
- B . Write a shell script that uses the bq command line tool to loop through all the projects in your organization.
- C . Write a script that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find the employee_ssn column.
- D . Write a Cloud Dataflow job that loops through all the projects in your organization and runs a query on INFORMATION_SCHEMA.COLUMNS view to find employee_ssn column.
You create a Deployment with 2 replicas in a Google Kubernetes Engine cluster that has a single preemptible node pool. After a few minutes, you use kubectl to examine the status of your Pod and observe that one of them is still in Pending status:
What is the most likely cause?
- A . The pending Pod’s resource requests are too large to fit on a single node of the cluster.
- B . Too many Pods are already running in the cluster, and there are not enough resources left to schedule the pending Pod.
- C . The node pool is configured with a service account that does not have permission to pull the container image used by the pending Pod.
- D . The pending Pod was originally scheduled on a node that has been preempted between the creation of the Deployment and your verification of the Pods’ status. It is currently being rescheduled on a new node.
You want to find out when users were added to Cloud Spanner Identity Access Management (IAM) roles on your Google Cloud Platform (GCP) project.
What should you do in the GCP Console?
- A . Open the Cloud Spanner console to review configurations.
- B . Open the IAM & admin console to review IAM policies for Cloud Spanner roles.
- C . Go to the Stackdriver Monitoring console and review information for Cloud Spanner.
- D . Go to the Stackdriver Logging console, review admin activity logs, and filter them for Cloud Spanner IAM roles.
Your company implemented BigQuery as an enterprise data warehouse. Users from multiple business units run queries on this data warehouse. However, you notice that query costs for BigQuery are very high, and you need to control costs.
Which two methods should you use? (Choose two.)
- A . Split the users from business units to multiple projects.
- B . Apply a user- or project-level custom query quota for BigQuery data warehouse.
- C . Create separate copies of your BigQuery data warehouse for each business unit.
- D . Split your BigQuery data warehouse into multiple data warehouses for each business unit.
- E . Change your BigQuery query model from on-demand to flat rate. Apply the appropriate number of slots to each Project.