Multiple choice technology

In genesys, the file connectionpool.properties is used to

  1. make the connection to the network.

  2. determine how to access data on an Oracle database

  3. which defines what event needs to be called for the given request.

  4. specifies the environment in which the current system is in.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The connectionpool.properties file in Genesys configures database connectivity - it specifies JDBC drivers, connection URLs, credentials, and pool parameters for accessing databases like Oracle. Option A is incorrect as it's about database connectivity, not network connections. Option C describes event mapping (typically in Event.xml), and option D refers to environment properties files.