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
Pilot logo
Pilot
Easy
Software EngineerNew Grad

Explain Python and Web Basics

In a software engineering interview, explain the following fundamentals: 1. In Python, what are the differences between a list and a tuple? When would...

Software Engineering Fundamentals
1
1
21 people solved
Jan 7, 2026
Toma logo
Toma
Easy
Frontend Engineer

Identify the CSS color function

In CSS, which color function accepts red, green, and blue channel values and can also include an optional opacity value?

Software Engineering Fundamentals
13
0
117 people solved
Apr 2, 2026
Toma logo
Toma
Easy
Frontend Engineer Locked

Which CSS function supports opacity?

This question evaluates a candidate's understanding of CSS color functions and opacity handling, specifically familiarity with color channel values an...

Software Engineering Fundamentals
8
0
66 people solved
Apr 1, 2026
Bnp logo
Bnp
Easy
Data Scientist

Explain and compute option delta

In options trading, what is an option’s delta? 1) Give the definition of delta and explain its intuition/sign for calls vs puts. 2) Under the Black–Sc...

Software Engineering Fundamentals
5
0
42 people solved
Jan 5, 2026
Bnp logo
Bnp
Easy
Data Scientist

Compute expected max/min of n die rolls

You roll a fair six-sided die n times independently. 1) Compute the expected value of the maximum roll. 2) Compute the expected value of the minimum r...

Software Engineering Fundamentals
4
0
63 people solved
Jan 5, 2026
Shield Ai logo
Shield Ai
Easy
Software EngineerSenior+ Locked

Explain How You Would Test a System

Explain how to test a system by first defining its contract, invariants, risks, and trustworthy oracles. Build a layered strategy spanning unit, prope...

Software Engineering Fundamentals
1
0
13 people solved
May 25, 2026
Adia logo
Adia
Easy
Data Scientist Locked

Calculate Playback Counts per Stream

This question evaluates SQL skills in aggregation and joins, specifically counting event occurrences and relating them to stream and streamer identifi...

Software Engineering Fundamentals
0
0
13 people solved
May 25, 2026
Meta logo
Meta
Medium
Machine Learning Engineer Locked

Design concurrent expiring job registry

This question evaluates understanding of concurrent data structures, synchronization primitives, time-based expiration semantics, and efficient cleanu...

Software Engineering Fundamentals
2
0
29 people solved
Nov 28, 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
Oracle logo
Oracle
Medium
Software Engineer Locked

Apply operations efficiently using Command pattern

This question evaluates skills in object-oriented design, the Command Pattern, correctness reasoning, extensibility of operation abstractions, and opt...

Software Engineering Fundamentals
5
0
75 people solved
Feb 12, 2026
Oracle logo
Oracle
Medium
Software Engineer Locked

Extend and optimize an existing CLI tool

This question evaluates a candidate's ability to analyze an existing CLI codebase, perform gap analysis versus requirements, implement missing feature...

Software Engineering Fundamentals
3
0
39 people solved
Feb 12, 2026
Squarepoint Capital logo
Squarepoint Capital
Hard
Software Engineer

Implement and Improve React Components

Implement and Improve React Components React Technical Screen: Build a Rating Component and a Todo App Assumptions and Setup - Use React 18+ with func...

Software Engineering Fundamentals
6
0
92 people solved
Jul 16, 2025
Capital One logo
Capital One
Easy
Machine Learning Engineer Locked

How would you improve card-type detection?

This question evaluates a candidate's ability to design robust detection logic, covering system design, data modeling, validation, and operational con...

Software Engineering Fundamentals
10
0
91 people solved
Feb 11, 2026
Intuit logo
Intuit
Medium
Software Engineer

Aggregate transactions by status and failure reasons (SQL)

You are given a table transactions with (at least) the following columns: - transaction_id (unique identifier) - status (e.g., SUCCESS, FAILED, PENDIN...

Software Engineering Fundamentals
8
0
90 people solved
Oct 13, 2025
NVIDIA logo
NVIDIA
Medium
Software Engineer

Demonstrate software engineering fundamentals

Demonstrate software engineering fundamentals Software Engineering Fundamentals: Git, Docker, Python Environments, and C++ Concepts Context: You are i...

Software Engineering Fundamentals
9
0
86 people solved
Aug 7, 2025
Uber logo
Uber
Medium
Software Engineer

Develop test plan and TDD for word search

Design a Comprehensive Test Plan and TDD Workflow for Word-Search Functions Context and Assumptions We are testing two grid-based word search function...

Software Engineering Fundamentals
5
0
50 people solved
Sep 6, 2025
Scale AI logo
Scale AI
Medium
Software Engineer

Implement Hook and Modify UI Interactions

Task: Implement a custom React hook and wire UI interactions Context You are working in a React app that already includes a basic API module and a sim...

Software Engineering Fundamentals
12
0
157 people solved
Sep 6, 2025
DoorDash logo
DoorDash
Hard
Software Engineer

Debug a cache incident end-to-end

Incident Scenario: Elevated Latency and Surge in Cache Misses You are paged for elevated tail latency and a spike in cache misses in a microservice th...

Software Engineering Fundamentals
25
0
238 people solved
Sep 6, 2025
Amazon logo
Amazon
Medium
Software Engineer

Design an OOD restaurant management system

Object-oriented design: Restaurant management system Design an object-oriented system for a dine-in restaurant that supports the following: Functional...

Software Engineering Fundamentals
9
0
93 people solved
Sep 5, 2025
Antra logo
Antra
Easy
Software Engineer

Explain core Java and Spring fundamentals

Java and Spring fundamentals You are interviewing for a backend Java/Spring role. Answer the following conceptual questions: 1. Collections & data str...

Software Engineering Fundamentals
5
0
77 people solved
Oct 9, 2025

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