Giter Club home page Giter Club logo

data-reconciliation-take-home-2022's Introduction

Coding Technical Assessment: Data Reconcilation

The purpose of this technical assessment is to gauge your coding skill and your thinking on a data reconciliation sample problem.

You may write-up the assessment in any mainstream coding language, but as REDACTED_COMPANY_NAME primarily uses Typescript and Go, submissions in these languages are preferred.

Evaluation criteria

  1. Coding style and code readability. Choose good variable names, with the right balance between brevity and verboseness. Write short functions with meaningful names.
    See clean code by Robert C. Martin (https://www.youtube.com/watch?v=7EmboKQH8lM&t=3336).

  2. Unit tests. Ensure you code tests for the required behaviours. See, for example, the unit test package for Go: https://pkg.go.dev/testing

  3. Function. Your code must work correctly.

Instructions

Reconcile source.csv and proxy.csv for the month of July 2021.

Think of source.csv as a bank statement and proxy.csv as your own record of the transactions.

A. Produce an output report, in csv format, of mismatched, i.e. non-reconciled entries. The report format should follow proxy.csv's format but have an additional Remarks column appended. The Remarks column should highlight the reason for the discrepancy. Think about how to make the Remarks column user-friendly.

B. Produce a summary report, in text format, listing the following data:

  1. date range for the report.
  2. number of source records processed.
  3. numbers and types of discrepancies.

C. Package your code and output reports (A and B above) as a zip file.

Submit items A, B and C (packaged as a zip file) to REDACTED_HIRING_MANAGER@REDACTED_COMPANY_NAME.com

Development environment and constraints

  1. You may use any mainstream language (eg. nodejs, python, java etc.), but submissions in TypeScript (https://www.typescriptlang.org/) and Go (https://golang.org/) are preferred.

  2. You are free to consult any resource and use any library, but the work must be your own.

  3. You should be able to complete this assignment within a half-day. However you should not take more than 3 days to complete the assignment. You are free to complete this assignment at your own pace and timing.

data-reconciliation-take-home-2022's People

Contributors

saifulsan avatar

Watchers

 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.