Real TCA-Tibco-BusinessWorks Exam PDF Test Engine Practice Test Questions [Q20-Q42]

Share

Real TCA-Tibco-BusinessWorks Exam PDF Test Engine Practice Test Questions

Tibco TCA-Tibco-BusinessWorks Real 2024 Braindumps Mock Exam Dumps

NEW QUESTION # 20
A company has a requirement that during failover, new jobs and all check-pointed jobs should be processed.
Why is managed fault tolerance the best configuration option?

  • A. because it requires only one AppNode to be deployed for engines to collaborate and provide fault tolerance
  • B. because the AppNodes are aware of each other, and the engines collaborate to provide fault tolerance
  • C. because each AppNode must be configured with a unique database configuration and collaboration between engines
  • D. because it is easier to configure than non-managed fault tolerance and requires no design time setup

Answer: B


NEW QUESTION # 21
Which two statements are true about a bw.engine.persistenceMode that is set to group? (Choose two.)

  • A. The database connection configuration must be specified only at the AppNode level.
  • B. The group mode supports the Checkpoint activity and other persistence features.
  • C. The non-managed fault tolerance feature requires this property.
  • D. The engine requires a group provider such as TIBCO Enterprise Message Service to be configured.
  • E. The engine does not require a database to be configured.

Answer: B,D


NEW QUESTION # 22
A TIBCO ActiveMatrix BusinessWorks application connects to a database and a TIBCO EMS instance. On deployment, a system administrator has to replace the connection parameters to the Production database and EMS instance.
Which type of properties can be used from the TIBCO Enterprise Administrator solution to modify this connection's parameters?

  • A. Process Properties
  • B. Module Properties
  • C. Application Properties
  • D. Global Variables

Answer: C


NEW QUESTION # 23
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?

  • A. TIBCO Rendezvous
  • B. Shared File system
  • C. REST
  • D. TIBCO Enterprise Message Service

Answer: C


NEW QUESTION # 24
The TIBCO ActiveMatrix BusinessWorks architect requests the application developer to design applications that allow for high availability.
Which three configuration properties should be set so that managed fault tolerance is implemented? (Choose three.)

  • A. Process Activation in BusinessStudio
  • B. Process Mode in BusinessStudio
  • C. a minimum of two AppNodes across two AppSpaces
  • D. bw.engine.persistenceMode=datastore
  • E. a minimum of two AppNodes in an AppSpace
  • F. bw.engine.persistenceMode=group

Answer: B,E,F


NEW QUESTION # 25
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?

  • A. The application is stopped on A1, the application will be activated on A2, but no requests are processed.
  • 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 will be activated on A2, and processing of requests is automatically taken over by the other AppNode
  • D. The application is stopped on A1, the application is standby on A2, and no requests are processed.

Answer: C


NEW QUESTION # 26
Which view of the Debug perspective in TIBCO BusinessStudio displays the incoming and outgoing messages of an activity?

  • A. Properties
  • B. BusinessWorks Jobs
    D Variables
  • C. Job Data

Answer: C


NEW QUESTION # 27
A Custom XPath function has been created in a TIBCO ActiveMatrix BusinessWorks Project. How can the function be made available (at design time) to other projects? (Choose two.)

  • A. by installing it into host repository deployable plug-ins and fragments
  • B. by exporting the deployable plug-ins and fragments
  • C. by exporting the Custom XPath function resource
  • D. by installing the Custom XPath function into TIBCO ActiveMatrix BusinessWorks target project
  • E. by adding the Custom XPath function to a target project

Answer: A,B


NEW QUESTION # 28
Which two statements are true about applications deployed to an AppSpace? (Choose two.)

  • A. Adding AppNodes after an application is deployed does not scale the application.
  • B. A deployed application scales dynamically across all the AppNodes.
  • C. Adding more AppNodes will increase capacity
  • D. Adding more AppNodes will not affect capacity.
  • E. A deployed application scales dynamically across all the AppSpaces

Answer: B,C


NEW QUESTION # 29
What HTTP method do you use to create a resource at a known URI or update an existing resource?

  • A. GET
  • B. PUT
  • C. DELETE
  • D. POST

Answer: B


NEW QUESTION # 30
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 agents that belong to an environment have the same agent name
  • C. Ensure that all machines that belong to an environment have the same machine name
  • D. Ensure that all agents that belong to an environment have the same network name

Answer: D


NEW QUESTION # 31
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. AppSpace
  • B. AppNode
  • C. bwagent
  • D. Domain

Answer: B


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

  • A. The restore command requires a bwagent and restores the file system to the state of the datastore.
  • B. The backup command exports the current state of the environment to a datastore.
  • C. The backup command exports a specified runtime entity to a command file.
  • D. The bwadmin backup command and the bwadmin restore command are not complementary.
  • E. The bwadmin backup command and the bwadmin restore command are complementary.
  • F. The restore command restores the file system of a bwagent to the latest checkpoint state of a datastore.

Answer: A,C,D


NEW QUESTION # 33
What defines a messaging framework for communication between two entities?

  • A. SOAP
  • B. WSDL
  • C. HTTP
  • D. XML

Answer: A


NEW QUESTION # 34
You are given a WSDL that has two distinct operations in a single Port Type. You need to implement this WSDL by using TIBCO ActiveMatrix BusinessWorks.
What should you do?

  • A. Create a single process, and use a Receive activity for both operations.
  • B. Create a single process, and use a constructor for both operations.
  • C. Create two applications that implement both operations, and set the activation mode to single.
  • D. Create two processes, and remove one operation in both processes

Answer: A


NEW QUESTION # 35
Which two shared module functionalities are exported to the application and other shared modules? (Choose two.)

  • A. public processes
  • B. shared resources
  • C. private processes
  • D. reference bindings
  • E. service bindings

Answer: A,B


NEW QUESTION # 36
TIBCO Enterprise Administrator cannot find a domain.
What is the problem?

  • A. The TIBCO Enterprise Administrator cannot access the local file system.
  • B. The TIBCO Enterprise Administrator cannot connect to the database.
  • C. The domain was created in local mode.
  • D. The domain was created in enterprise mode

Answer: C


NEW QUESTION # 37
In which scope would you place a Rethrow activity?

  • A. Compensation Handler
  • B. Event Handler
  • C. Transaction Scope
  • D. Fault Handler

Answer: D


NEW QUESTION # 38
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?

  • A. The application is stopped on A1, the application will be activated on A2, but no requests are processed.
  • 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 will be activated on A2, and processing of requests is automatically taken over by the other AppNode
  • D. The application is stopped on A1, the application is standby on A2, and no requests are processed.

Answer: C


NEW QUESTION # 39
If you need to loop through every User record in a database, which scope should you use?

  • A. If
  • B. Iterate
  • C. PickFirst
  • D. RepeatOnError

Answer: B


NEW QUESTION # 40
What should you configure in order to define pre-processing tasks for a given application?

  • A. startup process
  • B. activator process
  • C. main process
  • D. initiator process

Answer: B


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

  • A. Error Transitions
  • B. Conditional Transitions
  • C. Event Handlers
  • D. onError Activity
  • E. Fault Handlers

Answer: A,E


NEW QUESTION # 42
......

Prepare For The TCA-Tibco-BusinessWorks Question Papers In Advance: https://www.lead2passexam.com/Tibco/valid-TCA-Tibco-BusinessWorks-exam-dumps.html

Released Tibco TCA-Tibco-BusinessWorks Updated Questions PDF: https://drive.google.com/open?id=1c6GM5jlna9EJkkqCXcJLaWUKLZUkpxJT