ExamGecko
Question list
Search
Search

Question 14 - BL0-220 discussion

Report
Export

Which of the following is the most efficient service concept for resource usage?

A.
Stateful
Answers
A.
Stateful
B.
Serverless
Answers
B.
Serverless
C.
Stateless
Answers
C.
Stateless
Suggested answer: C

Explanation:

The ''Stateless'' service concept is indeed the most efficient for resource usage. In a stateless architecture, each request is treated as an independent transaction, unconnected to any previous request. This means that no state information is stored between transactions, which simplifies the design and scalability of systems. It allows for better resource utilization because there is no need to maintain state information over time, which can be resource-intensive. This approach aligns with the principles of RESTful services and is widely adopted in scalable web applications.

asked 23/09/2024
Ayo dickson
50 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first