Dumps of Professional-Cloud-DevOps-Engineer Cover all the requirements of the Real Exam [Q39-Q61]

Share

Dumps of Professional-Cloud-DevOps-Engineer Cover all the requirements of the Real Exam

Correct Practice Tests of Professional-Cloud-DevOps-Engineer Dumps with Practice Exam


Who should take the Google Professional Cloud DevOps Engineer exam

Individuals should pursue the Professional Cloud DevOps Engineer practice exam if they want to demonstrate their expertise and ability to design plan, and prototype a GCP DevOps, implement a GCP Virtual Private Cloud (VPC), implement DevOps security. It's perfect for DevOps engineers, systems administrators or operations team members, or simply any professional who wants in on this specific area of IT and cloud.

 

NEW QUESTION 39
You support a high-traffic web application and want to ensure that the home page loads in a timely manner. As a first step, you decide to implement a Service Level Indicator (SLI) to represent home page request latency with an acceptable page load time set to 100 ms. What is the Google-recommended way of calculating this SLI?

  • A. Buckelize Ihe request latencies into ranges, and then compute the percentile at 100 ms.
  • B. Bucketize the request latencies into ranges, and then compute the median and 90th percentiles.
  • C. Count the number of home page requests that load in under 100 ms. and then divide by the total number of all web application requests.
  • D. Count the number of home page requests that load in under 100 ms, and then divide by the total number of home page requests.

Answer: D

 

NEW QUESTION 40
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. Run multiple Jenkins agents to parallelize the build.
  • B. Use Cloud Storage to cache intermediate artifacts.
  • C. Use larger Cloud Build virtual machines (VMs) by using the machine-type option.
  • D. Use multiple smaller build steps to minimize execution time.

Answer: D

Explanation:
https://cloud.google.com/storage/docs/best-practices
. https://cloud.google.com/build/docs/speeding-up-builds#caching_directories_with_google_cloud_storage Caching directories with Google Cloud Storage To increase the speed of a build, reuse the results from a previous build. You can copy the results of a previous build to a Google Cloud Storage bucket, use the results for faster calculation, and then copy the new results back to the bucket. Use this method when your build takes a long time and produces a small number of files that does not take time to copy to and from Google Cloud Storage.
upvoted 2 times

 

NEW QUESTION 41
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 use them as a failover in case the primary instance is unavailable.
  • B. Change the specified SLO to match the measured SLI.
  • C. Move the service to higher-specification compute instances with more memory.
  • D. Set up additional service instances in other zones and load balance the traffic between all instances.

Answer: D

 

NEW QUESTION 42
You support an application running on App Engine. The application is used globally and accessed from various device types. You want to know the number of connections. You are using Stackdriver Monitoring for App Engine. What metric should you use?

  • A. flex/connections/current
  • B. tcp_ssl_proxy/open_connections
  • C. tcp_ssl_proxy/new_connections
  • D. flex/instance/connections/current

Answer: D

 

NEW QUESTION 43
Your team is designing a new application for deployment both inside and outside Google Cloud Platform (GCP). You need to collect detailed metrics such as system resource utilization. You want to use centralized GCP services while minimizing the amount of work required to set up this collection system. What should you do?

  • A. Instrument the code using a timing library, and publish the metrics via a health check endpoint that is scraped by Stackdriver.
  • B. Import the Stackdriver Debugger package, and configure the application to emit debug messages with timing information.
  • C. Install an Application Performance Monitoring (APM) tool in both locations, and configure an export to a central data storage location for analysis.
  • D. Import the Stackdriver Profiler package, and configure it to relay function timing data to Stackdriver for further analysis.

Answer: B

 

NEW QUESTION 44
You are managing an application that exposes an HTTP endpoint without using a load balancer. The latency of the HTTP responses is important for the user experience. You want to understand what HTTP latencies all of your users are experiencing. You use Stackdriver Monitoring. What should you do?

  • A. In your application, create a metric with a metricKind set to CUMULATIVE and a valueType set to DOUBLE.
    * In Stackdriver's Metrics Explorer, use a Line graph to visualize the metric.
  • B. In your application, create a metric with a metricKind set to gauge and a valueType set to distribution.
    * In Stackdriver's Metrics Explorer, use a Heatmap graph to visualize the metric.
  • C. In your application, create a metric with a metricKind. set toMETRlc_KIND_UNSPECIFIEDanda valueType set to INT64.
    * In Stackdriver's Metrics Explorer, use a Stacked Area graph to visualize the metric.
  • D. In your application, create a metric with a metricKind set to DELTA and a valueType set to DOUBLE.
    * In Stackdriver's Metrics Explorer, use a Slacked Bar graph to visualize the metric.

