ExamGecko
Question list
Search
Search

Question 38 - D-XTR-DS-A-24 discussion

Report
Export

A customer is using a third party RESTful API client to create a series of new objects on an XtremlO cluster for use with their SQL application. Which HTTP method should be used to create the objects needed for integration with the SQL application?

A.
POST
Answers
A.
POST
B.
PUT
Answers
B.
PUT
C.
GET
Answers
C.
GET
D.
DELETE
Answers
D.
DELETE
Suggested answer: A

Explanation:

In RESTful API design, the HTTP method used to create new resources or objects is POST. This method is utilized when the client needs to send data to the server to create a new entity. For example, when integrating with an SQL application and creating new objects on an XtremIO cluster, using a POST request with the appropriate payload will instruct the server to create the new resources as specified1.

A well-designed REST API implements CRUD operations using different HTTP methods, with POST being the method for Create operations1.

The Dell Technologies Developer Portal provides resources and documentation on REST APIs, including the methods used for various operations2.

=========================

asked 16/09/2024
Kristian Michael Matias
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first