
[Jan 09, 2022] New Real Professional-Cloud-DevOps-Engineer Exam Dumps Questions
Pass Your Professional-Cloud-DevOps-Engineer Exam Easily with Accurate Google Cloud Certified - Professional Cloud DevOps Engineer Exam PDF Questions
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.
Test Structure
The candidates who want to take this Google exam will have two hours to answer all questions. Even though the vendor doesn’t give details on the total number of questions that the examinees will receive, they should be prepared to solve multiple-choice and multiple-answer inquiries. Besides, the test is delivered in the English language only. As for the registration fee, the test-takers will need to pay $200 to take it. Additional taxes may apply depending on the candidate’s profile and chosen delivery method. By and large, the applicants have two options to take the official exam. They can choose to take it online from any remote location that they prefer. If they choose this option, the candidates should read carefully what the testing requirements are. In case applicants prefer to be present in a classroom when they take the actual testing, then they can search for a test center that is closest to their location. Also, Google doesn’t have any prerequisites for the candidates to be eligible for the evaluation. Still, it recommends that the candidates for the Professional Cloud DevOps Engineer exam should have at least 3 years of experience in the industry including a minimum of one year of experience in managing and developing solutions on GCP.
NEW QUESTION 32
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/instance/connections/current
- B. tcp_ssl_proxy/open_connections
- C. tcp_ssl_proxy/new_connections
- D. flex/connections/current
Answer: A
NEW QUESTION 33
You are running an application in a virtual machine (VM) using a custom Debian image. The image has the Stackdriver Logging agent installed. The VM has the cloud-platform scope. The application is logging information via syslog. You want to use Stackdriver Logging in the Google Cloud Platform Console to visualize the logs. You notice that syslog is not showing up in the "All logs" dropdown list of the Logs Viewer. What is the first thing you should do?
- A. Install the most recent version of the Stackdriver agent.
- B. SSH to the VM and execute the following commands on your VM: ps ax I grep fluentd
- C. Look for the agent's test log entry in the Logs Viewer.
- D. Verify the VM service account access scope includes the monitoring.write scope.
Answer: B
Explanation:
https://cloud.google.com/compute/docs/access/service-accounts#associating_a_service_account_to_an_instance
NEW QUESTION 34
You are part of an organization that follows SRE practices and principles. You are taking over the management of a new service from the Development Team, and you conduct a Production Readiness Review (PRR). After the PRR analysis phase, you determine that the service cannot currently meet its Service Level Objectives (SLOs). You want to ensure that the service can meet its SLOs in production. What should you do next?
- A. Bring the service into production with no SLOs and build them when you have collected operational data.
- B. Notify the development team that they will have to provide production support for the service.
- C. djust the SLO targets to be achievable by the service so you can bring it into production.
- D. Identify recommended reliability improvements to the service to be completed before handover.
Answer: D
NEW QUESTION 35
You have a CI/CD pipeline that uses Cloud Build to build new Docker images and push them to Docker Hub.
You use Git for code versioning. After making a change in the Cloud Build YAML configuration, you notice that no new artifacts are being built by the pipeline. You need to resolve the issue following Site Reliability Engineering practices. What should you do?
- A. Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.
- B. Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.
- C. Change the CI pipeline to push the artifacts is Container Registry instead of Docker Hub.
- D. Disable the CI pipeline and revert to manually building and pushing the artifacts.
Answer: C
NEW QUESTION 36
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 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. - B. 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. - C. 1. Export VM utilization logs from Stackdriver to BigQuery.
2. Create a dashboard in Data Studio.
3. Share the dashboard with your stakeholders. - D. 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.
Answer: C
NEW QUESTION 37
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. Provide all internal stakeholder emails to the Incident Commander, and allow them to manage internal communications. Focus on providing responses directly to customers.
- B. Delegate the responding to internal stakeholder emails to another member of the Incident Response Team. Focus on providing responses directly to customers.
- C. Focus on responding to internal stakeholders at least every 30 minutes. Commit to "next update" times.
- D. Provide periodic updates to all stakeholders in a timely manner. Commit to a "next update" time in all communications.
Answer: C
NEW QUESTION 38
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. Configure the build system with protected branches that require pull request approval.
- B. Use an Admission Controller to verify that incoming requests originate from approved sources.
- C. Leverage Kubernetes Role-Based Access Control (RBAC) to restrict access to only approved users.
- D. Enable binary authorization inside the Kubernetes cluster and configure the build pipeline as an attestor.
Answer: A
NEW QUESTION 39
You support an e-commerce application that runs on a large Google Kubernetes Engine (GKE) cluster deployed on-premises and on Google Cloud Platform. The application consists of microservices that run in containers. You want to identify containers that are using the most CPU and memory. What should you do?
- A. Use Stackdriver Kubernetes Engine Monitoring.
- B. Use Stackdriver Logging to export application logs to BigOuery. aggregate logs per container, and then analyze CPU and memory consumption.
- C. Use the Stackdriver Monitoring API to create custom metrics, and then organize your containers using groups.
- D. Use Prometheus to collect and aggregate logs per container, and then analyze the results in Grafana.
Answer: A
Explanation:
https://cloud.google.com/anthos/clusters/docs/on-prem/1.7/concepts/logging-and-monitoring
NEW QUESTION 40
Your company follows Site Reliability Engineering practices. You are the Incident Commander for a new. customer-impacting incident. You need to immediately assign two incident management roles to assist you in an effective incident response. What roles should you assign?
Choose 2 answers
- A. Communications Lead
- B. Operations Lead
- C. External Customer Communications Lead
- D. Engineering Lead
- E. Customer Impact Assessor
Answer: B,E
NEW QUESTION 41
Your application services run in Google Kubernetes Engine (GKE). You want to make sure that only images from your centrally-managed Google Container Registry (GCR) image registry in the altostrat-images project can be deployed to the cluster while minimizing development time. What should you do?
- A. Add a tag to each image in gcr.io/altostrat-images and check that this tag is present when the image is deployed.
- B. Create a custom builder for Cloud Build that will only push images to gcr.io/altostrat-images.
- C. Add logic to the deployment pipeline to check that all manifests contain only images from gcr.io/altostrat- images.
- D. Use a Binary Authorization policy that includes the whitelist name pattern gcr.io/altostrat-images/.
Answer: A
NEW QUESTION 42
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. The organization's public-facing website
- C. A scalable in-memory caching system
- D. A distributed, eventually consistent NoSQL database cluster with sufficient quorum
Answer: A
NEW QUESTION 43
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?
- A. 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
- B. Store secrets in a separate configuration file on Git. Provide select developers with access to the configuration file.
- C. Prompt developers for secrets at build time. Instruct developers to not store secrets at rest.
- D. Store secrets in Cloud Storage encrypted with a key from Cloud KMS. Provide the CI/CD pipeline with access to Cloud KMS via IAM.
Answer: B
NEW QUESTION 44
You support an e-commerce application that runs on a large Google Kubernetes Engine (GKE) cluster deployed on-premises and on Google Cloud Platform. The application consists of microservices that run in containers. You want to identify containers that are using the most CPU and memory. What should you do?
- A. Use Stackdriver Logging to export application logs to BigOuery. aggregate logs per container, and then analyze CPU and memory consumption.
- B. Use the Stackdriver Monitoring API to create custom metrics, and then organize your containers using groups.
- C. Use Stackdriver Kubernetes Engine Monitoring.
- D. Use Prometheus to collect and aggregate logs per container, and then analyze the results in Grafana.
Answer: D
NEW QUESTION 45
You support a high-traffic web application that runs on Google Cloud Platform (GCP). You need to measure application reliability from a user perspective without making any engineering changes to it. What should you do?
Choose 2 answers
- A. Modify the code to capture additional information for user interaction.
- B. Analyze the web proxy logs only and capture response time of each request.
- C. Review current application metrics and add new ones as needed.
- D. Create new synthetic clients to simulate a user journey using the application.
- E. Use current and historic Request Logs to trace customer interaction with the application.
Answer: A,D
NEW QUESTION 46
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: 20
MTBF: 90
Impact: 50% - B. MTTD:5
MTTR: 10
MTBF: 90
Impact 50% - C. MTTD:5
MTTR: 20
MTBF: 90
Impact: 33% - D. MTTD: 5
MTTR: 10
MTBF: 90
Impact: 33%
Answer: B
NEW QUESTION 47
You have a CI/CD pipeline that uses Cloud Build to build new Docker images and push them to Docker Hub. You use Git for code versioning. After making a change in the Cloud Build YAML configuration, you notice that no new artifacts are being built by the pipeline. You need to resolve the issue following Site Reliability Engineering practices. What should you do?
- A. Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.
- B. Disable the CI pipeline and revert to manually building and pushing the artifacts.
- C. Run a Git compare between the previous and current Cloud Build Configuration files to find and fix the bug.
- D. Change the CI pipeline to push the artifacts to Container Registry instead of Docker Hub.
Answer: C
Explanation:
"After making a change in the Cloud Build YAML configuration, you notice that no new artifacts are being built by the pipeline"- means something wrong on the recent change not with the image registry.
NEW QUESTION 48
You are managing the production deployment to a set of Google Kubernetes Engine (GKE) clusters. You want to make sure only images which are successfully built by your trusted CI/CD pipeline are deployed to production. What should you do?
- A. Set up the Kubernetes Engine clusters with Binary Authorization.
- B. Set up the Kubernetes Engine clusters as private clusters.
- C. Enable Vulnerability Analysis on the Container Registry.
- D. Enable Cloud Security Scanner on the clusters.
Answer: A
Explanation:
https://cloud.google.com/binary-authorization/docs/overview
NEW QUESTION 49
You need to run a business-critical workload on a fixed set of Compute Engine instances for several months. The workload is stable with the exact amount of resources allocated to it. You want to lower the costs for this workload without any performance implications. What should you do?
- A. Purchase Committed Use Discounts.
- B. Convert the instances to preemptible virtual machines.
- C. Create an Unmanaged Instance Group for the instances used to run the workload.
- D. Migrate the instances to a Managed Instance Group.
Answer: C
NEW QUESTION 50
You are running an application on Compute Engine and collecting logs through Stackdriver. You discover that some personally identifiable information (PII) is leaking into certain log entry fields. You want to prevent these fields from being written in new log entries as quickly as possible. What should you do?
- A. Wait for the application developers to patch the application, and then verify that the log entries are no longer exposing PII.
- B. Use the filter-record-transformer Fluentd filter plugin to remove the fields from the log entries in flight.
- C. Use the fluent-plugin-record-reformer Fluentd output plugin to remove the fields from the log entries in flight.
- D. Stage log entries to Cloud Storage, and then trigger a Cloud Function to remove the fields and write the entries to Stackdriver via the Stackdriver Logging API.
Answer: C
NEW QUESTION 51
You support a production service that runs on a single Compute Engine instance. You regularly need to spend time on recreating the service by deleting the crashing instance and creating a new instance based on the relevant image. You want to reduce the time spent performing manual operations while following Site Reliability Engineering principles. What should you do?
- A. File a bug with the development team so they can find the root cause of the crashing instance.
- B. Create a Managed Instance Group with a single instance and use health checks to determine the system status.
- C. Create a Stackdriver Monitoring dashboard with SMS alerts to be able to start recreating the crashed instance promptly after it has crashed.
- D. Add a Load Balancer in front of the Compute Engine instance and use health checks to determine the system status.
Answer: D
NEW QUESTION 52
You support an application deployed on Compute Engine. The application connects to a Cloud SQL instance to store and retrieve dat a. After an update to the application, users report errors showing database timeout messages. The number of concurrent active users remained stable. You need to find the most probable cause of the database timeout. What should you do?
- A. Use Stackdriver Profiler to visualize the resources utilization throughout the application.
- B. Use Cloud Security Scanner to see whether your Cloud SQL is under a Distributed Denial of Service (DDoS) attack.
- C. Determine whether there is an increased number of connections to the Cloud SQL instance.
- D. Check the serial port logs of the Compute Engine instance.
Answer: D
NEW QUESTION 53
You support a user-facing web application. When analyzing the application's error budget over the previous six months, you notice that the application has never consumed more than 5% of its error budget in any given time window. You hold a Service Level Objective (SLO) review with business stakeholders and confirm that the SLO is set appropriately. You want your application's SLO to more closely reflect its observed reliability. What steps can you take to further that goal while balancing velocity, reliability, and business needs? (Choose two.)
- A. Announce planned downtime to consume more error budget, and ensure that users are not depending on a tighter SLO.
- B. Implement and measure additional Service Level Indicators (SLIs) fro the application.
- C. Have more frequent or potentially risky application releases.
- D. Add more serving capacity to all of your application's zones.
- E. Tighten the SLO match the application's observed reliability.
Answer: B,D
NEW QUESTION 54
You are part of an organization that follows SRE practices and principles. You are taking over the management of a new service from the Development Team, and you conduct a Production Readiness Review (PRR). After the PRR analysis phase, you determine that the service cannot currently meet its Service Level Objectives (SLOs). You want to ensure that the service can meet its SLOs in production. What should you do next?
- A. Bring the service into production with no SLOs and build them when you have collected operational data.
- B. Adjust the SLO targets to be achievable by the service so you can bring it into production.
- C. Notify the development team that they will have to provide production support for the service.
- D. Identify recommended reliability improvements to the service to be completed before handover.
Answer: C
NEW QUESTION 55
......
The benefit of obtaining the Google Professional Cloud DevOps Engineer Exam Certification
- Google Professional Cloud DevOps Engineer certification has more useful and relevant DevOps that help them in setting career goals for themselves. Google Professional Cloud DevOps Engineer DevOps provide them with the correct career guidance that non-certified generally are unable to get.
- Google Professional Cloud DevOps Engineer Certification provides practical experience to candidates from all the aspects to be a proficient worker in the organization.
- Google Professional Cloud DevOps Engineer will be confident and stand different from others as their skills are more trained than non-certified professionals.
- Professional Cloud DevOps Engineer exam test provide proven knowledge to use the tools to complete the task efficiently and cost-effectively than the other non-certified professionals lack in doing so.
- Google Professional Cloud DevOps Engineer Certifications provide opportunities to get a job easily in which they are interested in instead of wasting years and ending without getting any experience.
- Google Professional Cloud DevOps Engineer Certification is distinguished among competitors. Google Professional Cloud DevOps Engineer certification can give them an edge at that time easily when candidates appear for an employment interview, employers are very fascinated to note one thing that differentiates the individual from all other candidates.
Professional-Cloud-DevOps-Engineer Certification Exam Dumps Questions in here: https://drive.google.com/open?id=1mJTG3xL3SsVRplh_BgxyZiBNhwDeOsSH
Updated Professional-Cloud-DevOps-Engineer Exam Practice Test Questions: https://www.examcollectionpass.com/Google/Professional-Cloud-DevOps-Engineer-practice-exam-dumps.html