What is Amazon CloudWatch?
Answer: CloudWatch is AWS's monitoring and observability service: metrics with dashboards and alarms, Logs with search and Insights queries, Events via EventBridge, Synthetics for canaries, RUM for real-user monitoring, and Application Signals for automatic service-level monitoring.
Why interviewers ask this: The framing to give is that it is the default telemetry layer every AWS service publishes into, so you get baseline metrics with no instrumentation. Application-level detail still needs custom metrics or an agent, which is the gap people underestimate.
