Jump to content

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


Recommended Posts

Posted (edited)

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 4
Posted

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
Posted (edited)

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
Posted (edited)
On 8/24/2023 at 9:51 AM, Thunderbird said:

Is possible if someone kindly share those questions?

I will try share those later this weekend. 

UPDTE: added Qs from part 2 above 

Edited by martek
  • Like 7
Posted

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.  
 

 


 

 

 

Posted
On 8/29/2023 at 5:01 AM, Thunderbird said:

@martek

Have you found answers to all questions?

I am also working on this course

 

No, I am doing Python course right now; then properly go thru this course (study it) and possible get Pass grade. 

  • Like 1
  • 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...
  • 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...