Software Engineer Entry Level Interview Questions

3,535 software engineer entry level interview questions shared by candidates

Build a Cart object using javascript with these three methods: chart.add('chair', 3); chart.add('chair'); //will add only 1 element chart.add('table', 2); chart.remove('table') // it will remove 1 element each time. chart.show(); // will show the elements and its quantity ordered by name // chair: 4, // table: 1
avatar

Mid-Level Software Engineer (Javascript)

Interviewed at Wayfair

3.1
Sep 14, 2016

Build a Cart object using javascript with these three methods: chart.add('chair', 3); chart.add('chair'); //will add only 1 element chart.add('table', 2); chart.remove('table') // it will remove 1 element each time. chart.show(); // will show the elements and its quantity ordered by name // chair: 4, // table: 1

Count the number of letters and numbers that appear in a row and print out this information sequentially. For example: ABAACCDB would be 1A1B2A2C1D1B You were also required to be able to take 1A1B2A2C1D1B and turn it back into it's original form of ABAACCBD.
Apr 24, 2019

Count the number of letters and numbers that appear in a row and print out this information sequentially. For example: ABAACCDB would be 1A1B2A2C1D1B You were also required to be able to take 1A1B2A2C1D1B and turn it back into it's original form of ABAACCBD.

Design and implement in C a system that could store records such that individual records could be added and removed with minimal overhead. The system also had to allow searching for a record with minimal overhead. The number of records was not large.
Aug 19, 2025

Design and implement in C a system that could store records such that individual records could be added and removed with minimal overhead. The system also had to allow searching for a record with minimal overhead. The number of records was not large.

Viewing 621 - 630 interview questions

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