Friday, August 26, 2022

Logging and Monitoring in the Cloud (GCP Coursera)

 Question 1

There are “Four Golden Signals” that measure a system’s performance and reliability. What are they?

Answer:

Latency, traffic, saturation, errors

Question 2

Which definition best describes a service level indicator (SLI)? 

Answer: A time-bound measurable attribute of a service

Question 3

Which option describes a commitment made to your customers that your systems and applications will have only a certain amount of “downtime”?

Answer: Service level agreement

Question 4

You want to create alerts on your Google Cloud resources, such as when health checks fail. Which is the best Google Cloud product to use?

Answer: Cloud Monitoring

Question 5

Select the two correct statements about Cloud Logging.

Answer:

Cloud Logging lets you view logs from your applications and filter and search on them.

Cloud Logging lets you define metrics based on your logs.


No comments:

Post a Comment

Kubernetes Commands for Beginners

 This document provides a list of basic Kubernetes commands useful for beginners. These commands help in interacting with the cluster and ma...