exam questions

Exam 200-901 All Questions

View all questions & answers for the 200-901 exam

Exam 200-901 topic 1 question 91 discussion

Actual exam question from Cisco's 200-901
Question #: 91
Topic #: 1
[All 200-901 Questions]

Which REST architectural constraint indicates that no client context should be stored on the server between requests?

  • A. cacheable
  • B. stateless
  • C. uniform interface
  • D. client-server
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
Reference:
https://developer.cisco.com/docs/nx-os/#!representational-state-transfer-rest

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
kirankkotla
Highly Voted 1 year, 2 months ago
Stateless is the correct answer.
upvoted 14 times
...
Dimma
Highly Voted 10 months, 3 weeks ago
Yeah stateless is correct
upvoted 5 times
...
macxsz
Most Recent 1 day, 6 hours ago
Selected Answer: B
That is the definition of stateless
upvoted 1 times
...
designated
3 months, 3 weeks ago
Selected Answer: B
B is correct: RESTful constraints are described as follows: - Client/server - clients and servers are fully separated and communicate only via the RESTful interface. - Stateless - no client context or state is stored on the server between requests, and each client request must contain all of the information needed for the server to service the request. - Cacheable - clients can cache responses, and servers must define the cacheability of the response. - Layered - a client should not be able to tell whether it is connected to a server or to an intermediate that provides functionality such as security, caching, or load-balancing. - Code on Demand (Optional) - servers can at times extend the capabilities of a client through the transfer of executable code or scripts. - Uniform Interface - both client and server must adhere to a uniform interface that allows for the independent development of functionality. - Resource Identification - individual resources are identified using URIs in requests. Representations of resources are distinct from the actual resources and may be provided in formats such as HTML, XML, or JSON.
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