Analyst Integration Question: Download Integration Programmer PDF

Explain stateless system?

Tweet Share WhatsApp

Answer:

A stateless system is a system which doesn't maintain any internal state. Such system will produce same output for same input at any point of time. It's always easier to code and optimize a stateless system, so you should always strive for one if possible.

Download Integration Programmer PDF Read All 41 Integration Programmer Questions
Previous QuestionNext Question
Explain couple of ways to resolve collision in hash table?Write an SQL query to find second highest salary in employee table?