Code Monkey home page Code Monkey logo

rtgsglobal.techtest's Introduction

RTGS.global .NET Tech Test

Thank you for taking the time to do the RTGS.global dotnet tech test. At RTGS.global we have a strong focus on TDD and we'd expect the tech test to be completed with this in mind. We have implemented the following scenarios:

  1. If a deposit of 1000 is made to account A the balance should be 1000
  2. If deposits of 1000 and 2000 are made to account A then the balance should be 3000
  3. If 1000 is transferred from account A to account B then account A's balance should be -1000 and account B's balance should be 1000

Prerequisite

Download .NET 6 and an IDE that can run the project.

Step 1

In this first step please spend no more than 30 minutes addressing the issues below. This step is for you to become familiar with the code base before bringing it to our pairing session in Step 3.

Please review the code base and add separate commits for each point below.

  • Can you identify any code smells?
  • Return appropriate error when trying to use an account that doesn't exist.
  • You should not be able to deposit a negative amount.
  • You should not be able to transfer money to the same account.

Step 2 - Submit

Zip the solution up (including the git directory), upload to cloud storage and share a link where we can access it.

Step 3 - Pairing

Once we have reviewed your solution, we will arrange a call to extend your solution with another scenario.

rtgsglobal.techtest's People

Watchers

Edgaras 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.