Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 708 Bytes

Technical Development Test

Rules:

  1. Use .Net v4.0+.
  2. Use C#.
  3. All code and referenced assemblies must be submitted in one zip file.  We need to be able to unzip and run the solution without changing settings, adding references or creating any databases.

Question: Write an application that will continually read text data from the stream provided (DevTest.LorumIpsumStream).

Then provide in real time (i.e. as you read it from the stream) the following information about the text: Total number of characters and words The 5 largest and 5 smallest word 10 most frequently used words List showing all the characters used in the text and the number of times they appear sorted in descending order