GithubHelp home page GithubHelp logo

programming-test's Introduction

Background
---------------------
The file input.csv contains example student records from an ERP system, which is
the authoritative source of student data.  The file students.db is a SQLite
database that contains a set of student records.  The database needs to be
reconciled with the input from the ERP. 


Requirements
---------------------
Write a program that efficiently updates students.db, such that the data in the
database accurately reflects the data changes in input.csv.  Any records present
in input.csv that are missing from the database should be inserted, and any
extra records not in the database should be removed. All records should be keyed
on ID number. It is not necessary to update any records with changed attributes.
All attributes are required, and any record with missing or empty fields should
be considered malformed. Malformed records should generate an exception, but
should not halt the task. All updates should be logged to an easily parsed log
file.


Language choice
---------------------
Any language may be chosen that can be easily executed from source without
manual compilation. These languages are sometimes called "interpreted"
languages, though the term is imprecise. Python, Ruby, Bash, Powershell, and
Haskell would all be good examples of interpreted languages by this definition.
There are many others. Java, C#, and C are languages where programs are
typically compiled by the programmer prior to execution, and therefore should be
avoided. Inlining code from a compiled language is allowed only if it is done
for a specific reason. If the program is submitted as a binary or needs to be
compiled prior to running, then it will be disqualified. 


Deliverables
---------------------
Please submit the source code for your program.

programming-test's People

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.