nerdexam
Cisco

350-501 · Question #574

Which fact about programmable APIs should an engineering team consider when planning for a new network with Cisco devices?

The correct answer is B. JSON works with the REST API to support network management. When planning for network programmability with Cisco devices, an engineering team should consider that JSON is widely used with REST APIs to support network management. This combination provides a flexible and well-understood approach for interacting with network infrastructure.

Automation and Assurance

Question

Which fact about programmable APIs should an engineering team consider when planning for a new network with Cisco devices?

Options

  • AProtobuf allows for efficient data transfer.
  • BJSON works with the REST API to support network management
  • CYAML provides serialization
  • DAvro most effectively compacts binary transmission to reduce bandwidth load

How the community answered

(20 responses)
  • B
    95% (19)
  • C
    5% (1)

Why each option

When planning for network programmability with Cisco devices, an engineering team should consider that JSON is widely used with REST APIs to support network management. This combination provides a flexible and well-understood approach for interacting with network infrastructure.

AProtobuf allows for efficient data transfer.

Protocol Buffers (Protobuf) is an efficient binary serialization format often used with gRPC, but JSON with REST is a more ubiquitous and generally applicable combination for network management APIs across a wider range of Cisco devices.

BJSON works with the REST API to support network managementCorrect
CYAML provides serialization

YAML (YAML Ain't Markup Language) is a human-readable data serialization format often used for configuration files, but JSON is more commonly used for real-time data exchange with REST APIs in network management contexts.

DAvro most effectively compacts binary transmission to reduce bandwidth load

Avro is a data serialization system with capabilities for compact binary transmission, but it is not as universally adopted or central to the general network management API strategy on Cisco devices as JSON used with REST.

Concept tested: Network programmability APIs (JSON/REST)

Source: https://developer.cisco.com/learning/lab/explore-restconf/step/1

Topics

#Programmable APIs#REST API#JSON#Network Automation

Community Discussion

No community discussion yet for this question.

Full 350-501 Practice