Please code a solution that can perform the following workflows through a console application (accessed via the command line) as well as through a web page. They don’t have to run at the same time, but if you would like to do that, feel free! -Create a new account -Login -Record a deposit -Record a withdrawal -Check balance -See transaction history -Log out Please use a temporary memory store (local cache) instead of creating an actual database. C# is preferred but not required. Use whatever frameworks/libraries you wish, and just make sure they are included or available via NuGet. Please don't spend much time on the UI (unless you love doing that).
Lead Developer Interview Questions
31,334 lead developer interview questions shared by candidates
Explain your previous work experience.
Do you have experience with embedded systems?
Would you be prepared to travel to our London office 3 to 4 times a year?
Mostly, just when I could start... Didn't ask about references, or coding challenges.
What is the ratio of managment to coding that You would like to have in this role.
You are given a matrix having 0s & 1s where each row & column is sorted also. So need to find the maximum matrix of 1s. e.g. Below is the given matrix, note each row & column is sorted. {0,0,0,0,1} {0,0,0,1,1} {0,1,1,1,1} {0,1,1,1,1} {1,1,1,1,1} so max matrix having 1s can be- 1,1,1,1 1,1,1,1 1,1,1,1
It's mainly in Java 8 features
How would you you approach this [simple PunchOut-related mapping problem]?
They asked me what piqued my interest to apply.
Viewing 241 - 250 interview questions