HACKER SAFEにより証明されたサイトは、99.9%以上のハッカー犯罪を防ぎます。
カート(0

Google Professional-Cloud-DevOps-Engineer 問題集

Professional-Cloud-DevOps-Engineer
Professional-Cloud-DevOps-Engineer日本語版
「クリックして表示

試験コード:Professional-Cloud-DevOps-Engineer

試験名称:Google Cloud Certified - Professional Cloud DevOps Engineer Exam

最近更新時間:2024-04-17

問題と解答:全166問

Professional-Cloud-DevOps-Engineer 無料でデモをダウンロード:

PDF版 Demo ソフト版 Demo オンライン版 Demo

追加した商品:"PDF版"
価格: ¥6599 

無料問題集Professional-Cloud-DevOps-Engineer 資格取得

質問 1:
You are building and running client applications in Cloud Run and Cloud Functions Your client requires that all logs must be available for one year so that the client can import the logs into their logging service You must minimize required code changes What should you do?
A. Create a Pub/Sub topic subscription and logging sink Configure the logging sink to send all logs into the topic Give your client access to the topic to retrieve the logs
B. Create a logs bucket and logging sink. Set the retention on the logs bucket to 365 days Configure the logging sink to send logs to the bucket Give your client access to the bucket to retrieve the logs
C. Create a storage bucket and appropriate VPC firewall rules Update all images in Cloud Run and all functions in Cloud Functions to send logs to a file within the storage bucket
D. Update all images in Cloud Run and all functions in Cloud Functions to send logs to both Cloud Logging and the client's logging service Ensure that all the ports required to send logs are open in the VPC firewall
正解:B
解説: (Topexam メンバーにのみ表示されます)

質問 2:
You are performing a semiannual capacity planning exercise for your flagship service. You expect a service user growth rate of 10% month-over-month over the next six months. Your service is fully containerized and runs on Google Cloud Platform (GCP). using a Google Kubernetes Engine (GKE) Standard regional cluster on three zones with cluster autoscaler enabled. You currently consume about 30% of your total deployed CPU capacity, and you require resilience against the failure of a zone. You want to ensure that your users experience minimal negative impact as a result of this growth or as a result of zone failure, while avoiding unnecessary costs. How should you prepare to handle the predicted growth?
A. Verity the maximum node pool size, enable a horizontal pod autoscaler, and then perform a load test to verity your expected resource needs.
B. Proactively add 60% more node capacity to account for six months of 10% growth rate, and then perform a load test to make sure you have enough capacity.
C. Because you are deployed on GKE and are using a cluster autoscaler. your GKE cluster will scale automatically, regardless of growth rate.
D. Because you are at only 30% utilization, you have significant headroom and you won't need to add any additional capacity for this rate of growth.
正解:A
解説: (Topexam メンバーにのみ表示されます)

質問 3:
Your company operates in a highly regulated domain that requires you to store all organization logs for seven years You want to minimize logging infrastructure complexity by using managed services You need to avoid any future loss of log capture or stored logs due to misconfiguration or human error What should you do?
A. Use Cloud Logging to configure an aggregated sink at the organization level to export all logs into a BigQuery dataset
B. Use Cloud Logging to configure an export sink at each project level to export all logs into Cloud Storage with a seven-year retention policy and Bucket Lock
C. Use Cloud Logging to configure an aggregated sink at the organization level to export all logs into Cloud Storage with a seven-year retention policy and Bucket Lock
D. Use Cloud Logging to configure an export sink at each project level to export all logs into a BigQuery dataset
正解:C
解説: (Topexam メンバーにのみ表示されます)

質問 4:
You need to build a CI/CD pipeline for a containerized application in Google Cloud Your development team uses a central Git repository for trunk-based development You want to run all your tests in the pipeline for any new versions of the application to improve the quality What should you do?
A. 1. Install a Git hook to require developers to run unit tests before pushing the code to a central repository If all tests are successful build a container
2. Trigger Cloud Build to deploy the application container to a testing environment, and run integration tests and acceptance tests
3. If all tests are successful tag the code as production ready Trigger Cloud Build to build and deploy the application container to the production environment
B. 1. Trigger Cloud Build to run unit tests when the code is pushed If all unit tests are successful, build and push the application container to a central registry.
2. Trigger Cloud Build to deploy the container to a testing environment, and run integration tests and acceptance tests
3. If all tests are successful the pipeline deploys the application to the production environment and runs smoke tests
C. 1. Install a Git hook to require developers to run unit tests before pushing the code to a central repository
2. Trigger Cloud Build to build the application container Deploy the application container to a testing environment, and run integration tests
3. If the integration tests are successful deploy the application container to your production environment. and run acceptance tests
D. 1. Trigger Cloud Build to build the application container and run unit tests with the container
2. If unit tests are successful, deploy the application container to a testing environment, and run integration tests
3. If the integration tests are successful the pipeline deploys the application container to the production environment After that, run acceptance tests
正解:B
解説: (Topexam メンバーにのみ表示されます)

質問 5:
As part of your company's initiative to shift left on security, the infoSec team is asking all teams to implement guard rails on all the Google Kubernetes Engine (GKE) clusters to only allow the deployment of trusted and approved images You need to determine how to satisfy the InfoSec teams goal of shifting left on security. What should you do?
A. Configure Identity and Access Management (1AM) policies to create a least privilege model on your GKE clusters
B. Use Binary Authorization to attest images during your CI CD pipeline
C. Deploy Falco or Twistlock on GKE to monitor for vulnerabilities on your running Pods
D. Enable Container Analysis in Artifact Registry, and check for common vulnerabilities and exposures (CVEs) in your container images
正解:B
解説: (Topexam メンバーにのみ表示されます)

質問 6:
Your application runs on Google Cloud Platform (GCP). You need to implement Jenkins for deploying application releases to GCP. You want to streamline the release process, lower operational toil, and keep user data secure. What should you do?
A. Implement Jenkins on Google Cloud Functions.
B. Implement Jenkins on local workstations.
C. Implement Jenkins on Kubernetes on-premises
D. Implement Jenkins on Compute Engine virtual machines.
正解:D
解説: (Topexam メンバーにのみ表示されます)

質問 7:
You work for a global organization and run a service with an availability target of 99% with limited engineering resources. For the current calendar month you noticed that the service has 99 5% availability. You must ensure that your service meets the defined availability goals and can react to business changes including the upcoming launch of new features You also need to reduce technical debt while minimizing operational costs You want to follow Google-recommended practices What should you do?
A. Add N+1 redundancy to your service by adding additional compute resources to the service
B. Identify, measure and eliminate toil by automating repetitive tasks
C. Allocate available engineers to the feature backlog while you ensure that the sen/ice remains within the availability target
D. Define an error budget for your service level availability and minimize the remaining error budget
正解:D

質問 8:
You are reviewing your deployment pipeline in Google Cloud Deploy You must reduce toil in the pipeline and you want to minimize the amount of time it takes to complete an end-to-end deployment What should you do?
Choose 2 answers
A. Use a script to automate the creation of the deployment pipeline in Google Cloud Deploy
B. Automate promotion approvals from the development environment to the test environment
C. Create a trigger to notify the required team to complete the next step when manual intervention is required
D. Add more engineers to finish the manual steps.
E. Divide the automation steps into smaller tasks
正解:B,C
解説: (Topexam メンバーにのみ表示されます)

質問 9:
You are using Terraform to manage infrastructure as code within a Cl/CD pipeline You notice that multiple copies of the entire infrastructure stack exist in your Google Cloud project, and a new copy is created each time a change to the existing infrastructure is made You need to optimize your cloud spend by ensuring that only a single instance of your infrastructure stack exists at a time. You want to follow Google-recommended practices What should you do?
A. Create a new pipeline to delete old infrastructure stacks when they are no longer needed
B. Update the pipeline to remove any existing infrastructure before you apply the latest configuration
C. Verify that the pipeline is storing and retrieving the terrafom.tfstat* file from a source control
D. Confirm that the pipeline is storing and retrieving the terraform. if state file from Cloud Storage with the Terraform gcs backend
正解:D
解説: (Topexam メンバーにのみ表示されます)

弊社は失敗したら全額で返金することを承諾します

我々は弊社のProfessional-Cloud-DevOps-Engineer問題集に自信を持っていますから、試験に失敗したら返金する承諾をします。我々のGoogle Professional-Cloud-DevOps-Engineerを利用して君は試験に合格できると信じています。もし試験に失敗したら、我々は君の支払ったお金を君に全額で返して、君の試験の失敗する経済損失を減少します。

一年間の無料更新サービスを提供します

君が弊社のGoogle Professional-Cloud-DevOps-Engineerをご購入になってから、我々の承諾する一年間の更新サービスが無料で得られています。弊社の専門家たちは毎日更新状態を検査していますから、この一年間、更新されたら、弊社は更新されたGoogle Professional-Cloud-DevOps-Engineerをお客様のメールアドレスにお送りいたします。だから、お客様はいつもタイムリーに更新の通知を受けることができます。我々は購入した一年間でお客様がずっと最新版のGoogle Professional-Cloud-DevOps-Engineerを持っていることを保証します。

安全的な支払方式を利用しています

Credit Cardは今まで全世界の一番安全の支払方式です。少数の手続きの費用かかる必要がありますとはいえ、保障があります。お客様の利益を保障するために、弊社のProfessional-Cloud-DevOps-Engineer問題集は全部Credit Cardで支払われることができます。

領収書について:社名入りの領収書が必要な場合、メールで社名に記入していただき送信してください。弊社はPDF版の領収書を提供いたします。

弊社のGoogle Professional-Cloud-DevOps-Engineerを利用すれば試験に合格できます

弊社のGoogle Professional-Cloud-DevOps-Engineerは専門家たちが長年の経験を通して最新のシラバスに従って研究し出した勉強資料です。弊社はProfessional-Cloud-DevOps-Engineer問題集の質問と答えが間違いないのを保証いたします。

Professional-Cloud-DevOps-Engineer無料ダウンロード

この問題集は過去のデータから分析して作成されて、カバー率が高くて、受験者としてのあなたを助けて時間とお金を節約して試験に合格する通過率を高めます。我々の問題集は的中率が高くて、100%の合格率を保証します。我々の高質量のGoogle Professional-Cloud-DevOps-Engineerを利用すれば、君は一回で試験に合格できます。

弊社は無料Google Professional-Cloud-DevOps-Engineerサンプルを提供します

お客様は問題集を購入する時、問題集の質量を心配するかもしれませんが、我々はこのことを解決するために、お客様に無料Professional-Cloud-DevOps-Engineerサンプルを提供いたします。そうすると、お客様は購入する前にサンプルをダウンロードしてやってみることができます。君はこのProfessional-Cloud-DevOps-Engineer問題集は自分に適するかどうか判断して購入を決めることができます。

Professional-Cloud-DevOps-Engineer試験ツール:あなたの訓練に便利をもたらすために、あなたは自分のペースによって複数のパソコンで設置できます。

TopExamは君にProfessional-Cloud-DevOps-Engineerの問題集を提供して、あなたの試験への復習にヘルプを提供して、君に難しい専門知識を楽に勉強させます。TopExamは君の試験への合格を期待しています。

Google Cloud Certified - Professional Cloud DevOps Engineer 認定 Professional-Cloud-DevOps-Engineer 試験問題:

1. You use Cloud Build to build your application. You want to reduce the build time while minimizing cost and development effort. What should you do?

A) Use larger Cloud Build virtual machines (VMs) by using the machine-type option.
B) Use multiple smaller build steps to minimize execution time.
C) Run multiple Jenkins agents to parallelize the build.
D) Use Cloud Storage to cache intermediate artifacts.


