exam questions

Exam 1Y0-341 All Questions

View all questions & answers for the 1Y0-341 exam

Exam 1Y0-341 topic 1 question 27 discussion

Actual exam question from Citrix's 1Y0-341
Question #: 27
Topic #: 1
[All 1Y0-341 Questions]

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?

  • A. Enable the Combine CSS optimization.
  • B. Create a static content group.
  • C. Create a dynamic content group.
  • D. Enable the Minify JavaScript optimization.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
diskman
Highly Voted 1 year, 7 months ago
Should be C: create a dynamic content group
upvoted 8 times
...
Binomimus
Highly Voted 1 year, 5 months ago
Selected Answer: 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
upvoted 5 times
...
thedelph
Most Recent 6 months, 2 weeks ago
Selected Answer: 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.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...