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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is YAML?

A

YAML (Yet Another Markup Language) is the format used by Ansible’s playbooks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is JSON?

A

Is a text based data format used for data transmission between a server and a web application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following is a valid JSON file?

A
{
   "Name":"Mike",
   "Position":"Manager",
   "Age":"30"
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly