NEW
Font size
WorksheetsIntroduction to Cloud Native Fundamentals Quiz
Total questions: 15
Worksheet time: 8mins
Benefits of Cloud-Native Application Platform
Faster Release
Avoid Vendor lock-in
Reliable System
All of the above
Cloud-native refers to the set of practices that empowers an organization to build and manage applications at scale.
True
False
What is Virtual Box?
A container image registry
Powerful cross-platform virtualization software
A container orchestration service
What is Vagrant?
A CI/CD tool
Container orchestration platform
Tool for building and managing virtual machine environments
What is a docker image?
Template used to create volumes
Writable layer used to store changes from container
Read-only template used to create containers
Alias for container
A Docker registry is a place to store and distribute Docker ...............?
Codes
Images
Files
All of the above
Kubernetes is a container orchestrator that is capable to solutionize the integration of the following functionalities:
Runtime
Networking
Storage
All of the above
What is a benefit for a developer using Docker?
Standardization and Productivity
CI Efficiency & Rapid Deployment
Compatibility and Maintainability
All of the above
What is the command to start a vagrant box?
vagrant init
vagrant start
vagrant begin
vagrant up
Is docker image OS dependent?
Yes
No
Which of the following is a text document that contains all the commands to assemble a docker image?
Docker Cloud
Dockerfile
Docker Kitematic
Docker Compose
Which of the following is a cloud-hosted service from Docker that provides registry capabilities for public and private content?
Docker Compose
Docker Cloud
Docker Hub
Docker Swarm
What is Docker registry?
Storage
Content Delivery System
Both A & B
What's the git command that downloads your repository from GitHub to your computer?
git push
git fork
git clone
git commit
In the context of Kubernetes, what is a container?
An application environment installed on software that imitates dedicated hardware
A package that relies on virtual isolation technology to deploy and run applications that access a shared OS kernel
A large metal box that is used to hold or transport something
A unit that stores data on a computer's memory drive
