When opening a data form, the user experiences slow performance. What three steps could you
do to improve the time it takes to open the data form?
A.
Reduce the number of rows and columns displayed in the data form.
B.
Upgrade the client machine’s operating system processing speed and RAM.
C.
In the data form definition, remove the option to display alias.
D.
Reduce the number of page dimensions used on the Web form
E.
Tune the index and data caches in Essbase.
Explanation:
A: Reducing the amount of rows and columns that need to be accessed would
increase performance.
B: The client machine could also be a bottleneck.
E: Indexing and caching would help when loading data into a form.
I think correct are A, D, E
Cause:
C. Doesn’t affect performance so much
B. Yep, answer is good. In old version of exams was the following question, but oracle changed “could you take” (old question) to “could you do”. I don’t think that Implementor or DBA will really upgrade the client machine.
Old exam question (Hyperion 4,9):
———-
When opening a Web form, a Web user experiences very slow retrieval time. What three steps
could you take to improve the retrieval time? (Choose three.)
A. Reduce the number of rows and columns displayed on the Web form
B. Reduce the number of page dimensions used on the Web form
C. Upgrade the client machine’s operating system, processing speed, and RAM
D. When creating the Web form, remove the option to “Display: Alias”
E. Reduce the text used for instructions that is contained on the Properties tab of the Web form
Answer: A, B, C
———-
A, B, E.
Alias impact on performance is minum, so C does not apply.