Anda di halaman 1dari 9

Exam : Title :

Tibco TB0-107
TIBCO BusinessWorks 5 Exam

Update :

Demo

1. What is the benefit of TIBCO BusinessWorks Process Engines using HTTP(S) for run-time initialization? A. The TIBCO BusinessWorks Process Engine advertises state over HTTP(S). B. HTTP(S) may be used in conjunction with firewall security and allows direct, point-to-point access to the administration server. C. Set up is simplified because HTTP(S) does not use multicast for failover and does not require additional network bridging software. D. It is more secure because HTTP(S) allows direct, point-to-point access to the administration server, but does not automatically span network segments. Answer: B 2. What are three restrictions of using the TIBCO Administrator GUI via a secondary server? (Choose three.) A. Applications cannot be deployed. B. User management cannot be performed. C. Any activity for which READ_WRITE access is required cannot be performed. D. BusinessWorks components cannot be installed until the secondary server is changed to READ_WRITE. E. User management cannot be performed until the secondary server has been added to the fault-tolerant set. F. No monitoring or management functions can be performed using the GUI until the secondary server is changed to READ_WRITE. Answer: ABC 3. What are two ways to properly uninstall a TIBCO BusinessWorks product? (Choose two.) A. run the TIBCO Installation Manager Utility B. delete the product install directory and reboot C. run the TIBCO product installer and select the Remove Product option D. execute the Tibuninstall.exe utility in the <install_dir>/_uninst directory E. execute the Tibuninstall.exe utility in the <uninstall_dir>/_uninst directory Answer:AD 4. What is used to create a TIBCO team building environment? (Choose two.) A. Visual SourceSafe or Perforce B. Perforce or TIBCO SmartMapper C. file sharing/locking or TIBCO XML Canon D. TIBCO SmartMapper or Visual SourceSafe E. TIBCO Adapter cross referencing or file sharing/locking Answer:AC 5. Which are JMS message types? A. ArrayMessage and TextMessage

| English | Chinese | Japan | Korean |

-2-

Test Information Co., Ltd. All rights reserved.

B. TreeMessage and ArrayMessage C. TextMessage and MapMessage D. MapMessage and TreeMessage Answer: C 6. Which resources can be part of a LibraryBuilder resource? (Choose two.) A. Schemas, Identities and SSL Certificates B. AliasLibrary Resource and Shared Configurations C. TIBCO BusinessWorks Processes and Shared Configurations D. TIBCO Hawk Rulebase and TIBCO BusinessWorks Processes E. TIBCO BusinessWorks Shared Configurations and TIBCO Hawk Rulebase Answer:AC 7. Which statement is true about the architecture of a domain that spans two subnets? A. Fault tolerant engines can be deployed across the subnets, and only multicasting can be used for message traffic between subnets. B. Fault tolerant engines must be deployed on the same subnet with either routing or multicasting for message traffic between subnets. C. Fault tolerant engines can be deployed across the subnets, with either routing or multicasting used for message traffic between subnets. D. Fault tolerant engines can be deployed across the subnets, but you must use both routing daemons and multicasting to communicate between subnets. E. Fault tolerant engines must be deployed on the same subnet and no routing daemons are necessary because default TIBCO Rendezvous parameters allow messages across subnets. Answer: C 8. Which security mechanisms are supported in TIBCO BusinessWorks? (Choose two.) A. SSL and Kerberos B. username / password C. certificate / private key and SSL D. Kerberos and username / password E. TIBCO DNS Obfuscation and certificate / private key Answer: BC 9. Which tools are provided by TIBCO Runtime Agent? A. dbtest and buildear B. buildear and hawkagent C. AppManage and dbtest D. domainutility and AppManage Answer: D

| English | Chinese | Japan | Korean |

-3-

Test Information Co., Ltd. All rights reserved.

