Questions
At the end of each chapter, you’ll find recap questions that allow to test your understanding. Questions might have multiple correct answers. Correct answers can be found in the Assessment section of the Appendix:
- Which of the following describes traditional deployments on physical servers (pick two)?
- Easy maintenance
- Underutilized hardware
- Low energy consumption
- High upfront costs
- Which advantages do VMs have compared to containers?
- They are more reliable
- They are more portable
- They are more secure
- They are more lightweight
- What describes the difference between VMs and containers (pick two)?
- VM images are small and container images are large
- VM images are large and container images are small
- VMs share the OS kernel and containers don’t
- Containers share the OS kernel and VMs don’t
- At which level do containers operate?
- The orchestrator level
- The hypervisor level
- The programming language level
- The OS level
- What is typically included in a container image (pick two)?
- An OS kernel
- A minimal set of OS libraries and packages
- A graphical desktop environment
- A packaged microservice
- Which advantages do containers have compared to VMs (pick multiple)?
- They are more secure
- They are more lightweight
- They are more portable
- They are faster to start
- Which software is needed to start and run containers?
- A container runtime
- A hypervisor
- Kubernetes
- VirtualBox
- Which of the following can be used to orchestrate containers?
- containerd
- CRI-O
- Kubernetes
- Serverless
- Which of the following is a cloud service delivery model (pick multiple)?
- IaaS, PaaS
- SaaS, FaaS
- DBaaS
- Serverless
- Which of the following statements about cloud-native is true?
- It is an architectural approach
- It is the same as a cloud provider
- It is similar to cloud-first
- It is software that only runs in the cloud
- Which of the following descriptors applies to cloud-native applications (pick two)?
- High degree of automation
- High scalability and resiliency
- Can only run in a private cloud
- Can only run in a public cloud
- Which of the following statements is true about monolithic applications?
- They are easy to update
- Their components communicate with each other over the network
- They include all the business logic and interfaces
- They can be scaled easily
- Which of the following statements is true for microservices (pick multiple)?
- They can only be used for the backend
- They work together as a part of a bigger application
- They can be developed by multiple teams
- They can be deployed independently
- Which of the following can be done with Kubernetes (pick multiple)?
- Self-healing in case of failure
- Autoscaling containers
- Spawning VMs
- Scheduling containers on different hosts
- Which project served as an inspiration for Kubernetes?
- OpenStack
- Docker
- Borg
- OpenShift