0

technology Online Quiz - 1842

Description: technology Online Quiz - 1842
Number of Questions: 20
Created by:
Tags: technology
Attempted 0/20 Correct 0 Score 0

The InterfaceOrderToBillingEBF is not responsible for Service Association to the Customer in BRM.

  1. True

  2. False


Correct Option: A

The call from TestOrderOrchestrationEBF to ProcessSalesOrderLineStatusUpdateSiebelProvABCSImpl is not one way

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, let's analyze the given statement:

"The call from TestOrderOrchestrationEBF to ProcessSalesOrderLineStatusUpdateSiebelProvABCSImpl is not one way."

This statement implies that the call from TestOrderOrchestrationEBF to ProcessSalesOrderLineStatusUpdateSiebelProvABCSImpl is not a one-way call.

In a one-way call, the caller sends a request to the callee without expecting a response. However, in this case, the statement suggests that there is an expectation of a response from the callee.

Therefore, the correct answer is:

A) True - The statement is correct, and the call is not one way.

The RollDownStatusIndicator is set to 1 in ProcessSalesOrderEBM for the ROLI update in Siebel

  1. True

  2. False


Correct Option: A

What is the function of DD DISP parameter

  1. Tells the system what to do with the dataset following normal termination of the step

  2. Describes the status of the dataset

  3. Tells the system what to do with the dataset following abnormal termination of the step

  4. All of the above


Correct Option: D

How is the record format of an output dataset specified

  1. RECORG parameter

  2. STORCLAS parameter

  3. RECFM parameter

  4. None of the above


Correct Option: C

AI Explanation

To specify the record format of an output dataset, you would use the RECFM (Record Format) parameter.

Option A) RECORG parameter - The RECORG parameter is used to specify the record organization of a dataset, such as sequential or indexed. It is not used to specify the record format.

Option B) STORCLAS parameter - The STORCLAS parameter is used to specify the storage class for a dataset, which determines its allocation attributes. It is not used to specify the record format.

Option C) RECFM parameter - The RECFM parameter is used to specify the record format of a dataset. It determines how records are structured, such as fixed or variable length, and whether they contain blocked or unblocked data.

Option D) None of the above - This option is incorrect because the correct answer is option C, the RECFM parameter.

Therefore, the correct answer is option C) RECFM parameter.

What is the purpose of DD * statement in JCL

  1. Begins an input data prompt at the system console

  2. Begins an in-stream dataset

  3. Marks the end of a command stream

  4. Includes all datasets within a naming pattern


Correct Option: B
  1. Positional, Keyword

  2. Keyword, Control

  3. Dynamic, Static

  4. Named, Dynamic


Correct Option: A
  1. Marks the end of a job

  2. Marks the beginning of an instream procedure

  3. Marks the beginning of a job & assigns a name to the job

  4. Assigns an execution priority to a job


Correct Option: C

The flows in which Cross references are populated

  1. ProcessSalesOrderSiebelJMSConsumer

  2. QueryCustomerPartyListSiebelProvABCSImpl

  3. CreateCustomerPartyPortalProvABCSImpl

  4. SalesOrderEBS


Correct Option: B,C

Where are Customer Related Cross References affected ?

  1. ProcessBillingPortalProvABCSImpl

  2. ProcessSalesOrderSiebelReqABCSImpl

  3. InterfaceCustomerToBillingEBF

  4. QueryCustomerPartyListSiebelProvABCSImpl


Correct Option: A,B,C,D

How can a job send a status message to a TSO user at the completion of a job

  1. STATUS

  2. NOTIFY

  3. ENDMSG

  4. USER


Correct Option: B

What is the function of a DD statement

  1. Identifies & describes a dataset

  2. Delimits a DO loop

  3. Marks the start of a declarative section

  4. Delimits the start of an inline include section


Correct Option: A

When output dataset space is required, what quantity categories are used

  1. Primary, Secondary, Directory

  2. Address, Units, CONTIG or ALS

  3. Displacement and length

  4. Megabytes, Kilobytes and Bytes


Correct Option: A

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 ?

  1. 2

  2. 4

  3. 6

  4. 8


Correct Option: A

As per the AIA Architecture, which EBF can invoke a Requester ABCS.

  1. Process EBF

  2. Entity EBF

  3. None

  4. Both


Correct Option: C

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 ?

  1. 6

  2. 9

  3. 10

  4. 12


Correct Option: C

Which is NOT a method that you can use to configure package configurations in SSIS packages?

  1. SQL Server Table

  2. HKEY_LOCAL_MACHINE hive in the windows Registry

  3. XML file

  4. Environment variable


Correct Option: B

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?

  1. You cannot use SSIS to import non-standard text files

  2. Use a flat file connection and assign text file for the connection and get the data

  3. Use a flat file connection and Transformation option of the script component. The use some code get the orderdate

  4. Use fuzzy grouping and a flat file connection to get order date


Correct Option: C

What is the language you should use when you are using a script component?

  1. VB.Net

  2. C#

  3. VB6

  4. VB.Net & C#


Correct Option: A

What is the measure you need to use to measure similarity between a set of values in a Fuzzy Lookup?

  1. _Similarity

  2. _Confidence

  3. Similarity

  4. FuzzyComparionFlags


Correct Option: A
- Hide questions