An Item Administrator configures a pre-configured bundleitem with the Parent Item 'AAA' and child items 'BBB' and 'CCC'.The Pricing Administrator in IBM Sterling Business Center setsthe price of 'AAA' as $10, 'BBB' as $5 and 'CCC' as $2. The CSRadds this pre- configured bundle item to the order and selects both the child items. What is the price of the order in thisscenario?
A. $10
B. $17
C. $7
D. $5
An implementation professional has extended an API template and anout-of-the box table. For both these modifications, the modified XML file has been kept 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%/bin folder
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 -tresourcejar 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
A business wants to make sure that when an item within an order is not available at local store or regional distribution centers, the itemshould be sourced from a central warehouse.
How can this be accomplished?
A. Enable the "Fulfill from all ship nodes" configuration in the Applications Manager
B. Ensure that the central warehouse belongs to a central region created in the Applications Manager
C. Ensure that the central warehouse is configured in a distribution group in the Applications Manager
D. Make use of the backorder against the highest priority ship node rule in the document- specific fulfillment rule
An implementation professional needs to implement the use of Promising server and database sharding. Which version(s) of IBM Sterling OrderManagement needs to be installed?
A. Professional or Enterprise
B. Professional or Standard
C. Enterprise only
D. Standard or Enterprise
Which functionality in IBM Sterling Order Management (OMS) provides the ability to reverse the charges on payments to the original payment method before payments are processed?
A. Reverse Charges
B. Void Charges
C. Tender Void
D. Collection Void
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 be used as an Argument forthe 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 in the service with a condition Pricing Model equal to the relevant pricing model type
An implementation professional needs to assign Roles to the Participants based on the following table:
Which is the correct way tomap the Roles to the Participants?
A. A2;B7;C3;D6;E5;F1;G4
B. A7;B5;C3;D6;E2;F1;G4
C. A7;B2;C3;D6;E5;F4;G1
D. A6;B3;C7;D2;E5;F4;G1
An implementation professional needs to define shipping conditions such as "Do not mix items from different order number in a shipment". How can this be set in IBM Sterling Order Management?
A. Under Logistics Management, go to Cross Application > Logistics Rules
B. Under Application Platform, go to System Administration > Logistics Rules
C. Under Application Platform, go to Participant Setup (for Seller Enterprise) > Roles and participation > Seller attributes
D. Under Logistics Management, go to Logistics > Shipment Planning
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 relevantinformation 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
II was found during an implementation that the input to a particular API component in a service did not contain the sales order document type in the input.
How can thisbe fixed in the production environment without having to redeploy the application'?
A. Add a Nomenclature component before the API component to stamp the DocumentType attribute
B. Add an XSL Translator component before the API component to stamp theDocumentType attribute.
C. Add a Defaulting component before the API component to stamp the DocumentType attribute.
D. Add the sales order document type to the template of the API component.