Practice Questions
Question (Page 12): TCP-BW6 Exam Question 51 In which two filesystem locations is domain information stored? (Choose two.)
A. $TIBCO_HOME\domain
B. $TIBCO_HOME\repository
C. $TIBCO_HOME\tra\domain
D. $TIBCO_HOME\administrator\domain
Answers: 3,4
Explanation: Keywords: .
Question (Page 12): TCP-BW6 Exam Question 52 What must be done before deleting a BPM application from an application environment?
A. undeploy the BPM application from the environment to which it is deployed
B. unmap the BPM application from the nodes in the Distribution section for the DAA
C. delete the Application Template from the Software Management section
D. update the BPM application to be marked for undeployment and deletion
Answers: 1
Explanation: Keywords: .
Question (Page 12): TCP-BW6 Exam Question 53 A Pageflow process is used to collect information and then start a BPM process. The Pageflow process contains a Service task, which updates an external database. The Pageflow is deployed as a Business Service. A user selects to run this Business Service. However, the user cancels the operation after the Service task runs, before the Pageflow completes. Which two statements are true about the Pageflow? (Choose two.)
A. It is cancelled and BPM retains an Event Log tracking the Pageflow.
B. It is cancelled and the external database update is rolled back.
C. It is cancelled and BPM retains no history of the interaction.
D. It is cancelled and the external database update is not rolled back.
Answers: 3,4
Explanation: Keywords: .
Question (Page 12): TCP-BW6 Exam Question 54 Which statement is correct about the _RV.INFO.RVCM.DELIVERY.CONFIRM.subject advisory?
A. A listener sends this advisory to confirm receipt of a certified message.
B. A sender presents this advisory when all registered listeners have either confirmed delivery of a certified message, or canceled interest in receiving it.
C. The sender presents this advisory after deleting the message from its ledger.
D. A sender presents this advisory whenever a registered listener confirms receipt of a certified message.
Answers: 3
Explanation: Keywords: .
Question (Page 12): TCP-BW6 Exam Question 55 Which two statements are true about forms? (Choose two.)
A. If a User task does not have a form or Pageflow linked to it, then it will create a default form at deployment.
B. One form can be called from more than one User task.
C. If a User task does not have a form or Pageflow linked to it, then it will indicate an error at deployment.
D. One form cannot be called from more than one User task.
Answers: 1,2
Explanation: Keywords: .
Question (Page 13): TCP-BW6 Exam Question 56 Which action is used to pass rulebase changes to other records?
A. propagate
B. refresh
C. clone
D. replicate
Answers: 1
Explanation: Keywords: .
Question (Page 13): TCP-BW6 Exam Question 57 A business process splits from a single path into five parallel branches and later joins into a single path. The business requirement states that two of the parallel branches must be completed before the single path that follows the join can progress. When the remaining parallel paths complete, they are discarded. Which Workflow Pattern should be employed to meet this requirement?
A. Structured Discriminator
B. Structured Synchronizing Merge
C. Cancelling Partial Join
D. Multi-Merge
Answers:
Explanation: Keywords: .
Question (Page 13): TCP-BW6 Exam Question 58 The following is the declaration of secure daemon in Rendezvous C API: tibrv_status tibrvSecureDaemon_SetUserCertWithKey(const char* userCertWithKey, const char* password); Which two statements are correct about this function? (Choose two.)
A. The password parameter is used to decrypt the private key.
B. The userCertWithKey parameter is used to register user certificate with a private key. The text of this certifcate must be in PEM encoding.
C. The userCertWithKey parameter is used to register user certificate with a private key. The text of this certifcate may be in PEM or PK12 encoding.
D. The password parameter is used for the password for this user.
Answers: 1,2
Explanation: Keywords: .
Question (Page 13): TCP-BW6 Exam Question 59 Which three resources allow breakpoints in TIBCO BusinessEvents Debugger? (Choose three.)
A. rule conditions section
B. rule function body
C. rule actions section
D. channel destination
Answers: 1,2,3
Explanation: Keywords: .
Question (Page 13): TCP-BW6 Exam Question 60 Which two statements correctly describe the behavior when a destination inherits the prefetch property from multiple parent destinations? (Choose two.)
A. When none of the parent destinations sets a non-zero value, the child destination uses the value none.
B. When all parent destinations set the value to none, the child destination uses the default value.
C. When all parent destinations set the value to none, the child destination uses the value none.
D. When none of the parent destinations sets a non-zero value, the child destination uses the default value.
Answers: 3,4
Explanation: Keywords: .
Question (Page 14): TCP-BW6 Exam Question 61 When confguring bwagents, which two options are available for setting the persistence and the transport provider? (Choose two.)
A. DBEMS
B. NFS
C. ActiveSpaces
D. TCP
Answers: 1,3
Explanation: Keywords: .
Question (Page 14): TCP-BW6 Exam Question 62 Which two statements are true about importing an XSD file using the Schema Importer Pool from the TIBCO Designer menu? (Choose two.)
A. The tool automatically imports any referenced resources along with the specified resource.
B. The tool does not automatically import any referenced resources along with the specifed resource.
C. The tool cannot resolve references to other resources within the imported resources.
D. The tool stores imported resources in a temporary holding area called 8ocation resources.
Answers: 2,3
Explanation: Keywords: .
Question (Page 14): TCP-BW6 Exam Question 63 In modeling Common Business Objects and Data Models, a Flexible and extensible XML Schema representation is a must. What are three recommended approaches in XML Schema design to enable a Flexible SOA implementation? (Choose three.)
A. use one global namespace
B. use choices
C. use type extensions
D. use substitution groups
Answers: 2,3,4
Explanation: Keywords: .
Question (Page 14): TCP-BW6 Exam Question 64 Which two issues can occur when too many operators are used in a message selector? (Choose two.)
A. recursive selector evaluation
B. message store overflow
C. selector truncation
D. stack overflow
Answers: 1,4
Explanation: Keywords: .
Question (Page 14): TCP-BW6 Exam Question 65 A bank built a DebitAccount Service and a CreditAccount Service, both exposed as standard Web Services (SOAP/HTTPS) in the enterprise. The bank now wants to build a FundTransfer Service that debits an input amount from one account and credits it to another account. The FundTransfer Service must be able to throw and handle all errors as SOAP Faults. Which two TIBCO ActiveMatrix products are capable of enabling the implementation of this FundTransfer Service? (Choose two.)
A. TIBCO ActiveMatrix Service Performance Manager
B. TIBCO ActiveMatrix BusinessWorks
C. TIBCO ActiveMatrix Policy Manager
D. TIBCO ActiveMatrix Service Grid
Answers: 2,4
Explanation: Keywords: .
Question (Page 15): TCP-BW6 Exam Question 66 flow_control in tibemsd.conf is enabled with the following configuration: setprop queue myQueue maxmsgs=1000/overflowPolicy=rejectIncoming,flowControl=100MB Which two statements are true about this configuration? (Choose two.)
A. When the number of pending messages exceeds the value of maxmsgs(1000), new messages to myQueue are rejected.
B. When the total size of pending messages exceeds the value of flowControl(100MB), new messages to myQueue are rejected.
C. When the number of pending messages exceeds the value of maxmsgs(1000), the server will generate errors back to the producer.
D. When the total size of pending messages exceeds the value of flowControl(100MB), the server will generate errors back to the producer.
Answers: 1,3
Explanation: Keywords: .
Question (Page 15): TCP-BW6 Exam Question 67 Which two statements are true about process versions? (Choose two.)
A. Only major and minor versions numbers can be changed.
B. The qualifer can be hardcoded.
C. The major.minor.micro versions can be changed.
D. The qualifer is a date / time stamp format.
Answers: 3,4
Explanation: Keywords: .
Question (Page 15): TCP-BW6 Exam Question 68 What are three special transitions for the purpose of processing exceptions? (Choose three.)
A. Format
B. Error
C. Timeout
D. Condition
Answers: 2,3
Explanation: Keywords: .
Question (Page 15): TCP-BW6 Exam Question 69 You need to create a RESTful service in TIBCO ActiveMatrix BusinessWorks for an employee resource that has the following fields: ID, FirstName, LastName, Salary. How should you configure the resource Service Path for a service that returns the employee resource by ID?
A. /employee/id
B. /employee/{id}
C. /employee/(id)
D. /employee/[id]
Answers: 2
Explanation: Keywords: .
Question (Page 15): TCP-BW6 Exam Question 70 Which three items must be supplied when specifying an ActiveMatrix BusinessWorks Service Resource? (Choose three.)
A. endpoint bindings of the service
B. a Context Resource for the incoming request
C. fault messages that can be sent by the service
D. a WSDL file that defines the interface for the service
Answers: 1,4
Explanation: Keywords: .
Post a Comment