GCP (Google Cloud Platform) fundamentals sample question with answer 23

Question:
Which services are based on logic implemented in containers? (Pick two).

  1. Cloud Functions
  2. Compute Engine
  3. Managed Instance Groups
  4. Google Kubernetes Engine
  5. 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