15 real Cloud Functions questions from the Firebase bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.
1. What is Background trigger?
Junior
A.server code that runs automatically in response to an event like a document write or a new user signing up
B.the added latency when a new instance must boot from scratch because no warm one is available to serve a request
C.a typed endpoint invoked from the client SDK that automatically forwards the user's auth context and handles serialization
D.a deployed handler invoked directly over a URL, used to build callable APIs and webhooks
A.Background trigger — a typed endpoint invoked from the client SDK that automatically forwards the user's auth context and handles serialization
B.Background trigger — the added latency when a new instance must boot from scratch because no warm one is available to serve a request
C.Background trigger — server code that runs automatically in response to an event like a document write or a new user signing up
D.Background trigger — the design rule that event handlers tolerate being delivered more than once, because the platform guarantees at-least-once execution
14. Which term means: "the design rule that event handlers tolerate being delivered more than once, because the platform guarantees at-least-once execution"?
A.Idempotency requirement — the added latency when a new instance must boot from scratch because no warm one is available to serve a request
B.Idempotency requirement — a typed endpoint invoked from the client SDK that automatically forwards the user's auth context and handles serialization
C.Idempotency requirement — a deployed handler invoked directly over a URL, used to build callable APIs and webhooks
D.Idempotency requirement — the design rule that event handlers tolerate being delivered more than once, because the platform guarantees at-least-once execution
Answers, AI explanations, and a scored voice mock interview
Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.