nerdexam
Microsoft

70-458 · Question #97

You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. You need to establish the correct order for loading each table to maximize parallel…

The correct answer is A. 1. DimCurrency, DimScenario, DimAccount in parallel. See the full explanation below for the reasoning.

Question

You are developing a SQL Server Integration Services (SSIS) package to load data into a data warehouse. You need to establish the correct order for loading each table to maximize parallel processing. Which order should you use?

Exhibit

70-458 question #97 exhibit

Options

  • A
    1. DimCurrency, DimScenario, DimAccount in parallel
  • B
    1. DimCurrency, DimOrganization in parallel
  • C
    1. DimCurrency, FactFinance in parallel
  • D
    1. FactFinance
  • E
    1. DimCurrency

How the community answered

(43 responses)
  • A
    77% (33)
  • B
    2% (1)
  • D
    7% (3)
  • E
    14% (6)

Community Discussion

No community discussion yet for this question.

Full 70-458 Practice