Questions
The InterfaceOrderToBillingEBF is not responsible for Service Association to the Customer in BRM.
- True
- False
The call from TestOrderOrchestrationEBF to ProcessSalesOrderLineStatusUpdateSiebelProvABCSImpl is not one way
- True
- False
The RollDownStatusIndicator is set to 1 in ProcessSalesOrderEBM for the ROLI update in Siebel
- True
- False
What is the function of DD DISP parameter
- Tells the system what to do with the dataset following normal termination of the step
- Describes the status of the dataset
- Tells the system what to do with the dataset following abnormal termination of the step
- All of the above
How is the record format of an output dataset specified
- RECORG parameter
- STORCLAS parameter
- RECFM parameter
- None of the above
What is the purpose of DD * statement in JCL
- Begins an input data prompt at the system console
- Begins an in-stream dataset
- Marks the end of a command stream
- Includes all datasets within a naming pattern
A DD statement has 2 types of parameters. Name them
- Positional, Keyword
- Keyword, Control
- Dynamic, Static
- Named, Dynamic
What is the function of JOB statement in JCL
- Marks the end of a job
- Marks the beginning of an instream procedure
- Marks the beginning of a job & assigns a name to the job
- Assigns an execution priority to a job
The flows in which Cross references are populated
- ProcessSalesOrderSiebelJMSConsumer
- QueryCustomerPartyListSiebelProvABCSImpl
- CreateCustomerPartyPortalProvABCSImpl
- SalesOrderEBS
Where are Customer Related Cross References affected ?
- ProcessBillingPortalProvABCSImpl
- ProcessSalesOrderSiebelReqABCSImpl
- InterfaceCustomerToBillingEBF
- QueryCustomerPartyListSiebelProvABCSImpl
How can a job send a status message to a TSO user at the completion of a job
- STATUS
- NOTIFY
- ENDMSG
- USER
What is the function of a DD statement
- Identifies & describes a dataset
- Delimits a DO loop
- Marks the start of a declarative section
- Delimits the start of an inline include section
When output dataset space is required, what quantity categories are used
- Primary, Secondary, Directory
- Address, Units, CONTIG or ALS
- Displacement and length
- Megabytes, Kilobytes and Bytes
How many possible different calls to BRM (not repeating calls to same opcode)can be made in the ProcessBillingPortalProvABCSImpl in case of a New Sales Order ?
- 2
- 4
- 6
- 8
As per the AIA Architecture, which EBF can invoke a Requester ABCS.
- Process EBF
- Entity EBF
- None
- Both
Out of the box, how many BPEL and ESB Processes are involved in a modify order flow where the Customer is already existing in BRM ?
- 6
- 9
- 10
- 12
Which is NOT a method that you can use to configure package configurations in SSIS packages?
- SQL Server Table
- HKEY_LOCAL_MACHINE hive in the windows Registry
- XML file
- Environment variable
You are using SSIS to import a plain text file to SQL Server. You have found that some text files do not have a standard format. For example, the last field orderdate does not exist for some records. What is the best method you should use to import this file to SQL Server?
- You cannot use SSIS to import non-standard text files
- Use a flat file connection and assign text file for the connection and get the data
- Use a flat file connection and Transformation option of the script component. The use some code get the orderdate
- Use fuzzy grouping and a flat file connection to get order date
What is the language you should use when you are using a script component?
- VB.Net
- C#
- VB6
- VB.Net & C#
What is the measure you need to use to measure similarity between a set of values in a Fuzzy Lookup?
- _Similarity
- _Confidence
- Similarity
- FuzzyComparionFlags