Select the 2 types of modules that are available in TIBCO BusinessWorks. (Choose two.)
A.
Application Module
B.
BusinessWorks Module
C.
Shared Module
D.
Package module
Answer:
A, C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 2
An application you have created with activation set to Single AppNode is deployed into an AppSpace consisting of two AppNodes (A1 and A2). One of the administrators accidentally stops AppNode A1. What is the expected behavior of your application?
A.
The application is stopped on A2, and no requests are processed
B.
The application will be activated on A2, and requests are processed.
C.
The application will be activated on A2, but no requests are processed.
D.
The application is standby on A2, and no requests are processed.
Answer:
B
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 3
Which two statements are true about the fault tolerance feature of TIBCO ActiveMatrix BusinessWorks applications? (Choose two.)
A.
Managed fault tolerance requires persistence mode to be set to memory, while non-managed fault tolerance requires persistence mode to be set to group.
B.
Managed fault tolerance requires persistence mode to be set to group, while non-managed fault tolerance requires persistence mode to be set to datastore.
C.
Managed fault tolerance supports checkpointing. while non-managed fault tolerance does not support checkpointing.
D.
Managed fault tolerance requires activation mode to be set to Single AppNode. while non- managed fault tolerance requires activation mode to be set to Multiple
E.
In managed fault tolerance. AppNodes are aware of other AppModes in the AppSpace. while in non-managed fault tolerance. AppModes are unaware of other AppModes in the AppSpace.
Answer:
B, E
User Votes:
A
50%
B
50%
C
50%
D
50%
E
50%
Discussions
0/ 1000
Question 4
In order to secure the access to the REST API of the TIBCO ActiveMatrix BusinessWorks Agent, which file controls the setting that enables security and which types of passwords are accepted?
A.
The setting is controlled in bwagent.tra, and the passwords are accepted in OBF, MD5, and CRYPT format.
B.
The setting is controlled in bwagent.ini, and the passwords are accepted in OBF, MD5, and CRYPT format.
C.
The setting is controlled in bwagent.ini, and the passwords are accepted in SHA, PKCS5 and CRYPT format
D.
The setting is controlled in bwagent.tra, and the passwords are accepted in SHA, PKCS5, and CRYPT format.
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 5
What file packages all modules into individual JAR files?
A.
XSD
B.
XML
C.
BWP
D.
EAR
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 6
Refer to the exhibit. What happens to the process if the Read File activity throws a FileIOException?
A.
Only the compensation handler is executed.
B.
The job errors out since there is no fault handler for FilelOException
C.
Both the fault handler and compensation handler is executed.
D.
Only the fault handler is executed.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 7
Select 2 types of shared objects that can be included in shared modules. (Choose two.)
A.
XML files B.WSDL files
C.
Schema files
D.
Network configuration files
Answer:
B, C
User Votes:
A
50%
C
50%
D
50%
Discussions
0/ 1000
Question 8
TIBCO BusinessWorks processes can be run as a REST server.
A.
true
B.
false
Answer:
A
User Votes:
A
50%
B
50%
Discussions
0/ 1000
Question 9
What HTTP method do you use to create a resource at a known URI or update an existing resource?
A.
PUT
B.
POST
C.
GET
D.
DELETE
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 10
You have a TIBCO ActiveMatrix BusinessWorks application running on multiple AppNodes, which are part of the same AppSpace. You want to read or update the module shared variable state. Which option should you select?
A.
bw.engine.persistenceModee = "true"
B.
bw.engine.persistenceMode = "datastore"
C.
bw.engine.persistenceMode = "AppSpace"
D.
bw.engine.persistenceMode = "group"
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 11
You need to perform a Remote Deployment from BusinessStudio by using the Deployment Servers view. Which utility do you need to have running in order to achieve this?
A.
bwagent
B.
bwinstall
C.
bwadmin
D.
bwdesign
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 12
What should you configure in order to define pre-processing tasks for a given application?
A.
activator process
B.
initiator process
C.
startup process
D.
main process
Answer:
A
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 13
You are using machines in multiple environments. They have TIBCO ActiveMatrix BusinessWorks installed and are in the same IP subnet. You need to ensure that the machines from one environment are not able to connect to another environment. You must achieve this goal without using additional network technology. What should you do?
A.
Ensure that all machines that belong to an environment have the same network name
B.
Ensure that all machines that belong to an environment have the same machine name
C.
Ensure that all agents that belong to an environment have the same network name
D.
Ensure that all agents that belong to an environment have the same agent name
Answer:
C
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 14
A company wants to implement basic authentication in their BusinessWorks 6 REST service. What does a developer have to do to achieve this goal?
A.
Enable Authentication on the HTTP Connector Resource, specify an SSL Server Configuration, and enable Authentication in the Component Configurations.
B.
Enable Confidentiality on the HTTP Connector Resource, specify an SSL Server Configuration, and enable Authentication in the Component Configurations.
C.
Enable Authentication on the HTTP Connector Resource, specify an LDAP shared resource, and enable Authentication in the Component Configurations.
D.
Enable Authentication on the HTTP Connector Resource, specify an Identity Provider, and enable Authentication in the Component Configurations.
Answer:
D
User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
0/ 1000
Question 15
While designing applications, if you wish to use the same JMS Connection Resource in multiple application modules, where should you configure it?