Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 65pass65

Professional-Cloud-DevOps-Engineer Google Cloud Certified - Professional Cloud DevOps Engineer Exam is now Stable and With Pass Result | Test Your Knowledge for Free

Exams4sure Dumps

Professional-Cloud-DevOps-Engineer Practice Questions

Google Cloud Certified - Professional Cloud DevOps Engineer Exam

Last Update 2 days ago
Total Questions : 201

Dive into our fully updated and stable Professional-Cloud-DevOps-Engineer practice test platform, featuring all the latest Cloud DevOps Engineer exam questions added this week. Our preparation tool is more than just a Google study aid; it's a strategic advantage.

Our free Cloud DevOps Engineer practice questions crafted to reflect the domains and difficulty of the actual exam. The detailed rationales explain the 'why' behind each answer, reinforcing key concepts about Professional-Cloud-DevOps-Engineer. Use this test to pinpoint which areas you need to focus your study on.

Professional-Cloud-DevOps-Engineer PDF

Professional-Cloud-DevOps-Engineer PDF (Printable)
$43.75
$124.99

Professional-Cloud-DevOps-Engineer Testing Engine

Professional-Cloud-DevOps-Engineer PDF (Printable)
$50.75
$144.99

Professional-Cloud-DevOps-Engineer PDF + Testing Engine

Professional-Cloud-DevOps-Engineer PDF (Printable)
$63.7
$181.99
Question # 41

You are building an application that runs on Cloud Run The application needs to access a third-party API by using an API key You need to determine a secure way to store and use the API key in your application by following Google-recommended practices What should you do?

Options:

A.  

Save the API key in Secret Manager as a secret Reference the secret as an environment variable in the Cloud Run application

B.  

Save the API key in Secret Manager as a secret key Mount the secret key under the /sys/api_key directory and decrypt the key in the Cloud Run application

C.  

Save the API key in Cloud Key Management Service (Cloud KMS) as a key Reference the key as an environment variable in the Cloud Run application

D.  

Encrypt the API key by using Cloud Key Management Service (Cloud KMS) and pass the key to Cloud Run as an environment variable Decrypt and use the key in Cloud Run

Discussion 0
Question # 42

Your application artifacts are being built and deployed via a CI/CD pipeline. You want the CI/CD pipeline to securely access application secrets. You also want to more easily rotate secrets in case of a security breach. What should you do?

Options:

A.  

Prompt developers for secrets at build time. Instruct developers to not store secrets at rest.

B.  

Store secrets in a separate configuration file on Git. Provide select developers with access to the configuration file.

C.  

Store secrets in Cloud Storage encrypted with a key from Cloud KMS. Provide the CI/CD pipeline with access to Cloud KMS via IAM.

D.  

Encrypt the secrets and store them in the source code repository. Store a decryption key in a separate repository and grant your pipeline access to it

Discussion 0
Question # 43

You manage a retail website for your company. The website consists of several microservices running in a GKE Standard node pool with node autoscaling enabled. Each microservice has resource limits and a Horizontal Pod Autoscaler configured. During a busy period, you receive alerts for one of the microservices. When you check the Pods, half of them have the status OOMKilled, and the number of Pods is at the minimum autoscaling limit. You need to resolve the issue. What should you do?

Options:

A.  

Increase the memory resource limit of the microservice.

B.  

Increase the maximum number of nodes in the node pool.

C.  

Increase the maximum replica limit of the Horizontal Pod Autoscaler.

D.  

Update the node pool to use a machine type with more memory.

Discussion 0
Question # 44

Your organization is starting to containerize with Google Cloud. You need a fully managed storage solution for container images and Helm charts. You need to identify a storage solution that has native integration into existing Google Cloud services, including Google Kubernetes Engine (GKE), Cloud Run, VPC Service Controls, and Identity and Access Management (IAM). What should you do?

Options:

A.  

Use Docker to configure a Cloud Storage driver pointed at the bucket owned by your organization.

B.  

Configure Container Registry as an OCI-based container registry for container images.

C.  

Configure Artifact Registry as an OCI-based container registry for both Helm charts and container images.

D.  

Configure an open source container registry server to run in GKE with a restrictive role-based access control (RBAC) configuration.

Discussion 0
Question # 45

