Software Engineer Entry Level Interview Questions

1,909 software engineer entry level interview questions shared by candidates

OA with 1 coding question (easy) and few aptitute questions. In interview, given a Java code find output type and aptitude based questions on codility, for 45 mins. Then a question to code, implementing a scenario for the next 45 mins, on the same codility link.
avatar

Software Engineer (Mid-level)

Interviewed at Interactive Brokers

3.4
Feb 22, 2024

OA with 1 coding question (easy) and few aptitute questions. In interview, given a Java code find output type and aptitude based questions on codility, for 45 mins. Then a question to code, implementing a scenario for the next 45 mins, on the same codility link.

Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }
avatar

Senior Software Engineer (Level IV)

Interviewed at Walmart

3.4
Jul 16, 2020

Flatten deep nested object: const nestedData = { name: 'Abc', age: '29', address: { pincode: '110011', area: 'bangalore', state: 'karnataka', location: { lat: '122.21', long: '11.21', }, phone: '1212121', }, }; Output: const op = { "nestedData_name": "Abc", "nestedData_age": "29", "nestedData_address_pincode": "110011", "nestedData_address_area": "bangalore", "nestedData_address_state": "karnataka", "nestedData_address_location_lat": "122.21", "nestedData_address_location_long": "11.21", "nestedData_address_phone": "1212121" }

Viewing 1571 - 1580 interview questions

Glassdoor has 1,909 interview questions and reports from Software engineer entry level interviews. Prepare for your interview. Get hired. Love your job.