Lead Developer Interview Questions

31,334 lead developer interview questions shared by candidates

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).
avatar

Lead Software Developer

Interviewed at AltSource

3.2
Aug 19, 2017

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

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
avatar

Senior Java Developer/Lead

Interviewed at Infra.Market

3
Sep 20, 2021

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

Viewing 241 - 250 interview questions

Glassdoor has 31,334 interview questions and reports from Lead developer interviews. Prepare for your interview. Get hired. Love your job.