exam questions

Exam 70-767 All Questions

View all questions & answers for the 70-767 exam

Exam 70-767 topic 1 question 24 discussion

Actual exam question from Microsoft's 70-767
Question #: 24
Topic #: 1
[All 70-767 Questions]

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You are a database administrator for an e-commerce company that runs an online store. The company has three databases as described in the following table.


You plan to load at least one million rows of data each night from DB1 into the OnlineOrder table. You must load data into the correct partitions using a parallel process.
You create 24 Data Flow tasks. You must place the tasks into a component to allow parallel load. After all of the load processes compete, the process must proceed to the next task.
You need to load the data for the OnlineOrder table.
What should you use?

  • A. Lookup transformation
  • B. Merge transformation
  • C. Merge Join transformation
  • D. MERGE statement
  • E. Union All transformation
  • F. Balanced Data Distributor transformation
  • G. Sequential container
  • H. Foreach Loop container
Show Suggested Answer Hide Answer
Suggested Answer: H 🗳️
The Parallel Loop Task is an SSIS Control Flow task, which can execute multiple iterations of the standard Foreach Loop Container concurrently.
References: http://www.cozyroc.com/ssis/parallel-loop-task

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
CGLUE
Highly Voted 5 years, 2 months ago
A standard for each loop container cannot process items in parallel! In a sequentiell container you can process tasks in parallel.
upvoted 8 times
Dieter
5 years, 2 months ago
Thanks, you are right. Sequence container can do tasks within in sequence (when connected) or in parallel (when not connected).
upvoted 3 times
...
...
kosa
Most Recent 4 years, 9 months ago
Parallel Loop Task is not native SSIS task. So G
upvoted 2 times
...
Cococo
4 years, 10 months ago
It is G, here is the explanation with some examples - https://social.msdn.microsoft.com/Forums/sqlserver/en-US/3adbd2f6-b611-4f69-a904-64f993b2af29/is-it-possible-to-run-multiple-data-flow-tasks-simultaneously?forum=sqlintegrationservices
upvoted 2 times
...
Anette
4 years, 11 months ago
Agree G is correct
upvoted 1 times
...
othman_ee
4 years, 12 months ago
Correct answer: G
upvoted 2 times
...
Vlad0
5 years ago
So the answer is H "Foreach loop Container" ?
upvoted 1 times
eceb
5 years ago
I think the right answer is Sequential container. A standard foreach loop cannot process items in parallel. With a sequence container any tasks that are not preceded by a precedence constraint will run in parallel.
upvoted 4 times
...
...
Dieter
5 years, 3 months ago
Sure? The answer talks about parallel loop container which is not standard in SSIS (see Reference). Although, putting all 24 data flows in one for each loop container should do the work.
upvoted 1 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 ...