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

Debug and harden a driver-selection component

This question evaluates debugging skills and data-structure implementation competency, focusing on heap/priority-queue behavior, constructor initializ...

Software Engineering Fundamentals
19
0
249 people solved
Jan 2, 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
Jerry.Ai logo
Jerry.Ai
Medium
Software Engineer

Explain GPS positioning and errors

Explain how GPS works at a high level. Your answer should cover how satellites and a mobile receiver estimate location, how signal propagation time is...

Software Engineering Fundamentals
1
0
29 people solved
Jan 1, 2026
Deca Technologies logo
Deca Technologies
Medium
Software Engineer Locked

Describe IC packaging tool experience and ramp-up

This question evaluates hands-on familiarity with IC packaging layout and verification tools, the ability to become productive within an established E...

Software Engineering Fundamentals
4
0
41 people solved
Feb 2, 2026
Amazon logo
Amazon
Medium
Software EngineerIntern Locked

Design a basic credit card system

This question evaluates object-oriented design and domain modeling skills, including class responsibilities, relationships, state management, transact...

Software Engineering Fundamentals
2
0
47 people solved
Oct 31, 2025
Bloomberg logo
Bloomberg
Medium
Data Engineer

Implement RotatingFileSink in hierarchy

You are given an existing Python 3.10 codebase with an abstract base class RecordSink (from abc import ABC, abstractmethod) that defines open() -> Non...

Software Engineering Fundamentals
11
1
82 people solved
Sep 6, 2025
Disney logo
Disney
Easy
Software Engineer

How would you run a mentoring-focused code review?

Scenario You’re given a poorly written frontend code change (e.g., a React/TypeScript component + related state and API calls) authored by a junior en...

Software Engineering Fundamentals
6
0
65 people solved
Nov 24, 2025
Millennium logo
Millennium
Medium
Software Engineer

Debug missing output in Python async HTTP flow

You are given a Python program intended to call two HTTP APIs in order, process the returned JSON, and finally print the computed result. However, whe...

Software Engineering Fundamentals
10
0
79 people solved
Oct 24, 2025
Affirm logo
Affirm
Easy
Software Engineer

Design a High-Card Game with a Persistent Tie Pot

Design a High-Card Game with a Persistent Tie Pot Model and implement a card game. A shuffled deck is split evenly among two players. In each round, e...

Software Engineering Fundamentals
3
0
35 people solved
Oct 9, 2024
TikTok logo
TikTok
Medium
Software Engineer Locked

Explain how Kafka works

This question evaluates understanding of Kafka and distributed streaming system concepts, covering core entities (broker, topic, partition, producer, ...

Software Engineering Fundamentals
6
0
52 people solved
Jan 22, 2026
J.P. Morgan logo
J.P. Morgan
Easy
Data Scientist Locked

Compute expected value of simple gambling games

This question evaluates a candidate's ability to compute expected value and reason about sequential probabilities in simple gambling scenarios, coveri...

Software Engineering Fundamentals
3
0
37 people solved
Jan 22, 2026
Airtable logo
Airtable
Medium
Software Engineer Locked

Explain how to make robust HTTP API calls

This question evaluates understanding of robust HTTP API integration, covering reliability and resilience topics such as timeouts, retries and backoff...

Software Engineering Fundamentals
8
0
96 people solved
Jan 22, 2026
XPeng logo
XPeng
Medium
Data Engineer

Compare Data Infrastructure Storage Choices

You are designing data infrastructure for an autonomous-driving company. Discuss the following storage and processing concepts and trade-offs: 1. In P...

Software Engineering Fundamentals
1
0
24 people solved
Apr 11, 2026
Apple logo
Apple
Medium
Software Engineer

Describe common RTL lint warnings and errors

You are writing RTL (e.g., Verilog/SystemVerilog) and run a lint tool on your code. The tool reports items such as: - "Treat as black box" - Combinati...

Software Engineering Fundamentals
6
0
110 people solved
Dec 8, 2025
Uber logo
Uber
Medium
Software Engineer

Improve robustness of graph cycle detection code

You have written code to detect cycles in a directed dependency graph of services, where nodes represent services and edges represent dependencies bet...

Software Engineering Fundamentals
6
0
56 people solved
Dec 8, 2025
Trexquant logo
Trexquant
Medium
Software Engineer

Explain C++ default constructor generation rules

You are given a C++ class type T. 1. When will the compiler implicitly declare a default constructor for T? 2. When will the implicitly-declared defau...

Software Engineering Fundamentals
5
0
83 people solved
Sep 1, 2025
Dispatch logo
Dispatch
Easy
Software Engineer

Fetch Public S3 Object Metadata

In Node.js, using AWS SDK for JavaScript v3, write a program that accesses the public S3 bucket coderbytechallengesandbox in region us-east-1 without ...

Software Engineering Fundamentals
10
0
70 people solved
Apr 5, 2026
Amazon logo
Amazon
Medium
Software Engineer

Design object model for an elevator system

Design the object-oriented model for an elevator (lift) system in a multi-floor building that may have multiple elevators. The system should support: ...

Software Engineering Fundamentals
10
0
79 people solved
Oct 31, 2025
Reinforce Labs logo
Reinforce Labs
Medium
Software Engineer Locked

Write SQL to compute current product stock

This question evaluates SQL competence in aggregations and relational joins, including handling baselines, nullable data, temporal filtering, and accu...

Software Engineering Fundamentals
2
0
25 people solved
Jan 8, 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