Interview Questions

Which two input parameters are mandatory for the BuiIdEAR Utility?

Answer: 1. the location of the Tibco Designer project ,2. the project path of the Enterprise Archive Resource

Which two actions can be performed using coercions? 

Answer: 1. change the type of an element , 2. set the type of a undefined element

Which three Event Types are available when specifying a custom alert for a Tibco ActiveMatrix BusinessWorks application?

Answer: 1. Log Event,2. First Component Failure ,3. Subsequent Component Failure

You have created an XSD schema and a process definition in your Tibco ActiveMatrix BusinessWorks project. You need to share this schema and the process definition with other developers working on the same project for reuse. What should you use to accomplish this?

Answer: LibraryBuilder

Which two operations can be performed with the Tibco Domain Utility?

Answer:1. add a machine to the domain, 2. secure the domain using HTTPS

You have created a Web service to expose to several customers. In the implementation process, you need to access the username of each client invoking the Web service for authorization purposes. The username information is passed as a SOAP header in the SOAP requests. Which resource allows you to hold the header data from the incoming requests?

Answer:Context Resource







HTTP Error 'Method Not Allowed', BW Message Code 'BW-HTTP-100000' and statusCode is 405

Allowed methods in BW HTTP palette for attribute  METHOD='DELETE, POST, OPTIONS, HEAD, GET, PUT' and  For other methods generates the error code  "BW-HTTP-100000" and "statusCode =405"

' <MsgCode>BW-HTTP-100000</MsgCode>,<httpVersion>HTTP/1.1</httpVersion>                <statusCode>405</statusCode><server>Apache-Coyote/1.1</server> '

Below is the difference between METHOD="GET" (the default) and METHOD="POST" in HTTP Palette
 
METHOD="GET"  is the default  should be used for the case data retrivals (like select statement in JDBC) and the POST used for any action (like insert or update statements in JDBC)

The official recommendations say that "GET" should be used if and only if the form processing is idempotent, which typically means a pure query form.  There are, however, problems related to long URLs and non-ASCII character repertoires which can make it necessary to use "POST" even for idempotent processing.


BusinessWorks Process Design Methodology

Analysis

TIBCO BusinessWorks implicitly supports analysis and design by offering a set of objects representing services and activities as the basis for the project flow. The design team can use these objects during project design.

Domain Setup

A TIBCO administration domain is the set of software and hardware resources used by integration project.
Services Configuration

TIBCO BusinessWorks uses different types of services that can be accessed from within the process.

Process Design
Using the TIBCO Designer GUI, you create your business process using predefined activities and add
conditions and mapping as appropriate.
Deployment

The TIBCO administration domain supports a simple installation and deployment paradigm
Management and Monitoring

After the integration development team has configured and deployed the integration project, can use the TIBCO Administrator GUI for monitoring and management.

Components of TIBCO BusinessWorks Solution

Components & Description

TIBCO Designer
This is GUI that  supports adapter configuration, process design, and testing of the integration project in one easy to use interface and also can use TIBCO Designer in test mode to incrementally verify design during development
TIBCO BusinessWorks Engine

Runs the business processes in test mode and at run-time

TIBCO Administrator
Supports deployment, security administration, and monitoring and management of processes and machines.
TIBCO Administrator consists of the TIBCO Administration Server and the web browser based TIBCO Administrator GUI
TIBCO Runtime Agent (TRA)

Runs on each machine and executes scripts, sends alerts, and performs recovery as specified.

Integration Evolution

Connections are established between systems without a coherent strategy

Connectivity based,Connection technology is standardized SOA Oriented connectivity

Integration Infrastructure is Intelligent infrastructure with support for process automation, transformation etc.

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP