HomeC# Programming Tests
Task Parallel Library Test
Test duration:
20
min
No. of questions:
10
Level of experience:
Mid

Task Parallel Library Test

A gear and checkboxes

Task Parallel Library Skills Test

Task Parallel Library (TPL) in C# is introduced in .Net framework 4, which benefits the Developer to write parallel programs that use multi-core machines and improves performance results. Using TPL, developers can express parallelism in the sequential code and concurrency to the application. TPL helps in handling the partition of work, the scheduling of the threads on the thread pool, and state management.

Task parallel library skills test helps tech recruiters and hiring managers to assess candidates' skills to use task parallel library in C# to enhance code performance. Task parallel library online test is designed by experienced subject matter experts (SMEs) to evaluate and hire C# programmers as per the industry standards.

Wondering what other skills we have in our World’s Largest Skills Assessment library?
Visit here
How it works

Test Summary

Task parallel library online test has a powerful reporting feature that will help you get an instant result and an option to share this result with your recruiting team. You can use ready-to-use assessment or ask us to custom made the skills assessment as per your job description.


This test may contain MCQs (Multiple Choice Questions), MAQs (Multiple Answer Questions), Fill in the Blanks, Whiteboard Questions, Audio / Video Questions, LogicBox (AI-based Pseudo-Coding Platform), Coding Simulators, True or False Questions, etc. 

This Task Parallel Library Skills Test is useful for hiring
  • C# Programmer
  • C# .Net Developer
  • .Net Developer
  • Software Engineer (.Net)
  • .Net Web Developer
  • Full Stack .Net Developer
  • .Net Architect

Useful for hiring
  • C# Programmer
  • C# .Net Developer
  • .Net Developer
  • Software Engineer (.Net)
  • .Net Web Developer
  • Full Stack .Net Developer
Test Duration
20
min
No. of Questions
10
Level of Expertise
Mid
Topics Covered
Shuffle

Data Parallelism

Task Parallelism

Shuffle

Task Creation

Shuffle

TPL

Shuffle

Advanced TPL

Shuffle

Dataflow

Sample Question
Choose from our 100,000+ questions library or add your own questions to make powerful custom tests.
Question type
Multiple Option
Topics covered
Task Parallelism
Difficulty
Medium

Question:

Consider the following lines of code:

Task task1 = Task.Factory.StartNew (() => { throw null; });
Task task2 = task1.ContinueWith (ant => Console.Write(ant.Exception());

What will be the result in this case?


Options

  • It prints the results of a NullReferenceException to the console.
  • Runtime Exception will be thrown.
  • If task1 throws an exception and this exception is not captured/queried by the continuation, it is considered unhandled and the application dies.
  • Compilation error.
A helicopter view of the employee's progress
Test Report
You can customize this test by

Setting the difficulty level of the test

Choose easy, medium, or tricky questions from our skill libraries to assess candidates of different experience levels.

Combining multiple skills into one test

Add multiple skills in a single test to create an effective assessment and assess multiple skills together.

Adding your own
questions to the test

Add, edit, or bulk upload your coding, MCQ, and whiteboard questions.

Requesting a tailor-made test

Receive a tailored assessment created by our subject matter experts to ensure adequate screening.
FAQ