Software Junior Interview Questions

12,103 software junior interview questions shared by candidates

Give brief introduction about yourself with strength and weakness. And basics OOPs questions and Behavioral Questions like difference between abstract class and interface, method overlading and overriding,Strengths and weaknesses, how will you solve technical problems, what you learned from your mistakes,
avatar

Junior Associate Software Engineer

Interviewed at Duck Creek Technologies

3.8
Sep 21, 2024

Give brief introduction about yourself with strength and weakness. And basics OOPs questions and Behavioral Questions like difference between abstract class and interface, method overlading and overriding,Strengths and weaknesses, how will you solve technical problems, what you learned from your mistakes,

Basic programming qns like difference between ++i and i++, which is better if...else or switch...case, different types of arrays, type conversion, static data type, constants and variables, strongly typed and loosely typed.
avatar

Junior Software Engineer

Interviewed at Fingent

4.2
May 17, 2019

Basic programming qns like difference between ++i and i++, which is better if...else or switch...case, different types of arrays, type conversion, static data type, constants and variables, strongly typed and loosely typed.

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 711 - 720 interview questions

Glassdoor has 12,103 interview questions and reports from Software junior interviews. Prepare for your interview. Get hired. Love your job.