exam questions

Exam CAS-005 All Questions

View all questions & answers for the CAS-005 exam

Exam CAS-005 topic 1 question 37 discussion

Actual exam question from CompTIA's CAS-005
Question #: 37
Topic #: 1
[All CAS-005 Questions]

An organization has deployed a cloud-based application that provides virtual event services globally to clients. During a typical event, thousands of users access various entry pages within a short period of time. The entry pages include sponsor-related content that is relatively static and is pulled from a database. When the first major event occurs, users report poor response time on the entry pages. Which of the following features is the most appropriate for the company to implement?

  • A. Horizontal scalability
  • B. Vertical scalability
  • C. Containerization
  • D. Static code analysis
  • E. Caching
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

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
vicbersong
1 week, 6 days ago
Selected Answer: E
Why the other options are less optimal on their own: A. Horizontal scalability: Helps handle more traffic, but without caching, the load on the database remains high, especially for static content. B. Vertical scalability: Limited benefits, and scaling up a server won't fix inefficient use of resources (e.g., querying static data repeatedly). C. Containerization: Useful for deployment and isolation, but doesn't solve performance issues related to database access. D. Static code analysis: Relevant to security and code quality, not performance during runtime.
upvoted 1 times
...
vicbersong
1 week, 6 days ago
Selected Answer: E
The performance issue is occurring on entry pages that contain static sponsor-related content which is pulled from a database. This is a classic use case for caching, which can significantly reduce database load and response times by storing frequently accessed data closer to the user or application. ✅ Caching would: Store the static sponsor content either in memory (e.g., Redis, Memcached) or at the edge (e.g., CDN). Reduce the number of repeated database queries for the same static data. Improve response times and scalability under heavy user loads.
upvoted 1 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago