Implementing and Operating Cisco Security Core Technologies (SCOR) — Question 428
What are two characteristics of the RESTful architecture used within Cisco DNA Center? (Choose two.)
Answer options
- A. REST codes can be compiled with any programming language.
- B. REST uses HTTP to send a request to a web service.
- C. The POST action replaces existing data at the URL path.
- D. REST uses methods such as GET, PUT, POST, and DELETE.
- E. REST is a Linux platform-based architecture.
Correct answer: B, D
Explanation
Option B is correct because REST indeed uses HTTP for communication with web services. Option D is also correct as REST operates with methods such as GET, PUT, POST, and DELETE. Options A, C, and E are incorrect because A is overly broad, C misrepresents the POST method's function, and E incorrectly specifies the platform dependency of REST.