2. You need to reduce the cost of virtual machines (VM| for your organization. After reviewing different options, you decide to leverage preemptible VM instances. Which application is suitable for preemptible VMs?

A) A GPU-accelerated video rendering platform that retrieves and stores videos in a storage bucket
B) A scalable in-memory caching system
C) A distributed, eventually consistent NoSQL database cluster with sufficient quorum
D) The organization's public-facing website


3. As a Site Reliability Engineer, you support an application written in GO that runs on Google Kubernetes Engine (GKE) in production. After releasing a new version Of the application, you notice the application runs for about 15 minutes and then restarts. You decide to add Cloud Profiler to your application and now notice that the heap usage grows constantly until the application restarts. What should you do?

A) Increase the memory limit in the application deployment.
B) Add Cloud Trace to the application, and redeploy.
C) Increase the CPU limit in the application deployment.
D) Add high memory compute nodes to the cluster.


4. You support a stateless web-based API that is deployed on a single Compute Engine instance in the europe-west2-a zone . The Service Level Indicator (SLI) for service availability is below the specified Service Level Objective (SLO). A postmortem has revealed that requests to the API regularly time out. The time outs are due to the API having a high number of requests and running out memory. You want to improve service availability. What should you do?

A) Set up additional service instances in other zones and load balance the traffic between all instances.
B) Set up additional service instances in other zones and use them as a failover in case the primary instance is unavailable.
C) Move the service to higher-specification compute instances with more memory.
D) Change the specified SLO to match the measured SLI.


