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

20 Questions Published

Questions

Question 1 True/False

Is <ps:radioButtonGroup name=""> a valid tag?

  1. True
  2. False
Question 2 Multiple Choice (Single Answer)

Find out the true statement(s) about Business services.

  1. Business Services are developed based on EJB Standard
  2. Utilize EJB transaction management features
  3. Utilize role-based security supported by EJB standard
  4. All the above
Question 3 True/False

Business Services reduces coupling between business and presentation logic

  1. True
  2. False
Question 4 True/False

Business Sevices are not distributed components

  1. True
  2. False
Question 5 Multiple Choice (Single Answer)

Business Services Frame Work (BSF) contains

  1. Session Facade pattern only
  2. Interceptors only
  3. both session Facade and interceptor patterns
  4. none
Question 6 Multiple Choice (Multiple Answers)

Find out the true statement about interceptors in BSF

  1. Interceptors re part of business logic
  2. interceptors provide service related to infrastructures
  3. Both 1 & 2
  4. None of the above
Question 7 True/False

The Session Facade is the distributed interface for the business service exposed to the client delegate

  1. True
  2. False
Question 8 Multiple Choice (Single Answer)

Find out the true statements about Business Delegate

  1. Provide a standard Java interface to client applications
  2. Provide common behaviour required for all EJB invocations
  3. both a and b
  4. none
Question 9 Multiple Choice (Single Answer)

Business Services uses

  1. Value objects
  2. Light Weight Data Objects
  3. Both a and b
  4. None
Question 10 Multiple Choice (Single Answer)

What is the Obtainers in connectivity used for?

  1. to get the output from the third party system
  2. to prepare input from CLO to send to third party as request
  3. used as an interface to connect third party system
  4. none of the above
Question 11 Multiple Choice (Single Answer)

What is the Fidelity used for?

  1. for retrieving Loans & Deposit related details for an applicant
  2. for retrieving & updating Loans & Deposit related details for an applicant
  3. for retrieving & updating the credit card related details for an applicant
  4. for getting the credit report details for an applicant
Question 12 Multiple Choice (Single Answer)

What is the pattern used in connectivity framework?

  1. MOV
  2. AOM
  3. AMV
  4. AMO
Question 13 Multiple Choice (Single Answer)

Select the true statement?

  1. The taskgroup in workflow will have 'n' number of tasks
  2. The taskgroup may have only one task
  3. One task can be in more than one task group
  4. Option a and b
  5. All the above
Question 14 Multiple Choice (Single Answer)

Accessors in connectivity is used for?

  1. To get the output from the third party system
  2. To prepare input from CLO to send to third party as request
  3. Used as an interface to connect third party system
  4. None of the above
Question 15 Multiple Choice (Single Answer)

Where does DNA take place?

  1. BS
  2. PS
  3. BOM
  4. Rules
Question 16 Multiple Choice (Single Answer)

What is FDR used for?

  1. For getting the loan,deposit related details for an applicant
  2. For getting the credit report details for an applicant
  3. For retrieving and updating the credit card related details for an applicant
  4. All the above
Question 17 Multiple Choice (Single Answer)

When will the reschedule PNA be triggered ?

  1. To continue the Workflow in case of any discontinuity
  2. When no needed activity is determined
  3. Any system exception occurs
  4. Option a and b
Question 18 Multiple Choice (Single Answer)

What are different design patterns used in BOM?

  1. Adapter
  2. Factory
  3. Singleton
  4. All the above
Question 19 Multiple Choice (Single Answer)

Name the CLO components that interact with BOM

  1. Rules
  2. BS
  3. Connectivity
  4. All the above
Question 20 True/False

Does BOM use EJBs to provide services to it's clients?

  1. True
  2. False