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

閱讀時間約 34 分鐘

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

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

QUESTION 21

You have one GCP account running in your default region and zone and another account running in a non- default region and zone. You want to start a new

Compute Engine instance in these two Google Cloud Platform accounts using the command line interface. What should you do?

A.       Create two configurations using gcloud config configurations create [NAME]. Run gcloud config configurations activate[NAME] to switch between accounts when running the commands to start the Compute Engine instances.

B.       Create two configurations using gcloud config configurations create [NAME]. Run gcloud configurations list to start theCompute Engine instances.

C.      Activate two configurations using gcloud configurations activate [NAME]. Run gcloud config list to start the ComputeEngine instances.

D.      Activate two configurations using gcloud configurations activate [NAME]. Run gcloud configurations list to start theCompute Engine instances.

Correct Answer: A

Section: (none)


探索小豬科技的全方位雲端服務,立即提升您的業務競爭力!了解更多


QUESTION 22

You significantly changed a complex Deployment Manager template and want to confirm that the dependencies of all definedresources are properly met before committing it to the project. You want the most rapid feedback on your changes. What should you do?

A.       Use granular logging statements within a Deployment Manager template authored in Python.

B.       Monitor activity of the Deployment Manager execution on the Stackdriver Logging page of the GCP Console.

C.      Execute the Deployment Manager template against a separate project with the same configuration, and monitor for failures.

D.      Execute the Deployment Manager template using the ""-preview option in the same project, and observe the state ofinterdependent resources.

Correct Answer: D

Section: (none) 

QUESTION 23

You are building a pipeline to process time-series data. Which Google Cloud Platform services should you put in boxes 1,2,3,and 4?

A.       Cloud Pub/Sub, Cloud Dataflow, Cloud Datastore, BigQuery

B.       Firebase Messages, Cloud Pub/Sub, Cloud Spanner, BigQuery

C.      Cloud Pub/Sub, Cloud Storage, BigQuery, Cloud Bigtable

D.      Cloud Pub/Sub, Cloud Dataflow, Cloud Bigtable, BigQuery

Correct Answer: D

Section: (none)

QUESTION 24

You have a project for your App Engine application that serves a development environment. The required testing hassucceeded and you want to create a new project to serve as your production environment. What should you do? 

A.       Use gcloud to create the new project, and then deploy your application to the new project.

B.       Use gcloud to create the new project and to copy the deployed application to the new project.

C.      Create a Deployment Manager configuration file that copies the current App Engine deployment into a new project.

D.      Deploy your application again using gcloud and specify the project parameter with the new project name to create the newproject.

Correct Answer: A

Section: (none)

QUESTION 25

You need to configure IAM access audit logging in BigQuery for external auditors. You want to follow Google-recommended practices. What should you do?

A.       Add the auditors group to the 'logging.viewer' and 'bigQuery.dataViewer' predefined IAM roles.

B.       Add the auditors group to two new custom IAM roles.

C.      Add the auditor user accounts to the 'logging.viewer' and 'bigQuery.dataViewer' predefined IAM roles.

D.      Add the auditor user accounts to two new custom IAM roles.

Correct Answer: A

Section: (none)

QUESTION 26

You need to set up permissions for a set of Compute Engine instances to enable them to write data into a particular Cloud Storagebucket. You want to follow Google-recommended practices. What should you do?

A.       Create a service account with an access scope. Use the access scope 'https://www.googleapis.com/auth/devstorage.write_only'.

B.       Create a service account with an access scope. Use the access scope 'https://www.googleapis.com/ auth/cloud-platform'.

C.      Create a service account and add it to the IAM role 'storage.objectCreator' for that bucket.

D.      Create a service account and add it to the IAM role 'storage.objectAdmin' for that bucket.

Correct Answer: C

Section: (none)

QUESTION 27

You have sensitive data stored in three Cloud Storage buckets and have enabled data access logging. You want to verifyactivities for a particular user for these buckets, using the fewest possible steps. You need to verify the addition of metadata labels and which files have been viewed from those buckets. What should you do? 

A.       Using the GCP Console, filter the Activity log to view the information.

B.       Using the GCP Console, filter the Stackdriver log to view the information.

C.      View the bucket in the Storage section of the GCP Console.

D.      Create a trace in Stackdriver to view the information.

Correct Answer: A

Section: (none)

QUESTION 28

You are the project owner of a GCP project and want to delegate control to colleagues to manage buckets and files in Cloud Storage. You want to follow Google- recommended practices. Which IAM roles should you grant your colleagues?

A.       Project Editor

B.       Storage Admin

