Cisco 300-435 - Automating Cisco Enterprise Solutions (ENAUTO) Exam

Page:    1 / 21   
Total 105 questions

What are two characteristics of RPC API calls? (Choose two.)

  • A. They can be used only on network devices.
  • B. They use only UDP for communications.
  • C. Parameters can be passed to the calls.
  • D. They must use SSL/TLS.
  • E. They call a single function or service.


Answer : AC

Reference:
https://pubs.opengroup.org/onlinepubs/9629399/chap6.htm

Which two actions do Python virtual environments allow users to perform? (Choose two.)

  • A. Simplify the CI/CD pipeline when checking a project into a version control system, such as Git.
  • B. Efficiently port code between different languages, such as JavaScript and Python.
  • C. Run and simulate other operating systems within a development environment.
  • D. Quickly create any Python environment for testing and debugging purposes.
  • E. Quickly create an isolated Python environment with module dependencies.


Answer : DE

Reference:
https://realpython.com/python-virtual-environments-a-primer/

What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)

  • A. Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots.
  • B. All IOS XE operating systems include Ansible playbooks for basic system administration tasks.
  • C. It is a device-independent method for automation and can be used with any type of device or operating system.
  • D. Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.
  • E. It does not require any modules of software except SSH to be loaded on the network device.


Answer : AC

Reference:
https://developer.cisco.com/learning/modules/intro-ansible-iosxe/ansible-overview/step/4


Refer to the exhibit. The task is to create a Python script to display an alert message when a Meraki MX Security Appliance goes down. The exhibit shows sample data that is received. Which Python snippet displays the device name and the time at which the switch went down?
A.

B.

C.

D.



Answer : B


Refer to the exhibit. The goal is to write a Python script to automatically send a message to an external messaging application when a rogue AP is detected on the network. The message should include the broadcast SSID that is in the alert. A function called ג€send_to_applicationג€ is created, and this is the declaration: send_to_application(message)
The exhibit also shows the data that is received by the application and stored in the variable return_val. Which Python code completes the task?
A.

B.

C.

D.



Answer : A

Explanation -
For number in range value is required for the application to send the alert. Bssids are also included.

Page:    1 / 21   
Total 105 questions