What is the relationship between local variables and parameters in SAP Data Services? 2 correct answers
Answer : A, B
An SAP Data Services dataflow must load the source table data into a target table, but the column names are different. Where do you assigg each source column to the matching target column?
Answer : C
Where can you set up breakpoints for the SAP Data services interactive debugger?
Answer : A
You built a delta load dataflow in SAP Data Services. This Dataflow is executed every night. The source table contains a CHANGE_DATE column
which is populated by the database when the row is saved.
What can a timestamp based CDC aproach identify in the source based on this CHANGE_DATE column
Answer : A
What requirement must you meet when mapping an output column on the SAP Data Services query transform mapping tab?
Answer : B
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?
Answer : C
A dataflow contain a pivot transform followed by a query transform that performs an aggregation. The Aggregation query should by pushed down to the database in SAP Data services.
Where would you place the Data_Transfer transform to do this?
Answer : B