6. DevOps

Logging — Quiz

Test your understanding of logging with 5 practice questions.

Read the lesson first

Practice Questions

Question 1

Which data structure does Elasticsearch use to enable fast full-text search on log data?

Question 2

A system generates 150 GB of log data per day. Logs are kept in hot storage for 5 days, warm storage for 10 days, and cold storage for 25 days. What is the total storage required?

Question 3

An Elasticsearch cluster has 10 primary shards and a replication factor of 1. If the total uncompressed index size is 500 GB, what is the total disk footprint?

Question 4

Which practice improves reliability in a logging pipeline by decoupling log producers from log consumers?

Question 5

What does time-based log rotation refer to in log management?
Logging Quiz — Cloud Computing | A-Warded