Junior Engineer Interview Questions

12,873 junior engineer interview questions shared by candidates

They asked me to deliver a quite complex project on the tech interview and said they were pretty happy with what they received, but on the face to face interview I got questions like "tell me about the hardest day you had in your past" or "where do you see yourself in the next 3 years".
avatar

Junior Devops Engineer

Interviewed at RiverSafe

4.2
Feb 13, 2019

They asked me to deliver a quite complex project on the tech interview and said they were pretty happy with what they received, but on the face to face interview I got questions like "tell me about the hardest day you had in your past" or "where do you see yourself in the next 3 years".

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 801 - 810 interview questions

Glassdoor has 12,873 interview questions and reports from Junior engineer interviews. Prepare for your interview. Get hired. Love your job.