Business interview questions: Business connect tibco interview questions

While preparing for an exam like TCP-BW5: TIBCO BusinessWorks™ 5, preparing yourself for the interview is equally important. The most critical aspect of interview preparation is to prepare for the questioning session. Candidates should do their homework about the firm, job positions, and responsibilities, and most importantly, seem confident while responding to questions. The interview round is your sole chance to make a lasting impression on everyone and land your dream job. As a result, it is equally vital to study for an exam like the TCP-BW5: TIBCO BusinessWorksTM 5 test. We, together with our test specialists, have thoroughly examined previous interview questions and thoroughly investigated every area in order to deliver the finest interview questions to our students. But first, you need to understand the essentials of what this test entails.

10 most asked Tibco Interview Questions and Answers

Frequently asked Tibco Bw interview questions

Sqldirect is capable of executing entire DML operations, such as table deletion and creation, whereas, jdbc activities are capable of executing specific DML operations like insert, modify, and update.

Q What are the differences between global variables, process variables, shared, and job shared variables?

Shared variables are accessible and changeable through different process definitions. In the case of Job Shared, it is accessible within execution jobs. It maintains a copy for each job execution. The process variables are accessible for a specific process when defined. The global variables are accessible throughout the project. These variables are editable as well in Tibco at runtime.

Subscribe to our youtube channel to get new updates..!

