0
0
GCPcloud~5 mins

Eventarc for event routing in GCP - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
ACloud Functions
BCloud Storage
CCloud SQL
DCloud Pub/Sub
Which of these can be a target for Eventarc events?
ACloud Run
BCloud Storage Bucket
CCloud SQL Database
DCloud DNS
What is the role of a trigger in Eventarc?
ATo define event filters and destinations
BTo store event data
CTo manage user permissions
DTo create virtual machines
Which event source is NOT typically supported by Eventarc?
ACloud Audit Logs
BCloud Storage
CCloud SQL queries
DCustom events via Pub/Sub
Eventarc helps build applications that are:
AMonolithic and stateful
BEvent-driven and serverless
CManual and infrastructure-heavy
DStatic and batch-only
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.