Exam 4A0-AI1 All QuestionsBrowse all questions from this exam
Question 5

Which of the following statements about REST and RESTCONF is FALSE?

    Correct Answer: A

    The statement that REST API uses KAFKA notification service is false. REST API (Representational State Transfer) typically uses standard web protocols, such as HTTP or HTTPS, for data communication. KAFKA is a separate distributed streaming platform and event streaming system, not inherently a part of REST.

Discussion
hazemsalah87Option: D

D is correct, RestConf allows to obtain schema mounts

kkhashabaOption: D

Update you are correct D is the correct one : • The basic requests of RESTCONF API are: o Get authentication bearer token o Get the RESTCONF root o Get the data store o Get the yang-library modules-state o Get the schema mounts

kkhashabaOption: D

No, RESTCONF does not use schema mounts. The concept of schema mounts is associated with YANG data modeling and is more commonly related to NETCONF.