Skip to main content

300-635 Real Exam Questions

Automating and Programming Cisco Data Center Solutions (DCAUTO)

83 questions available · Page 1 of 9

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Multiple choice

Which two components are attributes of an ACI MIT managed object? (Choose two.)

  1. A

    MO

  2. B

    RN

  3. C

    UNI

  4. D

    DN

  5. E

    URL

Show answer and explanation

Correct answers: B, D

Explanation

References:
https://www.cisco.com/c/en/us/products/collateral/cloud-systems-management/aci-fabric-controller/white-paper-c11-729586.html

Question 2 Single choice

Refer to the exhibit.

Which action fixes the code to access a child managed object?

  1. A

    Delete line 2.

  2. B

    Change dnQuery to classQuery in line 1.

  3. C

    Move line 2 to the last line.

  4. D

    Change parent to children in line 2.

Show answer and explanation

Correct answer: B

Question 3 Single choice

How should the Kubernetes manifests be modified to allow Kubernetes environment integration with Cisco ACI?

  1. A

    The metadata section must contain the Cisco APIC management IP.

  2. B

    The manifest does not have to be changed, but the Kubernetes object is not discovered by Cisco ACI if this is not defined in the manifest.

  3. C

    The manifests must include ACI EPG reference.

  4. D

    No change is needed to perform this action.

Show answer and explanation

Correct answer: C

Question 4 Single choice

Refer to the exhibit.

The script is called deltacounters.py and it is currently inside a Guest Shell container running inside a Cisco NX-OS switch.

Which Cisco NX-OS command results in a successful execution of this script?

  1. A

    python /home/admin/bootflash:deltacounters.py ethemet1/1

  2. B

    show python bootflash:deltacounters.py ethernet1/1

  3. C

    guestshell run python /home/admin/deltacounter.py ethernet1/1

  4. D

    guestshell execute python /home/admin/deltacounter.py ethernet1/1

Show answer and explanation

Correct answer: C

Explanation

References:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/prog/configuration/166/b_166_programmability_cg/
guest_shell.html

Question 5 Single choice

Which Cisco UCS PowerTool commands initiate a Cisco UCS Manager connection?

  1. A

    Option A

  2. B

    Option B

  3. C

    Option C

  4. D

    Option D

Show answer and explanation

Correct answer: B

Explanation

References:
https://blogs.cisco.com/developer/cisco-ucs-automation-part2-a-step-by-step-guide-to-connecting-and-disconnecting-using-ucs-powertool

Question 6 Single choice

What is the network bootstrap program used by Cisco NX-OS iPXE?

  1. A

    NETBOOT

  2. B

    NX-OS iPXE

  3. C

    iPXE-POAP

  4. D

    Mini-OS

Show answer and explanation

Correct answer: A

Explanation

References:
https://developer.cisco.com/docs/nx-os/#!pxe-process

Question 7 Single choice

Refer to the exhibit.

How often is the subscription stream for sys/bgp going to be sent?

  1. A

    5 sec

  2. B

    5 msec

  3. C

    5000 sec

  4. D

    5 min

Show answer and explanation

Correct answer: A

Question 8 Single choice

During the process of starting a Python network telemetry collector, which command starts the Cisco bigmuddy-network-telemetry-collector from GitHub?

  1. A

    model driven telemetry

  2. B

    telemetry_receiver.py --ip-address <addr> --port <port>

  3. C

    telemetry_receiver.py --destination <port> --url <url>

  4. D

    streaming telemetry

Show answer and explanation

Correct answer: B

Explanation

https://developer.cisco.com/codeexchange/github/repo/cisco/bigmuddy-network-telemetry-collector/

Question 9 Single choice

Which step must be taken to enable the REST API browser within Cisco UCS Director?

  1. A

    Edit the user profile and enable developer options.

  2. B

    Raise a case with TAC.

  3. C

    The REST API browser is automatically enabled in Cisco UCS Director when a Power User is created.

  4. D

    Log in as the user "REST".

Show answer and explanation

Correct answer: A

Explanation

To enable the REST API browser in Cisco UCS Director, you need to edit the user profile and activate the developer options. This allows access to the REST API browser, which is a tool used to interact with and explore the REST API endpoints available in Cisco UCS Director.

Question 10 Single choice

Refer to the exhibit.

Which change allows the code to configure VLAN 10 in the Cisco UCS?

  1. A

    Lines 8 and 9 should have a line continuation \ at the end.

  2. B

    Line 13 should include "handle.commit()".

  3. C

    Line 4 should include transport 443 option.

  4. D

    Line 3 should add an import for query_dn.

Show answer and explanation

Correct answer: C