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
Questions
What are Logs available in Essbase
- Server Log
- Application Logs
- Outline Logs
- Calculation Logs
Which of the following statements best suits the characteristic of a business rule?
- Business Rule modifiaction will be done by technical experts
- Business Rule perform data fidelity check and page level validation
- Business Rule models represent the business policy
- Business Rule will not be changing according to market volatility
You are provided with the following requirements .Which of those requirements can be best accomplished in business rule?
- Member number field should be checked to not allow letters and special characters
- Name entered in the screen should be checked against the value stored in database and show error message if found not matching
- If the member's monhly income is above $10,000,include him/her in"PLATINUM" category
- If the member selects citizenship as "Non US Citzen ",system should prompt him/her to enter passport details
As far as the business rules are considered ,which of the following is analogous to Data Base Managemet System(DBMS)
- ILOG JRules Studio
- Business Rules Management System(BRMS)
- Rule Execution Server(RES)
- Rules DBMS
Which of the folowing product is used in CLO to develop business rules?
- Blaze Advisor(BRMS)
- DRools(RES)
- ILOG JRules Studio
- INFREX
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:
- Parameters
- Verbalizations
- Translations
- Conversions
The mechanism(API) provided by ILOG to execute rules
- Rule Container
- Rule Engine
- Ruleset
- Rule Server
Which of the following is the correct depiction of hierarchy in rules structuring? (Eg:Software Industry-->Software Company-->Employee)
- Package-->Ruleset-->Rules-->Repository
- Repository-->Ruleset-->Package-->Rules
- Ruleset-->Repository-->Rules-->Package
- Rules-->Ruleset-->Package-->Repository
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
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?
- Technical Rules
- BAL Rules
- Decision Table
- Decision Tree
How the rules code will retrieve the required data during runtime(i.e. after integrating with other components in the application)?
- From Rules Business Object Model
- From Execution Object Model(XOM)
- An administrator will provide input in runtime
- Rules can run independent of any external component
What is the use of page handler in PS Framework?
- Server side validation
- Client side validation
- It is used to handle flow
- Both a & b
What are the action methods used in PSFramework ActionController?
- doInit(),doPageAction(),doUpdate()
- init(),service(),destroy()
- doInit(),doPageAction(),destroy()
- init(),service(),doUpdate()
getApplicationId() is for?
- Unique identifier for Servlet
- Is one of the method in action controller
- a & b
- All the above
Find the invalid PS tag in below list?
- ps:includeif
- ps:excludeif
- ps:getValue
- ps:getAttributes
is the starting point for ps.xml
- True
- False
PSFramework promotes MVC design pattern?
- True
- False
The UsaaHttpServlet abstract class extends the HttpServlet class?
- True
- False
PsFrameworkServlet class overrides?
- doGet()
- doPost()
- a & b
- processRequest()
All Action Controller extends UsaaServlet?
- True
- False