nerdexam
Cisco

200-901 · Question #314

A company wants to automate the orders processed on its website using API. The network device that supports the solution must: - support XML encoding - support distributed transactions - support…

The correct answer is C. distributed transactions. RESTCONF (RFC 8040) does not support distributed transactions - atomic operations that span multiple devices or datastores in a single transaction. NETCONF supports distributed transactions via its candidate datastore and commit/lock mechanisms. RESTCONF does support XML…

Understanding and Using APIs

Question

A company wants to automate the orders processed on its website using API. The network device that supports the solution must:

  • support XML encoding
  • support distributed transactions
  • support YANG data models
  • be support software redundancy

Which requirement prevents the use of RESTCONF for the solution?

Options

  • Asoftware redundancy
  • BYANG data models
  • Cdistributed transactions
  • DXML encoding

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    4% (1)
  • C
    78% (21)
  • D
    11% (3)

Explanation

RESTCONF (RFC 8040) does not support distributed transactions - atomic operations that span multiple devices or datastores in a single transaction. NETCONF supports distributed transactions via its candidate datastore and commit/lock mechanisms. RESTCONF does support XML encoding (option D), YANG data models (option B), and software redundancy is handled at the device level, not the protocol level (option A). Because the solution requires distributed transactions, RESTCONF is unsuitable, and NETCONF would be the appropriate protocol.

Topics

#RESTCONF#API Protocols#Network Automation#Distributed Transactions

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice