200-901 · Question #342
200-901 Question #342: Real Exam Question with Answer & Explanation
The correct answer is A: The application is hosted on premises and VPN connectivity is required. {"question_number": 5, "question": "Why does the connection to the application fail when a mobile phone using 4G is used?", "correct_answers": ["A"], "explanation": "When an application is hosted on-premises (within a corporate network), it sits behind firewalls and is not direct
Question
A developer creates a new application, but the application must be tested before being released to a customer. When a mobile phone that uses 4G is used to access the application, the request fails. Why does the connection to the application fail?
Options
- AThe application is hosted on premises and VPN connectivity is required
- BThe application must be added to the production server before testing.
- CThe application must be moved to the cloud before testing is possible.
- DThe application connectivity is limited to HTTPS protocol.
Explanation
{"question_number": 5, "question": "Why does the connection to the application fail when a mobile phone using 4G is used?", "correct_answers": ["A"], "explanation": "When an application is hosted on-premises (within a corporate network), it sits behind firewalls and is not directly accessible from the public internet or cellular networks like 4G. A VPN (Virtual Private Network) is required to create a secure tunnel from the external device (the 4G phone) into the corporate network to reach the on-premises application. This is a common testing scenario where developers forget that on-premises apps are not publicly reachable. Options B and C are incorrect because testing does not require moving an app to production or the cloud. Option D is incorrect because HTTPS is a standard protocol supported over 4G.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.