ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 71 - DP-600 discussion

Report
Export

You have a Fabric tenant.

You are creating a Fabric Data Factory pipeline.

You have a stored procedure that returns the number of active customers and their average sales for the current month.

You need to add an activity that will execute the stored procedure in a warehouse. The returned values must be available to the downstream activities of the pipeline.

Which type of activity should you add?

A.
Stored procedure
Answers
A.
Stored procedure
B.
Get metadata
Answers
B.
Get metadata
C.
Lookup
Answers
C.
Lookup
D.
Copy data
Answers
D.
Copy data
Suggested answer: C

Explanation:

In a Fabric Data Factory pipeline, to execute a stored procedure and make the returned values available for downstream activities, the Lookup activity is used. This activity can retrieve a dataset from a data store and pass it on for further processing. Here's how you would use the Lookup activity in this context:

Add a Lookup activity to your pipeline.

Configure the Lookup activity to use the stored procedure by providing the necessary SQL statement or stored procedure name.

In the settings, specify that the activity should use the stored procedure mode.

Once the stored procedure executes, the Lookup activity will capture the results and make them available in the pipeline's memory.

Downstream activities can then reference the output of the Lookup activity.

asked 02/10/2024
Pichai Chaipoon
43 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first