exam questions

Exam 300-835 All Questions

View all questions & answers for the 300-835 exam

Exam 300-835 topic 1 question 8 discussion

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

Which two characteristics of REST APIs? (Choose two.)

  • A. Resources are accessed using Uniform Resource Identifiers.
  • B. API operations for Create/Read/Update/Delete are mapped to standard HTTP methods.
  • C. Cookies are used for the duration of the session.
  • D. REST API extends Remote Procedure Call.
  • E. The server manages the session state.
Show Suggested Answer Hide Answer
Suggested Answer: AB 🗳️

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
ignore
2 years, 6 months ago
Agree to disagree :) Here are the 5 basic design guidelines that make a RESTful API: Resources (URIs) HTTP methods HTTP headers Query parameters Status Codes
upvoted 2 times
...
iamnoone
2 years, 8 months ago
No URI are used in RESTfull APIs requests. So A is wrong. On the other hand, during the duration of the session, cookies are used to make follow up requests. So B and C is the correct answer.
upvoted 2 times
esanval
7 months, 2 weeks ago
Rest is by definition stateless, so no session is involved (https://en.wikipedia.org/wiki/REST) URI's are used as a way to reference resources (https://en.wikipedia.org/wiki/REST#Uniform_interface). So, correct answers are A,B
upvoted 2 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 ...