Software Engineering Fundamentals Interview Questions

Practice 603 real Software Engineering Fundamentals interview questions for 2026. Covers core coding, data structures, complexity analysis, debugging, and implementation best practices — real questions from actual interviews with detailed solutions to support focused interview preparation. This category tests the engineering basics interviewers rely on to predict on-the-job performance: correct and efficient algorithms, clean and maintainable code, complexity trade-offs, edge-case reasoning, and the ability to turn requirements into a working implementation under time pressure. Expect heavy weighting at companies like Amazon, Google, and OpenAI, where fundamentals often gate candidates before system design or product rounds. To prepare, prioritize timed problem practice that enforces clear communication, complexity justification, and test-case coverage; drill common data structures and complexity patterns until they become second nature; and rehearse coding on a whiteboard or shared editor to simulate real loop conditions.

603 Questions 194 Companies08.04.2026
Showing 20 results
Role
StubHub logo
StubHub
Medium
Software EngineerSenior+

Design an Event Recommendation Engine

You are building an email marketing recommendation engine for a ticketing marketplace. The marketplace has many users and many events. The engine shou...

Software Engineering Fundamentals
3
0
35 people solved
Mar 28, 2026
Salesforce logo
Salesforce
Easy
Backend Engineer

Design an Elevator Control System

Design an object-oriented elevator control system for a building with multiple floors and multiple elevators. The system should support: - Hall reques...

Software Engineering Fundamentals
16
0
137 people solved
Dec 4, 2025
Uber logo
Uber
Hard
Software Engineer Locked

Design Historical Visit Tracker

This question evaluates design of in-memory data structures and event-processing APIs, focusing on efficient state maintenance for historical timestam...

Software Engineering Fundamentals
8
0
57 people solved
Jan 26, 2026
Zipline logo
Zipline
Medium
Software Engineer

Optimize Autonomy Mapping Components

An autonomy team runs perception and state-estimation code on a resource-constrained embedded computer. Discuss both of the following technical review...

Software Engineering Fundamentals
1
0
32 people solved
Jan 25, 2026
Microsoft logo
Microsoft
Medium
Software Engineer Locked

Explain Python, Java, and Memory Management

This question evaluates understanding of programming language concepts and runtime behavior—covering typing disciplines, runtime models, performance a...

Software Engineering Fundamentals
4
0
35 people solved
Feb 22, 2026
StackAdapt logo
StackAdapt
Easy
Software Engineer

Explain hash collisions and Java HashMap complexity

Explain hash collisions and Java HashMap complexity in a software engineering interview. Cover how hashing works, what a collision is, how a hash tabl...

Software Engineering Fundamentals
10
0
101 people solved
Mar 4, 2025
MongoDB logo
MongoDB
Medium
Software Engineer Locked

Debug a slow concurrent network server under load

This question evaluates debugging and performance-tuning skills for concurrent network servers, focusing on event-loop behavior, I/O multiplexing, blo...

Software Engineering Fundamentals
23
0
160 people solved
Jan 22, 2026
Mavensecurities logo
Mavensecurities
Hard
Software EngineerNew Grad

Solve Graduate Trader Probability Questions

A graduate trader online assessment reportedly included the following quantitative reasoning, probability, and logic questions. Solve each problem. 1....

Software Engineering Fundamentals
3
0
64 people solved
Jan 22, 2026
Amazon logo
Amazon
Medium
Software Engineer

Design a reusable web dialog component

You are building a UI component library for a web application and are asked to design and implement a reusable dialog (modal) component. Requirements ...

Software Engineering Fundamentals
2
0
43 people solved
Oct 31, 2025
xAI logo
xAI
Medium
Software Engineer Locked

Explain process vs thread and memory-sharing risks

This question evaluates a candidate's understanding of OS concurrency fundamentals, specifically the distinction between processes and threads, memory...

Software Engineering Fundamentals
9
0
111 people solved
Oct 27, 2025
Rippling logo
Rippling
Medium
Software EngineerIntern Locked

Explain JS event loop and related concepts

This question evaluates understanding of core frontend JavaScript concepts including the event loop and task scheduling, differences in variable scopi...

Software Engineering Fundamentals
6
0
83 people solved
Nov 20, 2025
Optiver logo
Optiver
Medium
Data Scientist

Prove a Tight Lower Bound on a Latin Square's Lower-Triangle Sum

Consider an $n \times n$ grid ($n \ge 1$) filled with integers so that every row contains each of the numbers $1, 2, \ldots, n$ exactly once, and ever...

Software Engineering Fundamentals
2
0
31 people solved
Mar 21, 2025
Agoda logo
Agoda
Medium
Software Engineer

Compute probability two arrivals meet within 15 minutes

Probability puzzle Two people plan to meet, but they arrive independently at a random time within the next 1 hour. - Person A’s arrival time is unifor...

Software Engineering Fundamentals
8
0
89 people solved
Dec 14, 2025
eBay logo
eBay
Medium
Software Engineer Locked

Explain Redis/MySQL internals and containers vs VMs

This question evaluates understanding of backend system internals and operational tooling—specifically in-memory datastore architecture (Redis), relat...

