최신 IBM Certified Application Developer A2180-400 무료샘플문제:
1. A ruleset is deployed to Rule Execution Server and the rule administrators requested that Decision Warehouse be used to store trace information about ruleset executions. What should the application developer do to activate tracing on the already deployed ruleset?
A) Use the res-deploy Ant task with the correct parameters to enable tracing on the deployed ruleset.
B) Tracing cannot be enabled without deploying the ruleset again with the monitoring.enabled ruleset property set to true.
C) Navigate to the ruleset within Rule Execution Server console and click the Show Monitoring Options to enable tracing.
D) Navigate to the ruleset within Rule Execution Server console and add the ruleset.trace.enabled property.
2. An application developer just activated Decision Warehouse for a ruleset deployed to Rule Execution Server. The ruleset has a Business Object Model (BOM) class com.test.Customer with two large properties: Customer.largeString1 and Customer.largeString2. Activating Decision Warehouse resulted in a decrease in ruleset execution performance. How can the application developer reduce the BOM serialization performance impact and retain the ability to search input and output parameters on the Decision Warehouse tab of the Rule Execution Server Console?
A) Set the ruleset.bom.enabled property to false and in Customer.toString() return a value containing Customer.largeString1 and Customer.largeString2
B) Set the monitoring.inout.filters property to Customer.largeString1,Customer.largeString2.
C) Set the monitoring.inout.filters property to INFO_WORKING_MEMORY=true,WORKING_MEMORY_FILTER=com.test.Customer.
D) Set the monitoring.filters property to Customer.largeString1,Customer.largeString2.
3. An application developer is in charge of synchronizing changes in a rule project between Decision Center and the Source Code Control (SCC) tool used for development. Which rule project artifacts should the application developer exclude from SCC?
A) output folder and .syncEntries file
B) resources and templates folders
C) resources folder and .syncEntries file
D) output, templates and queries folders
4. An application developer needs to implement the following business policy. All customers get a minimum discount of 5%. Customers that are 60 years old or older with an income over 100,000 get a 25% discount. All other customers 60 years old or older get a 10% discount.
The application developer already authored the following rule.
Which additional rule should the application developer author?
A) Option C
B) Option B
C) Option A
D) Option D
5. Business users want to be notified when a RuleApp has been updated or deleted. What should the application developer do to support this requirement?
A) Execute the res-jar Ant task to set up email notifications.
B) Create a Rule Execution Server MBeans listener.
C) Register the business user in the Decision Center Console.
D) Register the business user's email in RuleApp view page in Rule Execution Server Console.
질문과 대답:
질문 # 1 정답: C | 질문 # 2 정답: B | 질문 # 3 정답: A | 질문 # 4 정답: B | 질문 # 5 정답: B |