nerdexam
GIAC

GSSP-.NET · Question #327

(Topic 3) You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You are creating an application that will perform statistics…

The correct answer is C. For every calculation, call the QueueUserWorkItem method of the ThreadPool class. See the full explanation below for the reasoning.

Question

  • (Topic 3)

You work as a Software Developer for ABC Inc. The company uses Visual Studio.NET as its application development platform. You are creating an application that will perform statistics calculations using .NET Framework. You want to ensure that the application is capable of performing multiple calculations concurrently. What will you do to accomplish the task?

Options

  • ASet the Process.GetCurrentProcess().BasePriority property to High.
  • BSet the ProcessorAffinity property of the ProcessThread class object.
  • CFor every calculation, call the QueueUserWorkItem method of the ThreadPool class.
  • DSet the IdealProcessor property of the ProcessThread class object.

How the community answered

(32 responses)
  • A
    9% (3)
  • B
    3% (1)
  • C
    72% (23)
  • D
    16% (5)

Community Discussion

No community discussion yet for this question.

Full GSSP-.NET Practice