L
L
lemon_spb2015-03-23 20:37:41
C++ / C#
lemon_spb, 2015-03-23 20:37:41

What homework test for junior C++ would you recommend?

Citizens!
We need to come up with a short test task for Junior, which would test the most basic knowledge of multithreading and networking (TCP or UDP). It will be offered to candidates BEFORE the interview.
I have this idea so far: the client sends the coefficients of the quadratic equation to the server, the server solves it asynchronously and returns the answer. But something it does not shine with originality, and not as short and simple as we would like.
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Don Kaban, 2015-03-23
@donkaban

Build a histogram of "War and Peace" in one thread.
Build it in several.
Measure the time, justify the choice.

A
Armenian Radio, 2015-03-23
@gbg

Distributed vector-matrix multiplication.
Complications:

  • Use UDP-multicast
  • Ensure that all cores are fully loaded on all machines.

T
tsarevfs, 2015-03-27
@tsarevfs

Distributedly compile an application from multiple .cpps

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question