Enterprise Application Engine and BOM Technologies
Covers PeopleSoft Application Engine for batch processing, Business Object Model (BOM), and Business Rules Management System (BRMS) including patterns, persistence, and J2EE technologies.
Questions
Is there any BOM class that is directly referenced by clients without using interface?
- True
- False
What is the J2EE technology used to develop BOM?
- JSP
- POJO
- Servlets
- All the above
What is the pattern used by BOM to instantiate the objects in BOM graph, per clients request?
- Adapter
- Singleton
- Factory
- All the above
What is the Database product name that BOM uses for persistence?
- IBM DB2 UDB
- Oracle
- Microsoft SQL server
- DBM
In business services ,Mapper classes are used to map the VO and BOM objects
- True
- False
Which of the following components in BRMS controls the flow of execution of rules?
- Business Flow Diagram
- Rule Deployment Descriptor
- Rule Flow
- None of the above
What is the language used to model the business objects?
- XML
- UML
- SGML
- HTML
What is the name of the interface, BOM uses to communicate with Rules?
- IDecisionServices
- DecisionEngineManager
- IDecisionEngineManager
- None of the above
The Business Delegate mediate the interaction between the _______ and ___________ layers
- Business Services and Connectivity
- Presentation Services and Business Services
- Business Services and Workflow
- None of the above
Name the persistence framework used in BOM
- Spring
- Hibernate
- Struts
- None of the above
Application Engine offers you an alternative to writing __________ or _______ programs for background SQL processing.
- COBOL
- SQR
- Both
- None
Application Engine programs can be used for:
- row-by-row processing
- set-based processing
- SQL statements
- both 1 and 2
Application Engine generate SQL or PeopleCode.
- True
- False
All Application Engine programs must contain at least one section entitled ________.
- SECTION
- MAIN
- STEP01
- ACTION
_________ are the smallest unit of work that can be committed within a program.
- MAIN
- SECTION
- STEP
- ACTION
_________ are the smallest unit of work that can be committed within a program.
- MAIN
- SECTION
- STEP
- ACTION
The only mutually exclusive actions within a single step are __________________ and _____________________.
- Call Section and SQL Statement
- Call Section and PeopleCode
- Do While and Do Until
- Do Select and Do When
The maximum number of actions a single step can contain is ____.
- 6
- 7
- 8
- No limit
The ReUse Statement property is available for _____________________________.
- SQL statements
- PeopleCode actions
- Call Section actions
- all SQL action types (SQL, Do When, Do While, Do Until, Do Select)
Application Engine does not commit a step containing a Do Select action with the Select/Fetch option enabled until the entire step completes successfully, regardless of the other options you have selected.
- True
- False