Software Development Engineer Interview Questions

32,863 software development engineer interview questions shared by candidates

​GIVEN: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Sample Title</title> </head> <body> <div class="wrapper"> <div>A</div> <div>B</div> <div>C</div> </div> </body> USING CSS: // Make a 3 column layout that is: // • Is the full width of the page // • Has even width columns // • Gutter space in between (width doesn't matter, just an even gap between each is fine.) // • Responsive. Stack the columns on displays narrower than 320px // For a challenge try: // • Make the center column wider than the outer two. // • Make the first column (A) appear farthest too the right- without changing the markup order // // Browser should look like this: // ------------- // |A |B |C | // | | | | // | | | | // | | | | // ------------- //
avatar

Software Development Engineer

Interviewed at Zillow

3.4
Apr 6, 2018

​GIVEN: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Sample Title</title> </head> <body> <div class="wrapper"> <div>A</div> <div>B</div> <div>C</div> </div> </body> USING CSS: // Make a 3 column layout that is: // • Is the full width of the page // • Has even width columns // • Gutter space in between (width doesn't matter, just an even gap between each is fine.) // • Responsive. Stack the columns on displays narrower than 320px // For a challenge try: // • Make the center column wider than the outer two. // • Make the first column (A) appear farthest too the right- without changing the markup order // // Browser should look like this: // ------------- // |A |B |C | // | | | | // | | | | // | | | | // ------------- //

1. What was a good experiences you get for a difficult situation in a previous job? 2. What would you change if you have the opportunity to come back to resolve that problem? 3. What did you learn for that experience?
avatar

Software Development Engineer II

Interviewed at Audible

3.5
Jul 3, 2025

1. What was a good experiences you get for a difficult situation in a previous job? 2. What would you change if you have the opportunity to come back to resolve that problem? 3. What did you learn for that experience?

Viewing 2491 - 2500 interview questions

Glassdoor has 32,863 interview questions and reports from Software development engineer interviews. Prepare for your interview. Get hired. Love your job.