3 Months Free Update
3 Months Free Update
3 Months Free Update
Which two sets of commands successfully create a queue connection factory called fact with the URL pointing to localhost:7222 on the TIBCO EMS Server? (Choose two.)
Which activity is used to expose multiple operations for a SOAP service in ActiveMatrix BusinessWorks?
TIBCO Administrator domain is needed to meet the following requirements: A BusinessWorks process must be deployed that receives input from an EMS topic and publishes data to an EMS queue. The topic and queue names must contain a token used for migrating between testing and production environments. The system administrator must be able to purge the topic and queue from within the TIBCO Administrator. Which two actions should be taken to meet these requirements? (Choose two.)
Which three activities can be configured through the Rendezvous routing daemon (RVRD) HTTP interface to be routinely output to the RVRD log file? (Choose three.)
Which two resources must be configured to invoke an external Web service using Service Palette activities? (Choose two.)
Which three actions are classed as 'Non-Destructive Changes' when upgrading a Case Data Model? (Choose three.)
A large data set needs to be passed from a parent to multiple inline child processes. The variable has to be visible to processes across different modules. Which variable is correct to use in this situation?
Which three Rendezvous tools are available to check connectivity between two machines after Rendezvous has been installed? (Choose three.)
Given the configuration in the acl.conf file; TOPIC=topic.sample1USER=Bob PERM=subscribe TOPIC=topic* Group=engineering PERM=publish,subscribe Which statement is true if Bob is a member of the engineering group?
How is work offered or allocated through instantiations of a dynamic organization?
Which activity allows you to collect multiple transition flows to resume a single flow of execution in the process?
Which three field names are found on the Outbound Packet Total on the Service Information page of the Rendezvous daemon (RVD) HTTP Administrator interface? (Choose three.)
While debugging an application inside TIBCO BusinessStudio, when is the job data visible in the job data view?
With multicast feature enabled at server side, which class contains the methods to disable the multicast feature at client side?
A JMS Local Transaction Group has: two JMS Queue Sender activities configured with a JMS Shared Connectionl one JMS Topic Publisher activities configured with JMS Shared Connection2 one Wait For JMS Queue Message activity How many transactions will be created for a single job for this transaction group?
Which three resources can be retrieved using the Retrieve Resources activity? (Choose three.)
flow_control in tibemsd.conf is enabled with the following configuration: setprop queue myQueue
maxmsgs=1000/overflowPolicy=rejectIncoming,flowControl=100MB Which two statements are true about this configuration? (Choose two.)
In modeling Common Business Objects and Data Models, a Flexible and extensible XML Schema representation is a must. What are three recommended approaches in XML Schema design to enable a Flexible SOA implementation? (Choose three.)
Refer to the following scenario when a route is established between two Enterprise Message Service servers:
routes.conf on Server-A:
[Server-B]
url=tcp://hostA:7022
zone_name=Zl
zone_type=lhop
routes.conf on Server-B is empty.
Which two statements are true in this situation? (Choose two.)
The following is the declaration of secure daemon in Rendezvous C API: tibrv_status tibrvSecureDaemon_SetUserCertWithKey(const char* userCertWithKey, const char* password); Which two statements are correct about this function? (Choose two.)
YourTIBCO ActiveMatrix BusinessWorks process starts by receiving a JMS queue message using the JMS Queue Receiver activity. The message body consists of name/value pairs. Which Message Type should be selected?
As a TIBCO recommended best practice, what is the preferred method for indicating backwards- compatible changes to a service?
What are two functions of a TIBCO ActiveMatrix BusinessWorks Critical Section Group? (Choose two.)
How can you revert an allocated work item to the original distribution pool?
Which statement is correct about Rendezvous fault-tolerant groups (RVFTs)?
Which two deployment options are available from TIBCO Business Studio? (Choose two.)
Which of the following parameters are required to retrieve a deleted record using a web service query?
To which state is a process instance re-instantiated when using a database to store process engine information?
A deployed TIBCO ActiveMatrix BusinessWorks process archive contains mission-critical processes. If the process fails, it should be restarted. If it fails a second time, or more, an operator needs to be notified by email so they can evaluate the situation and take appropriate action. Which three Custom Event components must be configured to meet these requirements? (Choose three.)
Which key combination is used to display Content Assist for a function used in a script?
A global trading firm is kick-starting its SOA initiative with a pilot project implementing an enterprise trading platform. The platform requires integrating multiple frontend .NET applications at its New York business unit (with its own data center) with multiple Java-based backend applications developed/managed by its Hong Kong business unit (with its own data center). The SOA Competency Center team is working with the Enterprise Architecture team to decide how to deploy the TIBCO ActiveMatrix Service Grid to best enable the implementation, What would be a recommended approach to setting up ActiveMatrix Service Grid for the firm?
Which two statements are correct about the Rendezvous fault-tolerant member parameters? (Choose two.)
Which three statements are true about the catalogs when used for extracting the data from a repository? (Choose three.)
What is the default HTTP server implementation in ActiveMatrix BusinessWorks?
Which three are supported command types for the MasterCatalogRecord web services? (Choose three.)
Which type of data field corresponds to a dynamically addressed participant?
Which two statements are true about the Block Data Visibility Data Pattern? (Choose two.)
Server R defines a global queue named Ql. R is also the owner of Q1. Servers P and S define routed queues Q1@R. The servers P, R, and S are connected by routes. Which two statements are true? (Choose two.)
Which two elements enable message tracing on an Enterprise Message Service server? (Choose two.)
You need to create a RESTful service in TIBCO ActiveMatrix BusinessWorks for an employee resource that has the following fields: ID, FirstName, LastName, Salary. How should you configure the resource Service Path for a service that returns the employee resource by ID?
In TIBCO Designer, which menu is used to add an activity to an ActiveMatrix BusinessWorks process?
Which two levels of tracing are provided for tracing process resources? (Choose two.)
A TIBCO EMS Server has the following configuration in the stores.conf and queues.conf files:
stores, co nf
[filestore-1] type=file file=filestorel.db mode=async
[filestore-2] type=file file=filestore2.db mode=sync queues.conf > store=filestore-l queue1store=filestore-2
Message swapping is enabled.
What happens when NON_PERSISTENTmessages are published on queue?
A TIBCO EMS Server (mystore) has the following configuration in the stores.conf and queues.conf files: stores.conf [mystore] type=file file=mystore.db mode=sync [mystore] type=dbstore
dbstore_driver_url=jdbc:sqlserver://sqlsrv_l:3415;databasel\lame=sysmeta dbstore_driver_username=admin dbstore_driver_password=adminl23 queues.conf queuel store=mystore Which statement is true when PERSISTENT messages are published to queuel?
Two Rendezvous applications are publishing messages from Hosts A and B.
Host A: publisher 1: network: ";224.1.1.1,224.1.1.2;224.2.1.1" service 8500
HostB: publisher 2: network: ";224.2.1.1;224.2.1.2" service 8500
HostC: listener: network: ";224.2.1.2;224.2.1.1" service 8500
All applications are using the same subject and all the machines are in the same subnet. Which statement is correct?
With which two sources can TIBCO Designer create web services? (Choose two.)
Which two situations can trigger the presentation of a SCHEDULER.OVERFLOW advisory? (Choose two.)
How can you implement a consistent form experience for a common subset of data across multiple tasks and forms, while minimizing the number of places where changes must be made?
What are two documented options available for Rendezvous log file rotation? (Choose two.)
Which statement is correct about the _RV.INFO.RVCM.DELIVERY.CONFIRM.subject advisory?
Which three statements are true about debugging a process using the TIBCO Designer Tester Utility? (Choose three.)