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

閱讀時間約 38 分鐘

谷歌雲工程理師助理證照題庫彙整 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)


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

1會員
47內容數
小豬科技 - 您的雲端伺服器解決方案 我們是領先的雲端伺服器供應商,提供來自 AWS、GCP、阿里雲、騰訊雲等頂級供應商的解決方案。我們主要提供高效能 VPS(虛擬機),以滿足客戶的多樣化需求。
留言0
查看全部
發表第一個留言支持創作者!
小豬科技的沙龍 的其他內容
AWS 雲端從業人員證照考古題彙整 20240919 QUESTION 99 Which pillar of the AWS Well-Architected Framework is supported by these goals?
Affiliates.One 聯盟網是一個專業的聯盟行銷平臺,目的在連結廣告主與推廣者,提供多樣化的推廣計劃,透過聯盟行銷賺取佣金,提升被動收入,幫助推廣者優化推廣策略並實現被動收入。平臺適合各級推廣者,雖然對新手仍有一定挑戰,但其豐富資源及工具將助力他們踏上成功之路。
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240918 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
香港位於亞洲的心臟地帶,透過將您的 VPS 伺服器部署於香港,您可以享受通往中國、澳門、台灣、日本、新加坡等亞洲主要市場的最低延遲連接。香港 VPS 能夠確保您的網站和應用程式能夠以最快速度連接到您的目標客戶,提供最佳的用戶體驗。
聯盟行銷是一種基於績效的數位行銷模式,無論是新手或經驗豐富的推廣者,這篇文章都為你提供了獲得被動收入的完整指南。企業向推廣其產品或服務的聯盟會員支付佣金,以增加銷售量和品牌曝光。本文探討聯盟行銷的運作原理、成功策略及其優缺點。瞭解如何選擇利基市場、建立有效的推廣內容,並正確使用SEO來吸引更高的流量
AWS 雲端從業人員證照考古題彙整 20240919 QUESTION 99 Which pillar of the AWS Well-Architected Framework is supported by these goals?
Affiliates.One 聯盟網是一個專業的聯盟行銷平臺,目的在連結廣告主與推廣者,提供多樣化的推廣計劃,透過聯盟行銷賺取佣金,提升被動收入,幫助推廣者優化推廣策略並實現被動收入。平臺適合各級推廣者,雖然對新手仍有一定挑戰,但其豐富資源及工具將助力他們踏上成功之路。
谷歌雲工程理師助理證照題庫彙整 20240918 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240918 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
香港位於亞洲的心臟地帶,透過將您的 VPS 伺服器部署於香港,您可以享受通往中國、澳門、台灣、日本、新加坡等亞洲主要市場的最低延遲連接。香港 VPS 能夠確保您的網站和應用程式能夠以最快速度連接到您的目標客戶,提供最佳的用戶體驗。
聯盟行銷是一種基於績效的數位行銷模式,無論是新手或經驗豐富的推廣者,這篇文章都為你提供了獲得被動收入的完整指南。企業向推廣其產品或服務的聯盟會員支付佣金,以增加銷售量和品牌曝光。本文探討聯盟行銷的運作原理、成功策略及其優缺點。瞭解如何選擇利基市場、建立有效的推廣內容,並正確使用SEO來吸引更高的流量
你可能也想看
Google News 追蹤
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
在此篇中,我們來拿實務的例子作實戰練習,我們會討論如何在Google Colab的環境下,撈取所有台美股的股票代碼,並獲取相關細節,最後將獲取的資訊存取於SQLite資料庫中。
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #3 | 上手等級:入門🔗 🔗E
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #3 | 上手等級:入門🔗
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 ♐人力資訊儀表板分集 本次人力資訊儀錶板預計分成5集依循漸進逐步完成 資料整
Thumbnail
這邊統整了所有過去發表過關於 QUERY 函式的教學分享,希望可以方便你按照順序閱讀和練習。 QUERY 可以用來查詢、篩選、聚集、排序資料,還可以做張簡易的資料透視表,是我在 Google 試算表上做數據分析、製作報告、製作儀表板時最常用的函式之一,既方便又好用,誠心推薦!
Thumbnail
今天紀錄的是因應工作需要而學習的小技能。 我想達到的目標:當欄位裡面出現「寄出」這個關鍵字的時候整欄變色,以辨別該項目的狀態。
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
在此篇中,我們來拿實務的例子作實戰練習,我們會討論如何在Google Colab的環境下,撈取所有台美股的股票代碼,並獲取相關細節,最後將獲取的資訊存取於SQLite資料庫中。
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #3 | 上手等級:入門🔗 🔗E
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #3 | 上手等級:入門🔗
Thumbnail
🎗️本次主題成果展示:人力資訊分析 上集回顧 🔗EXCEL儀表板 | 人力資訊分析儀表板 #1 | 上手等級:入門🔗 🔗EXCEL儀表板 | 人力資訊分析儀表板 #2 | 上手等級:入門🔗 ♐人力資訊儀表板分集 本次人力資訊儀錶板預計分成5集依循漸進逐步完成 資料整
Thumbnail
這邊統整了所有過去發表過關於 QUERY 函式的教學分享,希望可以方便你按照順序閱讀和練習。 QUERY 可以用來查詢、篩選、聚集、排序資料,還可以做張簡易的資料透視表,是我在 Google 試算表上做數據分析、製作報告、製作儀表板時最常用的函式之一,既方便又好用,誠心推薦!
Thumbnail
今天紀錄的是因應工作需要而學習的小技能。 我想達到的目標:當欄位裡面出現「寄出」這個關鍵字的時候整欄變色,以辨別該項目的狀態。