2024-09-19|閱讀時間 ‧ 約 60 分鐘

Google Associate Cloud Engineer 證照考古題大全 20240919

谷歌雲工程理師助理證照題庫彙整 20240919

Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。


QUESTION 81

You are operating a Google Kubernetes Engine (GKE) cluster for your company where different teams can run non-productionworkloads. Your Machine Learning

(ML) team needs access to Nvidia Tesla P100 GPUs to train their models. You want to minimize effort and cost. What should youdo?

A.       Ask your ML team to add the "accelerator: gpu" annotation to their pod specification.

B.       Recreate all the nodes of the GKE cluster to enable GPUs on all of them.

C.      Create your own Kubernetes cluster on top of Compute Engine with nodes that have GPUs. Dedicate this cluster to yourML team.

D.      Add a new, GPU-enabled, node pool to the GKE cluster. Ask your ML team to add the cloud.google.com/gke -accelerator: nvidia-tesla-p100 nodeSelector to their pod specification.

Correct Answer: D

Section: (none)


小豬科技帶您輕鬆進入雲端世界,了解更多我們的服務和優勢!點擊這裡了解


QUESTION 82

Your VMs are running in a subnet that has a subnet mask of 255.255.255.240. The current subnet has no more free IP addressesand you require an additional

10 IP addresses for new VMs. The existing and new VMs should all be able to reach each other without additional routes. What should you do?

A.       Use gcloud to expand the IP range of the current subnet.

B.       Delete the subnet, and recreate it using a wider range of IP addresses.

C.      Create a new project. Use Shared VPC to share the current network with the new project.

D.      Create a new subnet with the same starting IP but a wider range to overwrite the current subnet. 

Correct Answer: A

Section: (none)

 

QUESTION 83

Your organization uses G Suite for communication and collaboration. All users in your organization have a G Suite account. Youwant to grant some G Suite users access to your Cloud Platform project. What should you do?

A.       Enable Cloud Identity in the GCP Console for your domain.

B.       Grant them the required IAM roles using their G Suite email address.

C.      Create a CSV sheet with all users' email addresses. Use the gcloud command line tool to convert them into Google CloudPlatform accounts.

D.      In the G Suite console, add the users to a special group called cloud-console-users@yourdomain.com. Rely on the default behavior of the Cloud Platform to grant users access if they are members of this group.

Correct Answer: B

Section: (none)

 

QUESTION 84

You have a Google Cloud Platform account with access to both production and development projects. You need to create an automated process to list all compute instances in development and production projects on a daily basis. What should you do?

A.       Create two configurations using gcloud config. Write a script that sets configurations as active, individually. For each configuration, use gcloud compute instances list to get a list of compute resources.

B.       Create two configurations using gsutil config. Write a script that sets configurations as active, individually. For eachconfiguration, use gsutil compute instances list to get a list of compute resources.

C.      Go to Cloud Shell and export this information to Cloud Storage on a daily basis.

D.      Go to GCP Console and export this information to Cloud SQL on a daily basis.

Correct Answer: A

Section: (none)

 

QUESTION 85

You have a large 5-TB AVRO file stored in a Cloud Storage bucket. Your analysts are proficient only in SQL and need access to the data stored in this file. You want to find a cost-effective way to complete their request as soon as possible. What should you do?

A.       Load data in Cloud Datastore and run a SQL query against it.

B.       Create a BigQuery table and load data in BigQuery. Run a SQL query on this table and drop this table after you completeyour request.

C.      Create external tables in BigQuery that point to Cloud Storage buckets and run a SQL query on these external tables tocomplete your request.

D.      Create a Hadoop cluster and copy the AVRO file to NDFS by compressing it. Load the file in a hive table and provide accessto your analysts so that they can run SQL queries.

Correct Answer: C

Section: (none)

 

QUESTION 86

You need to verify that a Google Cloud Platform service account was created at a particular time. What should you do?

A.       Filter the Activity log to view the Configuration category. Filter the Resource type to Service Account.

B.       Filter the Activity log to view the Configuration category. Filter the Resource type to Google Project.

C.      Filter the Activity log to view the Data Access category. Filter the Resource type to Service Account.

D.      Filter the Activity log to view the Data Access category. Filter the Resource type to Google Project.

Correct Answer: A

Section: (none)

 

QUESTION 87

You deployed an LDAP server on Compute Engine that is reachable via TLS through port 636 using UDP. You want to make sure itis 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 port636 for that network tag.

Correct Answer: C

Section: (none)

 

立即註冊小豬科技,無論是AWS還是GCP,我們都為您提供最全面的雲端支持!馬上註冊


QUESTION 88

You need to set a budget alert for use of Compute Engineer services on one of the three Google Cloud Platform projects that youmanage. 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 acustom alert.

C.      Verify that you are the project administrator. Select the associated billing account and create a budget for the appropriateproject.

D.      Verify that you are project administrator. Select the associated billing account and create a budget and a custom alert.

Correct Answer: A

Section: (none)

 

QUESTION 89

You are migrating a production-critical on-premises application that requires 96 vCPUs to perform its task. You want to make surethe 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. 

Correct Answer: A

Section: (none)

 

QUESTION 90

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 archivedata 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.

Correct Answer: B

Section: (none)

 

QUESTION 91

Your company's infrastructure is on-premises, but all machines are running at maximum capacity. You want to burst to GoogleCloud. 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 usingtheir public IP addresses.

D.      Set up Cloud VPN between the infrastructure on-premises and Google Cloud.

Correct Answer: D

Section: (none)

 

QUESTION 92

You want to select and configure a solution for storing and archiving data on Google Cloud Platform. You need to supportcompliance objectives for data from one geographic location. This data is archived after 30 days and needs to be accessedannually. 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.

Correct Answer: D

Section: (none)

 

QUESTION 93

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 anemployee_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 onINFORMATION_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 onINFORMATION_SCHEMA.COLUMNS view to find employee_ssn column. 

Correct Answer: A

Section: (none)

 

有任何技術問題?聯絡小豬科技專員,獲得專業的雲端支持與幫助!立即聯絡


QUESTION 94

You create a Deployment with 2 replicas in a Google Kubernetes Engine cluster that has a single preemptible node pool. After abfew 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 thepending 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.

Correct Answer: B

Section: (none)

 

QUESTION 95

You want to find out when users were added to Cloud Spanner Identity Access Management (IAM) roles on your Google CloudPlatform (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.

Correct Answer: D

Section: (none)

 

QUESTION 96

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 twomethods 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.

Correct Answer: BE

Section: (none)

 

QUESTION 97

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 theisolation 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.

Correct Answer: C

Section: (none) 


QUESTION 98

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.       Remove the profile_picture field from the table.

B.       Add a secondary index on the person_id column.

C.      Change the primary key to not have monotonically increasing values.

D.      Create a secondary index using the following Data Definition Language (DDL):

Correct Answer: C

Section: (none)

 

QUESTION 99

Your finance team wants to view the billing report for your projects. You want to make sure that the finance team does not getadditional 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.

Correct Answer: C

Section: (none)

 

QUESTION 100

Your organization has strict requirements to control access to Google Cloud projects. You need to enable your Site ReliabilityEngineers (SREs) to approve requests from the Google Cloud support team when an SRE opens a support case. You want tofollow 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.

Correct Answer: D

Section: (none)


立即加入小豬科技,享受專屬優惠和一流的雲端服務體驗!馬上註冊

分享至
成為作者繼續創作的動力吧!
© 2024 vocus All rights reserved.