Serverless — Google Cloud Professional Cloud Architect Practice Questions
Serverless on GCP refers to a class of services, including Cloud Run, Cloud Functions, and App Engine standard environment, where infrastructure provisioning and scaling are fully abstracted from the developer. The Professional Cloud Architect exam tests when serverless is the right architectural choice based on factors such as traffic patterns, cold start tolerance, statelessness requirements, and total cost of ownership. Architects must also understand the operational trade-offs of serverless, including limited runtime control, vendor-managed patching, and per-invocation pricing models.
Free questions on serverless
You are designing a solution for a startup that needs to handle variable traffic patterns. Which GCP service provides automatic scaling based on demand?
Free question · easy · full answer + explanation
More serverless questions in the full bank
- What is the maximum timeout for Cloud Run services? Unlock answer & explanation →
- What is Cloud Run best suited for? Unlock answer & explanation →
- What are Cloud Functions triggers? Unlock answer & explanation →