LPIC-2 Exam 201 (Linux Engineer) — Question 24

A web application server contains 64GB of RAM and two swap partitions on normal hard disk drives, each with a size of 64 GB. Within the last month, the average number of user sessions on this server has grown by 20 percent. At the same time, the average usage of RAM increased from 65 to 75 percent, while the swap space is almost not used at all. It is expected that the number of user sessions will continue to increase by about 15 to 20 percent each month. Which of the following reactions would be appropriate in response to these observations? (Choose two.)

Answer options

Correct answer: C, E

Explanation

Answer C is correct as adding an additional application server can help manage the increasing load from user sessions. Answer E is also correct since increasing RAM can prevent the need to use swap space, optimizing performance. Answers A and B are inappropriate as they do not address the immediate need for handling growing user sessions, and D, while it provides faster access, does not address the overall capacity issue.