nerdexam
Microsoft

98-361 · Question #50

You have a server that limits the number of data connections. What should you use to optimize connectivity when the number of users exceeds the number of available connections?

The correct answer is D. Connection pooling. In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.

Understanding Databases

Question

You have a server that limits the number of data connections. What should you use to optimize connectivity when the number of users exceeds the number of available connections?

Options

  • AConnection timeouts
  • BNamed pipes
  • CNormalization
  • DConnection pooling

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    7% (2)
  • C
    21% (6)
  • D
    69% (20)

Explanation

In software engineering, a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required.

Topics

#connection pooling#database connectivity#performance optimization#scalability

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice