0

platforms and products Online Quiz - 2

Description: platforms and products Online Quiz - 2
Number of Questions: 20
Created by:
Tags: platforms and products
Attempted 0/20 Correct 0 Score 0

Open suse OS developed by which organization?

  1. Apple

  2. Red hat

  3. Ubuntu

  4. Novell netware


Correct Option: D

Which file is used to specify custom engine properties and enable the display of those properties on the Advanced tab of the deployment configuration in TIBCO Administrator?

  1. BW_HOME\bin\bwengine.tra

  2. BW_HOME\bin\bwengine.xml

  3. BW_HOME\lib\com\tibco\deployment\bwengine.tra

  4. BW_HOME\lib\com\tibco\deployment\bwengine.xml


Correct Option: D

AI Explanation

To answer this question, you need to understand the file structure and configuration in TIBCO Administrator.

Option A) BW_HOME\bin\bwengine.tra - This option is incorrect because the bwengine.tra file is used to specify engine configuration properties, but it does not enable the display of those properties on the Advanced tab of the deployment configuration.

Option B) BW_HOME\bin\bwengine.xml - This option is incorrect because the bwengine.xml file is used to specify engine configuration properties, but it does not enable the display of those properties on the Advanced tab of the deployment configuration.

Option C) BW_HOME\lib\com\tibco\deployment\bwengine.tra - This option is incorrect because the bwengine.tra file is not located in the specified path. Additionally, the bwengine.tra file is used for engine configuration, not for enabling the display of properties on the Advanced tab.

Option D) BW_HOME\lib\com\tibco\deployment\bwengine.xml - This option is correct. The bwengine.xml file is used to specify custom engine properties and enable the display of those properties on the Advanced tab of the deployment configuration in TIBCO Administrator. This file is located in the specified path and is the correct answer.

The correct answer is Option D - BW_HOME\lib\com\tibco\deployment\bwengine.xml. This option is correct because the bwengine.xml file is used to specify custom engine properties and enable the display of those properties on the Advanced tab of the deployment configuration in TIBCO Administrator.

Which three are valid archives in TIBCO ActiveMatrix BusinessWorks?(choose 3)

  1. Hawk Archive

  2. Event Archive

  3. Adapter Archive

  4. Enterprise Archive


Correct Option: A,B,D

AI Explanation

To answer this question, you need to understand the different types of archives in TIBCO ActiveMatrix BusinessWorks. Let's go through each option to understand why it is correct or incorrect:

Option A) Hawk Archive - This option is correct. The Hawk Archive contains the configuration files and resources necessary for monitoring and managing TIBCO ActiveMatrix BusinessWorks applications using TIBCO Hawk.

Option B) Event Archive - This option is correct. The Event Archive contains the configuration files and resources necessary for event processing in TIBCO ActiveMatrix BusinessWorks.

Option C) Adapter Archive - This option is incorrect. There is no specific archive type called "Adapter Archive" in TIBCO ActiveMatrix BusinessWorks.

Option D) Enterprise Archive - This option is correct. The Enterprise Archive contains the configuration files and resources necessary for deploying and running TIBCO ActiveMatrix BusinessWorks applications.

The correct answer is A, B, D. These options are correct because they represent valid archives in TIBCO ActiveMatrix BusinessWorks.

Your TIBCO 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?

  1. Map

  2. Object

  3. Simple

  4. XML Text


Correct Option: A

AI Explanation

To answer this question, you need to understand the different message types in TIBCO ActiveMatrix BusinessWorks and their purposes. Let's go through each option to understand why it is correct or incorrect:

Option A) Map - This option is correct because a map message type is used when the message body consists of name/value pairs, allowing you to easily access and manipulate the values based on their corresponding names.

Option B) Object - This option is incorrect because an object message type is used when the message body is a Java object that needs to be serialized and deserialized.

Option C) Simple - This option is incorrect because a simple message type is used when the message body is a simple string or number.

Option D) XML Text - This option is incorrect because an XML text message type is used when the message body is an XML document.

The correct answer is A) Map. This option is correct because a map message type is suitable for handling name/value pairs in the message body.

In a mapping, you want to copy a node from the input tree without any of the children this node might have. Which statement should you use to accomplish this?

  1. Copy

  2. Copy of

  3. Copy All Except

  4. Copy Contents of


Correct Option: A

AI Explanation

To answer this question, you need to understand the different statements used in a mapping to manipulate data.

Let's go through each option to understand why it is correct or incorrect:

Option A) Copy - This option is correct because the "Copy" statement is used to copy a node from the input tree without any of its children. It creates a new node with the same name and value as the original node, but without any of its children.

