wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

cloud 12-13

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

You want a simple way to see the latency of requests for a web application you deployed to Cloud Run. What Google Cloud tool should you use?

a)

Trace

b)

Profiler

c)

Logs Explorer

d)

Metrics Explorer

2.

You want to examine messages generated by running code. Which tool might be best for doing this?

a)

Metrics Explorer

b)

Profiler

c)

Trace

d)

Logs Explorer

3.

Users have reported that an application occasionally returns garbage data instead of the intended results, but you have been unable to reproduce this problem in your test environment. Which tool might be of best help?

a)

Profiler

b)

Trace

c)

Error Reporting

d)

Logs Explorer

4.

You want to calculate the uptime of a service and receive alerts if the uptime value falls below a certain threshold. Which tool will help you with this requirement?

a)

Logs Explorer

b)

Error Reporting

c)

Profiler

d)

Cloud Monitoring

5.

You want to analyze the error rate in your load balancing environment. Which interface helps you view a chart with a ratio of 500 responses to all responses?

a)

Uptime check

b)

Liveness probe

c)

Metrics Explorer

d)

MQL

6.

You want to be notified if your application is down. What Google Cloud tool makes this easy?

a)

Liveness probe

b)

Uptime check

c)

Readiness probe

d)

Health check

7.

What is the name of the project that hosts a metrics scope?

a)

Evaluating project

b)

Scoping project

c)

Hosting project

d)

Monitored project

8.

In evaluating your alerting policies, which below best describes precision?

a)

The proportion of events detected that were relevant to the sum of relevant and irrelevant alerts.

b)

How long alerts fire after an issue is resolved.

c)

How long it takes to send notifications in various conditions.

d)

How long alerts take to be acknowledged.

9.

In the statement “Maintain an error rate of less than 0.3% for the billing system”, what is an SLI?

a)

Error rate

b)

Less than 0.3%

c)

0.3%

d)

Billing system

10.

Your manager wants a daily report of resource utilization by application. Where would the best export sink be?

a)

Cloud Storage

b)

Pub/Sub

c)

BigQuery

d)

Spanner

11.

If you want to provide an external auditor access to your logs, what IAM role would be best?

a)

Project Viewer

b)

Logging Viewer

c)

Logging Admin

d)

Project Editor

12.

What are the three ways to install the Ops Agent?

a)

On a Single VM

b)

On a fleet of VMs

c)

Using Terraform

d)

On a storage bucket

e)

On a container

13.

Management wants to see an analysis of resources divided by development team, department, cost center, and application status. What could you do to make this easier?

a)

Add appropriate tags to your Google Cloud resources.

b)

Use customized logging messages that include appropriate resource metadata.

c)

Used standardized prefixes on the names of all resources.

d)

Add appropriate labels to your Google Cloud resources.

14.

What is used to collect metrics inside the VM instead of at the hypervisor level?

a)

Cloud Monitoring

b)

Graphana

c)

Ops Agent

d)

Monarch

15.

What logs help you monitor a network by recording a portion of network flows sent and received by VM instances (including GKE nodes)?

a)

VPC Flow logs

b)

Firewall logs

c)

Load balancer logs

d)

Cloud NAT logs

16.

What is one of the disadvantages of using packet mirroring?

a)

Bandwidth consumption

b)

Increased Latency

c)

Expensive

d)

No Disaster Recovery

17.

What lets you perform a live debugging of connections that are inadvertently dropped?

a)

Firewall Rules Logging

b)

Firewall Insights

c)

Load Balancer Logs

d)

Cloud NAT logs

18.

You have an SLO that states that 90 percent of your http requests need to respond in less than 100 ms. You want a report that compares latency for your last two versions. What tool would you use to most easily create this report?

a)

Profiler

b)

Trace

c)

Error Reporting

d)

Logging

19.

You deployed a new version of a service and all of a sudden significantly more instances are being created in your Kubernetes cluster. Your service scales when average CPU utilization is greater than 70%. What tool can help you investigate the problem?

a)

Error Reporting

b)

Logging

20.

Bonpoc: Which profile signifies the amount of memory allocated in the heap of the program?

a)

Allocated heap

b)

Wall time

c)

Heap

d)

CPU time

21.

What is Cloud Logging pricing based on?

a)

Volume of chargeable logs

b)

Read operation in the Cloud Logging API

c)

Profiler Usage

d)

Number of uptime checks

22.

What is one of the best practices to reduce monitoring costs?

a)

Increasing custom metric usage.

b)

Increase label usage

c)

Reduce Ops Agents usage

d)

Reduce the number of time series

23.

Why are the Data Access audit logs off by default? Select three.

a)

They can be small

b)

They can be expensive to store

c)

They can be large

d)

May contain sensitive information

e)

They are formatted incorrectly

24.

You want to compare resource utilization for VMs used for production, development, and testing. What should you do?

a)

Put those resources in different projects and use dataflow to create an aggregation of log values for each

b)

Name the VMs with a prefix like “dev-”, “test-”, and “prod-” and filter on the name property when reporting

c)

Add a label called “state” to your VMs with the values “dev”, “test”, and “prod” and group by that label in your monitoring chart

d)

Export all machine logs to Cloud Storage and use Cloud Run functions to build reports based on the VM tags

25.

Explain recall

a)

How long alerts fire after an issue is resolved

b)

The proportion of alerts detected that were relevant to the sum of relevant alerts and missed alerts

c)

How long it takes to send notifications in various conditions

d)

The proportion of alerts detected that were relevant to the sum of relevant and irrelevant alerts