Business Services Framework & Enterprise Architecture
Covers Business Services Framework (BSF), Business Object Model (BOM), Connectivity Framework, workflow patterns, EJBs, and design patterns for enterprise application development
Questions
Is <ps:radioButtonGroup name=""> a valid tag?
- True
- False
Find out the true statement(s) about Business services.
- Business Services are developed based on EJB Standard
- Utilize EJB transaction management features
- Utilize role-based security supported by EJB standard
- All the above
Business Services reduces coupling between business and presentation logic
- True
- False
Business Sevices are not distributed components
- True
- False
Business Services Frame Work (BSF) contains
- Session Facade pattern only
- Interceptors only
- both session Facade and interceptor patterns
- none
Find out the true statement about interceptors in BSF
- Interceptors re part of business logic
- interceptors provide service related to infrastructures
- Both 1 & 2
- None of the above
The Session Facade is the distributed interface for the business service exposed to the client delegate
- True
- False
Find out the true statements about Business Delegate
- Provide a standard Java interface to client applications
- Provide common behaviour required for all EJB invocations
- both a and b
- none
Business Services uses
- Value objects
- Light Weight Data Objects
- Both a and b
- None
What is the Obtainers in connectivity used for?
- to get the output from the third party system
- to prepare input from CLO to send to third party as request
- used as an interface to connect third party system
- none of the above
What is the Fidelity used for?
- for retrieving Loans & Deposit related details for an applicant
- for retrieving & updating Loans & Deposit related details for an applicant
- for retrieving & updating the credit card related details for an applicant
- for getting the credit report details for an applicant
What is the pattern used in connectivity framework?
- MOV
- AOM
- AMV
- AMO
Select the true statement?
- The taskgroup in workflow will have 'n' number of tasks
- The taskgroup may have only one task
- One task can be in more than one task group
- Option a and b
- All the above
Accessors in connectivity is used for?
- To get the output from the third party system
- To prepare input from CLO to send to third party as request
- Used as an interface to connect third party system
- None of the above
Where does DNA take place?
- BS
- PS
- BOM
- Rules
What is FDR used for?
- For getting the loan,deposit related details for an applicant
- For getting the credit report details for an applicant
- For retrieving and updating the credit card related details for an applicant
- All the above
When will the reschedule PNA be triggered ?
- To continue the Workflow in case of any discontinuity
- When no needed activity is determined
- Any system exception occurs
- Option a and b
What are different design patterns used in BOM?
- Adapter
- Factory
- Singleton
- All the above
Name the CLO components that interact with BOM
- Rules
- BS
- Connectivity
- All the above
Does BOM use EJBs to provide services to it's clients?
- True
- False