exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 928 discussion

Actual exam question from Cisco's 350-401
Question #: 928
Topic #: 1
[All 350-401 Questions]

Why are stateless calls executed by REST API useful in cloud applications?

  • A. They control URL decoding.
  • B. They rely on data stored on the server for calls.
  • C. They are easy to redeploy and to scale.
  • D. They use HTTPS to implement all calls.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
16561f6
Highly Voted 8 months, 1 week ago
C. They are easy to redeploy and to scale. Stateless calls in REST APIs are useful in cloud applications because they do not rely on session information stored on the server. Each request from the client contains all the information the server needs to fulfill that request. This makes it easy to scale and redeploy services across multiple servers or environments, as no session state needs to be shared or maintained between requests.
upvoted 5 times
...
Outlaw_87
Most Recent 6 months, 2 weeks ago
Selected Answer: C
chat gpt says C
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 ...