ExamGecko
Home Home / Cisco / 300-435

Cisco 300-435 Practice Test - Questions Answers

Question list
Search
Search

Related questions











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

A.

They can be used only on network devices.

A.

They can be used only on network devices.

Answers
B.

They use only UDP for communications.

B.

They use only UDP for communications.

Answers
C.

Parameters can be passed to the calls.

C.

Parameters can be passed to the calls.

Answers
D.

They must use SSL/TLS.

D.

They must use SSL/TLS.

Answers
E.

They call a single function or service.

E.

They call a single function or service.

Answers
Suggested answer: C, E

Explanation:

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.

A.

Simplify the CI/CD pipeline when checking a project into a version control system, such as Git.

Answers
B.

Efficiently port code between different languages, such as JavaScript and Python.

B.

Efficiently port code between different languages, such as JavaScript and Python.

Answers
C.

Run and simulate other operating systems within a development environment.

C.

Run and simulate other operating systems within a development environment.

Answers
D.

Quickly create any Python environment for testing and debugging purposes.

D.

Quickly create any Python environment for testing and debugging purposes.

Answers
E.

Quickly create an isolated Python environment with module dependencies.

E.

Quickly create an isolated Python environment with module dependencies.

Answers
Suggested answer: D, E

Explanation:

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.

A.

Ansible playbooks are packaged and installed on IOS XE devices for automatic execution when an IOS device reboots.

Answers
B.

All IOS XE operating systems include Ansible playbooks for basic system administration tasks.

B.

All IOS XE operating systems include Ansible playbooks for basic system administration tasks.

Answers
C.

It is a device-independent method for automation and can be used with any type of device or operating system.

C.

It is a device-independent method for automation and can be used with any type of device or operating system.

Answers
D.

Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.

D.

Ansible playbooks can be written from the IOS XE EXEC command line to configure the device itself.

Answers
E.

It does not require any modules of software except SSH to be loaded on the network device.

E.

It does not require any modules of software except SSH to be loaded on the network device.

Answers
Suggested answer: C, E

Explanation:

Reference: https://developer.cisco.com/learning/modules/intro-ansible-iosxe/ansibleoverview/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.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: C

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.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: D

Explanation:

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

Which two features are foundations of a software-defined network instead of a traditional network?

(Choose two.)

A.

control plane and data plane are tightly coupled

A.

control plane and data plane are tightly coupled

Answers
B.

build upon a robust software stack

B.

build upon a robust software stack

Answers
C.

requires device by device-level configurations

C.

requires device by device-level configurations

Answers
D.

automated through expressed intent to a software controller

D.

automated through expressed intent to a software controller

Answers
E.

requires significant physical hardware resources

E.

requires significant physical hardware resources

Answers
Suggested answer: B, D

Explanation:

:

In traditional networks, control plane and data plane are coupled tightly. It also requires device by device configurations and of course, it uses physical hardware resources to function. Whereas, SDN is based on a software stack. In Cisco

SDNs are automated through expressed intent to a software controller.

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?

A.

Option A

A.

Option A

Answers
B.

Option B

B.

Option B

Answers
C.

Option C

C.

Option C

Answers
D.

Option D

D.

Option D

Answers
Suggested answer: A

Explanation:

Reference: https://help.github.com/en/github/importing-your-projects-to-github/adding-anexisting-project-to- github-using-the-command-line

What are two characteristics of synchronous calls to APIs? (Choose two.)

A.

They can be used only with certain programming languages.

A.

They can be used only with certain programming languages.

Answers
B.

They make your application less portable, so asynchronous calls are preferred.

B.

They make your application less portable, so asynchronous calls are preferred.

Answers
C.

They can add perceived latency to your application if data is not received.

C.

They can add perceived latency to your application if data is not received.

Answers
D.

They block until a response is returned from the servers.

D.

They block until a response is returned from the servers.

Answers
E.

They do not block while waiting for the API to be processed.

E.

They do not block while waiting for the API to be processed.

Answers
Suggested answer: C, D

Explanation:

Reference: https://docs.cloudmgmt.cisco.com/display/40API/Synchronous+and+Asynchronous+APIs

Refer to the exhibit.

What is the result when running the Python scripts?

A.

s1

A.

s1

Answers
B.

s2

B.

s2

Answers
C.

s1, s2, s3

C.

s1, s2, s3

Answers
D.

s3

D.

s3

Answers
Suggested answer: B

Explanation:

Refer to the exhibit.

Which type of YANG container is described by the JSON instance provided?

A.

interface-configurations

A.

interface-configurations

Answers
B.

active

B.

active

Answers
C.

interface-name

C.

interface-name

Answers
D.

description

D.

description

Answers
Suggested answer: A

Explanation:

Reference: https://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k-r7-0/programmability/ configuration/guide/b-programmability-cg-asr9000-70x/b-programmability-cgasr9000-70x_chapter_011.html

Total 124 questions
Go to page: of 13