Summer Sale - Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: dpt65

C_DS_42 Questions and Answers

Note! Following C_DS_42 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

C_DS_42 Questions and Answers

Question # 6

What are SAP data services scripts used for? There are 2 correct answers to this question

A.

To write complex transformation logic using the flexibility of the scripting language.

B.

To perform job initialization tasks to print the job variable values into the trace log using the print() function.

C.

To set the desired properties, for example, trace options, monitor sample rate, and the use statistics for optimization flag.

D.

To execute single SQL commands using the sql() function to select a value from a status table for the variable.

Full Access
Question # 7

From the account table you want to know how many accounts you have per account type. The ACCOUNT_TYPE is output along with an additional column COUNTER. The group by tab of the query transform is used with ACCOUNT_TYPE. Which mapping would you use for the COUNTER column in SAP Data Services?

A.

count_distinct(Account_TYPE)

B.

Count(*)

C.

count(Account_type)

D.

Gen_Row_Num()

Full Access
Question # 8

What transform can you use to change the operation code from UPDATE to INSERT in SAP Data Services? Note: There are 2 correct answers to this question

A.

query

B.

Key generation

C.

Map operation

D.

History Preserving

Full Access
Question # 9

In SAP data services what does the date generation transform allow you to generate?

A.

The rows for a given date range

B.

The current date for a column to see when each row was loaded.

C.

the valid from date based on a dataset the contains valid to information only

D.

the valid to date based on a dataset the contains valid to information only

Full Access
Question # 10

Why would you specify Recover as a Unit in the property of a workflow in SAP Data Services?

A.

To ensure that all objects of the workflow are executed during recovery including the steps that were executed successfully in the prior run

B.

To ensure that the workflow is skipped during recovery if the workflow was executed successfully in the prior run.

C.

To ensure that all dataflow of the workflow are executed in one single transaction during recovery

D.

To ensure that each dataflow is recovered as a separate unit during the recovery execution

Full Access
Question # 11

What does the expression SUBSTR(FIRST NAME, 1,3) return?

A.

U

B.

M

C.

FIR

D.

IRS

Full Access
Question # 12

You have a map operation transform immediately before the target in a data flow in Sap Data Services. What happens if all operation codes are mapped to Discard in the transform?

A.

They are flagged for later deletion

B.

They are deleted from the target

C.

They are added to the overflow file

D.

They are filtered by the transform

Full Access