Ucertify offers free demo for TB0-123 exam. "TIBCO ActiveMatrix BusinessWorks 5 Certification Exam", also known as TB0-123 exam, is a Tibco Software Inc Certification. This set of posts, Passing the Tibco Software Inc TB0-123 exam, will help you answer those questions. The TB0-123 Questions & Answers covers all the knowledge points of the real exam. 100% real Tibco Software Inc TB0-123 exams and revised by experts!

Q17. What should you do if you receive a port in use message after installing TIBCO Administrator? 

A. stop all TIBCO processes and restart the Administrator 

B. change the web server ports() from the Domain Utility 

C. create a new TIBCO_HOME and reboot the machine 

D. uninstall Administrator, stop all TIBCO processes, and re-install 

Answer: B


Q18. When using the Tester, which file is used to set custom engine properties (excluding Java properties)? 

A. the bwengine.xml file 

B. the designer.tra file 

C. a user created file 

D. the bwengine.tra file 

Answer: A


Q19. Click the Exhibit button. 

A TIBCO Rendezvous certified message transport (RVCM) is used. How often will the Map Data activity be called? 

A. never 

B. continuously 

C. as many times as the number of records being iterated 

D. once 

Answer: C


Q20. Click the Exhibit button. 

Which statement is true about the process shown? 

A. The map activity will be called as many times as the number of records being iterated. 

B. The map activity will be called only once because the group is a critical section guarding access to the messaging bus. 

C. The confirm activity is missing, so the process will not start. 

D. The message is never confirmed and is therefore redelivered continuously. 

Answer: D


Q21. Click the Exhibit button. 

Given the following Start activity schema: 

How is the Address of each member accessed most efficiently? 

A. $Members.Address 

B. the FastAssign activity 

C. the Inspector activity 

D. $item/Address 

E. $Start/root/Members[$idx]/Address 

Answer: D


Q22. Which file can be modified to expose the custom engine properties in TIBCO Administrator during deployment? 

A. the bwengine.xml file 

B. the rulebase file 

C. the EAR file 

D. the TIBCO Administrator TRA file 

Answer: A


Q23. A process must handle over one hundred thousand records in a file, one at a time. Then a service must return each record as either found or not found. Lastly, the process must record how many records were found and not found. Which type of variable is most appropriate for this implementation? 

A. Job Shared Variable 

B. Global Variable 

C. Process Variable 

D. Shared Variable 

Answer: C


Q24. Which two statements are true about activities that support breakpoints? (Choose two.) 

A. The Start activity can have breakpoints before or after. 

B. The End activity can have breakpoints before or after. 

C. Job Starter activities can have breakpoints before or after. 

D. Any activity that waits for a message can have breakpoints before or after. 

E. Any activity that responds to a message can have breakpoints before or after. 

Answer: AC