nerdexam
Microsoft

70-355 · Question #58

You need to ensure that when CityPlannerApp processes the data, you perform all tasks efficiently. The solution must support multiple concurrent tasks. Which method should you use?

The correct answer is B. TPL Dataflow Library. See the full explanation below for the reasoning.

Question

You need to ensure that when CityPlannerApp processes the data, you perform all tasks efficiently. The solution must support multiple concurrent tasks. Which method should you use?

Options

  • ATask Parallel Library
  • BTPL Dataflow Library
  • CParallel LINQ (PLINQ)
  • DAsync and Await

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    77% (20)
  • C
    12% (3)
  • D
    8% (2)

Community Discussion

No community discussion yet for this question.

Full 70-355 Practice