Enterprise Software Solutions: Frameworks, BRMS, and BI

Covers knowledge of enterprise software packages including PSFramework web framework, ILOG JRules business rules management system, and Essbase business intelligence tools

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

What are Logs available in Essbase

  1. Server Log
  2. Application Logs
  3. Outline Logs
  4. Calculation Logs
Question 2 Multiple Choice (Single Answer)

Which of the following statements best suits the characteristic of a business rule?

  1. Business Rule modifiaction will be done by technical experts
  2. Business Rule perform data fidelity check and page level validation
  3. Business Rule models represent the business policy
  4. Business Rule will not be changing according to market volatility
Question 3 Multiple Choice (Single Answer)

You are provided with the following requirements .Which of those requirements can be best accomplished in business rule?

  1. Member number field should be checked to not allow letters and special characters
  2. Name entered in the screen should be checked against the value stored in database and show error message if found not matching
  3. If the member's monhly income is above $10,000,include him/her in"PLATINUM" category
  4. If the member selects citizenship as "Non US Citzen ",system should prompt him/her to enter passport details
Question 4 Multiple Choice (Single Answer)

As far as the business rules are considered ,which of the following is analogous to Data Base Managemet System(DBMS)

  1. ILOG JRules Studio
  2. Business Rules Management System(BRMS)
  3. Rule Execution Server(RES)
  4. Rules DBMS
Question 5 Multiple Choice (Single Answer)

Which of the folowing product is used in CLO to develop business rules?

  1. Blaze Advisor(BRMS)
  2. DRools(RES)
  3. ILOG JRules Studio
  4. INFREX
Question 6 Multiple Choice (Single Answer)

Your Business Rules need certain attributes to define a business policy.The Business Objects contain certain methods to retrieve those attributes.For the ease of business policy managers you are linking meaningful English statements to each method.These English like statments are termed as:

  1. Parameters
  2. Verbalizations
  3. Translations
  4. Conversions
Question 7 Multiple Choice (Single Answer)

The mechanism(API) provided by ILOG to execute rules

  1. Rule Container
  2. Rule Engine
  3. Ruleset
  4. Rule Server
Question 8 Multiple Choice (Single Answer)

Which of the following is the correct depiction of hierarchy in rules structuring? (Eg:Software Industry-->Software Company-->Employee)

  1. Package-->Ruleset-->Rules-->Repository
  2. Repository-->Ruleset-->Package-->Rules
  3. Ruleset-->Repository-->Rules-->Package
  4. Rules-->Ruleset-->Package-->Repository
Question 9 Multiple Choice (Single Answer)

Which of the following components in BRMS controls the flow of execution of rules?

  1. Business Flow Diagram
  2. Rule Deployment Descriptor
  3. Rule flow
  4. None of the above
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Single Answer)

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
Question 12 Multiple Choice (Single Answer)

What is the use of page handler in PS Framework?

  1. Server side validation
  2. Client side validation
  3. It is used to handle flow
  4. Both a & b
Question 13 Multiple Choice (Single Answer)

What are the action methods used in PSFramework ActionController?

  1. doInit(),doPageAction(),doUpdate()
  2. init(),service(),destroy()
  3. doInit(),doPageAction(),destroy()
  4. init(),service(),doUpdate()
Question 14 Multiple Choice (Single Answer)

getApplicationId() is for?

  1. Unique identifier for Servlet
  2. Is one of the method in action controller
  3. a & b
  4. All the above
Question 15 Multiple Choice (Single Answer)

Find the invalid PS tag in below list?

  1. ps:includeif
  2. ps:excludeif
  3. ps:getValue
  4. ps:getAttributes
Question 16 True/False

is the starting point for ps.xml

  1. True
  2. False
Question 17 True/False

PSFramework promotes MVC design pattern?

  1. True
  2. False
Question 18 True/False

The UsaaHttpServlet abstract class extends the HttpServlet class?

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

PsFrameworkServlet class overrides?

  1. doGet()
  2. doPost()
  3. a & b
  4. processRequest()
Question 20 True/False

All Action Controller extends UsaaServlet?

  1. True
  2. False