Which is a good deployment model for real-time
IoT sensors?
SaaS model
Edge computing model
Private cloud model
Hybrid cloud model
In which of the following ways are containers
different from virtual machines? (Choose two.)
Containers have less storage requirements than VMs.
VMs can run any operating system, but containers run only on
Linux.
Containers start in 500 ms, and VMs start in minutes.
VMs are better if you have a microservice architecture.
Which deployment method is best for processes
that are run periodically?
Serverless
Containers
Virtual machines
All of the above
What is the second way of DevOps?
Automation
Continuous learning and experimentation
Culture
Feedback loop
What is continuous integration?
Automated software delivery and deployment
An Agile software development technique
The process of merging development work with the code base for
automated testing
None of the above
A Docker images uses what type of file system?
Layered file system
NFS
XFS
Union file system
What command do you use to launch an nginx
container on port 80 of the host file system?
docker image build -p 80 nginx
docker start -it -d nginx -p 80|80
docker container run -p 80:80 -d nginx
None of the above
andrew
(andrew)
#1