Tag: packaged enterprise solutions
Questions Related to packaged enterprise solutions
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?
How the rules code will retrieve the required data during runtime(i.e. after integrating with other components in the application)?