최신 IBM Certified Application Developer C2180-400 무료샘플문제:
1. A bank is developing a loan application system with business rules. An application developer adds a ruleset parameter loanReport of type LoanReport which contains the ?valid? attribute. The application developer needs to initialize the ruleset parameter ?loanReport? and set default value of the valid attribute to ?true? with ILOG Rule Language (IRL) code. How should the application developer do this?
A) Add a rule task node in the ruleflow and in its Initial Action section enter Business Action Language (BAL) and edit the IRL translation.
B) Set the default value of the loanReport parameter to: new LoanReport(valid=true)
C) Add an Action task node in the ruleflow, and enter the IRL code to set the default value.
D) In the transition that links Start node to the first rule task, enter the IRL code to set the default value.
2. A Record instance is passed to the ruleflow as a ruleset parameter. A rule task performs validation and should accumulate all the issues found in the Record. The associated rules have the following characteristics:
-There are numerous action rules and decision tables. ?The rule conditions only involve the
Record class and its attributes. -The rule conditions perform many different tests in various order. -The action part of the rules only adds messages to a list that is not involved in the conditions of the rules.
Which execution settings should the application developer choose for the validation rule task?
A) Algorithm: RetePlus Exit Criteria: None
B) Algorithm: Fastpath Exit Criteria: RuleInstance
C) Algorithm: RetePlus Exit Criteria: RuleInstance
D) Algorithm: Sequential Exit Criteria: None
3. The response time of Decision Center while browsing and editing rule artifacts is slow. What should the application developer do to improve the performance?
A) Augment the number of Business Object Model (BOM) entries and add more verbalizations.
B) Tune the JVM maximum heap size.
C) Increase the Execution Unit (XU) connection pool size.
D) Use an Embedded Derby database.
4. CORRECT TEXT
Business users would like the output of a simulation run to be displayed as a pie chart. What should the application developer do to implement this requirement?
A) Create a custom JSP page that includes pie chart widget and repackage the Decision Center EAR file to include this JSP Page.
B) Implement the interface IlrKPIResultAggregator and repackage the Decision Center EAR file to include the new class.
C) Implement the interface IlrScenarioSuiteKPIRenderer and repackage the Decision Center EAR file to include this new class.
D) Implement the interface IlrScenarioSuiteResourcesRenderer and repackage the Decision Center EAR file to include this new class.
5. An application developer is using Decision Validation Services (DVS) to test business rules. The application developer notices that the required column headings in the generated Excel scenario file template do not contain meaningful text. What should an application developer do to make the column headings meaningful before generating a new scenario file template ?
A) Manually change the column headings in the scenario file template.
B) Specify meaningful names on the Business Object Model (BOM) members corresponding to the required columns.
C) Modify the names of the constructor parameters to give them meaningful names.
D) Specify meaningful names for column headings during scenario file template generation.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: D | 질문 # 3 정답: B | 질문 # 4 정답: C | 질문 # 5 정답: C |