Cisco 300-435 Practice Test - Questions Answers
List of questions
Related questions
What are two characteristics of RPC API calls? (Choose two.)
They can be used only on network devices.
They use only UDP for communications.
Parameters can be passed to the calls.
They must use SSL/TLS.
They call a single function or service.
Which two actions do Python virtual environments allow users to perform? (Choose two.)
Simplify the CI/CD pipeline when checking a project into a version control system, such as Git.
Efficiently port code between different languages, such as JavaScript and Python.
Run and simulate other operating systems within a development environment.
Quickly create any Python environment for testing and debugging purposes.
Quickly create an isolated Python environment with module dependencies.
What are two benefits of leveraging Ansible for automation of Cisco IOS XE Software? (Choose two.)
Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots.
All IOS XE operating systems include Ansible playbooks for basic system administration tasks.
It is a device-independent method for automation and can be used with any type of device or operating system.
Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.
It does not require any modules of software except SSH to be loaded on the network device.
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?
Option A
Option B
Option C
Option D
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?
Option A
Option B
Option C
Option D
Which two features are foundations of a software-defined network instead of a traditional network?
(Choose two.)
control plane and data plane are tightly coupled
build upon a robust software stack
requires device by device-level configurations
automated through expressed intent to a software controller
requires significant physical hardware resources
A new project called “device_status” must be stored in a central Git repository called “device_status” with the first file named “device_status.py”. The Git repository is created using the account python_programmer. Which set of commands inserts the project into Git?
Option A
Option B
Option C
Option D
What are two characteristics of synchronous calls to APIs? (Choose two.)
They can be used only with certain programming languages.
They make your application less portable, so asynchronous calls are preferred.
They can add perceived latency to your application if data is not received.
They block until a response is returned from the servers.
They do not block while waiting for the API to be processed.
Refer to the exhibit.
What is the result when running the Python scripts?
s1
s2
s1, s2, s3
s3
Refer to the exhibit.
Which type of YANG container is described by the JSON instance provided?
interface-configurations
active
interface-name
description
Question