GCP (Google Cloud Platform) fundamentals sample question with answer 23
Question:
Which services are based on logic implemented in containers? (Pick two).
- Cloud Functions
- Compute Engine
- Managed Instance Groups
- Google Kubernetes Engine
- Cloud Run
Answer:
D, E - correct answers. Google Kubernetes Engine is Google Cloud’s managed Kubernetes environment that lets you deploy containerized apps via pods, deployments, and services you specify. Cloud Run is a serverless offering that runs your containerized code when monitored events take place