Tag: packaged enterprise solutions

Questions Related to packaged enterprise solutions

  1. Package-->Ruleset-->Rules-->Repository

  2. Repository-->Ruleset-->Package-->Rules

  3. Ruleset-->Repository-->Rules-->Package

  4. Rules-->Ruleset-->Package-->Repository


Correct Option: B
  1. Business Flow Diagram

  2. Rule Deployment Descriptor

  3. Rule flow

  4. None of the above


Correct Option: C

As a business rules developer, you are asked to implement the following business scenario in rules component. i.If Age of member < 18 set the classification as Z ii.If Age of member is between 18 and 25 set the classification as A iii.If Age of member is between 26 and 35 set the classification as B. iv.If Age of member is between 36 and 50 set the classification as C. v.If Age of member is between 51 and 65 set the classification as D. vi.If Age of member is above 65 set the classification as E Which of the following is best suited to implement the requirement?

  1. Technical Rules

  2. BAL Rules

  3. Decision Table

  4. Decision Tree


Correct Option: C

How the rules code will retrieve the required data during runtime(i.e. after integrating with other components in the application)?

  1. From Rules Business Object Model

  2. From Execution Object Model(XOM)

  3. An administrator will provide input in runtime

  4. Rules can run independent of any external component


Correct Option: B
  1. Server side validation

  2. Client side validation

  3. It is used to handle flow

  4. Both a & b


Correct Option: B
  1. doInit(),doPageAction(),doUpdate()

  2. init(),service(),destroy()

  3. doInit(),doPageAction(),destroy()

  4. init(),service(),doUpdate()


Correct Option: A
  1. Unique identifier for Servlet

  2. Is one of the method in action controller

  3. a & b

  4. All the above


Correct Option: A
  1. ps:includeif

  2. ps:excludeif

  3. ps:getValue

  4. ps:getAttributes


Correct Option: D