Jr Developer Interview Questions

21,340 jr developer interview questions shared by candidates

There weren't any difficult questions. There was a CSS/SASS question to perhaps gauge my general knowledge on the subject. Other than that, mainly just questions about my history and why I want to get into Web Development.
avatar

Junior Front End Developer

Interviewed at Wantable

2.8
Jul 20, 2017

There weren't any difficult questions. There was a CSS/SASS question to perhaps gauge my general knowledge on the subject. Other than that, mainly just questions about my history and why I want to get into Web Development.

Given in python: def generate_sample_list(limit = 100): sample_list = [] for i in range(1, limit): if i * (i - 2) % 3 == 0: sample_list.append(i**2) return sample_list l = generate_sample_list() 1A) Write code to create an exact copy of list "l":
avatar

Junior Software Engineer

Interviewed at Fortinet

3.8
May 20, 2015

Given in python: def generate_sample_list(limit = 100): sample_list = [] for i in range(1, limit): if i * (i - 2) % 3 == 0: sample_list.append(i**2) return sample_list l = generate_sample_list() 1A) Write code to create an exact copy of list "l":

Viewing 1271 - 1280 interview questions

See Interview Questions for Similar Jobs

Glassdoor has 21,340 interview questions and reports from Jr developer interviews. Prepare for your interview. Get hired. Love your job.