abc-bank icon indicating copy to clipboard operation
abc-bank copied to clipboard

A dummy application for a bank for interview purposes

Results 31 abc-bank issues
Sort by recently updated
recently updated
newest added

Separate accountType concerns from Account to it's own concrete implementations such as CheckingAccount, SavingAccount, MaxiSavingAccount. Make deposit, withdraw, and transfer functionality thread safe. Fix issues in DataProvider to make it...

I am submitting my assessment.

There are multiple ways to do this , It is a complex program but can be simple when broken down into packets

Here are the files that have been modified. Hopefully everything is ok.

refactor account class, converted to BigDecimal, added transfer between accounts, changed Maxi-saving account interest calculation, and included accrue daily intrest

there are many things in this project can be done , but trying to keep the changes simple and 2 hour window time. test cases which are create , will...