DevNet Associate DEVASC 200-901 Official Certification Guide by Adrian Iliesiu (z-lib.org)

(andrew) #1


  1. Which is a good deployment model for real-time
    IoT sensors?




  2. SaaS model




  3. Edge computing model




  4. Private cloud model




  5. Hybrid cloud model




  6. In which of the following ways are containers
    different from virtual machines? (Choose two.)




  7. Containers have less storage requirements than VMs.




  8. VMs can run any operating system, but containers run only on
    Linux.




  9. Containers start in 500 ms, and VMs start in minutes.




  10. VMs are better if you have a microservice architecture.




  11. Which deployment method is best for processes
    that are run periodically?




  12. Serverless




  13. Containers




  14. Virtual machines




  15. All of the above




  16. What is the second way of DevOps?




  17. Automation




  18. Continuous learning and experimentation




  19. Culture




  20. Feedback loop




  21. What is continuous integration?




  22. Automated software delivery and deployment




  23. An Agile software development technique




  24. The process of merging development work with the code base for
    automated testing




  25. None of the above




  26. A Docker images uses what type of file system?




  27. Layered file system




  28. NFS




  29. XFS




  30. Union file system




  31. What command do you use to launch an nginx
    container on port 80 of the host file system?




  32. docker image build -p 80 nginx




  33. docker start -it -d nginx -p 80|80




  34. docker container run -p 80:80 -d nginx




  35. None of the above



Free download pdf