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

Design top-K frequency store for varying workloads

Scenario You need to design an in-memory component that tracks how often each key appears in a stream of events. The component must support these oper...

Software Engineering Fundamentals
4
0
38 people solved
Nov 3, 2025
Schneider Electric logo
Schneider Electric
Medium
Software EngineerIntern

Compare JavaScript == and === operators

In JavaScript, what is the difference between the == and === operators? Explain: 1. How each operator compares two values. 2. What type coercion is an...

Software Engineering Fundamentals
2
0
32 people solved
Dec 8, 2025
Microsoft logo
Microsoft
Medium
Software Engineer

Discuss mutexes, memory alignment, polymorphism, idempotency

In this interview round, you are asked several conceptual software-engineering questions. Answer all parts clearly and concisely, using examples. --- ...

Software Engineering Fundamentals
5
0
71 people solved
Oct 28, 2025
Morgan Stanley logo
Morgan Stanley
Medium
Data Scientist

Estimate Greeks and hedging PnL

Consider a vanilla European option under the Black-Scholes framework. 1. Without using a calculator, explain how you would mentally estimate the optio...

Software Engineering Fundamentals
3
0
55 people solved
Dec 8, 2025
J.P. Morgan logo
J.P. Morgan
Medium
Data Scientist Locked

Explain C++ virtual dispatch and object lifetime

This question evaluates a candidate's understanding of C++ virtual function dispatch, destructor and object lifetime semantics, stack versus heap allo...

Software Engineering Fundamentals
3
0
55 people solved
Jan 22, 2026
Atlassian logo
Atlassian
Medium
Software Engineer Locked

Design a CI/CD release notification service

This question evaluates object-oriented design skills, modeling of releases and changes, notification and event-driven system reasoning, and handling ...

Software Engineering Fundamentals
7
0
52 people solved
Jan 22, 2026
Amazon logo
Amazon
Hard
Software EngineerSenior+ Locked

Choose lock granularity for concurrent storage

This question evaluates understanding of concurrency control and lock-granularity trade-offs in concurrent storage components, including coarse-graine...

Software Engineering Fundamentals
6
0
74 people solved
Jan 22, 2026
Amazon logo
Amazon
Medium
Software Engineer Locked

Build a responsive grid of fixed boxes

This question evaluates front-end layout and responsiveness skills including HTML/CSS and React component rendering, plus performance scaling for larg...

Software Engineering Fundamentals
5
0
67 people solved
Jan 22, 2026
Bitkernel logo
Bitkernel
Medium
Software Engineer

Convert binary tree traversals to forest count

A binary tree has the following traversals: - Inorder: A, B, C, D, E, F, G - Postorder: B, D, C, A, F, G, E This binary tree is converted to an equiva...

Software Engineering Fundamentals
5
0
43 people solved
Oct 24, 2025
Bitkernel logo
Bitkernel
Medium
Software Engineer

Choose best prompt for AI code debugging

When using AI tools such as ChatGPT to help debug code, which prompting approach is generally most effective? Options: - A. Directly paste the complet...

Software Engineering Fundamentals
2
0
50 people solved
Oct 24, 2025
Nuro logo
Nuro
Hard
Software Engineer

Implement a thread-safe periodic job scheduler

Implement a thread-safe periodic job scheduler Problem: Periodic Job Scheduler (Concurrency) Implement a small in-process job scheduler that can run p...

Software Engineering Fundamentals
26
0
190 people solved
Jul 31, 2025
Verkada logo
Verkada
Medium
Frontend EngineerNew Grad Locked

Build a React dashboard with filters

This question evaluates frontend engineering skills in React, including component decomposition, controlled inputs and state management, semantic HTML...

Software Engineering Fundamentals
1
0
32 people solved
Jan 10, 2026
Notion logo
Notion
Medium
Software Engineer

Implement Recursive React JSON Viewer with Collapse

Implement Recursive React JSON Viewer with Collapse React JSON Tree Viewer (Read-Only, Recursive) Design and implement a React component that accepts ...

Software Engineering Fundamentals
43
0
298 people solved
Jul 17, 2025
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
20 people solved
Jan 7, 2026
SoFi logo
SoFi
Hard
Software Engineer

Implement a React CRUD Table

Implement a React CRUD Table React CRUD Data Table — Build and Explain Context Design and implement a React application that renders a data table with...

Software Engineering Fundamentals
15
0
115 people solved
Jul 16, 2025
Imc logo
Imc
Easy
Data Scientist Locked

Find valid range of q for outcome probabilities

This question evaluates understanding of probability distributions and the formulation of arbitrage conditions using linear algebra, testing competenc...

Software Engineering Fundamentals
3
0
34 people solved
Jan 6, 2026
Google logo
Google
Medium
Software Engineer Locked

Design an object-oriented poker game

This question evaluates object-oriented design and system modeling skills, including abstraction, class responsibilities, object relationships, and do...

Software Engineering Fundamentals
12
0
107 people solved
Jan 6, 2026
Cloudflare logo
Cloudflare
Medium
Software Engineer

Design an encrypted key-value store with login

Prompt Design a small key–value store that supports user login and ensures values are encrypted at rest using a user-provided password. You may assume...

Software Engineering Fundamentals
5
0
62 people solved
Oct 4, 2025
Bnp logo
Bnp
Easy
Data Scientist

Find expected tosses to see a coin pattern

A fair coin is tossed repeatedly until a target length-3 pattern appears as a consecutive substring (e.g., HHH, HTH, HTT, etc.). 1) Describe a general...

Software Engineering Fundamentals
1
0
27 people solved
Jan 5, 2026
Meta logo
Meta
Medium
Software Engineer Locked

Troubleshoot a website outage with disk full

This question evaluates operational incident response and systems troubleshooting skills, including understanding of disk/storage behavior, log and me...

Software Engineering Fundamentals
3
0
39 people solved
Jan 5, 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