200-901 · Question #354
200-901 Question #354: Real Exam Question with Answer & Explanation
The correct answer is A: hybrid cloud. {"question_number": 3, "question": "Which deployment model addresses traffic spikes, allows future growth, and preserves the existing on-premises investment?", "correct_answer": "A", "explanation": "A hybrid cloud model combines the company's existing on-premises/private infrastr
Question
A company deploys an application via containers in its local data center. As soon as the application goes into production, it starts to crash at specific hours of the day. After investigation, it is concluded that the crashes are due to too many users accessing the application simultaneously. The spikes must be addressed and allow for future growth without discarding the investment already made. Which deployment model must be used?
Options
- Ahybrid cloud
- Bedge
- Cprivate cloud
- Dpublic cloud
Explanation
{"question_number": 3, "question": "Which deployment model addresses traffic spikes, allows future growth, and preserves the existing on-premises investment?", "correct_answer": "A", "explanation": "A hybrid cloud model combines the company's existing on-premises/private infrastructure with public cloud resources. This allows the application to 'burst' into the public cloud during traffic spikes while keeping the existing container infrastructure intact - preserving the investment already made. Option C (private cloud) cannot scale beyond on-premises hardware, so it won't resolve the spike problem. Option D (public cloud) would require migrating away from the existing investment. Option B (edge) pushes compute closer to users but does not inherently solve application scaling due to concurrent users.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.