Oracle Communications Order and Service Management Server 7 Implementation Essentials v7.0 (1z0-493)

Page:    1 / 6   
Total 89 questions

Which three pieces of advice would you offer a developer who is responsible for configuring the CRM and Middleware systems that submit revisions to OSM?

  • A. Use a unique identifier for each order and the same identifier for its revisions.
  • B. Always submit changes to services already provisioned by using revisions.
  • C. Have a numeric field that increases its value with every new revision.
  • D. Revisions should have a distinct message schema from the original order.
  • E. Always use the same interface when submitting either an order or a revision.


Answer : A,B,D

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


Answer : A,E

Identify the option with the scenario or scenarios that can be implemented in the context of task permissions.
1. The ActivateDSL Role, which requires normal processing of an activation task, requires permission to execute this task under the DO execution mode.
2. The OrderFulfillment Role, which needs to roll back the activation operations previously performed by an activation task, requires permission to execute this task only under the
Amend DO and UNDO execution modes.
3. The InventoryUpdate Role, which executes reassignment of resources in the inventory system by re-executing a previously performed task in an order under revision, requires permission to execute this task only under the REDO execution mode.

  • A. 1
  • B. 2
  • C. 3
  • D. Both 1 and 2
  • E. Both 2 and 3
  • F. Both 1 and 3


Answer : E

Explanation:
Referencehttps://docs.oracle.com/cd/E35413_01/doc.722/e35415/cpt_order_changes.htm# autoId12

When designing a decomposition rule, you include a decomposition condition with the following expression. Identify the reason for this development methodology.


  • A. to include only order items with a ServiceActionCode property that does not equal NONE in the target order component
  • B. to include only order items with a ServiceActionCode property that equals NONE in the target order component
  • C. to generate a target order component only when at least one order item in the source order component has a ServiceActionCode property that does not equal NONE
  • D. to generate a target order component only when at least one order item in the source order component has a ServiceActionCode property that equals NONE
  • E. to generate a target order component only when all order items in the source order component have a ServiceActionCode property that does not equal NONE
  • F. to generate a target order component only when all order items in the source order component have a ServiceActionCode property that equals NONE


Answer : C

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.


Answer : B,C

Which configuration determines the data fields that are displayed when a user accesses the Summary Data tab in the Order Management Web client or performs a query for an order in the Task Web client?

  • A. association of default tasks to roles
  • B. configuration of the default view of an order
  • C. configuration of filters
  • D. configuration of query tasks in orders
  • E. None. All order data is displayed to a user in these scenarios.


Answer : D

Explanation:

Reference -
https://docs.oracle.com/cd/E49155_01/doc.73/e49705/mdl_ord_spec.htm#OSMMG541(Sp ecifying Which Data to Display in the OSM Web Clients)

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


Answer : B

Explanation:
Referencehttps://docs.oracle.com/cd/E35413_01/doc.722/e35412/ins_silent_install.htm#au toId3(see note)

Identify the sequence of high-level activities that are performed in a typical telecommunications service provider environment where Order Management is implemented.

  • A. Order Entry and Validation in the CRM system; Order Decomposition and Orchestration in the Order Management system -> Resource Allocation in the Inventory system; Resource Activation in the Activation system; Resource Billing in the Billing Management system
  • B. Order Entry and Validation in the CRM system; Order Decomposition and Orchestration in the Order Management system -> Resource Activation in the Activation system; Resource Allocation in the Inventory system; Resource Billing in the Billing Management system
  • C. Order Entry and Validation in the CRM system; Order Decomposition and Orchestration in the Order Management system -> Resource Billing in the Billing Management system; Resource Activation in the Activation system; Resource Allocation in the Inventory system
  • D. Order Entry, Validation, Decomposition, and Orchestration in the Order Management system; Resource Billing in the Billing Management system -> Resource Activation in the Activation system; Resource Allocation in the Inventory system
  • E. Order Entry, Validation, Decomposition, and Orchestration in the Order Management system; Resource Allocation in the Inventory system -> Resource Activation in the Activation system; Resource Billing in the Billing Management system


Answer : C

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.


Answer : A,D

Which three aspects can you ascertain by analyzing an orchestration plan in the Order
Management Web client?

  • A. You can find the order items that are associated with each fulfillment function.
  • B. You can identify the order components that will be executed in parallel.
  • C. You can identify the order components that will be executed at the beginning of order execution.
  • D. You can identify the fulfillment mode associated with an order.
  • E. You can define the dependency conditions between order components.


Answer : A,C,D

Explanation: References:

A clients 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


Answer : B

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


Answer : D

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.



Answer : D

Consider an order recognition rule where the validation rule XQuery expression contains the following lines of code. When a CRM application tries to create orders that would be processed by this recognition rule by using the CreateOrder web service, which are two possible responses it could receive depending on the output of the validation expression?


  • A. a “CreateOrderResponse” message with the created “Order Id”
  • B. a “Fault” message with the description containing “No matching Order Recognition rule found”
  • C. a “Fault” message with a description containing “Order Id is missing in the request”
  • D. a “Fault” message with a description containing “Transaction not allowed”
  • E. a “Fault” message with the description containing “Error in validation expression. See order for details”


Answer : B,C

This diagram represents the orchestration plan of an order that you submitted on January
1. The following are configured in your cartridge:
- Each order component has a minimum processing duration of two days.
- The product specification of Order Item 3 has a minimum processing duration of four days.
- In the product specification of Order Item 3, Order Component B has a duration of four days.
Considering that the requested delivery date is set to January 10 for all order items, when will the order start its execution?


  • A. January 1
  • B. January 2
  • C. January 4
  • D. January 6
  • E. January 8
  • F. January 10


Answer : A

Page:    1 / 6   
Total 89 questions