Code Monkey home page Code Monkey logo

ringba-test's Introduction

Takehome Coding Challenge

We appreciate your interest in our job posting. Before you are able to interview for this position, we require a basic code test to be completed to assess your skills.

The Code Test

Please write a .Net Core 2.2 application that downloads this file https://ringba-test-html.s3-us-west-1.amazonaws.com and then prints out some statistics about the file.

The file is using a very simple form of compression in which there are no spaces, each word is separated by camel casing. For Example, the string "TheCatWillRun" is parsed as "The Cat Will Run".

Now for the statistics

Please print to the console the following statistics about the content in the file retrieved above.

  • How many of each letter are in the file
  • How many letters are capitalized in the file
  • The most common word and the number of times it has been seen.
  • The most common 2 character prefix and the number of occurrences in the text file.

Note that the word "in" does not contain the prefix "in" but the word "indirectly" does.

We will be judging you on the completeness of the assignment, the readability of the code and the efficiency of your solution.

Please submit your completed code test, your salary requirement, and a copy of your resume to this job posting.

Download the .Net Core 2.2 runtime and create a directory ringba-test. Navigate to that directory and run "dotnet new console"

We look forward to seeing what you can do!

ringba-test's People

Contributors

jordanspangenberg avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.