You want to share a Cloud Monitoring custom dashboard with a partner team What should you do?

Options:

A.  

Provide the partner team with the dashboard URL to enable the partner team to create a copy of the dashboard

B.  

Export the metrics to BigQuery Use Looker Studio to create a dashboard, and share the dashboard with the partner team

C.  

Copy the Monitoring Query Language (MQL) query from the dashboard; and send the MQL query to the partner team

D.  

Download the JSON definition of the dashboard, and send the JSON file to the partner team

Discussion 0
Question # 46

You recently deployed your application in Google Kubernetes Engine (GKE) and now need to release a new version of the application You need the ability to instantly roll back to the previous version of the application in case there are issues with the new version Which deployment model should you use?

Options:

A.  

Perform a rolling deployment and test your new application after the deployment is complete

B.  

Perform

A.  

B testing, and test your application periodically after the deployment is complete

C.  

Perform a canary deployment, and test your new application periodically after the new version is deployed

D.  

Perform a blue/green deployment and test your new application after the deployment is complete

Discussion 0
Question # 47

Some of your production services are running in Google Kubernetes Engine (GKE) in the eu-west-1 region. Your build system runs in the us-west-1 region. You want to push the container images from your build system to a scalable registry to maximize the bandwidth for transferring the images to the cluster. What should you do?

Options:

A.  

Push the images to Google Container Registry (GCR) using the gcr.io hostname.

B.  

Push the images to Google Container Registry (GCR) using the us.gcr.io hostname.

C.  

Push the images to Google Container Registry (GCR) using the eu.gcr.io hostname.

D.  

Push the images to a private image registry running on a Compute Engine instance in the eu-west-1 region.

Discussion 0
Question # 48

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?

Options:

A.  

A scalable in-memory caching system

B.  

The organization's public-facing website

C.  

A distributed, eventually consistent NoSQL database cluster with sufficient quorum

D.  

A GPU-accelerated video rendering platform that retrieves and stores videos in a storage bucket

Discussion 0
Question # 49

Your organization wants to collect system logs that will be used to generate dashboards in Cloud Operations for their Google Cloud project. You need to configure all current and future Compute Engine instances to collect the system logs and you must ensure that the Ops Agent remains up to date. What should you do?

Options:

A.  

Use the gcloud CLI to install the Ops Agent on each VM listed in the Cloud Asset Inventory

B.  

Select all VMs with an Agent status of Not detected on the Cloud Operations VMs dashboard Then select Install agents

C.  

Use the gcloud CLI to create an Agent Policy.

D.  

Install the Ops Agent on the Compute Engine image by using a startup script

Discussion 0
Question # 50

You are designing a system with three different environments: development, quality assurance (QA), and production.

Each environment will be deployed with Terraform and has a Google Kubemetes Engine (GKE) cluster created so that application teams can deploy their applications. Anthos Config Management will be used and templated to deploy

infrastructure level resources in each GKE cluster. All users (for example, infrastructure operators and application owners) will use GitOps. How should you structure your source control repositories for both Infrastructure as Code (laC) and application code?

Options:

A.  

Cloud Infrastructure (Terraform) repository is shared: different directories are different environmentsGKE Infrastructure (Anthos Config Management Kustomize manifests) repository is shared: differentoverlay directories are different environmentsApplication (app source code) repositories are separated: different branches are different features

B.  

Cloud Infrastructure (Terraform) repository is shared: different directories are different environmentsGKE Infrastructure (Anthos Config Management Kustomize manifests) repositories are separated:different branches are different environmentsApplication (app source code) repositories are separated: different branches are different features

C.  

Cloud Infrastructure (Terraform) repository is shared: different branches are different environmentsGKE Infrastructure (Anthos Config Management Kustomize manifests) repository is shared: differentoverlay directories are different environmentsApplication (app source code) repository is shared: different directories are different features

D.  

Cloud Infrastructure (Terraform) repositories are separated: different branches are different environmentsGKE Infrastructure (Anthos Config Management Kustomize manifests) repositories are separated:different overlay directories are different environmentsApplication (app source code) repositories are separated: different branches are different features

Discussion 0
Get Professional-Cloud-DevOps-Engineer dumps and pass your exam in 24 hours!

Free Exams Sample Questions