Option B) Copy of - This option is incorrect because the "Copy of" statement is used to create a copy of a node and all its children.

Option C) Copy All Except - This option is incorrect because the "Copy All Except" statement is used to copy all nodes from the input tree except for the specified nodes or node types.

Option D) Copy Contents of - This option is incorrect because the "Copy Contents of" statement is used to copy the contents of a node, including its children.

The correct answer is Option A) Copy. This option is correct because it allows you to copy a node from the input tree without any of its children.

Which two resources must be configured to invoke an external Web service using Service Palette activities? (Choose two.)

  1. Get Context

  2. Invoke Partner

  3. SOAP Request Reply

  4. Partner Link Configuration


Correct Option: B,D

Which two input parameters are mandatory for the BuildEAR Utility?

  1. the output directory for the EAR file

  2. the location of the Global Variables file

  3. the location of the TIBCO Designer project

  4. the project path of the Enterprise Archive Resource


Correct Option: C,D

AI Explanation

To answer this question, we need to understand what the BuildEAR Utility is and what its input parameters are.

The BuildEAR Utility is a tool used in TIBCO software to create an Enterprise Archive (EAR) file. This EAR file contains all the necessary resources, such as processes, services, and libraries, required to deploy and run a TIBCO application.

The input parameters required for the BuildEAR Utility are as follows:

A. The output directory for the EAR file - This parameter specifies the location where the generated EAR file should be saved. While this parameter is important, it is not mandatory.

B. The location of the Global Variables file - This parameter specifies the location of the Global Variables file, which contains key-value pairs used for configuration purposes. This parameter is not mandatory for the BuildEAR Utility.

C. The location of the TIBCO Designer project - This parameter specifies the location of the TIBCO Designer project that contains all the resources to be included in the EAR file. This is a mandatory parameter as it provides the necessary input for the BuildEAR Utility to package the correct files and resources.

D. The project path of the Enterprise Archive Resource - This parameter specifies the project path of the Enterprise Archive Resource, which is an XML file that defines the structure and contents of the EAR file. This is also a mandatory parameter as it provides additional configuration details for the BuildEAR Utility.

Therefore, the correct answer is C and D. The location of the TIBCO Designer project (option C) and the project path of the Enterprise Archive Resource (option D) are the two mandatory input parameters for the BuildEAR Utility.

Which three statements are true about debugging a process using the TIBCO Designer Tester Utility? (Choose three)

  1. Step Into and Step Out of a subprocess can be used

  2. The process definition can be changed while debugging

  3. The current process instance can be paused during testing

  4. Input data can be supplied via an xml file to the process starter


Correct Option: A,C,D

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Step Into and Step Out of a subprocess can be used - This option is correct. In TIBCO Designer Tester Utility, you can use the step into and step out functionality to debug a process. Step into allows you to move into a subprocess and analyze its execution, while step out allows you to move out of a subprocess and continue debugging the parent process.

Option B) The process definition can be changed while debugging - This option is incorrect. In TIBCO Designer Tester Utility, you cannot change the process definition while debugging. The purpose of debugging is to analyze the existing process flow and identify any issues or errors. Modifying the process definition during debugging can affect the accuracy of the debugging process.

Option C) The current process instance can be paused during testing - This option is correct. In TIBCO Designer Tester Utility, you can pause the execution of the current process instance during testing. Pausing the process instance allows you to analyze the current state and variables of the process, helping in identifying any issues or errors.

Option D) Input data can be supplied via an XML file to the process starter - This option is correct. In TIBCO Designer Tester Utility, you can supply input data to the process starter by using an XML file. This allows you to provide test data to the process and observe its behavior during debugging.

Based on the explanations above, the correct options are A, C, and D.

Which resource can use the Saxon-B XSLT 2.0 engine?

  1. Parse Data

  2. Parse XML

  3. Render XML

  4. Transform XML


Correct Option: D

AI Explanation

To answer this question, you need to understand the Saxon-B XSLT 2.0 engine and its capabilities.

The Saxon-B XSLT 2.0 engine is primarily used for transforming XML documents according to XSLT 2.0 specifications.

Let's go through each option to understand why it is correct or incorrect:

Option A) Parse Data - This option is incorrect because the Saxon-B XSLT 2.0 engine is not specifically used for parsing data. It focuses on XML transformation.

Option B) Parse XML - This option is incorrect because parsing XML is the process of analyzing the XML document's structure and content, which is not the primary functionality of the Saxon-B XSLT 2.0 engine.

Option C) Render XML - This option is incorrect because rendering XML typically refers to generating a visual representation or output of XML data, which is not the primary functionality of the Saxon-B XSLT 2.0 engine.

