nerdexam
Microsoft

98-361 · Question #225

Which three phrases are advantages of connection pooling? (Choose three.)

The correct answer is B. improved performance C. reduces time to create a connection E. improved scalability. 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 load on the server
  • Bimproved performance
  • Creduces time to create a connection
  • Drequires no configuration
  • Eimproved scalability

How the community answered

(23 responses)
  • A
    9% (2)
  • B
    74% (17)
  • D
    17% (4)

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#connection management

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice