Recall & Review
beginner
What is Eventarc in Google Cloud?
Eventarc is a service that routes events from various sources to Google Cloud services, enabling event-driven architectures.
Click to reveal answer
beginner
How does Eventarc deliver events to targets?
Eventarc delivers events using Cloud Pub/Sub as the transport layer to trigger services like Cloud Run, Cloud Functions, or Workflows.
Click to reveal answer
beginner
What is a trigger in Eventarc?
A trigger defines which events to listen for and where to send them. It connects event sources to event consumers.
Click to reveal answer
intermediate
Name two common event sources supported by Eventarc.
Cloud Audit Logs and Cloud Storage are common event sources that Eventarc can listen to for routing events.
Click to reveal answer
intermediate
Why is Eventarc useful for building serverless applications?
Eventarc simplifies connecting events to serverless services, enabling scalable, loosely coupled, and reactive applications without managing infrastructure.
Click to reveal answer
What does Eventarc use to transport events internally?
✗ Incorrect
Eventarc uses Cloud Pub/Sub as the messaging layer to transport events reliably.
Which of these can be a target for Eventarc events?
✗ Incorrect
Cloud Run is a supported target for Eventarc events to trigger serverless containers.
What is the role of a trigger in Eventarc?
✗ Incorrect
Triggers specify which events to listen for and where to send them.
Which event source is NOT typically supported by Eventarc?
✗ Incorrect
Cloud SQL queries are not event sources for Eventarc; it supports audit logs, storage, and custom Pub/Sub events.
Eventarc helps build applications that are:
✗ Incorrect
Eventarc enables event-driven, serverless applications that react to events automatically.
Explain how Eventarc routes events from sources to targets in Google Cloud.
Think about how events flow from where they happen to where they are processed.
You got /4 concepts.
Describe why using Eventarc is beneficial for serverless application design.
Consider how Eventarc helps developers focus on code, not servers.
You got /4 concepts.