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
Salesforce logo
Salesforce
Medium
Software Engineer Locked

Choose DynamoDB vs MySQL for a backend

This question evaluates a candidate's ability to reason about data modeling, access patterns, query complexity, consistency and transactional requirem...

Software Engineering Fundamentals
14
0
109 people solved
Mar 1, 2026
Faire logo
Faire
Medium
Software Engineer

Design an API for Pascal Triangle

Design an HTTP API that returns Pascal's triangle for a requested height. The server should return only numeric data, while the client is responsible ...

Software Engineering Fundamentals
3
0
51 people solved
Apr 10, 2026
Liftoff logo
Liftoff
Medium
Software Engineer

Design and implement core Tetris game logic

Implement the core logic of the Tetris game in a way that can run in a terminal (no graphical UI required). Requirements: - Board/grid: standard size ...

Software Engineering Fundamentals
5
0
49 people solved
Feb 26, 2026
Trexquant logo
Trexquant
Medium
Software Engineer

C++ Fundamentals: const Pointers, and map vs unordered_map

C++ Fundamentals: const with Pointers, and map vs unordered_map You are in a C++ fundamentals screening round. After the coding question, the intervie...

Software Engineering Fundamentals
4
0
42 people solved
Feb 26, 2026
LinkedIn logo
LinkedIn
Medium
Software Engineer Locked

Design a meeting scheduler API

This question evaluates object-oriented design, interval data-structure and algorithmic thinking, and concurrent programming competence by requiring a...

Software Engineering Fundamentals
11
0
204 people solved
Feb 12, 2026
NVIDIA logo
NVIDIA
Medium
Software Engineer Locked

Design a top-build target tracker

This question evaluates object-oriented design and data-structure skills, focusing on time-windowed aggregation, top-k query computation, tie-breaking...

Software Engineering Fundamentals
16
0
111 people solved
Jan 30, 2026
Microsoft logo
Microsoft
Medium
Software Engineer

Explain deadlock cases and how to prevent them

You are asked in an interview to discuss deadlocks in concurrent programming. 1) What is a deadlock? 2) What conditions must hold for a deadlock to be...

Software Engineering Fundamentals
5
0
76 people solved
Feb 9, 2026
Microsoft logo
Microsoft
Hard
Software EngineerSenior+

Explain OOP design and API rollout

In one interview round, the discussion focused on practical backend engineering rather than pure algorithms. Discuss both of the following: 1. You are...

Software Engineering Fundamentals
8
0
112 people solved
Apr 7, 2026
Qualcomm logo
Qualcomm
Medium
Software EngineerNew Grad

Explain Compiler Pipeline and LLVM Backend

You are interviewing for a compiler engineer role. Explain the major stages of a modern compiler, then discuss common optimization techniques and how ...

Software Engineering Fundamentals
6
0
53 people solved
Apr 7, 2026
Glean logo
Glean
Medium
Software Engineer Locked

How Would You Test a System That Counts the Leaves on a Tree?

This question evaluates a candidate's ability to design a test strategy for an ambiguous, open-ended system rather than write code. It tests skills in...

Software Engineering Fundamentals
4
0
44 people solved
Jun 19, 2026
Waymo logo
Waymo
Medium
Machine Learning Engineer

Optimize Tensor Runtime Kernels

You are responsible for optimizing an ML framework runtime on an accelerator. A model has high latency and occasional memory pressure. Explain how you...

Software Engineering Fundamentals
8
0
62 people solved
Nov 27, 2025
Dandy logo
Dandy
Medium
Machine Learning EngineerSenior+

How do you interpolate in 3D?

Given two points in 3D space, p0 = (x0, y0, z0) and p1 = (x1, y1, z1), how do you compute a point between them using interpolation? Define the interpo...

Software Engineering Fundamentals
9
0
82 people solved
Apr 5, 2026
Salesforce logo
Salesforce
Hard
Software Engineer

How do you perform a thorough code review?

You are given several Python backend files to review (treat this as an “OA in code-review format”). The code performs database operations such as SQL ...

Software Engineering Fundamentals
9
0
91 people solved
Feb 17, 2026
Amazon logo
Amazon
Medium
Software Engineer

Model an Extensible Employee Cost Calculator

Design an object model and calculation API for the total cost of an employee. Total cost has four components: 1. Base salary from the employee record....

Software Engineering Fundamentals
1
0
10 people solved
Feb 2, 2026
Arm logo
Arm
Easy
Software Engineer

Explain GPU pipeline and execution hazards

Explain the following GPU architecture topics: 1. How a modern GPU renders a triangle from input vertices to final pixels. 2. How register read-after-...

Software Engineering Fundamentals
6
0
55 people solved
Feb 14, 2026
Uber logo
Uber
Medium
Software Engineer

Design a Rolling Event Counter

Design an in-memory rolling event counter. The counter should support two operations: - record(timestamp): record one event at the given timestamp, me...

Software Engineering Fundamentals
9
0
68 people solved
Jan 30, 2026
Netflix logo
Netflix
Hard
Software Engineer Locked

Design a concurrent latency percentile tracker

This question evaluates understanding of concurrent data structures, thread-safety, time-windowed metrics aggregation, and percentile computation for ...

Software Engineering Fundamentals
25
0
353 people solved
Feb 12, 2026
Bloomberg logo
Bloomberg
Medium
Software Engineer Locked

Design an in-memory TODO list API

This question evaluates object-oriented design, API and data-modeling skills, including selection of in-memory data structures, performance considerat...

Software Engineering Fundamentals
10
0
88 people solved
Feb 12, 2026
Apple logo
Apple
Medium
Software EngineerIntern

Explain SystemVerilog verification concepts and write constraints

Answer the following SystemVerilog / DV questions. Use short explanations and, where appropriate, show small SV code snippets. 1) Concurrency: Explain...

Software Engineering Fundamentals
5
0
92 people solved
Feb 9, 2026
Hudson logo
Hudson
Hard
Software Engineer Locked

C++ Fundamentals: Memory, Compilation, and Containers

This question tests deep knowledge of C++ internals, covering memory management, compilation mechanics, and standard container trade-offs. It evaluate...

Software Engineering Fundamentals
3
0
29 people solved
Jun 14, 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