

InterviewSolution
Saved Bookmarks
1. |
Which of the following is the property of the composable component?(a) stateful(b) stateless(c) symmetric(d) all of the mentionedI got this question during an online interview.I would like to ask this question from Cloud Computing Stack in division Cloud Architecture, Services and Applications Basics of Cloud Computing |
Answer» RIGHT OPTION is (b) stateless For EXPLANATION: A transaction is executed without REGARD to other transactions or REQUESTS. |
|