10. Which command line option allows you to install TIBCO BusinessWorks without user interaction? A. -is:javaconsole -console B. -options-record /<dir>/<responseFile> -silent C. -is:javaconsole -console -options /<dir>/<responseFile> D. -is:javaconsole -console -options /<dir>/<responseFile> -silent Answer: D 11. What is a valid method of routing messages from a TIBCO Enterprise Message Server (EMS) queue to multiple recipients? A. route the message from the TIBCO EMS queue to a second TIBCO EMS server queue B. bridge the message from the TIBCO EMS queue to a second TIBCO EMS server queue C. receive the message using the JMS Queue Receiver activity in TIBCO BusinessWorks and resend using the JMS Queue Sender activity D. receive the message using the JMS Queue Receiver activity in TIBCO BusinessWorks and resend using the JMS Topic Publisher activity Answer: D 12. A TIBCO BusinessWorks application you are developing uses JMS messaging where the messages only reside on the local campus. How should you implement conversation level security? A. provide the appropriate certificates and define the connection used by the message producers and consumers to use SSL B. ensure that the network security administrator defines the connection used by the message producers and consumers to use a VPN C. provide the appropriate certificates and define the message producers and consumers to use PGM, which encrypts all message content D. write a Java code activity to perform encryption (decryption) of the data before giving it to the message producer (or after getting from the message consumer) Answer:A 13. When installing TIBCO BusinessWorks components, which statement is true about JREs? A. A JRE must be installed prior to installing BusinessWorks components. B. No JRE is needed or used during the installation of BusinessWorks components. C. BusinessWorks component installers first try using a preinstalled JRE, then a bundled version extracted into a temporary space. D. For a successful installation of BusinessWorks components, it is first necessary to uninstall all JREs currently configured on the system. Answer: C 14. Application A is sending a Customer Order message. All messages must be received by Application B.

| English | Chinese | Japan | Korean |

-4-

Test Information Co., Ltd. All rights reserved.

Application C should only receive messages when it is running. As the Customer Order message contains sensitive information about the customer, only A should be able to send this message, and only B and C should be able to receive this message. Which message architecture most accurately satisfies these requirements? A. Application A should send a TIBCO Rendezvous Certified Message to B and C. Applications B and C should be configured as pre-registered listeners. B. Application A should send Customer Order messages as non-persistent messages to a TIBCO Enterprise Message Service (EMS) secure queue. Applications B and C should receive this message as queue receivers. C. Application A should send Customer Order messages as persistent messages to a TIBCO Enterprise Message Service (EMS) secure topic and B and C should receive messages as durable subscribers. D. Application A should send Customer Order messages as persistent messages to a TIBCO Enterprise Message Service (EMS) secure topic. Application B should receive messages as a durable subscriber. Application C should be a subscriber to the topic. Answer: D 15. What is the function of the Context Resource activity? A. contains deployment information for an EAR file B. allows you to define a schema for holding relevant context information C. allows you to specify the necessary information to configure a JTA/XA transaction D. at runtime, contains current information about the engine state, processes running and statistics Answer: B 16. Which three statements are true about using a Java Custom Function in TIBCO BusinessWorks? (Choose three.) A. The method cannot be a constructor. B. Methods can explicitly throw an exception. C. Only methods declared as public are loaded. D. The return value of the function cannot be void. E. Only methods declared as public and static are loaded. F. Method names can be overloaded in a class or any imported classes. Answer:ADE 17. Two TIBCO BusinessWorks domains share a common network infrastructure. In this configuration, which three must be designed to avoid conflicts? (Choose three.) A. LDAP registry B. JMS destinations C. WSDL namespaces

| English | Chinese | Japan | Korean |

-5-

Test Information Co., Ltd. All rights reserved.

