Google Cloud Fundamentals for AWS Professionals
Quiz Answers Week 5
Containers, Kubernetes, and Kubernetes Engine
Question 1)
Identify two reasons for deploying applications using containers. (Choose 2 responses.)
- Consistency across development, testing, production environments
- No need to allocate resources in which to run containers
- Simpler to migrate workloads
- Tight coupling between applications and operating systems
Question 2)
True or False: Kubernetes allows you to manage container clusters in multiple cloud providers.
- True
- False
Question 3)
True or False: Google Cloud Platform provides a secure, high-speed container image storage service for use with Kubernetes Engine.
- True
- False
Question 4)
In Kubernetes, what does "pod" refer to?
- A popular logging subsystem
- A group of containers that work together
- A popular management subsystem
- A group of clusters that work together
Question 5)
Does Google Cloud Platform offer its own tool for building containers (other than the ordinary docker command)?
- No; all customers use the ordinary docker command.
- Yes. Kubernetes Engine customers must use the GCP-provided tool.
- Yes; the GCP-provided tool is an option, but customers may choose not use it.
Question 6)
Where do your Kubernetes Engine workloads run?
- In clusters that are built into GCP, not separately manageable
- In clusters built from Compute Engine virtual machines
- In clusters implemented using Cloud Functions
- In clusters implemented using App Engine
Google Cloud Fundamentals for AWS Professionals
0 Comments