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
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.
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
...
...
This section is not available anymore. Please use the main Exam Page.300-835 Exam Questions
Log in to ExamTopics
Sign in:
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.
ignore
2 years, 6 months agoiamnoone
2 years, 8 months agoesanval
7 months, 2 weeks ago