Option D) Transform XML - This option is correct because the Saxon-B XSLT 2.0 engine is specifically designed to transform XML documents according to XSLT 2.0 specifications. It can take an XML document and apply an XSLT stylesheet to produce a transformed output.

The correct answer is Option D. This option is correct because the Saxon-B XSLT 2.0 engine is primarily used for transforming XML documents.

What is required to manage TIBCO EMS destinations within the TIBCO Administrator console?

  1. install the EMS Plugin using the domainutility

  2. run a command using the EMS Administration Tool

  3. edit the domain tra file to add a reference to JMSAdmin.war

  4. run TIBCO Administrator installer andenable the option to integrate an EMS server


Correct Option: A

You are developing a process where you have to communicate between two TIBCO ActiveMatrix BusinessWorks process instances. The first process needs to wait for a message from the other process. Which shared resource should you use to accomplish this task?

  1. Lock Object

  2. Shared Variable

  3. Notify Configuration

  4. Job Shared Variable


Correct Option: C

Which three tasks can be performed using the AppManage Utility? (Choose three)

  1. undeploy a deployed application

  2. install and uninstall TIBCO products

  3. start a service instance of an application

  4. create a deployment configuration of an existing application


Correct Option: A,C,D

AI Explanation

To answer this question, let's go through each option to understand what tasks can be performed using the AppManage Utility:

Option A) undeploy a deployed application - This option is correct. The AppManage Utility can be used to undeploy a deployed application. This means that it can remove the application from the environment, making it no longer available.

Option B) install and uninstall TIBCO products - This option is incorrect. The AppManage Utility is not used to install or uninstall TIBCO products. It is primarily used for managing applications, not the products themselves.

Option C) start a service instance of an application - This option is correct. The AppManage Utility can be used to start a service instance of an application. This means that it can initiate the execution of the application's service(s), making them available for use.

Option D) create a deployment configuration of an existing application - This option is correct. The AppManage Utility can be used to create a deployment configuration of an existing application. This means that it can define the settings and parameters for deploying the application in a specific environment.

Based on the above explanations, the three tasks that can be performed using the AppManage Utility are:

A. undeploy a deployed application C. start a service instance of an application D. create a deployment configuration of an existing application

What can be used to move from a file-based domain data repository to a database-based domain data repository?

  1. domainutility

  2. TIBCO Administrator

  3. MigrateFileStorage Utility

  4. MigrateDomainStorage Utility


Correct Option: C

You want to distribute messages across multiple receivers using a TIBCO EMS queue. Which prerequisite must be met?

  1. The EMS queue should be set to global

  2. The EMS queue should be set to non-exclusive

  3. The JMS Application properties should be configured for load balancing

  4. The Load Balancing option should be configured on the JMS Connection resource


Correct Option: B

Which two operations can be performed with the TIBCO Domain Utility? (Choose two)

  1. manage domain users

  2. add a machine to the domain

  3. secure the domain using HTTPS

  4. remove a machine from the domain


Correct Option: B,C

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?

  1. Service

  2. BuildEAR

  3. Alias Library

  4. LibraryBuilder


Correct Option: D

You are designing a solution that requires a shared variable to initialize on startup before incoming messages are processed. You want to disable the process starter of the process that subscribes to the messages on startup and enable it again when the variable has been initialized. Which activity is used to accomplish this task?

  1. Wait

  2. Notify

  3. Engine Command

  4. Receive Notification


Correct Option: C

A TIBCO ActiveMatrix BusinessWorks process uses several upstream activities to build a dynamic SQL statement. Which two activities must be configured to execute this statement? (Choose two)

  1. SQL Direct

  2. JDBC Query

  3. JDBC Connection

  4. JDBC Get Connection


Correct Option: A,C

A process definition contains three Call Process activities. Each process has the same input schema and needs the same input data. What is the most efficient way to pass data from the main process to the three subprocesses?

  1. using XPATH custom functions when configuring the mapping

  2. using a Job Shared Variable to store the input data needed by the three subprocesses

  3. replacing the default XSLT code with an optimized one when configuring the mappings

  4. having a Mapper activity with output mapped to the input needed by the three subprocesses


Correct Option: B

Which two statements are true about Global Variables? (Choose two)

  1. At least one variable must be added to a Global Variable group

  2. The predefined value of a Global Variable cannot be overridden from the command line

  3. The predefined value of a Global Variable for individual services can be changed at deployment time

  4. When using a Global Variable in the fields of a resource, enter the name surrounded by $


Correct Option: A,C
- Hide questions