nerdexam
Microsoft

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…

Understanding Databases

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)
  • A
    76% (22)
  • B
    7% (2)
  • C
    17% (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

#connection pooling#database performance#scalability#resource management

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice