Automation Questions
Automation Questions
9tut.com/automation-questions
Note: If you are not sure about Automation tools or JSON, please read our Ansible
Tutorial, Chef Tutorial, Puppet Tutorial and JSON Tutorial.
Question 1
B.
{
“response”:{
“taskId”,{};
“url”,”string”
};
“version”; “string”
}
C.
{
“response”- {
“taskId”- {};
“url”-“string”
},
“version”-“string”
}
D.
{
“response”:{
“taskId”:{},
1/8
“url”:”string”
},
“version”: “string”
}
Answer: D
Explanation
JSON can use arrays. Array values must be of type string, number, object, array, boolean
or null. For example:
{
“name”:”John”,
“age”:30,
“cars”:[ “Ford”, “BMW”, “Fiat” ]
}
Question 2
Answer: C
Question 3
Answer: B
Explanation
2/8
“name”:”Mark”
JSON can use arrays. Array values must be of type string, number, object, array, boolean
or null.. For example:
{
“name”:”John”,
“age”:30,
“cars”:[ “Ford”, “BMW”, “Fiat” ]
}
Question 4
Answer: A
Question 5
Which two encoding methods are supported by REST APIs? (Choose two)
A. YAML
B. JSON
C. EBCDIC
D. SGML
E. XML
Answer: B E
Explanation
Reference: https://www.cisco.com/c/en/us/td/docs/switches/datacenter/aci/apic/sw/2-
x/rest_cfg/2_1_x/b_Cisco_APIC_REST_API_Configuration_Guide/b_Cisco_APIC_RE
ST_API_Configuration_Guide_chapter_01.html
Question 6
3/8
D. fewer network failures
E. increased network security
Answer: A C
Question 7
Answer: D
Explanation
Question 8
Answer: D
Explanation
REST API is an API that works on top of the HTTP protocol. It defines a set of functions
developers can use to perform requests and receive responses via
HTTP protocol such as GET and POST. REST APIs are the most popular API used for web
services nowadays.
Question 9
4/8
Refer to the exhibit.
A. Puppet
B. JSON
C. Chef
D. Ansible
Answer: A
Question 10
Answer: D
Explanation
CRUD is short for CREATE, READ, UPDATE and DELETE operations. Only UPDATE
operation modifies an existing table or view.
Question 11
Answer: A
Explanation
TCP port 22 is SSH, which is used by Ansible when communicating with the managed
nodes.
5/8
Comments (9) Comments
1. where is the question for automation
October 2nd, 2020
Only answers are avaliable, please gudie to how to get the questions
2. mark
October 22nd, 2020
3. OmegaSupreme
October 26th, 2020
4. phaycee
January 14th, 2021
6/8
5. John Doe
January 27th, 2021
6. Anonymous
February 6th, 2021
I need some help, the questions cannot view only the answers. What do i need to do?
7. Jim
February 10th, 2021
You can download a PDF file to see the questions at this link:
https://www.9tut.com/ccna-questions-and-answers
8. Nena
February 11th, 2021
9. Member123
February 28th, 2021
Sign up for Premium Membership to see all the questions. It will also help 9tut
continue its service.
Add a Comment
7/8
8/8