Answer: A

 

NEW QUESTION 45
You currently store the virtual machine (VM) utilization logs in Stackdriver. You need to provide an easy-to-share interactive VM utilization dashboard that is updated in real time and contains information aggregated on a quarterly basis. You want to use Google Cloud Platform solutions. What should you do?

  • A. 1. Export VM utilization logs from Stackdriver to Cloud Pub/Sub.
    2. From Cloud Pub/Sub, send the logs to a Security Information and Event Management (SIEM) system.
    3. Build the dashboards in the SIEM system and share with your stakeholders.
  • B. 1. Export VM utilization logs (rom Stackdriver to BigQuery.
    2. From BigQuery. export the logs to a CSV file.
    3. Import the CSV file into Google Sheets.
    4. Build a dashboard in Google Sheets and share it with your stakeholders.
  • C. 1. Export VM utilization logs from Stackdriver to BigOuery.
    2. Create a dashboard in Data Studio.
    3. Share the dashboard with your stakeholders.
  • D. 1. Export VM utilization logs from Stackdriver to a Cloud Storage bucket.
    2. Enable the Cloud Storage API to pull the logs programmatically.
    3. Build a custom data visualization application.
    4. Display the pulled logs in a custom dashboard.

Answer: C

 

NEW QUESTION 46
You use Spinnaker to deploy your application and have created a canary deployment stage in the pipeline. Your application has an in-memory cache that loads objects at start time. You want to automate the comparison of the canary version against the production version. How should you configure the canary analysis?

  • A. Compare the canary with the existing deployment of the current production version.
  • B. Compare the canary with the average performance of a sliding window of previous production versions.
  • C. Compare the canary with a new deployment of the previous production version.
  • D. Compare the canary with a new deployment of the current production version.

Answer: B

 

NEW QUESTION 47
Your application images are built wing Cloud Build and pushed to Google Container Registry (GCR). You want to be able to specify a particular version of your application for deployment based on the release version tagged in source control. What would you do when you push the image?

  • A. Supply the source control tag as a parameter within the image name.
  • B. Use Cloud Build to include the release version tag in the application image.
  • C. Use GCR digest versioning to match the image to the tag in source control.
  • D. Reference the image digest in the source control tag.

Answer: B

 

NEW QUESTION 48
Your company follows Site Reliability Engineering principles. You are writing a postmortem for an incident, triggered by a software change, that severely affected users. You want to prevent severe incidents from happening in the future. What should you do?

  • A. Identify engineers responsible for the incident and escalate to their senior management.
  • B. Follow up with the employees who reviewed the changes and prescribe practices they should follow in the future.
  • C. Ensure that test cases that catch errors of this type are run successfully before new software releases.
  • D. Design a policy that will require on-call teams to immediately call engineers and management to discuss a plan of action if an incident occurs.

Answer: B

 

NEW QUESTION 49
You support a high-traffic web application and want to ensure that the home page loads in a timely manner. As a first step, you decide to implement a Service Level Indicator (SLI) to represent home page request latency with an acceptable page load time set to 100 ms. What is the Google-recommended way of calculating this SLI?

  • A. Count the number of home page requests that load in under 100 ms, and then divide by the total number of home page requests.
  • B. Bucketize the request latencies into ranges, and then compute the median and 90th percentiles.
  • C. Buckelize Ihe request latencies into ranges, and then compute the percentile at 100 ms.
  • D. Count the number of home page requests that load in under 100 ms. and then divide by the total number of all web application requests.

Answer: C

 

NEW QUESTION 50
You are deploying an application that needs to access sensitive information. You need to ensure that this information is encrypted and the risk of exposure is minimal if a breach occurs. What should you do?

  • A. Integrate the application with a Single sign-on (SSO) system and do not expose secrets to the application
  • B. Leverage a continuous build pipeline that produces multiple versions of the secret for each instance of the application.
  • C. Store the encryption keys in Cloud Key Management Service (KMS) and rotate the keys frequently
  • D. Inject the secret at the time of instance creation via an encrypted configuration management system.

Answer: C

 

NEW QUESTION 51
You manage several production systems that run on Compute Engine in the same Google Cloud Platform (GCP) project. Each system has its own set of dedicated Compute Engine instances. You want to know how must it costs to run each of the systems. What should you do?

  • A. Assign all instances a label specific to the system they run. Configure BigQuery billing export and query costs per label.
  • B. Enrich all instances with metadata specific to the system they run. Configure Stackdriver Logging to export to BigQuery, and query costs based on the metadata.
  • C. Name each virtual machine (VM) after the system it runs. Set up a usage report export to a Cloud Storage bucket. Configure the bucket as a source in BigQuery to query costs based on VM name.
  • D. In the Google Cloud Platform Console, use the Cost Breakdown section to visualize the costs per system.

Answer: C

 

NEW QUESTION 52
You have an application running in Google Kubernetes Engine. The application invokes multiple services per request but responds too slowly. You need to identify which downstream service or services are causing the delay. What should you do?

  • A. Create a Dataflow pipeline to analyze service metrics in real time.
  • B. Investigate the Liveness and Readiness probes for each service.
  • C. Analyze VPC flow logs along the path of the request.
  • D. Use a distributed tracing framework such as OpenTelemetry or Stackdriver Trace.

Answer: A

 

NEW QUESTION 53
You currently store the virtual machine (VM) utilization logs in Stackdriver. You need to provide an easy-to- share interactive VM utilization dashboard that is updated in real time and contains information aggregated on a quarterly basis. You want to use Google Cloud Platform solutions. What should you do?

  • A. 1. Export VM utilization logs from Stackdriver to BigQuery.
    2. From BigQuery, export the logs to a CSV file.
    3. Import the CSV file into Google Sheets.
    4. Build a dashboard in Google Sheets and share it with your stakeholders.
  • B. 1. Export VM utilization logs from Stackdriver to BigQuery.
    2. Create a dashboard in Data Studio.
    3. Share the dashboard with your stakeholders.
  • C. 1. Export VM utilization logs from Stackdriver to Cloud Pub/Sub.
    2. From Cloud Pub/Sub, send the logs to a Security Information and Event Management (SIEM) system.
    3. Build the dashboards in the SIEM system and share with your stakeholders.
  • D. 1. Export VM utilization logs from Stackdriver to a Cloud Storage bucket.
    2. Enable the Cloud Storage API to pull the logs programmatically.
    3. Build a custom data visualization application.
    4. Display the pulled logs in a custom dashboard.

Answer: B

 

NEW QUESTION 54
Your organization recently adopted a container-based workflow for application development. Your team develops numerous applications that are deployed continuously through an automated build pipeline to the production environment. A recent security audit alerted your team that the code pushed to production could contain vulnerabilities and that the existing tooling around virtual machine (VM) vulnerabilities no longer applies to the containerized environment. You need to ensure the security and patch level of all code running through the pipeline. What should you do?

  • A. Implement static code analysis tooling against the Docker files used to create the containers.
  • B. Configure the containers in the build pipeline to always update themselves before release.
  • C. Set up Container Analysis to scan and report Common Vulnerabilities and Exposures.
  • D. Reconfigure the existing operating system vulnerability software to exist inside the container.

Answer: C

 

NEW QUESTION 55
Your organization recently adopted a container-based workflow for application development. Your team develops numerous applications that are deployed continuously through an automated build pipeline to a Kubernetes cluster in the production environment. The security auditor is concerned that developers or operators could circumvent automated testing and push code changes to production without approval. What should you do to enforce approvals?

  • A. Leverage Kubernetes Role-Based Access Control (RBAC) to restrict access to only approved users.
  • B. Use an Admission Controller to verify that incoming requests originate from approved sources.
  • C. Configure the build system with protected branches that require pull request approval.
  • D. Enable binary authorization inside the Kubernetes cluster and configure the build pipeline as an attestor.

Answer: C

 

NEW QUESTION 56
Your company follows Site Reliability Engineering practices. You are the person in charge of Communications for a large, ongoing incident affecting your customer-facing applications. There is still no estimated time for a resolution of the outage. You are receiving emails from internal stakeholders who want updates on the outage, as well as emails from customers who want to know what is happening. You want to efficiently provide updates to everyone affected by the outage. What should you do?

  • A. Focus on responding to internal stakeholders at least every 30 minutes. Commit to "next update" times.
  • B. Delegate the responding to internal stakeholder emails to another member of the Incident Response Team. Focus on providing responses directly to customers.
  • C. Provide all internal stakeholder emails to the Incident Commander, and allow them to manage internal communications. Focus on providing responses directly to customers.
  • D. Provide periodic updates to all stakeholders in a timely manner. Commit to a "next update" time in all communications.

Answer: A

 

NEW QUESTION 57
Your product is currently deployed in three Google Cloud Platform (GCP) zones with your users divided between the zones. You can fail over from one zone to another, but it causes a 10-minute service disruption for the affected users. You typically experience a database failure once per quarter and can detect it within five minutes. You are cataloging the reliability risks of a new real-time chat feature for your product. You catalog the following information for each risk:
* Mean Time to Detect (MUD} in minutes
* Mean Time to Repair (MTTR) in minutes
* Mean Time Between Failure (MTBF) in days
* User Impact Percentage
The chat feature requires a new database system that takes twice as long to successfully fail over between zones. You want to account for the risk of the new database failing in one zone. What would be the values for the risk of database failover with the new system?

  • A. MTTD:5
    MTTR: 10
    MTBF: 90
    Impact 50%
  • B. MTTD:5
    MTTR: 20
    MTBF: 90
    Impact: 33%
  • C. MTTD:5
    MTTR: 20
    MTBF: 90
    Impact: 50%
  • D. MTTD: 5
    MTTR: 10
    MTBF: 90
    Impact: 33%

Answer: B

Explanation:
https://www.atlassian.com/incident-management/kpis/common-metrics
https://linkedin.github.io/school-of-sre/

 

NEW QUESTION 58
You support an application running on GCP and want to configure SMS notifications to your team for the most critical alerts in Stackdriver Monitoring. You have already identified the alerting policies you want to configure this for. What should you do?

  • A. Configure a Slack notification for each alerting policy. Set up a Slack-to-SMS integration to send SMS messages when Slack messages are received. Ensure that your team members add their SMS/phone numbers to the external integration.
  • B. Ensure that your team members set their SMS/phone numbers in their Stackdriver Profile. Select the SMS notification option for each alerting policy and then select the appropriate SMS/phone numbers from the list.
  • C. Select the Webhook notifications option for each alerting policy, and configure it to use a third-party integration tool. Ensure that your team members add their SMS/phone numbers to the external tool.
  • D. Download and configure a third-party integration between Stackdriver Monitoring and an SMS gateway. Ensure that your team members add their SMS/phone numbers to the external tool.

Answer: A

 

NEW QUESTION 59
You support an application running on GCP and want to configure SMS notifications to your team for the most critical alerts in Stackdriver Monitoring. You have already identified the alerting policies you want to configure this for. What should you do?

  • A. Download and configure a third-party integration between Stackdriver Monitoring and an SMS gateway.
    Ensure that your team members add their SMS/phone numbers to the external tool.
  • B. Configure a Slack notification for each alerting policy. Set up a Slack-to-SMS integration to send SMS messages when Slack messages are received. Ensure that your team members add their SMS/phone numbers to the external integration.
  • C. Ensure that your team members set their SMS/phone numbers in their Stackdriver Profile. Select the SMS notification option for each alerting policy and then select the appropriate SMS/phone numbers from the list.
  • D. Select the Webhook notifications option for each alerting policy, and configure it to use a third-party integration tool. Ensure that your team members add their SMS/phone numbers to the external tool.

Answer: B

 

NEW QUESTION 60
You are responsible for the reliability of a high-volume enterprise application. A large number of users report that an important subset of the application's functionality - a data intensive reporting feature - is consistently failing with an HTTP 500 error. When you investigate your application's dashboards, you notice a strong correlation between the failures and a metric that represents the size of an internal queue used for generating reports. You trace the failures to a reporting backend that is experiencing high I/O wait times. You quickly fix the issue by resizing the backend's persistent disk (PD). How you need to create an availability Service Level Indicator (SLI) for the report generation feature. How would you define it?

  • A. As the application's report generation queue size compared to a known-good threshold
  • B. As the reporting backend PD throughout capacity compared to a known-good threshold
  • C. As the I/O wait times aggregated across all report generation backends
  • D. As the proportion of report generation requests that result in a successful response

Answer: A

 

NEW QUESTION 61
......

Sample Questions of Professional-Cloud-DevOps-Engineer Dumps With 100% Exam Passing Guarantee: https://vcetorrent.examtorrent.com/Professional-Cloud-DevOps-Engineer-prep4sure-dumps.html