• Post author:
  • Post category:Blog
  • Reading time:1 mins read
  • Post last modified:June 12, 2024

Match the RESTful API method to CRUD function.

CCNA3 v7 - ENSA Final Exam Answers 001
CCNA3 v7 – ENSA Final Exam Answers 001
Explanation & Hint:

  • POST: This method is used to CREATE a new resource.
  • GET: This method is used to READ or retrieve a resource.
  • PUT/PATCH: These methods are used to UPDATE an existing resource. PUT is often used when updating the entire resource, while PATCH is used for partial updates.
  • DELETE: This method is used to DELETE a resource.

For more Questions and Answers:

CCNA 3 v7 – ENSA v7.02 Final Exam Answers Full 100%

Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments