Select any two shared configuration?
-
HTTP connection
-
JDBC update
-
Mapper activity
-
FTP connection
Shared configurations in TIBCO BusinessWorks are reusable resource definitions that can be referenced across multiple activities. HTTP connection and FTP connection are classic examples - defined once and shared. JDBC update is activity-specific (not shareable), and Mapper is an activity (not a configuration resource).
To answer this question, we need to understand what shared configuration means in the context of software or system configuration.
Shared configuration refers to settings or parameters that are used by multiple components or modules within a system. These configurations are shared to ensure consistency and reusability across different parts of the system.
Let's go through each option to determine which ones are shared configurations:
Option A) HTTP connection - This option is a shared configuration because HTTP connections can be used by multiple components in a system to communicate with external servers or services.
Option B) JDBC update - This option is not a shared configuration. JDBC (Java Database Connectivity) is a Java API for connecting to databases, and the "JDBC update" likely refers to a specific operation or query. This is not a shared configuration but rather a specific action or functionality.
Option C) Mapper activity - This option is not a shared configuration. A mapper activity is typically used in data integration or transformation processes to map data from one format or structure to another. It is not a configuration setting that is shared among multiple components.
Option D) FTP connection - This option is a shared configuration because FTP (File Transfer Protocol) connections can be used by multiple components in a system to transfer files to and from remote servers.
Based on the explanations above, the correct answer is options A) HTTP connection and D) FTP connection. These options are shared configurations as they can be used by multiple components in a system.