Recall & Review
beginner
What is Serverless computing in GCP?
Serverless computing means you run your code without managing servers. GCP handles the infrastructure, scaling, and maintenance automatically.
Click to reveal answer
beginner
What is Google Kubernetes Engine (GKE)?
GKE is a managed service to run containerized applications using Kubernetes. You control the cluster and how your apps run inside it.
Click to reveal answer
intermediate
When should you choose Serverless over GKE?
Choose Serverless when you want simple deployment, automatic scaling, and no server management. It fits well for event-driven or small apps.
Click to reveal answer
intermediate
What are reasons to pick GKE instead of Serverless?
Pick GKE when you need full control over your environment, complex app orchestration, or want to run many containers with custom settings.
Click to reveal answer
intermediate
How does scaling differ between Serverless and GKE?
Serverless scales automatically based on demand without user action. GKE requires configuring autoscaling or manual scaling of nodes and pods.
Click to reveal answer
Which option best describes Serverless computing?
✗ Incorrect
Serverless means the cloud provider manages infrastructure and scaling automatically.
What is a key benefit of using GKE?
✗ Incorrect
GKE gives you control over how containers run and scale using Kubernetes.
When is Serverless a better choice than GKE?
✗ Incorrect
Serverless fits simple apps that respond to events and scale automatically.
Which is true about scaling in GKE?
✗ Incorrect
GKE requires you to set up autoscaling or scale your cluster manually.
What is a disadvantage of Serverless compared to GKE?
✗ Incorrect
Serverless abstracts infrastructure, so you have less control over environment details.
Explain the main differences between Serverless and GKE in GCP.
Think about control, scaling, and complexity.
You got /5 concepts.
Describe scenarios where you would choose Serverless over GKE and vice versa.
Focus on app complexity and operational needs.
You got /3 concepts.