You must implement a dependency between two order components within a product specification, where the dependent order component will wait the amount of time defined in an order item property after the blocking order component finishes its execution and before starting its own execution.
What are the two tasks required to configure this behavior?
A. defining a Wait Condition in the dependency, which is configured with the task state "Received"
B. defining a Wait For Condition in the dependency, which is configured with the task state "Completed"
C. defining a Wait For Condition in the dependency, which is configured with a data change notification
D. defining a Wait Delay in the dependency, which is configured with a fixed time duration
E. defining a Wait Delay in the dependency, which is configured with a duration expression
F. defining a Wait Condition in the dependency, which is configured with no delay duration
Your OSM solution fulfills orders originating from two different countries, C1 and C2. Two roles, R1 and R2, are created in your cartridges. Which design feature can you use to enable users with role R1 to view and manage orders only from country C1 and users with role R2 to view and mange orders only from country C2?
A. Query
B. Filters
C. Task Data
D. Order Data
E. Roles, which alone are sufficient to meet the desired functionality
When sending customer orders from a CRM application, a customer sales representative (CSR) reports that order requests are returning an error: "No matching Order Recognition rule found." After analyzing the error, you decide that a catch- all recognition rule should be configured, so that these orders are still created in OSM. Which three actions would you take to configure your new catch-all recognition rule?
A. setting relevancy to a number lower than other recognition rules
B. selecting the Fail Order check box
C. implementing the Recognition Rule with an expression such as "fn:true()"
D. defining an Input Message format based on the CRM message
E. defining an empty namespace
When submitting orders for testing, you notice that order items are being correctly displayed in the OSM Web client, but no order components are being generated in your orchestration plan. What would you check to find the root cause of the issue?
A. if the property that is indicated as Order Item Name Property has a valid value
B. if the property that is indicated as Product Specification Mapping Property has a valid value
C. if the task data of the Creation Task associated with the order that is being tested contains the ControlData structure
D. if the order that is submitted for testing contains at least one order item payload
E. if the XQuery expression associated with the order item property that stores the order item's XML payload has any errors
Your client's requirement includes viewing log files at regular intervals. Which application would allow the user to view OSM log files?
A. the OSM Administrator application
B. the OSM Design Studio console
C. the OSM XML Import/Export tool
D. the Oracle WebLogic Server console
E. the OSM Task Web client
Which OSM component should not be installed on Linux environments?
A. Database Schema
B. Database Utilities
C. Server
D. Administrator
E. SDK Tools
F. SDK Samples
You have configured the following process flow in your OSM. Identify two possible outcomes of this process.
A. When the Join Type configuration of the Join element is set to ALL, the ProvisionService task will never be executed.
B. The Join Type configuration of the Join element must be set to ALL for the process to execute correctly.
C. The Join element can be eliminated from the process and the same logic can be implemented with the remaining elements.
D. The "Is New Service Required?" element can have as many exit flows as needed, if the use case logic requires it.
E. There would be an error if the "Next" transition is substituted by a transition without status.
You implement a dependency between two functions in a product specification. What is the default configuration you expect in this dependency?
A. It would have a wait condition with a wait delay configuration.
B. It would have a wait condition based on a data change notification.
C. It would use a product specification dependency.
D. It would use an order item dependency.
E. It would use a property correlation dependency.
One of your client's requirements involves enrichment of an order received from a CRM system with a customer geographic region that can be retrieved by using a web service interface. Considering that the order cannot be created without this information, which development approach would you propose to meet this requirement?
A. adding a data instance to the order data rule transformation of the corresponding recognition rule
B. adding a data instance to the order priority transformation of the corresponding recognition rule
C. adding a data instance to the order reference transformation of the corresponding recognition rule
D. adding a data instance to the recognition rule XQuery of the corresponding recognition rule
E. adding a data instance to the validation rule XQuery of the corresponding recognition rule
What is the possible reason for calling the following XQuery function from an automation?
);
A. to set a correlation ID in the context of a task that receives responses from a supply chain system
B. to set a correlation ID in the context of a task that sends requests to an activation system
C. to set a correlation ID in the context of an order received from a CRM system
D. to set a correlation ID in the context of a notification that sends updates back to a CRM system
E. to set a correlation ID in the context of a task that sends requests to and receives responses from an inventory system