98-361 · Question #87
Which three phrases are advantages of connection pooling? (Choose three.)
The correct answer is A. reduces time to create a connection D. improved scalability E. improved performance. In connection pooling, after a connection is created, it is placed in the pool and it is used over again so that a new connection does not have to be established. Connection pooling often improves application performance, concurrency and scalability. Connection pooling also…
Question
Which three phrases are advantages of connection pooling? (Choose three.)
Options
- Areduces time to create a connection
- Brequires no configuration
- Creduces load on the server
- Dimproved scalability
- Eimproved performance
How the community answered
(29 responses)- A76% (22)
- B7% (2)
- C17% (5)
Explanation
In connection pooling, after a connection is created, it is placed in the pool and it is used over again so that a new connection does not have to be established. Connection pooling often improves application performance, concurrency and scalability. Connection pooling also cuts down on the amount of time a user must wait to establish a connection to the database.
Topics
Community Discussion
No community discussion yet for this question.