Ans: The below are the important revision control system options available in Tibco designer such as;

  • File sharing
  • VSS
  • Perforce
  • XML canon
  • Clear case
  • I planet
  • CVS
  • PVCS
  • Ans: The sequence will be as follows;

  • TRA (Tibco runtime agent)
  • BW (Business warehouse)
  • Admin
  • EMS
  • RV
  • Adapters
  • HAWK
  • Ans: Here the integration can be achieved in three different layers and the following errors will be raised;

  • FileNotFoundEXception type: this type of error occurs when the file does not exist.
  • UnsupportedEncodingException type: this type of error occurs when the text file is not valid and the content of the read file can be processed.
  • FileIOException: this error occurs, when the I/O exception failed, and it’s not possible to read the files.
  • Ans: The Tibco workflow offers various types of transactions that can be used in different situations. These different types of transactions are used in the integration process. The Tibco business workflow supports three different types of transaction such as;

  • JDBC activities
  • JAVA transaction API/ (JTA) user transaction
  • XA transactions
  • Ans: The inspector activity in Tibco is used to write the output activities for all the workflow activities. This is mainly used when you debug the definitions and then you wanted to see the entire schema instead of mapping any specific elements to the write file activity data transaction.

    Ans: The maximum/minimum of threads available for incoming HTTP is 75/100.

    Ans: The following are the mandatory configuration parameters for FTP connection and FTP firewall;

  • FTP host
  • Port
  • username and password details
  • When you enable the FTP connection, you need to add a proxy host and port.

    Ans: The 4 main panels of the designer windows are;

  • Project panel
  • Palette panel
  • Design panel
  • Configuration panel
  • Ans: Max jobs:

    The max job specifies the number of processes that are available as instances in the memory. Once the limit reaches the newly created instances they will be pages out to disk. This specifies the default and non-zero () representations.

    Flow Limit:

    The flow limit specifies the maximum number of running instances that are available before the process starter is suspended. This limit can be used to control the number of instances that are running simultaneously and also enables protocols to generate different events.

    Activation limits:

    Activation limits specify the flag that is loaded instantly in the memory. By default, it is enabled.

    Ans: The benefits of grouping activities are;

  • Creates a set of activities having an error transition.
  • Helps to repeat the group of activities based on the conditions.
  • Grouping the activities into transition.
  • To generate the critical section area into the synchronizing process.
  • Helps to iterate over lists and repeat until the condition is true.
  • Ans:

    Queues Topics
    The queue is used for point to point communication Topics are used for public subscribe
    Messages will be delivered when the receivers and readers are not active Messages will be delivered when the consumers are not active
    More reliable and secured Less reliable and less secured

    Ans: HAWK helps to monitor the tool so that you can keep your eye on the performance and health of applications. HAWK consists of three components such as Hawk Micro Agent, and Hawk Display.

    The render data renders the data from the output and provides the string on the base of defined data formats.

    The parse data parses the data from text content on the base of defined text formats.

    Ans: The following are the two processes available to all the input activities;

    Ans: There are three different modes of Tibco installation such as;

  • GUI mode
  • Console mode
  • Silent mode
  • Ans: The three scenarios of Tibco engine are as follows;

  • Shared variables across Tibco engine
  • Looking across the groups in multiple Tibco engines
  • Wait for notification across the Tibco engine
  • Ans: When you need to handle the inside errors is known as subprocess or group and you again re-throw the errors to the caller.

    Ans: The following are the important resources that are included in the EAR file such as;

  • Local project resources
  • Local library builder resources file
  • AliasLibrary Resource files
  • Files referred in the classpath of the designer
  • All the files under the designer installation guide
  • Ans: Tibco service can be invoked in many ways;

  • Here one-way operation will be executed and it will never wait for the response
  • A request-response can be executed once and waits for a single response. Here the request-response services and communication flow in both directions. This complete interaction consists of two services such as to request and respond.
  • Publication or notification contains incoming information that is processed on an as-needed basis, and potentially multiple times.
  • Next is subscription means incoming information can be processed on an as-needed basis and potentially multiple times.
  • Ans: One important thing is that not all the workflow will have participated in the transaction. But the following activities can participate in the transaction such as;

  • JDBC activities
  • JMS activities
  • Active Enterprise Adapter activities that use JMS transports
  • EJB activities
  • · Tibco I process business or works connector activities

    Ans: There are four types of adapter services available such as;

  • Subscribe services
  • Publisher services
  • Request response services
  • Request response invocation services
  • Ans: The scope of the user-defined process is available when you want to define the functionalities or not even inside a process that is invoked from the process.

    Ans: There are two options available for configuring the storage for process engines checkpoint repository such as;

  • Local file
  • Database. Fault-tolerant engines can be recovered from a checkpoint only when you use the database.
  • Ans: The three output formats for XSLT;

    Ans: The Tibco Runtime agent setups the Tibco environment. This Tibco runtime environment integrates the Tibco designer, JRE, JVM, HAWK, and Tibco RV.

    Ans: The errors can be defined in three way mechanisms;

  • Generate the errors
  • Rethrow
  • Catch
  • Ans: The Tibco transactions are used to generate the messages which are related to the business. The transactions available are JNDI and XA.

    Insight:

    In this article, I have tried my best to explain the very important Tibco interview questions. Most of the top companies are developing their software products on the basis of Tibco software because of its unique features. This software tool is used to integrate, monitor, and analyze the data. I hope this article may help a few of you to explore the common Tibco interview questions which will be asked by any top tech companies.

    Ans: Critical section is used to sync process instances so that only once process instance executes the grouped activities at any given time. Any concurrently running process instances that contain a corresponding critical section group wait until the process instance that is currently executing the critical section group completes. Particularly used for controlling access to shared variables. Critical section is one of the group actions. Others are iterating, repeat until true, repeat on error until true, while true, pick first and transaction. If we select critical section as the group, then we get two options. Single group and multiple groups.

    If you wish to synchronize process instances for a single process definition in a single process engine (only one ear(instance) is deployed), perform the following:

    Create a group around the activities you wish to synchronize.

    Specify Critical Section for the Group Action field.

    Specify Single Group for the Scope field.

    Only one process instance at any given time will execute the activities contained in the Critical Section group.

    If you wish to synchronize process instances for multiple process definitions, or if you wish to synchronize process instances across multiple process engines, perform the following:

    Create a Lock shared configuration resource and specify a name for the resource.

    To perform the synchronization across multiple process engines, check the Multi-Engine field of the Lock resource. When the process instances are executed by the same process engine, locking is performed in memory. When the process instances are executed across multiple engines, the process engines must be configured to use a database for storage, and a database transaction is performed to ensure that only one process instance is executing the critical section group at any given time.

    Create a group around the activities you wish to synchronize.

    Specify Critical Section for the Group Action Field.

    Specify Multiple Groups for the Scope field.

    Use the Browse button in the Lock Object field to locate the Lock shared configuration resource you created in Step 1.

    Perform steps 3 to 6 for any process definitions you wish to synchronize. Make sure you specify the same Lock shared configuration object for all Critical Section groups.

    Ans: The contents of the file will persist.

    Ans: Iterate, repeat until true, repeat on error until true, critical section, transaction, pick first, while true.

    Ans: The queue which has made connection first. First come first serve.

    Ans: Message stays on the queue.

    Ans: Fetches 4 messages

    Ans: File palette, generall activities palette, jdbc palette, http palette, jms palette, parse palette, service palette, soap palette, wsdl palette.

    Ans: There are 6 modes of acknowledgement. They are:

    Auto – message is acknowledged automatically

    Client – use confirm activity for acknowledgement

    TIBCO EMS Explicit – use confirm activity for acknowledgement, only available for TIBCO EMS

    Dups ok – message is acknowledged automatically on its receipt

    Transactional – when a transaction is included in a process definition. The message is ack when the transaction commits

    Ans: Prefetch is fetching the messages from the server before receiver calls. Failsafe property enables to write persistence messages to the file with synchronous i/o calls.

    Ans: We write to output to the queue from which we received the request.

    Ans: Soap event source is used for single operation, single end. Service palette is used for multiple operations, multiple end bindings like http, jms.

    Ans: Use job shared variable in a critical section.

    Ans: JMS Queue receiver with confirm activity. Sequencing key in a misc tab of the configuration could also be used.

    Ans: It is used to call process instances in the order they are created.

    Ans: All the processes which have this key in their sequencing key field will be executed in the order they were created.

    Ans: SQL direct is used to execute command dynamically using output of other activities. This activity allows you to execute commands which other activities in the JDBC don’t allow, like DDL command create table.

    Ans: You can change the value of a global variable when you deploy your project in TIBCO Administrator.

    See the section on modifying runtime variables in TIBCO BusinessWorks Administration for more information on using TIBCO Administrator.

    You can also specify values for global variables when starting a process engine on the command line. To do this, specify the following as a command line argument when starting the process engine:

    where variablePathAndName is the name of the variable you wish to set, including the path to the variable if it is contained in a folder. Value is the value you wish to set the variable to.

    For example, if you have a global variable named item1 contained in a folder named myGroup and you wish to set its value to 500, add the following argument to the command line when starting the process engine:

    Ans: Integration can be at different application layers:

    X:Patch

    Y:Major

    Z:Minor

    Ans: TRA stands for TIBCO Runtime Agent.

    The TRA has two main functions:

    Supplies an agent that is running in the background on each machine.

    The agent is responsible for starting and stopping processes that run on a machine according to the deployment information.

    The agent monitors the machine. That information is then visible via TIBCO Administrator.

    Supplies the run-time environment, that is, all shared libraries including third-party libraries

    Ans: The Java Transaction API (JTA) UserTransaction type allows:

    ActiveEnterprise Adapter (using JMS transports)

    The options for configuring storage for process engine’s checkpoint repository are:

    Peer means all of them have the same weight. In this case when one engine fails another one takes over and continues processing till it fails.

    In master secondary configuration weights are unequal, the secondary starts processing when master fails. But when master recovers, secondary stops and master continues processing.

    Ans: The three scenarios are:

    Shared Variables across BW engines.

    Locking across groups in multiple BW engines.

    Wait Notify across BW engines.

    Ans: We can use Repeat on Error until true

    Ans: When you handle an error inside a called sub-process or group and want to re-throw the error to the caller (happens by default if you don’t handle the error in the called process)

  • Batch starts on 25th Sep 2022, Weekend batch
  • Batch starts on 29th Sep 2022, Weekday batch
  • Batch starts on 3rd Oct 2022, Weekday batch
  • Q What is the critical section in TIBCO Business works and what is it used for?

    Ans: A critical section is used to sync process instances so that only one process instance executes the grouped activities at any given time. Any concurrently running process instances that contain a corresponding critical section group wait until the process instance that is currently executing the critical section group completes. Particularly used for controlling access to shared variables. A critical section is one of the group actions. Others are iterating, repeat until true, repeat on error until true, while true, pick first and transaction. If we select the critical section as the group, then we get two options. Single group and multiple groups.

    Single Group

    If you wish to synchronize process instances for a single process definition in a single process engine (only one ear(instance) is deployed), perform the following:

  • Create a group around the activities you wish to synchronize.
  • Specify the Critical Section for the Group Action field.
  • Specify Single Group for the Scope field.
  • Only one process instance at any given time will execute the activities contained in the Critical Section group.
  • Multiple Groups

    If you wish to synchronize process instances for multiple process definitions, or if you wish to synchronize process instances across multiple process engines, perform the following:

  • Create a Lock shared configuration resource and specify a name for the resource.
  • To perform the synchronization across multiple process engines, check the Multi-Engine field of the Lock resource. When the process instances are executed by the same process engine, locking is performed in memory. When the process instances are executed across multiple engines, the process engines must be configured to use a database for storage, and a database transaction is performed to ensure that only one process instance is executing the critical section group at any given time.
  • Create a group around the activities you wish to synchronize.
  • Specify Critical Section for the Group Action Field.
  • Specify Multiple Groups for the Scope field.
  • Use the Browse button in the Lock Object field to locate the Lock shared configuration resource you created in Step 1.
  • Perform steps 3 to 6 for any process definitions you wish to synchronize. Make sure you specify the same Lock shared configuration object for all Critical Section groups.
  • FAQ

    What is Tibco business Connect?

    TIBCO BusinessConnect™ is a B2B gateway that allows businesses to interact and collaborate with other companies by enabling the secure exchange of documents over the internet and automating private and public business processes.

    What is the difference between JMS and EMS?

    Frequently asked Tibco Bw interview questions
    • Q1) What are the differences between JDBC activities and sqldirect? …
    • Q2) What are the differences between global variables, process variables, shared, and job shared variables? …
    • Q3) In . …
    • Q4) Where to go for JDBC Activities and ADB adapter?

    What is BW In Tibco?

    Ans: TIBCO EMS is a customization of JMS specifications by TIBCO. The difference between JMS and TIBCO EMS is that JMS provides two types of delivery modes which are Persistent and Non-Persistent while TIBCO EMS adds another type of delivery mode which is RELIABLE delivery mode.

    Related Posts

    Leave a Reply

    Your email address will not be published. Required fields are marked *