Exam 43: CCDE Design Written

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

On a Cisco Catalyst 9300 Series Switch, the guest shell is being used to create a service within a container. Which change is needed to allow the service to have external access?

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

B

What is the gRPC Network Management Interface protocol?

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

C

  Refer to the exhibit. Which snippet creates a Webex space and adds the users in the variable user_list to that space? Refer to the exhibit. Which snippet creates a Webex space and adds the users in the variable user_list to that space?

Free
(Multiple Choice)
4.9/5
(37)
Correct Answer:
Verified

A

An application has initiated an OAuth authorization code grant flow to get access to an API resource on behalf of an end user. Which two parameters are specified in the HTTP request coming back to the application as the end user grants access? (Choose two.)

(Multiple Choice)
4.8/5
(32)

What are two benefits of using distributed log collectors? (Choose two.)

(Multiple Choice)
4.7/5
(39)

The Meraki API url https://api.meraki.com/api/v0/networks/123456789/ssids/2 has been stored in the environment variable meraki_url , and the API key has been stored in meraki_api_key . Which snippet presents the correct API call to configure, secure, and enable an SSID using the Meraki API?

(Multiple Choice)
4.8/5
(34)

  Refer to the exhibit. Which set of API requests must be executed by a Webex bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room? Refer to the exhibit. Which set of API requests must be executed by a Webex bot after receiving a webhook callback to process messages in a room and reply with a new message back to the same room?

(Multiple Choice)
4.9/5
(36)

User report that they can no longer able to process transactions with the online ordering application, and the logging dashboard is displaying these messages. Fri Jan 10 19:37:31.123 EST 2020 [FRONTEND] INFO: Incoming request to add item to cart from user 45834534858 Fri Jan 10 19:37:31 247 EST 2020 [BACKEND] INFO: Attempting to add item to cart Fri Jan 10 19:37:31 250 EST 2020 [BACKEND] ERROR: Failed to add item: MYSQLDB ERROR: Connection refused What is causing the problem seen in these log messages?

(Multiple Choice)
4.8/5
(34)

An application has been developed for monitoring rooms in Cisco Webex. An engineer uses the application to retrieve all the messages from a Cisco Webex room, but the results are slowly presented. Which action optimizes calls to retrieve the messages from the /v1/messages endpoint?

(Multiple Choice)
4.8/5
(27)

A developer needs to configure an environment to orchestrate and configure. Which two tools should be used for each task? (Choose two.)

(Multiple Choice)
4.8/5
(27)

  Refer to the exhibit. The JSON response is received from the Meraki location API. Which parameter is missing? Refer to the exhibit. The JSON response is received from the Meraki location API. Which parameter is missing?

(Multiple Choice)
4.8/5
(33)

A network operations team is using the cloud to automate some of their managed customer and branch locations. They require that all of their tooling be ephemeral by design and that the entire automation environment can be recreated without manual commands. Automation code and configuration state will be stored in git for change control and versioning. The engineering high-level plan is to use VMs in a cloud-provider environment then configure open source tooling onto these VMs to poll, test, and configure the remote devices, as well as deploy the tooling itself. Which configuration management and/or automation tooling is needed for this solution?

(Multiple Choice)
4.9/5
(37)

  Refer to the exhibit. Which configuration of method and parameter retrieves the health of a laptop connected to the network from Cisco DNA Center? Refer to the exhibit. Which configuration of method and parameter retrieves the health of a laptop connected to the network from Cisco DNA Center?

(Multiple Choice)
4.8/5
(42)

An engineer must enable an SSID in a Meraki network. Which request accomplishes this task?

(Multiple Choice)
4.8/5
(32)

The response from a server includes the header ETag: W/"7eb8b94419e371767916ef13e0d6e63d" . Which statement is true?

(Multiple Choice)
4.8/5
(37)

Click on the GET Resource button above to view resources that will help with this question. Click on the GET Resource button above to view resources that will help with this question.       An engineer is managing a data center with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task? Click on the GET Resource button above to view resources that will help with this question.       An engineer is managing a data center with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task? Click on the GET Resource button above to view resources that will help with this question.       An engineer is managing a data center with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task? An engineer is managing a data center with 6000 Cisco UCS servers installed and running. The engineer has been asked to identify all resources where the model is in the UCSB family and the available memory is less than or equal to 5 GB. Which REST API call accomplishes this task?

(Multiple Choice)
4.9/5
(39)

Which database type should be used to store data received from model-driven telemetry?

(Multiple Choice)
4.8/5
(34)

    Refer to the exhibits. An interface named GigabitEthernet2 has been configured on a Cisco IOS XE device. Using RESTCONF APIs as defined by the ietf-interfaces@2014-05-08.yang model, which two combinations of rest_operation and payload must be added to the Python script to set the description to Configured by RESTCONF? (Choose two.)     Refer to the exhibits. An interface named GigabitEthernet2 has been configured on a Cisco IOS XE device. Using RESTCONF APIs as defined by the ietf-interfaces@2014-05-08.yang model, which two combinations of rest_operation and payload must be added to the Python script to set the description to Configured by RESTCONF? (Choose two.) Refer to the exhibits. An interface named "GigabitEthernet2" has been configured on a Cisco IOS XE device. Using RESTCONF APIs as defined by the ietf-interfaces@2014-05-08.yang model, which two combinations of "rest_operation" and "payload" must be added to the Python script to set the "description" to "Configured by RESTCONF"? (Choose two.)

(Multiple Choice)
4.9/5
(27)

  Refer to the exhibit. An application's REST API GET call is tested to the inventory database. Which missing code must be included to limit the number of values that are returned from the query to 20? Refer to the exhibit. An application's REST API GET call is tested to the inventory database. Which missing code must be included to limit the number of values that are returned from the query to 20?

(Multiple Choice)
4.8/5
(30)

  Refer to the exhibit. Information was obtained by using RESTCONF and querying URI /restconf/data/ietf-interfaces:interfaces. Which RESTCONF call and which JSON code enables GigabitEthernet2? (Choose two.) Refer to the exhibit. Information was obtained by using RESTCONF and querying URI /restconf/data/ietf-interfaces:interfaces. Which RESTCONF call and which JSON code enables GigabitEthernet2? (Choose two.)

(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 145
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)