Software Engineering Fundamentals
8
0
65 people solved
Feb 12, 2026
Metropolis logo
Metropolis
Medium
Software Engineer

Explain how you use AI tools in development

You’re asked about your AI experience in day-to-day software development: - What AI-assisted development tools have you used (e.g., code completion, c...

Software Engineering Fundamentals
6
0
59 people solved
Feb 12, 2026
Google logo
Google
Medium
Software Engineer Locked

Design a waitlist system with top/bottom K

This question evaluates object-oriented design, data structure selection, and algorithmic complexity reasoning for implementing a waitlist that suppor...

Software Engineering Fundamentals
6
0
69 people solved
Feb 11, 2026
Google logo
Google
Medium
Software Engineer Locked

Implement matrix transforms and discuss eigenvalues

This question evaluates understanding of matrix manipulation and numerical linear algebra, including in-place matrix transforms and rotations, sparse ...

Software Engineering Fundamentals
3
0
52 people solved
Feb 7, 2026
Arm logo
Arm
Medium
Backend EngineerIntern

Explain timing and testability concepts

For a digital implementation or backend-focused interview, explain the following concepts: 1. What are setup time and hold time? 2. How does clock ske...

Software Engineering Fundamentals
6
0
43 people solved
Mar 13, 2026
Paradromics logo
Paradromics
Medium
Software Engineer

Compare RDBMS vs NoSQL and containers

Answer the following engineering fundamentals questions: 1) Compare RDBMS and NoSQL databases: key trade-offs (schema, transactions/ACID, consistency,...

Software Engineering Fundamentals
2
0
38 people solved
Feb 6, 2026
Snapchat logo
Snapchat
Hard
Software Engineer Locked

Explain Swift memory, value semantics, and GCD

This question evaluates a candidate's understanding of Swift memory management, value versus reference semantics, copy-on-write behavior, ARC stack vs...

Software Engineering Fundamentals
4
0
58 people solved
Jan 2, 2026

Frequently Asked Questions

How difficult are Software Engineering Fundamentals interview questions?
Software Engineering Fundamentals questions range from easy implementation checks to challenging medium-hard problems that probe algorithmic thinking, data structures, and code quality. Most interview banks for this category skew toward medium difficulty: expect problems that require correct, efficient code plus clear complexity analysis and robust edge-case handling. For entry-level roles the focus is correctness and basic patterns; for senior roles interviewers layer in constraints like concurrency, memory limits, or novel input shapes to evaluate depth. Interviewers are less interested in trivia and more in how you reason, iterate, and communicate tradeoffs while producing clean, testable code.
Where in a typical interview loop do Software Engineering Fundamentals questions appear and which companies emphasize them?
Fundamentals questions appear early and repeatedly: they show up in online assessments or phone screens, in the technical rounds of the onsite loop, and sometimes in take-home tasks. Companies that weight this category heavily include Amazon, Google, and OpenAI, where coding interviews are used as a consistent gate to assess core engineering ability. Smaller firms may combine fundamentals with domain-specific problems, while some loops repeat fundamentals to confirm consistency across rounds. Expect one to three focused coding or fundamentals problems per technical loop, with additional rounds evaluating design or system-level skills.
How long should I prepare for Software Engineering Fundamentals before interviewing?
Preparation time depends on baseline skills and role level. If you already know basic data structures, plan 4–8 weeks of focused practice to reach interview readiness; novices often need 8–12 weeks to build fluency. Senior candidates should allow 8–12+ weeks for deeper practice on complex variants, concurrency, and large-scale tradeoffs. Aim for consistent short sessions rather than last-minute cramming, with weekly goals that combine new problems, timed mocks, and review of solved solutions. Companies like Amazon and Google reward consistent, demonstrated mastery over a range of patterns rather than one-off problem memorization.
What are the key subtopics to master within Software Engineering Fundamentals?
Master core data structures and algorithm families: arrays and strings, hash maps, linked lists, stacks and queues, trees and graphs, heaps, and sorting. Be fluent with patterns like two pointers, sliding windows, divide and conquer, BFS/DFS, greedy methods, and dynamic programming. Know complexity analysis, space-time tradeoffs, null and edge-case handling, and basic memory or concurrency considerations. Also practice writing clean, testable code, explaining invariants, and reasoning about performance. Interviewers expect candidates to move from brute-force to optimized approaches while clearly explaining each step.
What standout tips and common pitfalls should I know when practicing Software Engineering Fundamentals?
Standout tips: clarify requirements before coding, talk through your plan, start with a correct brute-force solution, then iterate to optimize while explaining tradeoffs. Write concise, readable code and test representative edge cases aloud. Practice in a real editor to reduce syntactic errors and time pressure. Common pitfalls include skipping complexity analysis, ignoring nulls and boundary conditions, premature optimization without a clear bottleneck, and poor communication. For companies like Amazon and Google, failing to narrate decisions or to test your code are frequent reasons candidates fall short; prioritize clarity and correctness first, then optimize.

Explore more Software Engineering Fundamentals interview questions

Jump straight to Software Engineering Fundamentals questions at a specific company or for a specific role.

By company
By role