[Q21-Q41] Use the best ways of preparing for Professional-Cloud-DevOps-Engineer Exam Dumps with Free4Torrent Google Professional-Cloud-DevOps-Engineer PDF Dumps [2021]

Share

Use the best ways of preparing for Professional-Cloud-DevOps-Engineer Exam Dumps with Free4Torrent Google Professional-Cloud-DevOps-Engineer dump PDF [2021]

Google Professional-Cloud-DevOps-Engineer exam candidates will surely pass the Exam if they consider the Professional-Cloud-DevOps-Engineer dumps learning material presented by Free4Torrent.

NEW QUESTION 21
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 all web application requests.
  • B. Count the number of home page requests that load in under 100 ms, and then divide by the total number of home page requests.
  • C. Bucketize the request latencies into ranges, and then compute the median and 90th percentiles.
  • D. Buckelize Ihe request latencies into ranges, and then compute the percentile at 100 ms.

Answer: D

 

NEW QUESTION 22
You are running an application on Compute Engine and collecting logs through Stackdriver. You discover that some personally identifiable information (Pll) is leaking into certain log entry fields. All Pll entries begin with the text userinfo. You want to capture these log entries in a secure location for later review and prevent them from leaking to Stackdriver Logging. What should you do?

  • A. Use a Fluentd filter plugin with the Stackdriver Agent to remove log entries containing userinfo, and then copy the entries to a Cloud Storage bucket.
  • B. Create a basic log filter matching userinfo, and then configure a log export in the Stackdriver console with Cloud Storage as a sink.
  • C. Create an advanced log filter matching userinfo, configure a log export in the Stackdriver console with Cloud Storage as a sink, and then configure a tog exclusion with userinfo as a filter.
  • D. Use a Fluentd filter plugin with the Stackdriver Agent to remove log entries containing userinfo, create an advanced log filter matching userinfo, and then configure a log export in the Stackdriver console with Cloud Storage as a sink.

Answer: B

 

NEW QUESTION 23
You support a high-traffic web application with a microservice architecture. The home page of the application displays multiple widgets containing content such as the current weather, stock prices, and news headlines. The main serving thread makes a call to a dedicated microservice for each widget and then lays out the homepage for the user. The microservices occasionally fail; when that happens, the serving thread serves the homepage with some missing content. Users of the application are unhappy if this degraded mode occurs too frequently, but they would rather have some content served instead of no content at all. You want to set a Service Level Objective (SLO) to ensure that the user experience does not degrade too much. What Service Level Indicator {SLI) should you use to measure this?

  • A. A freshness SLI: the proportion of widgets that have been updated within the last 10 minutes
  • B. A quality SLI: the ratio of non-degraded responses to total responses
  • C. A latency SLI: the ratio of microservice calls that complete in under 100 ms to the total number of microservice calls
  • D. An availability SLI: the ratio of healthy microservices to the total number of microservices

Answer: C

 

NEW QUESTION 24
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. Enable binary authorization inside the Kubernetes cluster and configure the build pipeline as an attestor.
  • C. Use an Admission Controller to verify that incoming requests originate from approved sources.
  • D. Leverage Kubernetes Role-Based Access Control (RBAC) to restrict access to only approved users.

Answer: A

 

NEW QUESTION 25
Your team is designing a new application for deployment into Google Kubernetes Engine (GKE). You need to set up monitoring to collect and aggregate various application-level metrics in a centralized location. You want to use Google Cloud Platform services while minimizing the amount of work required to set up monitoring. What should you do?

  • A. Install the Cloud Pub/Sub client libraries, push various metrics from the application to various topics, and then observe the aggregated metrics in Stackdriver.
  • B. Install the OpenTelemetry client libraries in the application, configure Stackdriver as the export destination for the metrics, and then observe the application's metrics in Stackdriver.
  • C. Publish various melrics from the application directly to the Slackdriver Monitoring API, and then observe these custom metrics in Stackdriver.
  • D. Emit all metrics in the form of application-specific log messages, pass these messages from the containers to the Stackdriver logging collector, and then observe metrics in Stackdriver.

Answer: C

 

NEW QUESTION 26
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 DELTA and a valueType set to DOUBLE.
    * In Stackdriver's Metrics Explorer, use a Slacked Bar graph to visualize the metric.
  • B. 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.
  • C. 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.
  • D. 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.

Answer: B

 

NEW QUESTION 27
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 logic to the deployment pipeline to check that all manifests contain only images from gcr.io/altostrat-images.
  • B. Add a tag to each image in gcr.io/altostrat-images and check that this tag is present when the image is deployed.
  • C. Use a Binary Authorization policy that includes the whitelist name pattern gcr.io/attostrat-images/.
  • D. Create a custom builder for Cloud Build that will only push images to gcr.io/altostrat-images.

Answer: B

 

NEW QUESTION 28
Your organization wants to implement Site Reliability Engineering (SRE) culture and principles. Recently, a service that you support had a limited outage. A manager on another team asks you to provide a formal explanation of what happened so they can action remediations. What should you do?

  • A. Develop a postmortem that includes the root causes, resolution, lessons learned, the list of people responsible, and a list of action items for each person. Share it on the engineering organization's document portal.
  • B. Develop a postmortem that includes the root causes, resolution, lessons learned, and a prioritized list of action items. Share it on the engineering organization's document portal.
  • C. Develop a postmortem that includes the root causes, resolution, lessons learned, and a prioritized list of action items. Share it with the manager only.
  • D. Develop a postmortem that includes the root causes, resolution, lessons learned, the list of people responsible, and a list of action items for each person. Share it with the manager only.

Answer: B

 