5. You are ready to deploy a new feature of a web-based application to production. You want to use Google Kubernetes Engine (GKE) to perform a phased rollout to half of the web server pods.
What should you do?

A) Use a stateful set with parallel pod management policy.
B) Use a replica set in the deployment specification.
C) Use Node taints with NoExecute.
D) Use a partitioned rolling update.


質問と回答:

質問 # 1
正解: B
質問 # 2
正解: A
質問 # 3
正解: A
質問 # 4
正解: A
質問 # 5
正解: D

Professional-Cloud-DevOps-Engineer 関連試験
Professional-Cloud-DevOps-Engineer-JPN - Google Cloud Certified - Professional Cloud DevOps Engineer Exam (Professional-Cloud-DevOps-Engineer日本語版)
連絡方法  
 [email protected] サポート

試用版をダウンロード

人気のベンダー
Apple
Avaya
CIW
FileMaker
Lotus
Lpi
OMG
SNIA
Symantec
XML Master
Zend-Technologies
The Open Group
H3C
3COM
ACI
すべてのベンダー
TopExam問題集を選ぶ理由は何でしょうか?
 品質保証TopExamは我々の専門家たちの努力によって、過去の試験のデータが分析されて、数年以来の研究を通して開発されて、多年の研究への整理で、的中率が高くて99%の通過率を保証することができます。
 一年間の無料アップデートTopExamは弊社の商品をご購入になったお客様に一年間の無料更新サービスを提供することができ、行き届いたアフターサービスを提供します。弊社は毎日更新の情況を検査していて、もし商品が更新されたら、お客様に最新版をお送りいたします。お客様はその一年でずっと最新版を持っているのを保証します。
 全額返金弊社の商品に自信を持っているから、失敗したら全額で返金することを保証します。弊社の商品でお客様は試験に合格できると信じていますとはいえ、不幸で試験に失敗する場合には、弊社はお客様の支払ったお金を全額で返金するのを承諾します。(全額返金)
 ご購入の前の試用TopExamは無料なサンプルを提供します。弊社の商品に疑問を持っているなら、無料サンプルを体験することができます。このサンプルの利用を通して、お客様は弊社の商品に自信を持って、安心で試験を準備することができます。