MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: A rental company is creating a rule-based application for equipment reservation. The following class diagram shows the BOM elements related to the various types of equipment maintained by the company.Each BOM element has been assigned to a category as shown.An application developer is creating a set of rental rules using the category filter 'transport'.Which set of BOM elements will be accessible to the application developer while writing the rental rules?
Question2: A completed decision service used to make independent, stateless decisions is ready for integration. An application developer is considering the appropriate rule execution pattern to follow in developing a client application.The client application will be deployed on the same host Operating System environment as the decision service. In addition, the client is a Java application which requires transaction control Quality of Service between the application code and the rule execution components.Which rule execution invocation option should the application developer use?
Question3: A connectivity solution needs to be implemented to send a Fraud Detectedevent trough an HTTP channel.How can the application developer define the outbound binding in the connectivity definitions file?when a Fraud Detected occurs called 'the event'
Question4: An application developer received the following schema definition from the Analysis phase to be used in the new Decision Server Insights solution.What does the application developer need to do to import the schema file and enable the country element for the geospatial capabilities of Decision Server Insights?
Question5: An application developer has setup an action template within a rule project in Rule Designer. Four action rules have been authored using this template.As a result of a change in the requirements, a new condition needs to be added to the template.Using Rule Designer, how can the application developer propagate this addition to the four rules?
Question6: An application developer is tasked with troubleshooting a Java EE Rule Execution Server that leverages the classic rule engine and needs to improve performance and load time. The execution unit (XU) is leveraged by the application as a resource adapter. One rule application has very high transaction volume and 10,000 rules. Another rule application has low transaction volume and a few hundred rules.Which of the following list of items does the application developer need to consider to meet the desired improvements?
Question7: An application developer has created several decision service projects for a Retail Pricing set of rules. The developer is asked to create the client application to execute the business rules in a stateless manner with transaction control at the rule session level. The client application will be deployed on the same application server as the Rule Execution Server components.How should the application developer invoke the business rules from within this client application?
Question8: A completed decision service used to make independent, stateless decisions is ready for integration. All IBM Decision Server components are installed and running. The application developer does not have access to deploy EAR files to the application server.The application developer is considering the appropriate rule execution patterns to follow in developing the client applications.Client Application 1:based on Java,will invoke the decision service on the same host Operating System environment as the decisionservice.Client Application 2:will invoke the same decision service,location is separate Operating System environment as the decision service.Which rule execution invocation options should the application developer use?
Question9: An application developer previously deployed a rule project to the Test Decision Server environment. The rule project contained a deployment configuration (named Insurance) and a decision operation (named determineEligibility). After deployment and removal of some versions from the Test Decision Server, the currently deployed rulesets are as follows:The application developer must now deploy an updated ruleset to the Test Decision Server with no impact to other testing. All other testing uses the following ruleset URL format:Insurance/RAVmajor.RAVminor/determineEligibility/RSVmajor.RSVminorWhat deployment configuration settings should the application developer use to meet the requirements above?
Question10: An application developer is creating a product selection ruleflow for an order processing application. The following rule tasks have been identified:determine product eligibilitydetermine product compatibilityvalidate productIt is decided that an existing ruleflow will be reused for the rule task 'determine product eligibility'.Which ruleflow element should the application developer select to add the existing ruleflow into the product selection ruleflow?
Question11: An application developer has deployed version 1.0 of a Java XOM and a decision service to a Rule Execution Server. The decision service is being tested by the business analyst through an internal application. Due to a change in requirements, the application developer updates the implementation of a XOM method and deploys version 2.0 of the Java XOM. The business analyst has asked for the ability to test with either version 1.0 or version 2.0 of the XOM without requiring any redeployment of the XOM.How can the application developer support the business analyst's request?
Question12: A decision service is deployed on a test Decision Server environment and the application developer must activate Decision Warehouse monitoring so that the resulting output can be reviewed in aggregate within the Rule Execution Server console.How does the application developer activate Decision Warehouse monitoring on the ruleset?
Question13: An application developer is ready to begin development on a new Insight application by creating a Solution project named mySolution.How can the application developer reuse an existing BOM project called myBOMwith his new Solution project?
Question14: An application developer needs to automate the build and deployment process of their RuleApp. Their Rule Execution Server is configured in a Java EE environment using database persistence mode, their rule project has a Java XOM and they require automation to include hot deployment of the RuleApp.Which sequenced Ant tasks should the application developer use to create an automated RuleApp build and deployment script?
Question15: An Insights solution is in the testing phase, and it is noticed that entities are not updated correctly based on the incoming events. It is suspected that the Possible Fraudevent is not being processed.How can the application developer troubleshoot the processing of the Possible Fraudevents?
Question16: A rule task includes rules that test on existence or collection items directly in working memory, and also makes use of dynamic priorities.Which algorithm should the application developer set for this task?
Question17: While executing a RuleApp that has been deployed to the Rule Execution Server it becomes clear that the value of a ruleset output parameter has an unexpected result. It has been determined that the correct version of the RuleApp has been deployed to the Rule Execution Server and that monitoring has been turned on for the ruleset.How can the application developer determine which rules in the ruleset executed on the Rule Execution Server?From the Rule Execution Server console:
Question18: After a long period of inactivity, an execution request of the only ruleset deployed to Rule Execution Server is delayed.Which change should the application developer make to avoid this problem?
Question19: An application developer needs to set up a new customer rule property whose value will be leveraged at runtime. Rules will be deployed from Decision Center.How can the application developer do this?
Question20: Some entity attributes need to load their values from an outside datasource.How can the application developer develop the required data provider?
Question21: An application developer is implementing the logic to upgrade the loyalty program status of a frequent traveler to GOLD when the customer reaches 30 flight segments within the current year. The system receives a Flight Taken event every time the customer takes a flight.Which action rule should the application developer author to implement this logic?when a Flight Taken occurs during current year
Question22: An application developer is working on a rule project called "Pricing" which has monthly releases and is managed in Decision Center. There is a main branch, called "main". In February the rules are deployed and the "February Release" deployment baseline is created. After creating several new rules for the March release in the "main" branch, a defect is identified in the "February Release" rules.What steps can the application developer take to fix the February rules, deploy the fixed rules and ensure the fixed rules are utilized in future releases?
Question23: An application developer published some pricing rules to the Rule Execution Server. The Java client application reports that "Order Pricing is not available at this time" which is a graceful failure but was unexpected. The application developer checks the log file and sees:What does the application developer need to do to completely diagnose this problem?
Question24: A company has multiple decision services that generate and send offers across various channels such as a Java based website as well as a COBOL based mailing system. The rules in these decision services may be different but they do use the same business vocabulary. The COBOL based mailing system requires native integration with the generated COBOL API stubs.How must the application developer create their XOM(s) and generate their shared BOM(s)?
Question25: The business requires two rulesets and two ruleset signatures. Both ruleset signatures require a Loan object as one of the input parameters. The ruleset signatures are expected to act as follows:1. "loan validation"; will only use rules in the Validation project.2. "loan validation with pricing"; will use rules from both the Pricing project and the Validation project.An application developer starts by creating two rule projects from the default rule project templates as indicated below:Pricing - Created from a Main Rule Project template. Meant to contain all of the Loan Pricing Rules.Validation - Created from a Standard Rule Project template. Meant to contain all of the Loan Pricing Rules.How should the application developer define the "loan validation with pricing" ruleset signature?
Question26: The Insights solution contains a global entity aggregate. For logging purposes, the debug information needs to be collected for that aggregate.How can the application developer capture debug information for the global entity aggregate?
Question27: An application developer is implementing the event logic of an online order handling application. The business requires that the order processing can only start after a two hour customer cancellation time period.How can the application developer implement this postponed processing of the Order Received event?
Question28: The format of the incoming event does not match the format expected by the Insights runtime.What shall the application developer do to allow the Insights runtime to process those incoming events?
Question29: Business Rules Embedded provides which of the following?
Question30: Which one of the following describes a difference between the decision engine and the classic rule engine?Rules passed to the:
Question31: An application developer is working on an Insights solution with 2 agents:Agent 1: A rule agent responsible for defining alerts for passengers based on airport behavior.Agent 2: A Java agent responsible for retrieving data from a relational database because data does notexist in the grid.Both agents process: "airport closed event"How does the application developer need to configure the agents to ensure the Java agent processes the events before the rule agent?
Question32: Decision Center is currently deployed and running with the application server on a single node (physical host) and the database on a separate physical host within the same subnet. The rule authors using Decision Center are experiencing slow response times on various operations and are not able to isolate the cause. The following characteristics are present:More than 10 rule authors are using Decision Center simultaneously.Most rule authors are browsing the repository and locating rules by clicking into folders.Multiple rule authors are iteratively editing a rule and running a test suite to see the impact.Multiple rule authors are iteratively editing and saving very large decision tables.What should the application developer tune to improve performance?
Question33: There is a requirement to generate custom reports for decision services deployed to Decision Center.How can the application developer construct the required reports for Decision Center?