Question 121

Refer to the exhibit.

An engineer is managing a network that consists of Cisco IOSXE devices. There is a need to retrieve the details of the interface GigabitEthernet2 using RESTCONF. Which URI will accomplish this by providing the same response as shown in the JSON body?
A)

B)

C)

D)
  • Question 122

    Refer to the exhibit.

    A network engineer developed an Ansible playbook and committed it to GitLab. A GitLab CI pipeline is started but immediately fails. What is the issue?
  • Question 123

    Refer to the exhibit.

    This snippet of a script has recently started exiting abnormally with an exception stating "Unexpected HTTP Response code: 429".
    Which solution handles rate limiting by the remote API?

  • Question 124

    Which two statements are considered best practices according to the 12-factor app methodology for application design? (Choose two.)
  • Question 125

    Application sometimes store configuration as constants in the code, which is a violation of strict separation of configuration from code. Where should application configuration be stored?