Oracle
1Z0-807 · Question #87
A successful web application is used by over two hundred thousand users. Due to this substantial load, the database is over bridged and fails frequently. All data, included critical user records and…
The correct answer is C. Refactoring the web application to store temporary session data on the web servers. See the full explanation below for the reasoning.
Question
A successful web application is used by over two hundred thousand users. Due to this substantial load, the database is over bridged and fails frequently. All data, included critical user records and temporary session data, is stored in the database. Because of resource constraints, a new database system cannot be installed. Which change will reduce the load on the database?
Options
- ACreating more entity beans to optimize interaction wild the database
- BRefactoring the web application to use DAOs to communicate with the database
- CRefactoring the web application to store temporary session data on the web servers
- DAdding more web servers to the web tier to distribute the load and reduce the number of transactions
How the community answered
(22 responses)- A5% (1)
- B14% (3)
- C73% (16)
- D9% (2)
Community Discussion
No community discussion yet for this question.