NEW QUESTION 29
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. Provide periodic updates to all stakeholders in a timely manner. Commit to a "next update" time in all communications.
  • C. Delegate the responding to internal stakeholder emails to another member of the Incident Response Team.
    Focus on providing responses directly to customers.
  • D. Focus on responding to internal stakeholders at least every 30 minutes. Commit to "next update" times.

Answer: C

 

NEW QUESTION 30
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. Disable the CI pipeline and revert to manually building and pushing the artifacts.
  • C. Change the CI pipeline to push the artifacts to Container Registry instead of Docker Hub.
  • D. Upload the configuration YAML file to Cloud Storage and use Error Reporting to identify and fix the issue.

Answer: B

 

NEW QUESTION 31
You encountered a major service outage that affected all users of the service for multiple hours. After several hours of incident management, the service returned to normal, and user access was restored. You need to provide an incident summary to relevant stakeholders following the Site Reliability Engineering recommended practices. What should you do first?

  • A. Develop a post-mortem to be distributed to stakeholders.
  • B. Require the engineer responsible to write an apology email to all stakeholders.
  • C. Send the Incident State Document to all the stakeholders.
  • D. Call individual stakeholders lo explain what happened.

Answer: C

 

NEW QUESTION 32
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. Ensure that test cases that catch errors of this type are run successfully before new software releases.
  • B. Follow up with the employees who reviewed the changes and prescribe practices they should follow in the future.
  • C. Identify engineers responsible for the incident and escalate to their senior management.
  • 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: A

 

NEW QUESTION 33
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. Create a Stackdriver Monitoring dashboard with SMS alerts to be able to start recreating the crashed instance promptly after it has crashed.
  • B. File a bug with the development team so they can find the root cause of the crashing instance.
  • C. Add a Load Balancer in front of the Compute Engine instance and use health checks to determine the system status.
  • D. Create a Managed Instance Group with a single instance and use health checks to determine the system status.

Answer: C

 

NEW QUESTION 34
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. 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.
  • B. 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.
  • C. 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.
  • 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: C

 

NEW QUESTION 35
Your team uses Cloud Build for all CI/CO pipelines. You want to use the kubectl builder for Cloud Build to deploy new images to Google Kubernetes Engine (GKE). You need to authenticate to GKE while minimizing development effort. What should you do?

  • A. Create a separate step in Cloud Build to retrieve service account credentials and pass these to kubectl.
  • B. Assign the Container Developer role to the Cloud Build service account.
  • C. Specify the Container Developer role for Cloud Build in the cloudbuild.yaml file.
  • D. Create a new service account with the Container Developer role and use it to run Cloud Build.

Answer: D

 

NEW QUESTION 36
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. Create a Stackdriver Monitoring dashboard with SMS alerts to be able to start recreating the crashed instance promptly after it has crashed.
  • B. File a bug with the development team so they can find the root cause of the crashing instance.
  • C. Add a Load Balancer in front of the Compute Engine instance and use health checks to determine the system status.
  • D. Create a Managed Instance Group with a single instance and use health checks to determine the system status.

Answer: B

 

NEW QUESTION 37
Your company experiences bugs, outages, and slowness in its production systems. Developers use the production environment for new feature development and bug fixes. Configuration and experiments are done in the production environment, causing outages for users. Testers use the production environment for load testing, which often slows the production systems. You need to redesign the environment to reduce the number of bugs and outages in production and to enable testers to toad test new features. What should you do?

  • A. Secure the production environment to ensure that developers can't change it and set up one controlled update per year.
  • B. Create a development environment with smaller server capacity and give access only to developers and testers.
  • C. Create an automated testing script in production to detect failures as soon as they occur.
  • D. Create a development environment for writing code and a test environment for configurations, experiments, and load testing.

Answer: C

 

NEW QUESTION 38
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. Use current and historic Request Logs to trace customer interaction with the application.
  • B. Modify the code to capture additional information for user interaction.
  • C. Create new synthetic clients to simulate a user journey using the application.
  • D. Review current application metrics and add new ones as needed.
  • E. Analyze the web proxy logs only and capture response time of each request.

Answer: B,C

 

NEW QUESTION 39
You are running a real-time gaming application on Compute Engine that has a production and testing environment. Each environment has their own Virtual Private Cloud (VPC) network. The application frontend and backend servers are located on different subnets in the environment's VPC. You suspect there is a malicious process communicating intermittently in your production frontend servers. You want to ensure that network traffic is captured for analysis. What should you do?

  • A. Enable VPC Flow Logs on the testing and production VPC network frontend and backend subnets with a volume scale of 0.5. Apply changes in testing before production.
  • B. Enable VPC Flow Logs on the production VPC network frontend and backend subnets only with a sample volume scale of 0.5.
  • C. Enable VPC Flow Logs on the production VPC network frontend and backend subnets only with a sample volume scale of 1.0.
  • D. Enable VPC Flow Logs on the testing and production VPC network frontend and backend subnets with a volume scale of 1.0. Apply changes in testing before production.

Answer: C

 

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. Engineering Lead
  • C. Operations Lead
  • D. External Customer Communications Lead
  • E. Customer Impact Assessor

Answer: C,D

 

NEW QUESTION 41
......

Full Professional-Cloud-DevOps-Engineer Practice Test and 53 unique questions with explanations waiting just for you, get it now: https://drive.google.com/open?id=1i9JuMBdl_tgaMjbbMTFU0B1o6eQ-HP_C

Accurate & Verified Answers As Seen in the Real Exam here: https://www.free4torrent.com/Professional-Cloud-DevOps-Engineer-braindumps-torrent.html