Jump to content

[Offer] Understanding Cisco Network Automation Essentials — 16 CE credits FREE from C1sco U


martek

Recommended Posts

This course is Madness; working on 1 chapter; got some Qs OK but not enough to pass; NEED HELP with following Qs:

Q.1 To which YAML value does the following JSON data convert? {"inventory": ["csr1kv1", "ios-xe"]}

  a)

---

 inventory:

 - csr1kv1

 - ios-xe

 

b)

---

inventory:

csr1kv1: ios-xe

 

c)

---

- inventory

- csr1kv1

- ios-xe

d)

---

inventory:

- csr1kv1: ios-xe

-----------------------------

Q.2. A method was successfully imported with the command from netmiko import ConnectHandler as ch. What does ch mean?

a) It is a Python-defined method to shorten ConnectHandler.

b) It is a user-defined alias for the ConnectHandler.

c) It is a method that is defined in the Netmiko module.

d) It is a method that is defined in the Python standard libraries

 

Edited by martek
  • Like 3
Link to comment
Share on other sites

2 more Qs:

Question 23.

A module that is named inventory has a variable that is called devices. After successfully importing the module using import inventory, what is the proper syntax to print the contents of the variable?

 a)   print(devices)

 b)   print(inventory.devices())

 c)   print(inventory["devices"])

 d)  print(inventory.devices)

 

Question 24

A variable of a dictionary data type named inventory has the following value: {"csr1kv1":{"vendor":"cisco"}}. Which Python command will print the value of the "vendor" key?

 a.   print(inventory ["vendor"])

 b.  print(inventory [0]["vendor"])

 c.  print(inventory ["csr1kv1"]["vendor"])

 d.  print(inventory ["csr1kv1"])

  • Like 4
Link to comment
Share on other sites

Good News ~ This course does not end -based on CLN admin post  ! You can take it any time and get 100% completion at time u need CEs Credits for Cert renewal.  see lCLN for details. 

since there is time now, no need to Brute Force answers; unless you need CE credits ASAP

 

  

Edited by martek
  • Like 1
Link to comment
Share on other sites

This is from Understanding cisco network automation essentials, Part 2 infrastructure automation and use cases 

Following question make me nuts. In particularly, Do they ask for 2 tools or 2 technologies ? Or  1 tool and 1 technology. 

Question 28. What are two MDT tools or technologies? (Choose two.)

a) Pipeline

b) SNMP

c) show commands

d) YANG

e) block chain

Link to this course via CLN is listed in my previous post above.  
 

 


 

 

 

Link to comment
Share on other sites

16 hours ago, martek said:

This is from Understanding cisco network automation essentials, Part 2 infrastructure automation and use cases 

Following question make me nuts. In particularly, Do they ask for 2 tools or 2 technologies ? Or  1 tool and 1 technology. 

Question 28. What are two MDT tools or technologies? (Choose two.)

a) Pipeline

b) SNMP

c) show commands

d) YANG

e) block chain

Link to this course via CLN is listed in my previous post above.  
 

Ans: A & D

 

Just this

This is the hidden content, please

This is the hidden content, please

 


 

 

 

 

  • Like 32
  • Thanks 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 weeks later...
  • Glavin changed the title to [Offer] Understanding Cisco Network Automation Essentials — 16 CE credits FREE from C1sco U
  • 3 weeks later...
  • 2 weeks later...
On 9/9/2023 at 10:12 AM, noksmail said:
  Hide contents

 

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

Hidden Content

  • Give reaction or reply to this topic to see the hidden content.

 

 

tk

 

  • Like 26
  • Thanks 6
  • Haha 1
  • Sad 1
Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...