Alibaba Cloud Certified Associate – Cloud Computing — Question 2
You are developing a highly available web application using stateless web servers. Which services are suitable for storing session state data? (Choose two.)
Answer options
- A. RDS
- B. Table Store
- C. MaxCompute
- D. OSS
Correct answer: A, D
Explanation
RDS (Relational Database Service) is suitable for storing session state data due to its ability to handle relational data efficiently, while OSS (Object Storage Service) can store session data as objects. In contrast, Table Store is more suited for NoSQL data storage, and MaxCompute is designed for big data processing rather than session state management.