D. TIBCO Rendezvous subjects E. TIBCO BusinessWorks domain names F. TIBCO BusinessWorks project names Answer: BDE 18. Which three types of input/output data can be transformed with the Transform XML activity? (Choose three.) A. text data B. binary data C. dynamic data D. xmlTree data E. encoded data Answer: ABD 19. Which three activities and shared resources can render XML data? (Choose three.) A. an XSLT file resource and a Transform XML activity B. an XSD schema resource and a Parse XML activity C. a DTD schema resource and a Render XML activity D. an XSD schema resource and a Render XML activity E. a DTD schema resource and a Transform XML activity F. a XSLT file shared resource and a Render Data activity G. an XSD schema shared resource and a Render Data activity Answer: ACD 20. Which two documentation capabilities are available in TIBCO Designer? (Choose two.) A. generating PDF reports B. generating HTML reports C. generating WSDL reports D. generating JPG snapshots of a process E. generating statistical reports of process execution Answer: BD 21. Which statement is true about the TIBCO BusinessWorks inter-process communication? A. The schema for the Notify Configuration cannot be empty. B. The Notify Configuration resource cannot be the same for Wait and Notify activities. C. Wait/Notify information must be stored in a database if process engines are on different machines. D. Wait/Notify information must be stored in a common log if process engines are on different machines. Answer: C 22. How are user-defined process variables assigned a new value in a process definition? A. A mapping is created in the Input tab of an Assign activity. B. A mapping is created in the Input tab of any Mapper activity. C. A Label resource is used to create a new value in the process definition.

| English | Chinese | Japan | Korean |

-6-

Test Information Co., Ltd. All rights reserved.

D. New values are mapped in the Configuration tab of any activity in the process definition. Answer:A 23. Which activity should you choose when you want to add a new process variable to the process definition? A. Notify activity B. Mapper activity C. Inspector activity D. Write File activity E. Render Data activity Answer: B 24. What are two requirements of the Java class specified by the XML To Java activity? (Choose two.) A. The Java class must be serializable. B. The Java class must have the public init() method. C. The Java class must have a public default constructor. D. The Java class must have a constructor with arguments. Answer:AC 25. You are implementing a Web Service server in TIBCO BusinessWorks. What is the function of the Send HTTP Response activity? A. returns the WSDL B. encrypts an outgoing message C. performs a request on the specified web service D. sends a SOAP fault to the client if an error occurs during processing of a SOAP request Answer:A 26. Process A makes a Call Process to subprocess B. Which two statements are true about subprocess B? (Choose two.) A. Subprocess B can have process starters. B. Subprocess B cannot have process starters. C. Subprocess B can reside in any folder in the same project. D. Subprocess B must reside in the same folder as process A. E. Subprocess B can reside in any folder in any project in the same domain. Answer: BC 27. In a TIBCO BusinessWorks process definition you need to create some HTML text for use in a Send HTTP Response activity. The HTML text will vary depending on three possible conditions: 1) Did the JDBC query return at least one record? If yes, the HTML depends on the record data. 2) Did the JDBC query return no records? If yes, the HTML is a fixed status message. 3) Did the JDBC query have an exception? If yes, it returns a static error message.

| English | Chinese | Japan | Korean |

-7-

Test Information Co., Ltd. All rights reserved.

Which test must be completed first to define a chooser type mapping? A. test for JDBC query exceptions B. test for JDBC query record count = 0 C. test for JDBC query record count > 0 D. test for JDBC query record count >= 0 Answer:A 28. How many error transitions can be defined out of a single activity in a TIBCO BusinessWorks process definition? A. none; error handling is only done using the Catch activity B. zero for no error handling or one for all exception types C. no limit D. one for each possible exception type Answer: B 29. Which statement is true about designing a business event schema? A. Conflict resolution takes lower priority when a schema changes B. Processes triggered by adapter events depend on business event schema defined by adapters. C. Users must develop a way to store a business event in the repository prior to defining a it in TIBCO Designer. D. Common Data Models are useful in situations where homogenous transformations are desired in all situations. Answer: B 30. Which two process starters require no additional software or hardware to assist in load balancing a TIBCO BusinessWorks service? (Choose two.) A. HTTP Receiver B. TCP Subscriber C. RVCMQ Subscriber D. JMS Queue Topic Subscriber Answer: CD

| English | Chinese | Japan | Korean |

-8-

Test Information Co., Ltd. All rights reserved.

We was founded in 2006. The safer,easier way to help you pass any IT Certification exams . We provide high quality IT Certification exams practice questions and answers(Q&A). And help you pass any IT Certification exams at the first try.

Customer Support : support@Killtest.com

Anda mungkin juga menyukai