exam questions

Exam DP-203 All Questions

View all questions & answers for the DP-203 exam

Exam DP-203 topic 4 question 42 discussion

Actual exam question from Microsoft's DP-203
Question #: 42
Topic #: 4
[All DP-203 Questions]

You have an Azure Data Factory pipeline named pipeline1 that includes a Copy activity named Copy1. Copy1 has the following configurations:

• The source of Copy1 is a table in an on-premises Microsoft SQL Server instance that is accessed by using a linked service connected via a self-hosted integration runtime.
• The sink of Copy1 uses a table in an Azure SQL database that is accessed by using a linked service connected via an Azure integration runtime.

You need to maximize the amount of compute resources available to Copy1. The solution must minimize administrative effort.

What should you do?

  • A. Scale out the self-hosted integration runtime.
  • B. Scale up the data flow runtime of the Azure integration runtime and scale out the self-hosted integration runtime.
  • C. Scale up the data flow runtime of the Azure integration runtime.
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
BillMyl
Highly Voted 1 year, 10 months ago
I would answer A. https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime Copying between a cloud data source and a data source in a private network: if either the source or sink linked service points to a self-hosted IR, the copy activity is executed on the self-hosted IR.
upvoted 18 times
...
azure_user11
Highly Voted 1 year, 11 months ago
Why not B? https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime Azure integration runtime provides the native compute to move data between cloud data stores in a secure, reliable, and high-performance manner. You can set how many data integration units to use on the copy activity, and the compute size of the Azure IR is elastically scaled up accordingly without requiring you to explicitly adjust the size of the Azure Integration Runtime. For high availability and scalability, you can scale out the self-hosted IR by associating the logical instance with multiple on-premises machines in active-active mode.
upvoted 13 times
sakis213
2 months, 3 weeks ago
We dont have mapping data flows here
upvoted 1 times
...
...
606a82e
Most Recent 8 months, 2 weeks ago
Selected Answer: C
Correct
upvoted 1 times
...
e56bb91
9 months, 2 weeks ago
To maximize the amount of compute resources available to the Copy activity (Copy1) in your Azure Data Factory pipeline while minimizing administrative effort, the most appropriate action would be: A. Scale out the self-hosted integration runtime. Explanation: Self-Hosted Integration Runtime (SHIR): Since the source of Copy1 is an on-premises SQL Server, the data needs to be transferred using the self-hosted integration runtime. Scaling out the self-hosted integration runtime means adding more nodes to the integration runtime cluster, which increases the number of parallel connections and throughput for data transfer from the on-premises SQL Server to Azure. Azure Integration Runtime: The sink is an Azure SQL Database accessed via an Azure integration runtime. Azure integration runtime is managed by Azure, and it automatically scales based on the load. Therefore, you generally do not need to manually scale up the Azure integration runtime.
upvoted 3 times
...
SarathChandra
9 months, 4 weeks ago
Selected Answer: A
A is correct
upvoted 1 times
...
Bakhtiyor
11 months, 3 weeks ago
Selected Answer: B
I chose B option
upvoted 1 times
...
Dusica
11 months, 3 weeks ago
A is the answer; as BillMyI quoted microsoft - copy is happening on self-hosted IR
upvoted 1 times
Dusica
11 months, 3 weeks ago
besides it is a copy activity, there is now Data Flow
upvoted 2 times
...
...
f214eb2
1 year ago
Selected Answer: C
c is correct
upvoted 1 times
...
MBRSDG
1 year ago
Selected Answer: C
The question explicitly requires to minimize the administrative cost. Every time there's such a request, the solution must be as much automated as possible. Self-Hosted has to be managed by some IT department, so it implies effort ad then administrative costs. Instead, simply scaling up the data flow runtime does not require infrastructural costs, since Azure provides such a machine type in the cloud, so we don't have to handle our machine in the company. Just a detail: dataflows, even with a giant cluster, have very poor performances in practical situations. Just scaling up the IR could be not enough...
upvoted 2 times
...
Azure_2023
1 year, 3 months ago
Selected Answer: C
es, the answer is still the same. Scaling up the data flow runtime of the Azure integration runtime is still the best option to maximize the amount of compute resources available to Copy1. The reasoning is that the copy activity is configured to use the self-hosted integration runtime because the source linked service is connected to a self-hosted integration runtime. This means that the copy activity will be executed on the self-hosted integration runtime, and scaling up the Azure integration runtime will have no effect on the copy activity's performance. Scaling up the Azure integration runtime would only help if the source and sink linked services were both connected to the Azure integration runtime. In that case, scaling up the Azure integration runtime would provide more processing power for the copy activity.
upvoted 3 times
...
jongert
1 year, 3 months ago
Integration runtime is hosted on the location of the sink for copy activity if I am not mistaken.
upvoted 1 times
...
dakku987
1 year, 3 months ago
Selected Answer: C
chat gpt C. Scale up the data flow runtime of the Azure integration runtime. Explanation: In Azure Data Factory, when you're copying data between different data stores, the compute resources used by the Copy activity are mainly determined by the data flow involved in the copying process. Azure Data Factory provides two types of integration runtimes:
upvoted 2 times
...
Momoanwar
1 year, 3 months ago
Selected Answer: A
Chatgpt: The self-hosted integration runtime can be scaled out by adding additional nodes, which allows it to process more activities simultaneously. This is a way to increase compute resources without a significant administrative overhead since it involves configuration changes rather than physical infrastructure changes. Options B and C involve scaling up the data flow runtime, which is not applicable in this context since the Copy activity does not use data flow runtime; it uses the integration runtime for data movement. Therefore, the correct answer to maximize compute resources for Copy1 with minimal administrative effort is: A. Scale out the self-hosted integration runtime.
upvoted 2 times
...
SATHTECH
1 year, 4 months ago
For maximizing the amount of compute resources available to the Copy activity in Azure Data Factory, you should consider scaling up the data flow runtime of the Azure integration runtime. Option C. Scale up the data flow runtime of the Azure integration runtime.
upvoted 2 times
...
kkk5566
1 year, 7 months ago
Selected Answer: A
https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime#self-hosted-ir-compute-resource-and-scaling A should be corrrect.
upvoted 2 times
kkk5566
1 year, 7 months ago
correct it , C ,Option A, “Scale out the self-hosted integration runtime,” is not the best solution to maximize the amount of compute resources available to Copy1 because it would not minimize administrative effort. Scaling out the self-hosted integration runtime would involve adding more nodes to the runtime pool, which would require allocating new virtual machines and registering new nodes on the integration runtime. This process can be time-consuming and would require additional administrative effort1.
upvoted 4 times
...
...
[Removed]
1 year, 8 months ago
Selected Answer: A
if either the source or sink linked service points to a self-hosted IR, the copy activity is executed on the self-hosted IR.
upvoted 3 times
...
alegiordx
1 year, 9 months ago
Selected Answer: A
My answer is A due to the precedence criteria among Integration runtimes selection when source and sink linked services are linked to different IRs, as described here https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime#determining-which-ir-to-use
upvoted 3 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