TIBCO BUSINESSWORKS
PRACTICE TEST TCP-BW 60
QUESTIONS
Question 1: A developer is starting a new TIBCO BusinessWorks 6 project. Which
description best matches TIBCO Business Studio for BusinessWorks?
Choices:
1) A standalone relational database server 2) A JMS-only message broker 3) A web server used only for production monitoring 4) An Eclipse-based integration development environment
Correct Answer: An Eclipse-based integration development environment
Explanation: TIBCO Business Studio for BusinessWorks is an Eclipse-based environment used to design, develop, test, and debug BusinessWorks applications.Page 1
Question 2: A team wants several JDBC activities to reuse the same database
connection settings. What should the developer create?
Choices:
1) A job shared variable 2) A JDBC Connection shared resource 3) A process variable 4) A transition condition
Correct Answer: A JDBC Connection shared resource
Explanation: Shared resources hold reusable conguration data. A JDBC Connection shared resource can be referenced by multiple JDBC activities instead of repeating the connection conguration.Question 3: Which hierarchy correctly represents the main BusinessWorks 6 runtime containment model?
Choices:
1) AppNode → AppSpace → Domain 2) Domain → AppNode → AppSpace 3) Domain → AppSpace → AppNode 4) AppSpace → Domain → AppNode
Correct Answer: Domain → AppSpace → AppNode
Explanation: A domain is the administrative boundary, an AppSpace exists within a domain, and one or more AppNodes exist within an AppSpace.Page 2
Question 4: An administrator plans to create an AppNode on a remote machine.
Which prerequisite is required?
Choices:
1) The remote machine must host a separate domain database 2) The OSGi console must be enabled permanently 3) The remote BWAgent must participate in the agent network 4) The application EAR must already be deployed locally
Correct Answer: The remote BWAgent must participate in the agent network
Explanation: For a remote AppNode, the BWAgent on the remote machine must be part of the network and its agent/member name must be available to the administrator.
Question 5: When creating a standard HTTP-managed AppNode with bwadmin,
which value must be supplied for the AppNode?
Choices:
1) A WSDL namespace 2) A JDBC driver class 3) A unique HTTP management port 4) A process starter name
Correct Answer: A unique HTTP management port
Explanation: The AppNode creation command requires an HTTP management port. If the port is already in use, AppNode creation fails.Page 3