Click here to Skip to main content
15,887,340 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Interview tests Pin
raddevus20-Oct-23 1:54
mvaraddevus20-Oct-23 1:54 
GeneralRe: Interview tests Pin
charlieg20-Oct-23 5:18
charlieg20-Oct-23 5:18 
GeneralRe: Interview tests Pin
jschell20-Oct-23 11:13
jschell20-Oct-23 11:13 
GeneralRe: Interview tests Pin
jmaida19-Oct-23 15:47
jmaida19-Oct-23 15:47 
GeneralRe: Interview tests Pin
honey the codewitch19-Oct-23 20:46
mvahoney the codewitch19-Oct-23 20:46 
GeneralRe: Interview tests Pin
Gerry Schmitz20-Oct-23 8:23
mveGerry Schmitz20-Oct-23 8:23 
GeneralRe: Interview tests Pin
honey the codewitch20-Oct-23 8:29
mvahoney the codewitch20-Oct-23 8:29 
GeneralRe: Interview tests Pin
jschell20-Oct-23 11:19
jschell20-Oct-23 11:19 
honey the codewitch wrote:
Anyone can write an atoi function or they would have never gotten to the interview. But can you do it on the spot?


No I don't agree with that.

(As always we work in different domain spaces.)

A senior developer should NEVER write a atoi() function. Because they already exist.

Nor should they be worrying about specific sorting semantics because at the level where sorting actually matters for performance the requirements and design matter more. For example someone that tries to pull 100,000 records from a database and then sorts them 'efficiently' is missing the point that they should never pull 100,000 records in the first place.

I don't care if they can write an efficient method. What I want to know is can they be trusted to design a non-trivial system without me micro-managing them?
GeneralRe: Interview tests Pin
honey the codewitch20-Oct-23 11:36
mvahoney the codewitch20-Oct-23 11:36 
GeneralRe: Interview tests Pin
jschell20-Oct-23 12:02
jschell20-Oct-23 12:02 
GeneralRe: Interview tests Pin
honey the codewitch20-Oct-23 13:19
mvahoney the codewitch20-Oct-23 13:19 
GeneralRe: Interview tests Pin
Sander Rossel19-Oct-23 23:55
professionalSander Rossel19-Oct-23 23:55 
GeneralRe: Interview tests Pin
jschell20-Oct-23 11:21
jschell20-Oct-23 11:21 
GeneralRe: Interview tests Pin
englebart21-Oct-23 8:46
professionalenglebart21-Oct-23 8:46 
GeneralYou're already completed Pin
adriancs19-Oct-23 4:06
mvaadriancs19-Oct-23 4:06 
GeneralRe: You're already completed Pin
jschell19-Oct-23 5:13
jschell19-Oct-23 5:13 
GeneralRe: You're already completed Pin
Eddy Vluggen19-Oct-23 5:37
professionalEddy Vluggen19-Oct-23 5:37 
GeneralRe: You're already completed Pin
dandy7219-Oct-23 9:05
dandy7219-Oct-23 9:05 
GeneralRe: You're already completed Pin
adriancs19-Oct-23 16:40
mvaadriancs19-Oct-23 16:40 
GeneralRe: You're already completed Pin
Amarnath S19-Oct-23 5:44
professionalAmarnath S19-Oct-23 5:44 
GeneralRe: You're already completed Pin
Mike Hankey19-Oct-23 5:51
mveMike Hankey19-Oct-23 5:51 
GeneralRe: You're already completed Pin
Amarnath S19-Oct-23 6:35
professionalAmarnath S19-Oct-23 6:35 
GeneralRe: You're already completed Pin
PIEBALDconsult19-Oct-23 7:43
mvePIEBALDconsult19-Oct-23 7:43 
GeneralRe: You're already completed Pin
adriancs19-Oct-23 16:34
mvaadriancs19-Oct-23 16:34 
GeneralRe: You're already completed Pin
theoldfool19-Oct-23 8:03
professionaltheoldfool19-Oct-23 8:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.