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
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.
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.
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.
What file packages all modules into individual JAR files?
- A . XSD
- B . XML
- C . BWP
- D . EAR
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.
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
TIBCO BusinessWorks processes can be run as a REST server.
- A . true
- B . false
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
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"
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
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
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
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.
While designing applications, if you wish to use the same JMS Connection Resource in multiple application modules, where should you configure it?
- A . application
- B . application module
- C . shared module
- D . plug-in
Which three statements are true about bwadmin backup and restore commands in an enterprise mode? (Choose three.)
- A . The backup command exports a specified runtime entity to a command file.
- B . The bwadmin backup command and the bwadmin restore command are complementary.
- C . The backup command exports the current state of the environment to a datastore.
- D . The bwadmin backup command and the bwadmin restore command are not complementary.
- E . The restore command requires a bwagent and restores the file system to the state of the datastore.
- F . The restore command restores the file system of a bwagent to the latest checkpoint state of a datastore.
You deploy a REST application to an AppSpace with two AppNodes on the same machine.
Where should you set the swagger doc properties so that every AppNode can host the swagger docs independently?
- A . Domain
- B . AppNode
- C . bwagent
- D . AppSpace
You have two machines configured in an agent network. A domain and AppSpace span across both machines. Each machine has a single AppNode. which is part of the same AppSpace.
Which utility allows you to deploy an application to the AppSpace so that it runs on each AppNode?
- A . bwadmin
- B . bwdesign
- C . bwinstall
You must restart the engine after you apply a breakpoint.
- A . False
- B . True
What are the three command line arguments that can be used with the bwagent utility? (Choose three.)
- A . docserver
- B . apiserver
- C . startserver
- D . stopagent
- E . startagent
- F . stop