ACA-Cloud1 Exam QuestionsBrowse all questions from this exam

ACA-Cloud1 Exam - Question 33


You are developing a highly available web application using stateless web servers. Which services are suitable for storing session state data? (Choose two.)

Show Answer
Correct Answer: ABD

RDS and Table Store are suitable for storing session state data for a highly available web application using stateless web servers. RDS provides a relational database management system, which is often used to store session information in a structured format. Table Store provides a NoSQL database service that is optimized for fast read and write operations, making it suitable for session data. OSS is typically used for object storage, which is not ideal for the frequent read/write operations associated with session data. MaxCompute is designed for large-scale data warehousing and analytics, which is also not suitable for session state storage.

Discussion

2 comments
Sign in to comment
serivnOptions: AB
May 16, 2022

The answer should be A and B as OSS is not a good choice for the session state data which require more speed.

md_azam123Options: AB
Sep 1, 2022

A and B