TIBCO Business Studio 3 Exam
Q&A V3.20
(C) Copyright 2006-2011 CertBible Tech LTD,All Rights Reserved.
Important Note
Please Read Carefully
Study Tips
This product will provide you questions and answers carefully compiled and written by our experts. Try to understand the concepts behind the questions instead of cramming the questions.
Go through the entire document at least twice so that you make sure that you are not missing anything.
Latest Version
We are constantly reviewing our products. New material is added and old material is revised. Free updates are available for 120 days after the purchase. You should check your member zone at PassGuide an update 3-4 days before the scheduled exam date.
Feedback
If you spot a possible improvement then please let us know. We always interested in improving product quality.
Feedback should be send to feedback@passguide.com. You should include the following:
Exam number, version, page number, question number, and your login ID.
Our experts will answer your mail promptly.
Be Prepared. Be Confident. Get Certified.
————————————————————————————————————————-
Sales and Support Manager
Sales Team: sales@passguide.com Support Team: support@passguide.com
———————————————————————————————————————
Copyright
Each pdf file contains a unique serial number associated with your particular name and contact information for security purposes. So if we find out that a particular pdf file is being distributed by you, CertBible reserves the right to take legal action against you according to the International Copyright Laws.
Question: 1
You are a supervisor of a group of analysts at your company. Your business analysts do not have sufficient experience to understand the configuration of web services and integration components.
How would you hide the technical implementation details from your business analysts?
A. use the Window > Show View menu option to disable the technical details
B. select the Enable/Disable Technical Details icon and de-select the Technical Details option
C. use the Diagram > Enable/Disable Technical Details menu option to disable technical details
D. select the Enable/Disable Business Studio Capabilities icon and de-select the Solution Design option
Answer: D
Question: 2
What is a valid TIBCO iProcess script file function call to delete a file?
A. IPEFileUtil.FILEDELETE(C:\Temp\myfile.txt)
B. IPEFileUtil.FILEDELETE(“C:\Temp\myfile.txt”)
C. IPEFileUtil.FILEDELETE(
D. \\Temp\\myfile.txt)
E. IPEFileUtil.FILEDELETE(“C:\\Temp\\myfile.txt”)
Answer: D
Question: 3
While modeling a Service Task, and configuring it to use TIBCO BusinessWorks, the user needs to ensure that the endpoint name matches the JMS destination that was created in TIBCO iProcess Engine, renaming the System Participant if necessary. Which two options support this? (Choose two.)
A. Use local
B. Use JMS
C. Use BW
D. Use remote
E. UseLiveLink
Answer: A, E
Question: 4
When configuring a Database Service Task, what is the only valid option for the TIBCO iProcess Engine for the Operation?
A. Alter
B. Select
C. Delete
D. Update
E. Stored Procedure
Answer: E
Question: 5
You want to prioritize work items in a queue so that users process high-priority work items first.
These items should appear at the top of the list. How is this accomplished?
A. sort the Work Item List by priority ascending
B. sort the Work Item List by priority descending
C. select the Sort By Priority flag in the View menu
D. display the Priority column in theiProcess Workspace (Browser) Client
Answer: A
Question: 6
What are two valid advanced properties on the process level? (Choose two.)
A. Ignore Case Suspend
B. Enable Case Prediction
C. Priority Value Expression
D. Ignore Blank Addressees
E. Use DeadlineFor Task Duration
Answer: B, D
Question: 7
Click the Exhibit button.
What could be a possible problem with the Parallel gateway P2 with the problem marker?
A. Parallel gateways can have only three input/output flows.
B. Parallel gateways cannot have unconditional input/output flows.
C. Parallel gateways can have only unconditional input/output flows.
D. Parallel gateways with incoming Service Tasks cannot have output parameters mapped.
Answer: C
Question: 8
Which key combination is used to display Content Assist for a function used in a script?
A. Ctrl + C
B. Ctrl + F1
C. Ctrl + Space
D. Ctrl + Alt + Space
Answer: C
Question: 9
What is the default Button Type property value of the Submit button on a TIBCO Business Studio Form?
A. apply
B. close
C. submit
D. primary
E. peripheral
F. associative
Answer: D
Question: 10
Which two statements are true about Task scripts? (Choose two.)
A. Task Close Scripts will affect central case data.
B. Task Submit Scripts will affect central case data.
C. Task Close Scripts can be used to remove tasks from queues.
D. Task Open Scripts can be used to pre-load values into data fields prior to a task being opened.
E. Task Open Scripts can be used to manipulate field data prior to the task being delivered to a
queue.
Answer: B, D
Question: 11
What are four TIBCO Business Studio basic data types? (Choose four.)
A. Float
B. Date
C. Long
D. Boolean
E. Date Time
F. Integer Number
Answer: B, D, E, F
Question: 12
A connection to a TIBCO iProcess Engine deployment server has failed with a connection error.
What should be verified in order to solve the problem? (Choose two.)
A. The web server is running
B. The destination server is running.
C. The Hawk Agent service is running.
D. The connecting user is a domain administrator.
E. The username and password in the destination properties match aniProcess user credential.
Answer: B, E
Question: 13
Click the Exhibit button.
In the exhibit, STEP1 is outstanding. What is the purpose of RXTASK?
A. to close a case
B. to pause a case
C. to withdraw STEP1
D. to update case data
E. to start a parallel flow
F. to move the case to STEP2
Answer: D
Question: 14
During the testing of a process through the TIBCO iProcess Workspace (Browser) Client, you
notice that some data fields are not being populated in the TIBCO iProcess Engine. Which two
steps can be used to debug the form? (Choose two.)
A. ensure that the data fields’ types are supported by theiProcess engine
B. use the form preview to test if all the parameters are being posted by the form
C. ensure that the fields are configured to be an output type under the data model of the form
D. ensure that all the form fields are mapped correctly on the field properties page of the form
Answer: B, C
Question: 15
Which type of data field corresponds to a dynamically addressed participant?
A. String
B. Boolean
C. Performer
D. Participant
E. Integer Number
Answer: C
Question: 16
Click the Exhibit button.
What is the purpose of the Receive Task when deployed to TIBCO iProcess Engine?
A. to start a sub-process
B. to update case data in a case
C. to pause a process for a predefined period
D. to receive a new attachment into the process
E. to receive a mail message from an external party
Answer: B
Question: 17
Click the Exhibit button.
In the process flow shown in the exhibit, the Catch Timer Intermediate Event on the “Enter
Customer Data” task is set to “Continue Task On Timeout”. Which two statements are true?
(Choose two.)
A. If the “Enter Customer Data” task is opened, the Timer Event will be cancelled.
B. When the Timer Event expires, the “Management Chase” task will be delivered.
C. If the “Management Chase” task is completed, the “Enter Customer Data” task will be
automatically withdrawn.
D. When the “Enter Customer Data” task is completed, the “Management Chase” task will be
withdrawn if it exists.
E. If the “Management Chase” task is completed, the process will automatically continue to the
“Contact Customer” task.
Answer: B, D
Question: 18
A Catch Timer Intermediate Event is placed on the boundary of a User Task. Which two
configuration options are valid if the process is to be deployed to the TIBCO iProcess Engine?
(Choose two.)
A. Cycle timeout value
B. Withdraw TaskOn Timeout
C. Date and/or Time timeout value
D. Withdraw Task and Reset Timeout
Answer: B, C
Question: 19
Which gateway waits for each of its incoming sequences to be completed before moving to the
next task?
A. Parallel Gateway
B. Inclusive Gateway
C. Complex Gateway
D. Exclusive Data Gateway
E. Exclusive Event Gateway
Answer: A
Question: 20
What are two valid methods for populating an Option List on a TIBCO form? (Choose two.)
A. add a list name in the Option List’s Values field
B. create a web service on the Advanced Property tab
C. enter static values on the Properties tab for the Option List control
D. configure the name of an array parameter in the mapping expressions dialog
Answer: A, B
Question: 21
What is valid script grammar for Script Tasks with a destination of iProcess?
A. XPDL
B. XPath
C. Free Text
D. JavaScript
Answer: D
Question: 22
How is a Graft step created?
A. by selecting Graft Task from Palette and dropping in process
B. by creating an Embedded Sub-Process and checking the Is Graft Step checkbox
C. by creating a Reusable Sub-Process with a Process Interface and setting Is Graft Step to True
D. by selecting Service Task from Palette, dropping in process, and selecting service type of Graft
Answer: C
Question: 23
Which iProcess System variable is used for referring to the user currently processing the work
item?
A. SW_USER
B. SW_STARTER
C. SW_CREATOR
D. SW_STARTED:NAME
Answer: A
Question: 24
When starting a new process you want to initialize some data fields before the user form opens.
What should you use to accomplish this?
A. use a task open script to set the value using the statementFieldName = “”;
B. use the form open script and set the field value usingthis.getPane.setValue(“”);
C. use a task open script to set the value usingIPESystemUtil.setFieldsValue(“”);
D. use a script task that you call from a form open script and set the field value usingthis.getControl.setValue(“”);
Answer: D
Question: 25
What are two valid basic types of Participant? (Choose two.)
A. Unit
B. Role
C. Group
D. Human
E. Participant
F. Addressee
Answer: B, D
Question: 26
What are two valid methods to force users to complete fields on a TIBCO Business Studio Form before the task can be submitted? (Choose two.)
A. select the Compulsory field on the Properties tab of the form control
B. check theRequired checkbox on the General tab of the form control
C. ensure that the field is marked as an output field in the data model of the form
D. write a form script with the commandthis.Field(field name).setRequired(true);
E. write a form script with the commandthis.getControl(field name).setRequired(true);
Answer: B, E
Question: 27
Which type of Participant can be used to populate the Endpoint Name for a BW Service Task
when deploying to the TIBCO iProcess Engine?
A. Role
B. Human
C. System
D. Organizational_Unit
Answer: C
Question: 28
A Catch Timer Intermediate Event is placed on the boundary of a User Task. The timer event will be set only when the case data field NEWAPP is set to “Y”. How is this Timer event configured?
A. on the Extended Properties tab, add a new attribute, and in the attribute body, type NEWAPP == “Y”;
B. on the Scripts Properties tab, select the Conditional Timeout Script tab, and in the script edit
window, type NEWAPP == “Y”;
C. on the Advanced Properties tab, expand theiProcess Task Properties, and next to the Condition 1 property, type NEWAPP == “Y”;
D. on the General Properties tab, click the Script Defined As drop down and select Conditional,
and in the available text box, type NEWAPP == “Y”;
Answer: C
Question: 29
Click the Exhibit button.
STEP2 is in USER2 queue. STEP3 is in USER3 queue. The participant of STEP4 is USER4.
STEP2 is released. What happens next?
A. STEP2 is returned to USER2 queue. STEP3 remains in USER3 queue.
B. STEP3 remains in USER3 queue. STEP4 is delivered to USER4 queue.
C. STEP3 remains in USER3 queue. STEP4 is not delivered to USER4 queue.
D. STEP3 is withdrawn from USER3 queue. STEP4 is delivered to USER4 queue.
Answer: C
Question: 30
How is an array data field created?
A. by selecting Array Data property tab and configuring the data field
B. by creating the data field and appending “[ ]” to the data field name
C. by checking the Array checkbox on the General property tab for the data field
D. by right-clicking Data Fields in Project Explorer and selecting New > Array Data
Answer: C
Question: 31
Which Task Advanced Property can be used to define whether or not a step will be included in
prediction?
A. Ignore Case Suspend
B. Work ItemForwardable
C. Enable Case Prediction
D. Use Deadline for Task Duration
E. Don’t Delete Work Item onWithdraw
F. Don’t Include in Future Work Items List
Answer: F
Question: 32
What are three valid Java Service Task configuration properties? (Choose three.)
A. Class
B. Project
C. Method
D. Location
E. Transport
F. Port Type
Answer: D, E, F
Question: 33
Which method can be used to distribute process maps to fellow business analysts in the
organization?
A. use theRefactor > Save As Type menu option to save the project as an image
B. use the process export functionality to generate an HTML project of the process
C. right-click on theProcessPackage.xpdl file and select the Save As Image option
D. use the File > SaveAs Type menu option to save the project as an HTML package
Answer: B
Question: 34
What are two valid Service Task types? (Choose two.)
A. JMS
B. Java
C. .NET
D. Database
E. Web Service
Answer: A, C
Question: 35
What are four valid participants in TIBCO Business Studio? (Choose four.)
A. Role
B. Admin
C. Human
D. System
E. Prodef
F. Organizational_Unit
Answer: A, C, D, F
Question: 36
Click the Exhibit button.
Which statement is true about the diagram shown in the exhibit?
A. End Events must have labels.
B. Multiple lanes are not deployable to the TIBCOiProcess Engine.
C. The Dispatch Task is the default process flow after the gateway.
D. Two End Events cannot be deployed to the TIBCOiProcess Engine.
Answer: C
Question: 37
Click the Exhibit button.
In the exhibit, which arrow points to a valid TIBCO BusinessWorks service operation?
A. A
B. B
C. C
D. D
E. E
Answer: C
Question: 38
Click the Exhibit button.
Refactoring the elements highlighted in red into an Embedded Sub-Process cannot be completed before deciding a consideration. What is the consideration?
A. Therefactor causes an implied split of the highlighted objects.
B. Therefactor causes an implied join of multiple exit path objects.
C. Therefactor causes downstream activities to become unreachable.
D. The Timer Event is refactored and attached to the Embedded Sub-Process.
Answer: B
Question: 39
What are three valid service import methods? (Choose three.)
A. from a file
B. from a URL
C. from a UDDI Registry
D. from a WSIL document
E. from an HTML document
Answer: A, B, C
Question: 40
Where are work item priorities configured in TIBCO Business Studio?
A. on the form associated with the User Task
B. in the Process Package Properties window
C. on the Window > Preferences > General tab
D. on the Advanced Properties tab of the User Task
Answer: D
Question: 41
Which TIBCO Business Studio icon represents a Parallel Gateway?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
Answer: A
Question: 42
Which two operations can be performed when managing a deployed module, if the procedure is in a Released state? (Choose two.)
A. Model
B. Delete
C. Release
D. Undeploy
E. Withdraw
Answer: D, E
Question: 43
Which wo entities can be configured using TIBCO Business Studio? (Choose two.)
A. step priority
B. case number
C. case reference
D. step description
E. work queue parameters
Answer: B, C
Question: 44
Click the Exhibit button.
What do the Signal Events represent?
A. a wait action
B. a pause of the process
C. a deadline with a call to a Service Task
D. a deadline and withdraw of another task
Answer: A
Question: 45
Given the following script:
TempDate.Date=IPEDateTimeUtil.CALCDATE(IPESystemValues.SW_DATE,1,0,0,0); What would TempDate.Date evaluate to?
A. the day after the date the case was started
B. the day after the date the script was executed
C. the month after the date the case was started
D. the month after the date the script was executed
Answer: D
Question: 46
When a Process Package is copied into another Process Packages folder, which error or problem can be expected?
A. The files have duplicate process IDs.
B. The files in the folders have invalid names.
C. There will be problems while loading files, and a possible version problem.
D. There will be problems while pasting files; files need to be assigned unique names.
Answer: A
Question: 47
Which TIBCO Business Studio icon represents a Catch Signal Intermediate Event?
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
F. Option F
Answer: F
Question: 48
In your organization, work items are delivered to group queues. All users are members of the
group. You want to display work items relative to the user’s skill. As the user becomes more
proficient, more complex cases should be automatically displayed for the user to process. How is this accomplished?
A. ask the system administrator to forward all work items with the appropriate skill to the user
B. create a business rule (as a script step) that evaluates the user’s skill and use the outcome of the business rule to filter work items with the relevant skill level
C. map a field value that represents the complexity of the case to a SW_QParam system field and filter the group queue to a value that represents the user’s skill
D. select the relevant skill level from the User Task Resource tab in TIBCO Business Studio and map this value to the user’s skill attribute that was created by the administrator
Answer: C
Question: 49
Which TIBCO iProcess class contains the TriggerEvent method?
A. IPEUserUtil
B. IPEStarterUtil
C. IPEGeneralUtil
D. IPEProcessUtil
Answer: D
Question: 50
Which three actions can be performed when creating Project References? (Choose three.)
A. invoke a sub-process from another project
B. use a Process Interface from another project
C. access participants defined in another project
D. associate parameters to activities in another project
E. create a data field or formal parameter of the type External Reference
Answer: A, B, E
Question: 51
What is the function of an Exclusive Data-Based Gateway?
A. unconditionally split orjoin flows
B. conditionally split orjoin flows, based on data
C. conditionally split orjoin flows, based on events
D. unconditionally split orjoin flows, based on data
E. unconditionally split orjoin flows, based on events
Answer: B
Question: 52
What are three valid process states? (Choose three.)
A. Deployed
B. Released
C. Withdrawn
D. Unreleased
E. Undeployed
Answer: B, C, D
Question: 53
What are the three valid values for the process level Advanced Property “Case Description On
Start”? (Choose three.)
A. In/Out
B. Default
C. Hidden
D. Optional
E. Required
F. Mandatory
Answer: C, D, E
related posts:
- passguide tibco software inc certification exam
- passguide 70-622 certification exam
- passguide 156-215.1 certification exam demo
- passguide exin ex0-101 simulation dumps
- passguide microsoft mb2-632 exam
- tb0-112
- passguide microsoft mb2-631 exam
- passguide sc0-471 exams simulator dumps
- passguide 642-242
- passguide ex0-101