Senior Software Developer Interview Questions

6,888 senior software developer interview questions shared by candidates

// input: 10 // output: 9 8 7 6 5 4 3 2 1 0 // input: 16 // output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // input: -5 // output: -5 -4 -3 -2 -1 0 // input: -9 // output: -9 -8 -7 -6 -5 -4 -3 -2 -1 0 // input: 0 // output: already zero
avatar

Senior Software Developer

Interviewed at PSD Citywide

4.1
Jun 4, 2023

// input: 10 // output: 9 8 7 6 5 4 3 2 1 0 // input: 16 // output: 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // input: -5 // output: -5 -4 -3 -2 -1 0 // input: -9 // output: -9 -8 -7 -6 -5 -4 -3 -2 -1 0 // input: 0 // output: already zero

Viewing 231 - 240 interview questions

Glassdoor has 6,888 interview questions and reports from Senior software developer interviews. Prepare for your interview. Get hired. Love your job.