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
Why would you create a new composite cartridge?
A. to assemble a solution in OSM from a complete collection of all composite cartridges
B. to create multiple solutions in OSM for all composite cartridges
C. to assemble a single solution in OSM from a collection of component cartridges
D. to create a solution that always includes all the component cartridges present in the workspace
E. Because the composite cartridge feature is not included in OSM. It includes only compound or classic cartridges.
In a manual task, there are three text fields configured: FIrstName, LastName, and FullName. In the FirstName and LastName fields, a Constraint Behavior is configured. In the FullName field, a Calculation Behavior is added with the following XPath expression:
While executing the manual task, a user enters values in the FirstName and LastName fields, but the FullName field is not calculated automatically. What should be done to have the FullName field automatically calculated?
A. Remove the Calculation Behavior from the FullName field and add it to either the FirstName or the LastName field.
B. Add an Event Behavior to the FirstName and LastName fields.
C. Eliminate the Constraint Behavior from the FirstName and LastName fields.
D. Remove the Constraint Behavior from the FirstName and LastName fields and add it to the FullName field.
E. Add a Relevant Behavior to the FirstName and LastName fields.
You must extend an OSM sealed cartridge, which is part of a composite cartridge solution provided by Oracle. In this extension, you need to add new data elements to a generic task. Which step would you need to perform to achieve this requirement?
A. Create a new task in the composite cartridge with the same name as the generic task and with the new elements in its task data.
B. Create a Composite Cartridge View in a component cartridge to define the task data as an additive view.
C. Create a new task in a new component cartridge, which extends the generic one from the sealed cartridge, and add the new desired elements.
D. Create the new elements in the Generic View under the Model Variables section of the composite cartridge.
E. Unseal the cartridge and create the new elements in the existing task data of the generic task.
You are defining configuration management to support your OSM solution. What are two recommendations that you should follow about modifications to the solution?
A. If the modification is considered an evolution, the cartridge version should be incremented. Existing in-flight orders will not be affected by this modification.
B. If the modification is considered a fix to a problem in production, the cartridge version should not be incremented. Existing in-flight orders could be affected by this modification.
C. If the modification is considered an evolution, the cartridge version should be incremented. Existing in-flight orders will be affected by this modification.
D. If the modification is considered a fix to a problem in production, the cartridge version should not be incremented. Existing in-flight orders will not be affected by this modification.
E. If the modification is considered an evolution, the cartridge version is incremented automatically. Existing in-flight orders will not be affected by this modification.
Which two actions would allow you to configure an XQuery automation plug-in in an automated task that is intended to publish a message in a JMS queue when the task becomes ready to be executed?
A. setting the Event Type as Internal Event Receiver
B. setting the Event Type as External Event Receiver
C. setting the Automation Type as XQuery Automator
D. setting the Automation Type as XQuery Sender
In your OSM implementation, you must send emails to a group of users every time a value is entered in a filed in your order named "failureReason". Identify the feature that supports this requirement.
A. Data Change Notifications implemented at the Order level
B. Data Change Notifications implemented at the Task level
C. Milestone Event Notifications implemented at the Order level
D. Task-State Event Notifications implemented at the Task level
E. Jeopardy Notifications implemented at the Order level
F. Jeopardy Notifications implemented at the Task level
Due to internal errors in a downstream system, one of the automated tasks is receiving an error response to a request sent from OSM. Considering that the error is an issue that could be resolved by simply retrying the request, identify the functionality you would use to recover from this fallout scenario.
A. Order Change Management
B. Notifications
C. Jeopardy
D. automation framework transaction rollback E. follow-on order
A client's requirement involves sending a single message to a CRM system after all tasks associated with an order process have completed successfully. How would you address this requirement, independently of what the tasks do or where they are placed in the process flow?
A. by implementing Data Change Notifications at the Order level
B. by implementing Data Change Notifications at the Task level
C. by implementing Milestone Events Notifications at the Order level
D. by implementing Task-State Event Notifications at the Task level
E. by implementing Jeopardy Notifications at the Order level
F. by implementing Jeopardy Notifications at the Task level
A communications service provider has a solution modeled inside OSM sealed cartridges, which are part of a composite solution. What three enhancements can be implemented without unsealing the existing cartridges?
A. defining new fulfillment providers for new provisioning systems to decompose order items by target system
B. configuring new fulfillment dependency between two existing products
C. adding a new orchestration stage to the existing orchestration sequence to decompose order items by region
D. including new properties to the order item specification, so that the new property can be used during orchestration plan definition
E. using the existing granularity orchestration stage and changing the granularity for a billing function, so that products are billed as soon as they are provisioned.