Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: suredis

Tibco TCA-Tibco-BusinessWorks TIBCO BusinessWorks Certified Associates Exam Exam Practice Test

TIBCO BusinessWorks Certified Associates Exam Questions and Answers

Testing Engine

  • Product Type: Testing Engine
$42  $119.99

PDF Study Guide

  • Product Type: PDF Study Guide
$36.75  $104.99
Question 1

In which of the following cases should you use Coercion in a Mapper activity?

Options:

A.

when the input data is repeating, and the output data is not

B.

when the input data type is known, and the output data type is unknown

C.

when the input data type is unknown, and the output data type is known

D.

when the input data is not repeating, and the output data is repeating

Question 2

Which three statements are true about bwadmin backup and restore commands in an enterprise mode? (Choose three.)

Options:

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.

Question 3

Which two actions must be performed for an Oracle driver to be used inside BusinessWorks environment? (Choose two.)

Options:

A.

Copy the JDBC jar file in the bwagent lib folder.

B.

Copy the JDBC jar file to any folder in the RunTime Classpath.

C.

Use the bwadmin utility.

D.

Copy the JDBC jar file to the TIBCO third-party JDBC Driver folder.

E.

Use the bwinstall utility.

Question 4

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?

Options:

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

Question 5

What file packages all modules into individual JAR files?

Options:

A.

XSD

B.

XML

C.

BWP

D.

EAR

Question 6

TIBCO BusinessWorks processes can be run as a REST server.

Options:

A.

true

B.

false

Question 7

During development, one of your peers asks you for help on how to call an external web service.

Which activity should you recommend that they use?

Options:

A.

Invoke API activity

B.

Invoke activity

C.

SOAP Request/Reply activity

D.

HTTP Request/Response activity

Question 8

Which runtime entity is required to run in an enterprise mode using the default domain data storage?

Options:

A.

bwagent

B.

bwdesign

C.

Database Server

D.

TIBCO Enterprise Message Service

Question 9

You need to cancel an online order and ensure the money is returned to the customer. Which method in TIBCO ActiveMatrix BusinessWorks allows you to most effectively manage, execute, or revert a Unit Of Work so that you can achieve this goal?

Options:

A.

Define a conversation.

B.

Configure Catch and Rethrow Activities

C.

Define a Repeat on Error activity.

D.

Define an error/fault handler in a scope.

Question 10

What are two methods for implementing activity level error handling in TIBCO ActiveMatrix BusinessWorks? (Choose two.)

Options:

A.

Error Transitions

B.

onError Activity

C.

Conditional Transitions

D.

Fault Handlers

E.

Event Handlers

Question 11

Which three TIBCO ActiveMatrix BusinessWorks artifacts can be designed using TIBCO BusinessStudio? (Choose three.)

Options:

A.

application module

B.

domain

C.

shared modules

D.

bwaqent network

E.

applications

F.

AppNode

Question 12

The application you have created with activation set to Single AppNode is deployed into an AppSpace consisting of two AppNodes (A1 and A2). It is running in managed fault tolerance mode. One of the administrators accidentally stops the application.

What is the expected behavior of your application?

Options:

A.

The application is stopped on A1, the application will be activated on A2, and processing of requests is automatically taken over by the other AppNode

B.

The application is stopped on A1, the application is stopped on A2, and no requests are processed.

C.

The application is stopped on A1, the application is standby on A2, and no requests are processed.

D.

The application is stopped on A1, the application will be activated on A2, but no requests are processed.

Question 13

The TIBCO Enterprise Administrator has multiple components, such as the server, the TEA Agent, and the server UI. Which communication mechanism do the server and the TEA Agent component use to talk to each other?

Options:

A.

REST

B.

Shared File system

C.

TIBCO Enterprise Message Service

D.

TIBCO Rendezvous

Question 14

Which type of activity is required to implement an asynchronous event in a running process and then proceed with executing the process instance when an appropriate event is received?

Options:

A.

Process Starter activity

B.

Regular activity

C.

Signal-in activity

D.

Catch and Rethrow activity

Question 15

Refer to the exhibit:

There are two fault handlers. One fault handler acts at the Scope Level, while the other fault handler is at the Process Level.

What happens if the File Read activity throws a FileNotFoundException?

Options:

A.

The job will error out since there are conflicting fault handlers.

B.

The fault handler at the Process Level will be executed, and the Log1 activity will be executed.

C.

The fault handler surrounding the Read File activity will be executed, and the Log activity will be executed.

D.

Both fault handlers will be executed, and both Log and Log1 will be executed.

Question 16

A company wants to implement basic authentication in their BusinessWorks 6 REST service.

What does a developer have to do to achieve this goal?

Options:

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.

Question 17

What is the default setting for the log level of an AppNode log file?

Options:

A.

INFO

B.

|WARN

C.

DEBUG

D.

ERROR

Question 18

You are defining a process that uses a JMS Send Message activity to send a message to a backend application. This application replies asynchronously and does not maintain the order of messages.

Which activity should you use if you need to correlate the replies from this application back in your original process?

Options:

A.

JMS Receive Message

B.

Get JMS Queue Message

C.

Wait for JMS Request

D.

JMS Request Reply