Enterprise Platforms: TIBCO iProcess, SAP, Oracle Forms/Reports
Technical questions covering TIBCO iProcess Engine processes and architecture, SAP workload monitoring and server health, and Oracle Forms and Reports development.
Questions
We can modify the database value in a form using “POST-QUERY” trigger.
- True
- False
If “Defer Required Enforcement” property present at the form level is set to “yes” then the “When-validate-item” trigger set at the item level for a particular record would not get invoked.
- True
- False
A form should have atleast one main canvas
- True
- False
We can attach the required menu to a form using Menu Module parameter present at the block level
- True
- False
In forms the scroll bar length id determined based on the number of the records been displayed.
- True
- False
Trigger fires in the following sequence in a report
- 1. Before parameter Form 2. After parameter Form 3. Before Report 4. Between Pages 5. After Report
- 1. Before parameter Form 2. Before Report 3. After parameter Form 4. Between Pages 5. After Report
- 1. Before parameter Form 2. After parameter Form 3. Between Pages 4. Before Report 5. After Report
- 1. After parameter Form 2. Before parameter Form 3. Before Report 4. Between Pages 5. After Report
Which of the following statement is true.
- Confine mode allows locking of frames.
- If Flex mode is on then you cannot move the objects outside the frame.
- IF Confine mode is on then you can move the objects outside the frame.
- None of the above.
Which of the following statements are true: 1) Record group is a oracle forms data structure 2) Alert style is used to determine which icon will be displayed for the alert.The default value is “Caution”. 3) Oracle reports cannot be invoked using standalone reports server. 4) “Look and Feel” property in the forms configuration of 10g has be set to “oracle” to ensure the “look and feel” are same as in forms version 6i.
- 1 & 2
- 1 & 3
- only 1
- 1 & 4.
Which WP type corresponds to bulk processing?
- Dialog
- Background
- Spool
- Update
Which is tool used to monitor health of a server in SAP environment?
- Nagios
- DBCC
- CCMS
- Solman
Which TCODE is used to get the workload analysis of a SAP system?
- ST04N
- DB01
- SM51
- ST03N
A TIBCO iProcess Engine installation on one server is known as a TIBCOiProcess Engine ___
- Node
- Instance
- Cluster
- Any of the above
Installing the TIBCO iProcess Engine on Multiple Servers that all use the SAME Database Instance is known as a Node Cluster Architecture?
- True
- False
Which is core background process that interprets the business rules that have been defined in the iProcess Modeler?
- IAPJMS
- Database Queue Daemon (DBQD)
- Background (BG)
- RPC Background (RPCBG)
The TIBCO iProcess Engine uses a client/server model for communication where there is a two way communication path between each TIBCO iProcess Workspace client and TIBCO iProcess Engine server. The communication protocol used for this communication is called ____
- TCP-IP
- FTP
- RPC
- HTTP
- HTTPS
If a database failure or failover occurs, the TIBCO iProcess Engine is able to:
- detect that the failure has occurred
- guarantee the integrity of any in-progress transactions
- seamlessly continue working when the database connection returns (whether that connection is to the original database or a failover database)
- All of above
On the Oracle (UNIX/Linux) TIBCO iProcess Engine the event system used by the Process Sentinels is provided by the database. This means that use of which of the Oracle’s feature is required to provide failure or failover support
- Microsoft Transaction Server (MTS)
- Oracle ODBC Driver
- Transparent Application Failover (TAF)
- All of above
Which is not a Foreground Process?
- Work Queue Server
- WIS Mbox Daemon
- Work Item Server
- RPC listeners
- Deadline Manager
The Process Sentinels:
- Deal with the user interaction, list of queues and their contents
- Keep control of all the processes to make sure they are always running.
- Perform the case processing
- All of above
Which method of queue allocation takes no account of queue size and is best used when queues are evenly distributed with work items and user access is evenly spread?
- Round Robin Queue Allocation
- On-Demand Queue Allocation
- Both
- None