C.      Storage Object Admin

D.      Storage Object Creator

Correct Answer: B

Section: (none)


想要快速啟動雲端服務?現在就註冊小豬科技,輕鬆開通您的雲端伺服器!立即註冊


QUESTION 29

You have an object in a Cloud Storage bucket that you want to share with an external company. The object contains sensitive data. You want access to the content to be removed after four hours. The external company does not have a Google account to which you can grant specific user-based access privileges. You want to use the most secure method that requires the fewest steps. What should you do?

A.       Create a signed URL with a four-hour expiration and share the URL with the company.

B.       Set object access to 'public' and use object lifecycle management to remove the object after four hours.

C.      Configure the storage bucket as a static website and furnish the object's URL to the company. Delete the object from thestorage bucket after four hours.

D.      Create a new Cloud Storage bucket specifically for the external company to access. Copy the object to that bucket. Deletethe bucket after four hours have passed.

Correct Answer: A

Section: (none)

QUESTION 30

You are creating a Google Kubernetes Engine (GKE) cluster with a cluster autoscaler feature enabled. You need to make sure that each node of the cluster will run a monitoring pod that sends container metrics to a third-party monitoring solution. What should you do? 

A.       Deploy the monitoring pod in a StatefulSet object.

B.       Deploy the monitoring pod in a DaemonSet object.

C.      Reference the monitoring pod in a Deployment object.

D.      Reference the monitoring pod in a cluster initializer at the GKE cluster creation time.

Correct Answer: B

Section: (none)

QUESTION 31

You want to send and consume Cloud Pub/Sub messages from your App Engine application. The Cloud Pub/Sub API iscurrently disabled. You will use a service account to authenticate your application to the API. You want to make sure yourapplication can use Cloud Pub/Sub. What should you do?

A.       Enable the Cloud Pub/Sub API in the API Library on the GCP Console.

B.       Rely on the automatic enablement of the Cloud Pub/Sub API when the Service Account accesses it.

C.      Use Deployment Manager to deploy your application. Rely on the automatic enablement of all APIs used by the applicationbeing deployed.

D.      Grant the App Engine Default service account the role of Cloud Pub/Sub Admin. Have your application enable the API onthe first connection to Cloud Pub/ Sub. 

Correct Answer: A

Section: (none)

QUESTION 32

You need to monitor resources that are distributed over different projects in Google Cloud Platform. You want to consolidate reporting under the same Stackdriver Monitoring dashboard. What should you do?

A.       Use Shared VPC to connect all projects, and link Stackdriver to one of the projects.

B.       For each project, create a Stackdriver account. In each project, create a service account for that project and grant it the roleof Stackdriver Account Editor in all other projects.

C.      Configure a single Stackdriver account, and link all projects to the same account.

D.      Configure a single Stackdriver account for one of the projects. In Stackdriver, create a Group and add the other projectnames as criteria for that Group.

Correct Answer: C

Section: (none)

QUESTION 33

You are deploying an application to a Compute Engine VM in a managed instance group. The application must be running atall times, but only a single instance of the VM should run per GCP project. How should you configure the instance group?

A.       Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

B.       Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 1.

C.      Set autoscaling to On, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

D.      Set autoscaling to Off, set the minimum number of instances to 1, and then set the maximum number of instances to 2.

Correct Answer: A

Section: (none)

QUESTION 34

You want to verify the IAM users and roles assigned within a GCP project named my-project. What should you do?

A.       Run gcloud iam roles list. Review the output section.

B.       Run gcloud iam service-accounts list. Review the output section.

C.      Navigate to the project and then to the IAM section in the GCP Console. Review the members and roles.

D.      Navigate to the project and then to the Roles section in the GCP Console. Review the roles and status.

Correct Answer: C

Section: (none)

QUESTION 35

You need to create a new billing account and then link it with an existing Google Cloud Platform project. What should you do? 

A.       Verify that you are Project Billing Manager for the GCP project. Update the existing project to link it to the existing billingaccount.

B.       Verify that you are Project Billing Manager for the GCP project. Create a new billing account and link the new billing accountto the existing project.

C.      Verify that you are Billing Administrator for the billing account. Create a new project and link the new project to theexisting billing account.

D.      Verify that you are Billing Administrator for the billing account. Update the existing project to link it to the existing billingaccount.

Correct Answer: B

Section: (none)

QUESTION 36

You have one project called proj-sa where you manage all your service accounts. You want to be able to use a service accountfrom this project to take snapshots of VMs running in another project called proj-vm. What should you do?

A.       Download the private key from the service account, and add it to each VMs custom metadata.

