exam questions

Exam DP-700 All Questions

View all questions & answers for the DP-700 exam

Exam DP-700 topic 1 question 50 discussion

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

You have a Fabric workspace that contains a lakehouse named Lakehouse1.

You plan to create a data pipeline named Pipeline1 to ingest data into Lakehouse1. You will use a parameter named param1 to pass an external value into Pipeline1. The param1 parameter has a data type of int.

You need to ensure that the pipeline expression returns param1 as an int value.

How should you specify the parameter value?

  • A. "@pipeline().parameters.param1"
  • B. "@{pipeline().parameters.param1}"
  • C. "@{pipeline().parameters.[param1]}"
  • D. "@@{pipeline().parameters.param1}"
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
12a2ecc
Highly Voted 1 month ago
Selected Answer: A
Should be "A"; "B" will be result in string, not int: https://learn.microsoft.com/en-us/fabric/data-factory/parameters#parameter-and-expression-concepts
upvoted 5 times
zxc01
1 month ago
"@pipeline().parameters.myNumber" Returns 42 as a number. This one comes from that document.
upvoted 1 times
...
...
13d2a97
Most Recent 3 weeks, 6 days ago
Selected Answer: B
@{pipeline().parameters.param1} This syntax correctly references the parameter param1 and ensures that it is treated as an integer value within the pipeline expression.
upvoted 1 times
...
9Exam
1 month ago
Selected Answer: A
correct answer is a
upvoted 1 times
...
tarmapas
1 month ago
Selected Answer: A
B get string output
upvoted 2 times
...
zxc01
1 month, 1 week ago
Selected Answer: A
answer A will get int data output. answer B will get string.
upvoted 4 times
12a2ecc
1 month ago
Should be "A"; "B" will be result in string, not int: https://learn.microsoft.com/en-us/fabric/data-factory/parameters#parameter-and-expression-concepts
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago