DevOps

 60 Minutes
 51 Questions


This test covers the basics of various DevOps technologies, including Terraform, Puppet, Microsoft Azure, Maven, Kubernetes, Jenkins, Git, Docker, Chef, AWS, and Ansible. It is designed to assess the fundamental knowledge of each technology, such as Terraform's ability to provision and manage infrastructure, Puppet's automation capabilities, Microsoft Azure's cloud computing services, Maven's build automation, Kubernetes' core concepts, Jenkins' automation server, Git's version control system, Docker's containerization technology, Chef's configuration management, AWS's cloud computing platform, and Ansible's automation capabilities.


Example Question:

Multiple-Choice
Assume that you have the following situation, where Z is your HEAD and (A) is the state of your files.
(A)
X-Y-Z
?
master
What will happen if you run the following command
git reset --hard HEAD~1