B.       Download the private key from the service account, and add the private key to each VM's SSH keys.

C.      Grant the service account the IAM Role of Compute Storage Admin in the project called proj-vm.

D.      When creating the VMs, set the service account's API scope for Compute Engine to read/write.

Correct Answer: C

Section: (none) 


要更多資訊?小豬科技專員隨時為您服務,聯絡我們,為您的業務提供最佳的雲端解決方案!點擊聯絡


QUESTION 37

You created a Google Cloud Platform project with an App Engine application inside the project. You initially configured the application to be served from the us- central region. Now you want the application to be served from the asia-northeast1 region.What should you do?

A.       Change the default region property setting in the existing GCP project to asia-northeast1.

B.       Change the region property setting in the existing App Engine application from us-central to asia- northeast1.

C.      Create a second App Engine application in the existing GCP project and specify asia-northeast1 as the region to serve your application.

D.      Create a new GCP project and create an App Engine application inside this new project. Specify asia- northeast1 as theregion to serve your application.

Correct Answer: D

Section: (none)

QUESTION 38

You need to grant access for three users so that they can view and edit table data on a Cloud Spanner instance. What should you do?

A.       Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to the role.

B.       Run gcloud iam roles describe roles/spanner.databaseUser. Add the users to a new group. Add the group to the role.

C.      Run gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to the role.

D.      Run gcloud iam roles describe roles/spanner.viewer - -project my-project. Add the users to a new group. Add the group tothe role.

Correct Answer: B

Section: (none)

QUESTION 39

You create a new Google Kubernetes Engine (GKE) cluster and want to make sure that it always runs a supported and stableversion of Kubernetes. What should you do? 

A.       Enable the Node Auto-Repair feature for your GKE cluster.

B.       Enable the Node Auto-Upgrades feature for your GKE cluster.

C.      Select the latest available cluster version for your GKE cluster.

D.      Select "Container-Optimized OS (cos)" as a node image for your GKE cluster.

Correct Answer: B

Section: (none)

QUESTION 40

You have an instance group that you want to load balance. You want the load balancer to terminate the client SSL session. Theinstance group is used to serve a public web application over HTTPS. You want to follow Google-recommended practices. What should you do?

A.       Configure an HTTP(S) load balancer.

B.       Configure an internal TCP load balancer.

C.      Configure an external SSL proxy load balancer.

D.      Configure an external TCP proxy load balancer.

Correct Answer: A

Section: (none)


加入小豬科技,輕鬆管理您的雲端資源,並享有全天候技術支援。現在註冊,立享優惠!馬上註冊

 

