30. Which two configuration management tools are developed using Python? (Choose two.)
- Chef
- Ansible
- Puppet
- SaltStack
- NETCONF
31. Which term is used to describe a set of instructions for execution by the configuration management tool SaltStack?
- Pillar
- Manifest
- Playbook
- Cookbook
32. What is the maximum number of nodes supported in a Puppet monolithic installation mode?
- 400
- 4000
- 20,000
- more than 20,000
33. What are three components contained within a Puppet module? (Choose three.)
- manifests
- templates
- files
- recipes
- playbooks
- cookbooks
34. Where can Chef recipes and cookbooks be executed and tested prior to sending to the Chef client?
- the kitchen
- the agent
- the control station
- the playbook
35. Which term is used to describe a structured set of instructions used by Ansible to deploy configuration changes to hosts?
- playbook
- recipe
- minion
- cookbook
36. What are two similarities between Puppet Bolt and Salt SSH? (Choose two.)
- They are agentless.
- They can connect to devices over SSH.
- They are based on the Ruby language.
- They are Cisco proprietary.
- They require Python to be installed on remote systems.
37. What is a function of the Cisco Embedded Event Manager?
- building software applets that can automate tasks on the device
- automating cloud provisioning
- starting and stopping services
- allowing users to interact with configuration management tools
38. Which three automation tools are agent-based? (Choose three.)
- Puppet
- SaltStack
- Chef
- Puppet Bolt
- EEM
- Ansible
39. Which three tools are examples of agentless automation tools? (Choose three.)
- Puppet Bolt
- SaltStack SSH
- Ansible
- Puppet
- SaltStack
- Chef
40. Which two Puppet components perform functions similar to Chef cookbooks and recipes? (Choose two.)
- modules
- manifests
- agents
- masters
- minions
41. Which two components are used by SaltStack to control state and send configuration changes? (Choose two.)
- pillars
- grains
- cookbooks
- playbooks
- manifests
42. What is a characteristic of the Cisco Embedded Event Manager?
- It is a software component of the Cisco IOS.
- It uses playbooks written in YAML to deploy configuration changes.
- It is built on Python and has a Python programming interface.
- It is an open source tool based on the Ruby language.
“Do I Know This Already?” Quiz Answers:
1. True or false: Configuring network components by using the CLI is considered the fastest approach when dealing with a large number of devices.
- True
- False
2. Which of these tools are agentless in operation? (Choose three.)
- Ansible
- Puppet Bolt
- SaltStack
- Chef
- Salt SSH
3. Which of the following are features of Ansible? (Choose two.)
- Manifests
- Modules
- Playbooks
- Tasks
- Recipes
4. What configuration management software is built on Python? (Choose two.)
- Ansible
- Chef
- Puppet
- SaltStack
5. Which of the following is a YAML example?
a.
{ "user": "root", "user": "Jason", "user": "Jamie", "user": "Luke" }
b.
# HR Employee record Employee1: Name: John Dough Title: Developer Nickname: Mr. DBug
c.
root Jason Jamie Luke
d.
[users[root|Jason|Jamie|Luke]]
6. What is the language associated with Chef?
- Python
- C++
- Ruby
- Q-Basic
- Tcl
7. What are some of the benefits of Puppet Forge and GitHub? (Choose all that apply.)
- Keeping track of various versions of code
- Knowing which developers are involved with code revisions
- Collaborating with other developers and sharing code
- Increasing the speed in working on software projects
- Accessing a real-time telemetry software database
- Automatically blocking malicious code
8. What are the PPDIOO lifecycle components?
- Prepare, Plan, Design, Implement, Observe, Optimize
- Prepare, Plan, Design, Implement, Operate, Optimize
- Prepare, Plan, Design, Implement, Operate, Optimize
- Plan, Prepare, Design, Implement, Observe, Optimize
- Prepare, Plan, Design, Integrate, Observe, Optimize
9. Ansible uses the TAML syntax, which starts with three dashes (—), in the creation of playbook files.
- True
- False
10. What is the proper command to execute a playbook using Ansible?
- ansible-playbook Confi gureInterface.yaml
- ansible Confi gureInterface.yaml
- play ansible-book Confi gureInterface.yaml
- play ansible-book Confi gureInterface.taml
11. Which of these tools are agent-based in operation? (Choose two.)
- Ansible
- Puppet Bolt
- SaltStack
- Chef
- Salt SSH