{"id":251,"date":"2017-05-21T09:13:07","date_gmt":"2017-05-21T09:13:07","guid":{"rendered":"http:\/\/www.gologica.com\/blog\/?p=251"},"modified":"2025-04-06T02:46:48","modified_gmt":"2025-04-06T02:46:48","slug":"tibco-business-works-interview-questions","status":"publish","type":"post","link":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/","title":{"rendered":"TIBCO Business works Interview Questions"},"content":{"rendered":"<p><strong>What is the critical section in TIBCO Business works and what is it used for?\u00a0<\/strong><\/p>\n<p>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.<\/p>\n<p><strong>Single Group<\/strong><\/p>\n<p>If you wish to synchronize process instances for a single process definition in a\u00a0single process engine (only one ear(instance) is deployed), perform the following:<\/p>\n<ul>\n<li>Create a group around the activities you wish to synchronize.<\/li>\n<li>Specify Critical Section for the Group Action field.<\/li>\n<li>Specify Single Group for the Scope field.<\/li>\n<li>Only one process instance at any given time will execute the activities contained\u00a0in the Critical Section group.<\/li>\n<\/ul>\n<p><strong>Multiple Groups<\/strong><\/p>\n<p>If you wish to synchronize process instances for multiple process definitions, or if\u00a0you wish to synchronize process instances across multiple process engines,\u00a0perform the following:<\/p>\n<ul>\n<li>Create a Lock shared configuration resource and specify a name for the\u00a0resource.<\/li>\n<li>To perform the synchronization across multiple process engines, check the\u00a0Multi-Engine field of the Lock resource.\u00a0When the process instances are executed by the same process engine, locking\u00a0is performed in memory. When the process instances are executed across\u00a0multiple engines, the process engines must be configured to use a database for\u00a0storage, and a database transaction is performed to ensure that only one\u00a0process instance is executing the critical section group at any given time.<\/li>\n<li>Create a group around the activities you wish to synchronize.<\/li>\n<li>Specify Critical Section for the Group Action Field.<\/li>\n<li>Specify Multiple Groups for the Scope field.<\/li>\n<li>Use the Browse button in the Lock Object field to locate the Lock shared\u00a0configuration resource you created in Step 1.<\/li>\n<li>Perform steps 3 to 6 for any process definitions you wish to synchronize.\u00a0Make sure you specify the same Lock shared configuration object for all\u00a0Critical Section groups.<\/li>\n<\/ul>\n<table style=\"background: #d9dde2;\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid black;\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a href=\"https:\/\/www.gologica.com\/course\/tibco-business-workds\/\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-2748\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1.jpg\" alt=\"TIBCO Business works Live Training\" width=\"850\" height=\"200\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1.jpg 850w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-460x108.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-768x181.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-100x24.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-600x141.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-120x28.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-1-310x73.jpg 310w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><\/p>\n<p><strong>If there are three activities in the critical section, jdbc update then a write file and then again jdbc update. If the second jdbc update fails, then what will happen to the file written by write file activity?<\/strong><\/p>\n<p>The contents of the file will persist.<\/p>\n<p><strong>What are different types of transaction groups supported in TIBCO BW?\u00a0<\/strong><\/p>\n<p>Iterate, repeat until true, repeat on error until true, critical section, transaction, pick first, while true.<\/p>\n<p><strong>Can two queue receivers listen to the same queue? If yes, if the message arrives on the queue, when receiver receives it?\u00a0\u00a0<\/strong><\/p>\n<p>The queue which has made connection first. First come first serve.<\/p>\n<p><strong>If the message has hit the queue, and there are no receivers for it, and the receiver comes alive after 6 hours, what happens to the message?<\/strong><\/p>\n<p>Message stays on the queue.<\/p>\n<p><strong>If there are five messages and prefetch property is set to 4 then what happens?\u00a0<\/strong><\/p>\n<p>Fetches 4 messages<\/p>\n<p><strong>What all palettes you\u00a0have worked in TIBCO BW?\u00a0<\/strong><\/p>\n<p>File palette, generall activities palette, jdbc palette, http palette, jms palette, parse palette, service palette, soap palette, wsdl palette.<\/p>\n<p><strong>What are the different types of variables available in TIBCO?<\/strong><\/p>\n<p>There are three types of variables available in TIBCO. They are \u2013<\/p>\n<p>Global variables \u2013\u00a0Global variables are used for assigning constants a value which is used over a project<\/p>\n<p>Process variables \u2013\u00a0Process variables are again of four types.<\/p>\n<p>They are:<\/p>\n<ul>\n<li>Activity output<\/li>\n<li>Predefined process variables<\/li>\n<li>Error variables<\/li>\n<li>User defined process variables.<\/li>\n<li>Predefined process variables include $_GlobalVarialbes and $_ProcessContext<\/li>\n<li>shared variables \u2013\u00a0User defined process variables could be defined at a process definition level and assigned a value by using an assign activity.<\/li>\n<\/ul>\n<p><strong>What are the different acknowledgment modes for a message?\u00a0<\/strong><\/p>\n<p>There are 6 modes of acknowledgement. They are \u2013<\/p>\n<ul>\n<li>Auto \u2013 message is acknowledged automatically<\/li>\n<li>Client \u2013 use confirm activity for acknowledgement<\/li>\n<li>TIBCO EMS Explicit \u2013 use confirm activity for acknowledgement, only available for TIBCO EMS<\/li>\n<li>TIBCO EMS no ack<\/li>\n<li>Dups ok \u2013 message is acknowledged automatically on its receipt<\/li>\n<li>Transactional \u2013 when a transaction is included in a process definition. The message is ack when the transaction commits.<\/li>\n<\/ul>\n<p><strong>What is prefetch and failsafe?<\/strong><\/p>\n<p>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.<\/p>\n<p><strong>How do you send a response from a web service?<\/strong><\/p>\n<p>We write to output to the queue from which we received the request.<\/p>\n<p><strong>What is the difference between soap event source and service palette?<\/strong><\/p>\n<p>Soap event source is used for single operation, single end. Service palette is used for multiple operations, multiple end bindings like http, jms.<\/p>\n<p><strong>If you want to count the number of times a job is called, how will you go about doing it?\u00a0<\/strong><\/p>\n<p>Use job shared variable in a critical section.<\/p>\n<p><strong>If there are hundred messages lying on the queue, what will you do and which activity will you use to retrieve one message at a time?\u00a0<\/strong><\/p>\n<p>JMS Queue receiver with confirm activity. Sequencing key in a misc tab of the configuration could also be used.<\/p>\n<p><strong>What is the sequencing key in the misc tab used for?<\/strong><\/p>\n<p>It is used to call process instances in the order they are created.<\/p>\n<p><strong>What happens if I put a static value say \u2018nitin\u2019 in the sequencing key?<\/strong><\/p>\n<p>All the processes which have this key in their sequencing key field will be executed in the order they were created.<\/p>\n<p><strong>What is SQL direct? What is it used for?\u00a0<\/strong><\/p>\n<p>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\u2019t allow, like DDL command create table.<\/p>\n<p><strong>Can you change a value of a global variable at runtime?<\/strong><\/p>\n<p>You can change the value of a global variable when you deploy your project in\u00a0TIBCO Administrator.<br \/>\nSee the section on modifying runtime variables in TIBCO BusinessWorks Administration for more information on using TIBCO Administrator.<\/p>\n<p>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:<br \/>\n-tibco.clientVar.&lt;variablePathAndName&gt; &lt;value&gt;<\/p>\n<p>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.<\/p>\n<p>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:<br \/>\n-tibco.clientVar.myGroup\/item1 500<\/p>\n<p><strong>What are the modes of<\/strong>TIBCO BW\u00a0Installations?<\/p>\n<ul>\n<li>GUI mode<\/li>\n<li>Console mode<\/li>\n<li>Silent mode<\/li>\n<\/ul>\n<p><strong>If you have installed a particular version of TIBCO software e.g. TIBCO BW X.Y.Z, What are X, Y and Z number stands for?<\/strong><\/p>\n<p>Integration can be at different application layers:<\/p>\n<ul>\n<li><strong>X:<\/strong>Patch<\/li>\n<li><strong>Y:<\/strong>Major<\/li>\n<li><strong>Z:<\/strong>Minor<\/li>\n<\/ul>\n<p><strong>What is the role of TRA?<\/strong><\/p>\n<p>TRA stands for TIBCO Runtime Agent.<\/p>\n<p>The TRA has two main functions:<\/p>\n<ul>\n<li>Supplies an agent that is running in the background on each machine.<\/li>\n<li>The agent is responsible for starting and stopping processes that run on a machine according to the deployment information.<\/li>\n<li>The agent monitors the machine. That information is then visible via TIBCO Administrator.<\/li>\n<li>Supplies the run-time environment, that is, all shared libraries including third-party libraries.<\/li>\n<\/ul>\n<p><strong>What are the resources that get included in the EAR file, created by the TIBCO Designer?<\/strong><\/p>\n<p>An EAR file can contain local project resources, Library Builder resources, and files as specified in Alias Library resources. In addition, the TIBCO Designer class path may include references to other files that are included in the EAR file.<\/p>\n<p><strong>What are the different modes of service invocation?<\/strong><\/p>\n<p>Services can be invoked in several ways.<\/p>\n<p>A one-way operation is executed once and does not wait for a response.<\/p>\n<p>A request-response operation is executed once and waits for one response. In a request-response service, communication flows in both directions. The complete interaction consists of two point-to-point messages\u2014a request and a response. The interaction is only considered complete after the response has arrived.<\/p>\n<p>\u2013 Publication (notification) means an operation sends information on an as-needed basis, potentially multiple times.<\/p>\n<p>\u2013 Subscription means incoming information is processed on an as-needed basis, potentially multiple times.<\/p>\n<table style=\"background: #d9dde2;\">\n<tbody>\n<tr>\n<td style=\"border: 1px solid black;\"><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><a href=\"https:\/\/www.gologica.com\/course\/tibco-business-workds\/\"><img decoding=\"async\" class=\"alignnone size-full wp-image-2749\" src=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2.jpg\" alt=\"TIBCO Business works Corporate Training\" width=\"850\" height=\"200\" srcset=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2.jpg 850w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-460x108.jpg 460w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-768x181.jpg 768w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-100x24.jpg 100w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-600x141.jpg 600w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-120x28.jpg 120w, https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Business-works-Interview-Questions-2-310x73.jpg 310w\" sizes=\"(max-width: 850px) 100vw, 850px\" \/><\/a><\/p>\n<p><strong>What are the TIBCO BW activities that can participate in transactions?<\/strong><\/p>\n<p>Not all\u00a0TIBCO BusinessWorks\u00a0activities can participate in a transaction. Only the following types of activities have transactional capabilities:<\/p>\n<p>\u2013 JDBC activities<\/p>\n<p>\u2013 JMS activities<\/p>\n<p>\u2013 ActiveEnterprise Adapter activities that use JMS transports<\/p>\n<p>\u2013 EJB activities<\/p>\n<p>\u2013 TIBCO iProcess BusinessWorks Connector activities<\/p>\n<p><strong>What are the different types of Transactions TIBCO provides?<\/strong><\/p>\n<p>TIBCO BusinessWorks offers a variety of types of transactions that can be used in different situations. You can use the type of transaction that suits the needs of your integration project. When you create a transaction group, you must specify the type of transaction.\u00a0TIBCO BusinessWorks\u00a0supports the following types of transactions:<\/p>\n<ul>\n<li>JDBC<\/li>\n<li>Java Transaction API (JTA) UserTransaction<\/li>\n<\/ul>\n<p>XA Transaction<\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the critical section in TIBCO Business works and what is it used for?\u00a0 Critical section is used to &hellip;<\/p>\n","protected":false},"author":1,"featured_media":2146,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"pmpro_default_level":"","footnotes":""},"categories":[15232],"tags":[],"coauthors":[182],"class_list":["post-251","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-other-segments","pmpro-has-access","user-has-not-earned"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>TIBCO Business works Interview Questions - GoLogica<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"TIBCO Business works Interview Questions - GoLogica\" \/>\n<meta property=\"og:description\" content=\"What is the critical section in TIBCO Business works and what is it used for?\u00a0 Critical section is used to &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\" \/>\n<meta property=\"og:site_name\" content=\"GoLogica\" \/>\n<meta property=\"article:published_time\" content=\"2017-05-21T09:13:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-06T02:46:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"175\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"headline\":\"TIBCO Business works Interview Questions\",\"datePublished\":\"2017-05-21T09:13:07+00:00\",\"dateModified\":\"2025-04-06T02:46:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\"},\"wordCount\":1543,\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg\",\"articleSection\":[\"Other Segments\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\",\"url\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\",\"name\":\"TIBCO Business works Interview Questions - GoLogica\",\"isPartOf\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg\",\"datePublished\":\"2017-05-21T09:13:07+00:00\",\"dateModified\":\"2025-04-06T02:46:48+00:00\",\"author\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg\",\"width\":300,\"height\":175,\"caption\":\"TIBCO Buisiness Works Interview Questions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.gologica.com\/elearning\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"TIBCO Business works Interview Questions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#website\",\"url\":\"https:\/\/www.gologica.com\/elearning\/\",\"name\":\"GoLogica\",\"description\":\"E-Learning Portal\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db\",\"url\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"contentUrl\":\"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.gologica.com\/elearning\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"TIBCO Business works Interview Questions - GoLogica","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/","og_locale":"en_US","og_type":"article","og_title":"TIBCO Business works Interview Questions - GoLogica","og_description":"What is the critical section in TIBCO Business works and what is it used for?\u00a0 Critical section is used to &hellip;","og_url":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/","og_site_name":"GoLogica","article_published_time":"2017-05-21T09:13:07+00:00","article_modified_time":"2025-04-06T02:46:48+00:00","og_image":[{"width":300,"height":175,"url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg","type":"image\/jpeg"}],"author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#article","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/"},"author":{"name":"admin","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"headline":"TIBCO Business works Interview Questions","datePublished":"2017-05-21T09:13:07+00:00","dateModified":"2025-04-06T02:46:48+00:00","mainEntityOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/"},"wordCount":1543,"image":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg","articleSection":["Other Segments"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/","url":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/","name":"TIBCO Business works Interview Questions - GoLogica","isPartOf":{"@id":"https:\/\/www.gologica.com\/elearning\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage"},"image":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg","datePublished":"2017-05-21T09:13:07+00:00","dateModified":"2025-04-06T02:46:48+00:00","author":{"@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62"},"breadcrumb":{"@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#primaryimage","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/uploads\/2017\/05\/TIBCO-Buisiness-Works-Interview-Questions-15-1.jpg","width":300,"height":175,"caption":"TIBCO Buisiness Works Interview Questions"},{"@type":"BreadcrumbList","@id":"https:\/\/www.gologica.com\/elearning\/tibco-business-works-interview-questions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.gologica.com\/elearning\/"},{"@type":"ListItem","position":2,"name":"TIBCO Business works Interview Questions"}]},{"@type":"WebSite","@id":"https:\/\/www.gologica.com\/elearning\/#website","url":"https:\/\/www.gologica.com\/elearning\/","name":"GoLogica","description":"E-Learning Portal","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gologica.com\/elearning\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/61458e59d78b8e05fb57997461069c62","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.gologica.com\/elearning\/#\/schema\/person\/image\/d0ab308492a1bfcbec1a1ce1637996db","url":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","contentUrl":"https:\/\/www.gologica.com\/elearning\/wp-content\/themes\/wplms\/assets\/images\/avatar.jpg","caption":"admin"},"url":"https:\/\/www.gologica.com\/elearning\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/251","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/comments?post=251"}],"version-history":[{"count":6,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/251\/revisions"}],"predecessor-version":[{"id":6806,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/posts\/251\/revisions\/6806"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media\/2146"}],"wp:attachment":[{"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/media?parent=251"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/categories?post=251"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/tags?post=251"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.gologica.com\/elearning\/wp-json\/wp\/v2\/coauthors?post=251"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}