Huawei
H13-831_V2.0 · Question #4284
When transforming container applications to stateless state, data storage is a key focus. Which of the following descriptions of application storage transformation are correct? (Multiple choice)
The correct answer is B. Memory: Try not to let the application itself use memory to store data. It is recommended to use cache C. Session: HTTP requests will cache the Session. It is recommended to store this part directly in Redis D. Local Storage (NAS): Some applications running on virtual machines use NAS mounted storage. See the full explanation below for the reasoning.
Advanced Compute and Container Architecture Design
Question
When transforming container applications to stateless state, data storage is a key focus. Which of the following descriptions of application storage transformation are correct? (Multiple choice)
Options
- AFiles: All files or other storage that requires local storage should be written directly to the local
- BMemory: Try not to let the application itself use memory to store data. It is recommended to use cache
- CSession: HTTP requests will cache the Session. It is recommended to store this part directly in Redis
- DLocal Storage (NAS): Some applications running on virtual machines use NAS mounted storage.
How the community answered
(38 responses)- A18% (7)
- B82% (31)
Topics
#stateless containers#session management#NAS storage#application transformation
Community Discussion
No community discussion yet for this question.