A custom API needs to be developed to evaluate the price of a given order. Different kinds of pricing model types, such as "REGULAR", "PROMOTION". "HOLIDAY' and "SEASONAL" are used.
Tipimplementation professional wants to set this up so that the custom API code does not have to invoke an API to retrieve the pricing model type. How can this be achieved if the pricing model type that needs to be used by the custom API should be set up as a configurable parameter?
A. Set up the different pricing models as Common Code Values under a Pricing Model Common Code type
B. Configure the pricing model type to beused as an Argument for the custom API component under the Argument tabs
C. Add an XSL translator component before the custom API component which will stamp the required pricing model type
D. Add a condition component before the custom API component inthe service with a condition Pricing Model equal to the relevant pricing model type
Which option is NOT an advantage of using theindexing solution in an IBM Sterling Order Management V9.4 implementation?
A. All operations can be executed using a Java client object.
B. Data can be indexed by using JSON over HTTP.
C. Configurations can be set at the index level.
D. All the capabilities of Eclipse are exposed through simple configurations and plug-ins
An implementation professional has extended an API template and an out-of-the box table. For both these modifications, the modified XML file has beenkept in the appropriate directory. To ensure these changes are effective, the resourses.jar and entities.jar files need to be rebuild.
Which is the BEST way to accomplish this?
A. Run the deployer.sh -t entitydeployer command from the %INSTALL_DIR%/binfolder
B. Run the deployer.sh -t resourcejar and then deployer.sh -t entitydeployer commands from the % INSTALL_DIR%/bin folder
C. Run the deployer.sh -t resourcejar command from the %INSTALL_DIR%/bin folder
D. Run the deployer.sh -t entitydeployer and then deployer.sh -t resourcejar commands from the % INSTALL_DIR%/bin folder
An implementation professional creates an order with header-level shipment charges- The order is to be shipped in two shipments.
How are theshipment charges invoiced?
A. Header-level shipment charges are invoiced in the last invoice
B. Header-level shipment charges are invoiced in the first invoice.
C. Header-level shipment charges are invoiced in the first and second invoice
D. Header-level shipment charges arenot invoiced
Which of the following is NOT an advantage of implementing the Promising Server?
A. Multiple order servers can access the same Promising Server
B. Businesses are allowed to coordinate multiple servers for inventory and promising
C. Inventory and promising is housed in one system for all participant channels and organizations
D. Inventory can be shared across enterprises and nodes that belong to different colonies on the Order server
A sales order was paid for using a combination of the following payment methods:
Customer Account ($20)
Gift Card ($10)
Credit Card ($90)
Gift Cards are configured such that the refund amount is returned to the Customer Account, and Credit Cards are configured to refund to the Credit Card used. The Refund Sequence for the Customer Account is 0 and Credit Card is 0. If this sales order is returned, how is the order completely refunded?
A. The Credit Card is refunded S90, the Customer Account is refunded $20, then the Gift Card is refunded $10
B. The Credit Card is refunded S90, then the Customer Account is refunded $30.
C. The Customer Account is refunded the full amount of $120.
D. The Customer Account is refunded S30, then the Credit Card is refunded $90.
An implementation professional runs a test of a web service in an IBM Sterling Order Management solution deployed in IBM WebSphere Application Server. The web service crashes with no error details nor relevant information in the log files. The implement needs to re-run the test modifying the log level to obtain more details and fix this issue.
How can the log level be modified without restarting the application?
A. Change the log level for the service in the Application Management Console
B. Update the Trace Components List available on the System Management Console under Tools > Trace components
C. Invoke the modifyLogLevel API with the server name and log level required in the API Tester
D. Set thelog4j.config.xmlproperties file to change the log level to VERBOSE for this specific component
Consider the following charges made:
Sales Order 1 (sales order is for $250)
o CREDrT_CARD1=$150 oDEBIT_CARD1=$100
Sales Order 2(sales order is for $300)
o CREDIT_CARD 1 = $150
o DEBIT CARD1 =$150
The same payment method, CREDIT_CARD_1, was used on both sales orders The following payment setup was previously configured:
CASH refunds to new CASH, unless greater than $200, then CASH refunds to CHECK
DCBIT_CARD refunds lo now CASH
CREDI1 CARD refunds to itself
If the customer decides to return both orders, which refund scenario is correct? Return Order Refunds:
A. $300 to CREDIT_CARD 1 $250toDEBIT_CARD1
B. $150 to CREDIT_CARD 1 $400 to CHECK
C. $300toCREDIT_CARD1 $100toDEBIT_CARD1 $150 to CASH
D. $300toCREDIT_CARD1 $250 to CHECK
In a production environment, agent server JVM has crashed due to an out of a memory error on the agent machine. Agent server JVM is configured to run with 5 threads. At the time of the crash, 5 different records are being processed by the agent server JVM and 1707 more records are present in the non-persistent JMS queue to be processed Agent server JVM is re-started after increasing the memory.
Which statement is true?
A. Agent will start processing the 5+1707 records; agent re-trigger is not required
B. Agent will start processing the 5+1707 records; agent re-trigger is required
C. Agent will start processing the remaining 1707 records; agent re-trigger is not required
D. Agent will start processing the remaining 1707 records; agent re-trigger is required
In IBM Sterling Order Management (OMS), an implementation professional needs to define the menu options that a specific user will see.
How should this requirement be configured?
A. Default menu options can be modified in the profile properties file created in the OMS installation folder
B. Personalized menu options can be developed using pre-defined Java class files located in the
C. New menu options can be configured in the Application Manager. This menu will be defined for a specific user, so it is not necessary to include this new menu in menu groups.
D. New menu optionsfor a specific user can be defined in the Application Manager As with any other menus options defined in the solution, it should be included in a menu group.