exam questions

Exam DP-600 All Questions

View all questions & answers for the DP-600 exam

Exam DP-600 topic 1 question 83 discussion

Actual exam question from Microsoft's DP-600
Question #: 83
Topic #: 1
[All DP-600 Questions]

You have a Fabric tenant.

You are creating an Azure 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. Switch
  • B. Copy data
  • C. Append variable
  • D. Lookup
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
calvintcy
Highly Voted 12 months ago
I took the test today, and this question was included. The options were: Switch, Copy Activity, Script, and Stored Procedure. I chose Script.
upvoted 12 times
...
Fer079
Highly Voted 1 year, 1 month ago
Selected Answer: D
Lookup activity reads and returns the content of a configuration file or table. It also returns the result of executing a query or stored procedure. The output can be a singleton value or an array of attributes, which can be consumed in a subsequent copy, transformation, or control flow activities like ForEach activity. https://learn.microsoft.com/en-us/azure/data-factory/control-flow-lookup-activity
upvoted 6 times
...
2fe10ed
Most Recent 6 months ago
Selected Answer: D
Script or Lookup activity https://learn.microsoft.com/en-us/fabric/data-factory/lookup-activity https://blog.fabric.microsoft.com/id-id/blog/automate-fabric-data-warehouse-queries-and-commands-with-data-factory?ft=All
upvoted 2 times
...
matmat25810
12 months ago
Script -> https://learn.microsoft.com/en-us/fabric/data-factory/tutorial-preprocess-data-with-stored-procedure-load-into-lakehouse
upvoted 2 times
...
sandy789
12 months ago
Stored proc would be the answer
upvoted 1 times
...
72bd3bc
1 year ago
Lookup activity reads and returns the content of a configuration file or table. It also returns the result of executing a query or stored procedure. The output can be a singleton value or an array of attributes, which can be consumed in a subsequent copy, transformation, or control flow activities like ForEach activity. the quote from https://learn.microsoft.com/en-us/fabric/data-factory/lookup-activity so I suppose the answer is correct. But why Append variable isn't correct?
upvoted 3 times
...
Murtaza_007
1 year, 1 month ago
The correct answer is D
upvoted 1 times
...
louisaok
1 year, 1 month ago
https://learn.microsoft.com/en-us/azure/data-factory/tutorial-pipeline-failure-error-handling Upon Success: (Default Pass) Execute this path if the current activity succeeded Upon Failure: Execute this path if the current activity failed Upon Completion: Execute this path after the current activity completed, regardless if it succeeded or not Upon Skip: Execute this path if the activity itself didn't run
upvoted 1 times
...
hello2tomoki
1 year, 1 month ago
https://pragmaticworks.com/blog/azure-data-factory-lookup-and-stored-procedure
upvoted 2 times
...
Nefirs
1 year, 1 month ago
I'd say D
upvoted 2 times
...
earlqq
1 year, 2 months ago
it`s strange, because there is activity stored proc in fabric pipes.
upvoted 1 times
Nefirs
1 year, 1 month ago
not quite sure but I thought these do not return values to a variable which is available for downstream activities as requested in this question.
upvoted 2 times
...
...
clux
1 year, 2 months ago
Selected Answer: D
Correct
upvoted 2 times
...
prabhjot
1 year, 2 months ago
ANS D - Lookup
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...