Bird
0
0

Which trigger type can be used to invoke a Cloud Function in GCP?

easy📝 Conceptual Q2 of 15
GCP - Cloud Functions
Which trigger type can be used to invoke a Cloud Function in GCP?
AManual server reboot
BHTTP request
CLocal file system change
DUser login to a desktop
Step-by-Step Solution
Solution:
  1. Step 1: Identify valid Cloud Function triggers

    Cloud Functions can be triggered by HTTP requests, Pub/Sub messages, or storage events.
  2. Step 2: Evaluate options

    Only HTTP request is a valid trigger type in GCP Cloud Functions. Others are unrelated or local events.
  3. Final Answer:

    HTTP request -> Option B
  4. Quick Check:

    Valid trigger = HTTP request [OK]
Quick Trick: Cloud Functions respond to cloud events like HTTP [OK]
Common Mistakes:
  • Choosing local or manual triggers
  • Confusing desktop events with cloud triggers

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More GCP Quizzes