CV0-004 · Question #295
CV0-004 Question #295: Real Exam Question with Answer & Explanation
The correct answer is A: Create a secondary server and load balance the traffic.. {"question_number": 6, "correct_answer": "A", "explanation": "High availability requires redundancy - if one server fails, another takes over - and load balancing distributes traffic to prevent performance degradation under load. Creating a secondary server with a load balancer d
Question
An organization's large e-commerce website requires high availability and cannot have degraded performance. Which of the following should a cloud administrator do to best meet the requirements?
Options
- ACreate a secondary server and load balance the traffic.
- BUpgrade the drives to SSD and change the storage tier.
- CAdd a secondary NIC and configure network teaming to the existing server.
- DChange the type of CPU and adjust the RAM size.
Explanation
{"question_number": 6, "correct_answer": "A", "explanation": "High availability requires redundancy - if one server fails, another takes over - and load balancing distributes traffic to prevent performance degradation under load. Creating a secondary server with a load balancer directly addresses both requirements. Upgrading to SSD (Option B) improves I/O performance on a single server but provides no redundancy. Adding a secondary NIC with teaming (Option C) adds network redundancy only, not server-level HA. Changing CPU type and RAM (Option D) is vertical scaling on a single server, which still creates a single point of failure and doesn't address availability.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.