CV0-004 · Question #58
CV0-004 Question #58: Real Exam Question with Answer & Explanation
The correct answer is B: Scale horizontally based on a schedule. {"question_number": 10, "question": "Five thousand employees access a cloud-hosted web application daily during the same time frame. Some users report performance issues. What is the best configuration approach?", "correct_answer": "B. Scale horizontally based on a schedule", "ex
Question
Five thousand employees always access the company's public cloud-hosted web application on a daily basis during the same time frame. Some users have been reporting performance issues while attempting to connect to the web application Which of the following is the best configuration approach to resolve this issue?
Options
- AScale vertically based on a trend.
- BScale horizontally based on a schedule
- CScale vertically based on a load.
- DScale horizontally based on an event
Explanation
{"question_number": 10, "question": "Five thousand employees access a cloud-hosted web application daily during the same time frame. Some users report performance issues. What is the best configuration approach?", "correct_answer": "B. Scale horizontally based on a schedule", "explanation": "Since 5,000 users connect during the same predictable daily time window, the load pattern is known in advance. Schedule-based scaling proactively adds capacity before the peak period begins, preventing performance issues rather than reacting after they occur. Horizontal scaling (adding more instances) is preferred for web applications because it distributes traffic across multiple nodes without a single point of failure. Vertical scaling (adding more CPU/RAM to one instance) has hardware limits and causes downtime during resizing. Event-based or load-based scaling is reactive-it responds after degradation is already occurring-whereas schedule-based scaling anticipates and prepares for the predictable daily surge.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.