Oracle
1Z0-441 · Question #29
You are investigating a mobile application that uses SOAP web services that invoke queries on a database to get the data to the mobile UI. The customer complains about the application being too…
The correct answer is A. Introduce middle-tier data caching for data that does not change frequently. See the full explanation below for the reasoning.
Question
You are investigating a mobile application that uses SOAP web services that invoke queries on a database to get the data to the mobile UI. The customer complains about the application being too slow. Which of the following changes would not improve the performance of the application?
Options
- AIntroduce middle-tier data caching for data that does not change frequently.
- BSwitch the services from SOAP protocol to REST protocol.
- CReduce the number of fields returned from the service so that only the needed fields are
- DAdd a layer that fetches the data on the middle tier into a Java class and then expose
How the community answered
(61 responses)- A75% (46)
- B15% (9)
- C7% (4)
- D3% (2)
Community Discussion
No community discussion yet for this question.