exam questions

Exam 300-550 All Questions

View all questions & answers for the 300-550 exam

Exam 300-550 topic 1 question 28 discussion

Actual exam question from Cisco's 300-550
Question #: 28
Topic #: 1
[All 300-550 Questions]

Which two parts are required for a RESTful API call? (Choose two.)

  • A. resource
  • B. parameter
  • C. method
  • D. query
  • E. fragment
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️
Reference:
http://stackoverflow.com/questions/4024271/rest-api-best-practices-where-to-put-parameters

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
maj
5 years, 10 months ago
To make a valid request, the client needs to include four things: URL ( Uniform Resource Locator) Method List of Headers Body URL URLs become an easy way for the client to tell the server which things it wants to interact with, called resources. Method The method request tells the server what kind of action the client wants the server to take in. The four most commonly seen in API’s are: GET — Asks the server to retrieve a resource. POST — Asks the server to create a new resource. PUT — Asks the server to edit/update an existing resource. DELETE — Asks the server to delete a resource. Headers Headers provide meta-information about a request. Body The request body contains the data the client wants to send the server.
upvoted 1 times
maj
5 years, 9 months ago
Answer : Method and query
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago