Which setting should you increase if a process engine runs out of memory during testing?
A. Thread Count
B. Max Jobs
C. Step Limit
D. Maximum Heap Size
E. Activation Limit
F. Flow Limit
A process archive with three JMS services and MaxJobs=5 is deployed. All other values are defaults. Each of the three services consists of four activities, one being a very CPU-intensive mapping activity. For performance issues, how many threads are provisioned to execute the mapping activity?
A. 3
B. 8
C. 12
D. 15
Click the Exhibit button.

Which activity will the process engine transfer to if the PollReturnedStock activity gets a return message first?
A. CancelOrder
B. ProcessOrder
C. Timeout
D. IncomingOrder
You wish to configure authentication for connections to an external web service. Which shared resources should you use?
A. Identity and JNDI Configuration
B. JNDI Configuration and WSDL
C. Context Resource and Security Policy
D. Security Policy and Identity
You wish to insert an activity into an ActiveMatrix BusinessWorks process. Which TIBCO Designer menu should you use?
A. Project
B. Resources
C. Edit
D. Palettes
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
Where must checkpoints be stored to allow checkpoint recovery by the standby instance?
A. a shared location in the filesystem
B. the secondary engine only
C. the primary engine only
D. a database
Which two statements are true about recoverable process instances? (Choose two.)
A. Manual engine recovery can only be done using TIBCO Administrator.
B. Manual engine recovery can be done using TIBCO Hawk.
C. Process instances that use sequencing cannot be recovered.
D. Process instances with checkpoints can be recovered by the engine.
Which statement is true about the Accumulate Output feature for loops?
A. It accumulates the output for any map activity in the loop.
B. It accumulates the output for the last executed activity in the loop.
C. It accumulates the output for all activities in the loop.
D. It accumulates the output for a selected activity in the loop.
A solution must implement different integration logic based on an object type. Depending on the object type, different external systems and interfaces must be called. There are more than 50 object types in the system. Which type of activity contains the Process Dynamic Override functionality required in this solution?
A. Dispatch activity
B. Call Process activity
C. Null activity
D. Java activity