Cisco
300-415 · Question #227
300-415 Question #227: Real Exam Question with Answer & Explanation
The correct answer is A: DELETE. REST applications utilize standard HTTP/HTTPS methods for communication. Among these, DELETE and POST are fundamental methods used for operations like removing resources and submitting data to be processed by the server, respectively.
Management and Operations
Question
REST applications communicate over HTTP or HTTPS to make calls between network devices. Which two HTTPS standard methods are included? (Choose two.)
Options
- ADELETE
- BScalar
- CArray
- DPOST
- EObject
Explanation
REST applications utilize standard HTTP/HTTPS methods for communication. Among these, DELETE and POST are fundamental methods used for operations like removing resources and submitting data to be processed by the server, respectively.
Common mistakes.
- B. Scalar, Array, and Object are data types or structures (like in JSON, XML, etc.) used for representing information, not standard HTTP methods.
- C. Scalar, Array, and Object are data types or structures (like in JSON, XML, etc.) used for representing information, not standard HTTP methods.
- E. Scalar, Array, and Object are data types or structures (like in JSON, XML, etc.) used for representing information, not standard HTTP methods.
Concept tested. REST API HTTP Methods
Reference. https://developer.cisco.com/docs/dna-center/#!introduction-to-api-s/rest-api-concepts
Topics
#REST API#HTTP Methods#Network Automation
Community Discussion
No community discussion yet for this question.