Exam 1Y0-341 All QuestionsBrowse all questions from this exam
Question 27

Scenario: A Citrix Engineer is asked to help improve the performance of a web application. After capturing and analyzing a typical session, the engineer notices a large number of user requests for the stock price of the company.

Which action can the engineer take to improve web application performance for the stock quote?

    Correct Answer: C

    To improve the performance of a web application where the stock prices are frequently requested and updated, creating a dynamic content group is the best action. Dynamic content groups are specifically designed to handle frequently updated content efficiently. By temporarily caching the stock price data, it reduces the need for repeated queries to the backend systems, thereby enhancing the response time for the users.

Discussion
diskmanOption: C

Should be C: create a dynamic content group

BinomimusOption: C

I agree C: dynamic content group https://docs.citrix.com/en-us/citrix-adc/current-release/optimization/integrated-caching/configure-selectors-basic-content-groups.html#content-groups

thedelphOption: C

A. Enable the Combine CSS optimization: This approach combines multiple CSS files into one to reduce requests, which is beneficial for static content optimization but not directly useful for dynamic content like stock prices. B. Create a static content group: Static content groups are used for content that does not change often, which does not apply to stock prices that frequently update. C. Create a dynamic content group: Dynamic content groups are designed for content that is frequently updated. This would allow the engineer to cache the stock price data temporarily, serving it quickly to multiple users without repeatedly querying the backend systems, thus improving the performance for this particular content. D. Enable the Minify JavaScript optimization: Minifying JavaScript optimizes the size of JavaScript files but does not affect the server-side performance related to dynamic content fetching like stock prices.