Valid 200-901 Dumps shared by ExamDiscuss.com for Helping Passing 200-901 Exam! ExamDiscuss.com now offer the newest 200-901 exam dumps, the ExamDiscuss.com 200-901 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 200-901 dumps with Test Engine here:
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?
Correct Answer: C
RESTCONF is a protocol used to access data defined in YANG using standard HTTP methods. However, it does not support distributed transactions, which is a requirement in this scenario. * RESTCONF: Supports YANG data models, XML encoding, and can be used in environments with software redundancy. * Distributed Transactions: RESTCONF does not support distributed transactions, which require coordination of a transaction across multiple network devices or components. Option C is correct as the requirement for distributed transactions prevents the use of RESTCONF. Reference: Cisco DevNet Documentation: RESTCONF Protocol