1會員
49內容數
小豬科技 - 您的雲端伺服器解決方案 我們是領先的雲端伺服器供應商,提供來自 AWS、GCP、阿里雲、騰訊雲等頂級供應商的解決方案。我們主要提供高效能 VPS(虛擬機),以滿足客戶的多樣化需求。
留言0
查看全部
發表第一個留言支持創作者!
小豬科技的沙龍 的其他內容
AWS 雲端從業人員證照考古題彙整 20240913 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 21 A company 
谷歌雲工程理師助理證照考古題彙整 20240912 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240912 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
當您為您的企業選擇虛擬私人伺服器(VPS)時,操作系統的穩定性、安全性和靈活性是您需要考量的關鍵因素。在眾多選擇中,Debian VPS 因其優越的性能和開源優勢,特別受到開發者、企業和技術愛好者的青睞。本文將介紹什麼是 Debian 以及 Debian VPS,並解釋為何它是眾多用戶的首選。
甲骨文與 Amazon Web Services (AWS) 聯手推出全新服務 Oracle Database@AWS,允許客戶在 AWS 平臺上使用甲骨文資料庫,提升工作負載的靈活性、安全性和成本效益。此次合作將簡化企業雲端遷移流程,並提供無縫整合與簡化的採購方式,幫助各行各業快速現代化。
在競爭激烈的創業環境中,Google Cloud 提供新創公司多元化的資源,從專業輔導到技術支持,幫助企業快速成長。透過建立人脈、提升曝光及資金支援,新創公司能夠更好地應對挑戰並獲得成功。本文探討 Google Cloud 如何幫助多家成功的新創企業,促進創新與市場擴展,並展望未來合作的機會。
AWS 雲端從業人員證照考古題彙整 20240913 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。 QUESTION 21 A company 
谷歌雲工程理師助理證照考古題彙整 20240912 Google Cloud Platform(GCP 谷歌雲)全系列考古題,2024年最新題庫,持續更新,全網最完整。GCP 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
AWS 雲端從業人員證照考古題彙整 20240912 Amazon Web Service(AWS 亞馬遜)全系列考古題,2024年最新題庫,持續更新,全網最完整。AWS 證照含金量高,自我進修、跨足雲端產業必備近期版本更新,隨時追蹤最新趨勢變化。
當您為您的企業選擇虛擬私人伺服器(VPS)時,操作系統的穩定性、安全性和靈活性是您需要考量的關鍵因素。在眾多選擇中,Debian VPS 因其優越的性能和開源優勢,特別受到開發者、企業和技術愛好者的青睞。本文將介紹什麼是 Debian 以及 Debian VPS,並解釋為何它是眾多用戶的首選。
甲骨文與 Amazon Web Services (AWS) 聯手推出全新服務 Oracle Database@AWS,允許客戶在 AWS 平臺上使用甲骨文資料庫,提升工作負載的靈活性、安全性和成本效益。此次合作將簡化企業雲端遷移流程,並提供無縫整合與簡化的採購方式,幫助各行各業快速現代化。
在競爭激烈的創業環境中,Google Cloud 提供新創公司多元化的資源,從專業輔導到技術支持,幫助企業快速成長。透過建立人脈、提升曝光及資金支援,新創公司能夠更好地應對挑戰並獲得成功。本文探討 Google Cloud 如何幫助多家成功的新創企業,促進創新與市場擴展,並展望未來合作的機會。
你可能也想看
Google News 追蹤
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
Thumbnail
首先確定VS Code的版本,如果你的版本跟我一樣是1.92.0那麼你可以參考我的作法...
Thumbnail
透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
Thumbnail
打開 jupyter notebook 寫一段 python 程式,可以完成五花八門的工作,這是玩程式最簡便的方式,其中可以獲得很多快樂,在現今這種資訊發達的時代,幾乎沒有門檻,只要願意,人人可享用。 下一步,希望程式可以隨時待命聽我吩咐,不想每次都要開電腦,啟動開發環境,只為完成一個重複性高
Thumbnail
在網路速度有限的情況下,依序記錄不斷產生的資訊,能統計使用者在頁面上操作了哪些功能。
Thumbnail
當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
Thumbnail
雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
Thumbnail
情境:想透過 IAM Role 的方式同時切換不同的帳號。 這邊以主帳號 "A" ,子帳號 "B" 為例。即在不重新登入的情況下,先登入A,然後利用 switch role的方式跳進B。
Thumbnail
Request內容 package main import ( "fmt" "log" "net/http" "strings" ) func request(w http.ResponseWriter, r *http.Request) { //這些資訊是輸出到伺服器端的列印訊息
Thumbnail
本專欄將提供給您最新的市場資訊、產業研究、交易心法、精選公司介紹,以上內容並非個股分析,還請各位依據自身狀況作出交易決策。歡迎訂閱支持我,獲得相關內容,也祝您的投資之路順遂! 每年 $990 訂閱方案👉 https://reurl.cc/VNYVxZ 每月 $99 訂閱方案👉https://re
Thumbnail
首先確定VS Code的版本,如果你的版本跟我一樣是1.92.0那麼你可以參考我的作法...
Thumbnail
透過充分利用 AWS Organizations 和 CloudFormation StackSets,您可以更好地實現企業級的雲端管理與控制,為業務的持續發展提供穩固的技術支撐。
Thumbnail
打開 jupyter notebook 寫一段 python 程式,可以完成五花八門的工作,這是玩程式最簡便的方式,其中可以獲得很多快樂,在現今這種資訊發達的時代,幾乎沒有門檻,只要願意,人人可享用。 下一步,希望程式可以隨時待命聽我吩咐,不想每次都要開電腦,啟動開發環境,只為完成一個重複性高
Thumbnail
在網路速度有限的情況下,依序記錄不斷產生的資訊,能統計使用者在頁面上操作了哪些功能。
Thumbnail
當我們架好站、WebService測試完,接著就是測試區域網路連線啦~
Thumbnail
雲端已經成為App開發的核心,而Amazon的AWS(Amazon Web Services是開發者常用的平台,可以幫助開發者建立、整合和擴展App。
Thumbnail
情境:想透過 IAM Role 的方式同時切換不同的帳號。 這邊以主帳號 "A" ,子帳號 "B" 為例。即在不重新登入的情況下,先登入A,然後利用 switch role的方式跳進B。
Thumbnail
Request內容 package main import ( "fmt" "log" "net/http" "strings" ) func request(w http.ResponseWriter, r *http.Request) { //這些資訊是輸出到伺服器端的列印訊息