CV0-003 · Question #441
A cloud administrator has deployed a new web application to a private cloud. The application platform consists of two web servers that communicate to a redundant database back end. The traffic to…
The correct answer is A. Connectivity. Connecting directly to each web server and successfully logging in confirms that network connectivity exists to each server and that the application is reachable at the endpoint level. This validates connectivity only, not failover, data integrity, or performance.
Question
A cloud administrator has deployed a new web application to a private cloud. The application platform consists of two web servers that communicate to a redundant database back end. The traffic to the web servers is directed by a load balancer appliance. The administrator connects to the website on each of the webservers individually and confirms they are able to log in. Which of the following aspects of the application has the administrator tested successfully?
Options
- AConnectivity
- BFailover
- CData Integrity
- DPerformance
How the community answered
(27 responses)- A93% (25)
- B4% (1)
- D4% (1)
Why each option
Connecting directly to each web server and successfully logging in confirms that network connectivity exists to each server and that the application is reachable at the endpoint level. This validates connectivity only, not failover, data integrity, or performance.
Successfully connecting to and authenticating against each individual web server confirms that the network path to each server is functional and that the application layer responds correctly to requests. The administrator has verified that each endpoint is accessible and operational, which is the definition of a connectivity test. No failure scenarios, data verification, or load conditions were introduced, so the test scope is limited to connectivity.
Failover testing requires intentionally taking one web server or database node offline to verify that the load balancer correctly redirects traffic to the remaining available node without service interruption.
Data integrity testing would involve verifying that records written to or retrieved from the database back end are accurate and consistent, not merely logging into the application.
Performance testing requires measuring response times, throughput, or behavior under simulated load conditions, none of which were performed in this scenario.
Concept tested: Verifying application connectivity through direct server access
Topics
Community Discussion
No community discussion yet for this question.