Automation Flashcards
1
Q
What is used in Chef to code a set of actions that should be run on a node? A. YAML B. XML C. Cookbook D. Recipe
A
Recipe
2
Q
Which of the following is used to identify an object in a data structure?
A. JSON and XML
B. API
C. URI
D. YANG
A
URI
3
Q
What is YAML?
A
YAML (Yet Another Markup Language) is the format used by Ansible’s playbooks.
4
Q
What is JSON?
A
Is a text based data format used for data transmission between a server and a web application.
5
Q
What tool should a network engineer use to create configuration templates? NETCONF API RESTFUL API Git Puppet
A
Puppet
Chet, Ansible, and Puppet are used to create Configuration Templates.
6
Q
Which of the following is a valid JSON file?
A
{ "Name":"Mike", "Position":"Manager", "Age":"30" }