Samsung Interview Questions
We track 8 interview questions reported from Samsung: 5 in Coding & Leetcode-style Questions, 3 in ML Fundamentals & Algorithms. They average 3.0/5 difficulty — medium for a working engineer — and every one was reported by someone who sat the loop, not written by us. The topics that come up most: ml-theory, optimization, sorting, hashmap.
Practice these on the problems board →Question mix
- Coding & Leetcode-style Questions5
- ML Fundamentals & Algorithms3
Difficulty
- 2/5 — easy1
- 3/5 — medium6
- 4/5 — hard1
Asked for MLE (8), SWE (5), DS (4), RS (3)
Topics Samsung asks about
Reported Samsung questions
Handling Imbalance Data
3/5This machine learning fundamentals question, often encountered in Samsung interviews, explores best practices for handling heavily skewed datasets during model training and evaluation. You will analyze the theoretical and practical implications of applying downsampling techniques, specifically focusing on whether evaluation sets should reflect the original population distribution or mirror the modified training data. The prompt tests your statistical reasoning and understanding of data preprocessing pipelines. Unlock the detailed explanation and expert answer by getting a subscription.
ML Fundamentals & Algorithmsimbalanced-datasamplingevaluationL1 L2 Regularization
3/5Frequently asked during machine learning interviews at Samsung, this conceptual question explores the core differences and mathematical mechanics behind L1 and L2 regularization techniques. You will examine how penalty terms influence model weights, prevent overfitting, and impact feature selection during training. Grasping these concepts is crucial for building robust predictive models and understanding generalization limits in data science. The detailed conceptual breakdown and model answers are available exclusively to paid subscribers.
ML Fundamentals & AlgorithmsregularizationlassoridgeBias and Variance
3/5Delve into the core machine learning concepts of prediction error sources and model stability through this foundational interview topic from Samsung. This discussion covers the trade-offs between overly simplistic models and highly sensitive estimators, complete with practical scenarios and real-world contexts. Understanding these concepts is essential for building robust predictive systems. The complete tutorial, in-depth explanations, and expert tips are exclusively available to subscribers.
ML Fundamentals & Algorithmsbias-varianceoverfittingunderfittingReach The Point
4/5Navigate a dynamic coordinate plane with scaling step sizes in this algorithmic challenge frequently reported during Samsung interviews. The exercise tests your ability to apply breadth-first search or mathematical pruning to determine the shortest path to a target position under progressive constraints. You will need to optimize state spaces to handle large test cases within strict time limits. Access the complete problem specification and optimal model solution with a subscription.
Coding & Leetcode-style QuestionsmathgreedyoptimizationNumber of Islands (grid connected components)
3/5This classic Samsung interview challenge requires you to determine the total count of distinct connected components formed by adjacent land cells within a two-dimensional binary matrix. You will need to apply graph traversal strategies like depth-first search or breadth-first search to explore and mark visited regions effectively. Access the complete problem breakdown, constraints, and optimal solution by upgrading to a paid subscription.
Coding & Leetcode-style QuestionsgriddfsbfsTop K Highest CTR Campaigns
2/5This data processing challenge, commonly reported during Samsung interviews, asks you to identify the highest performing advertising campaigns based on engagement metrics. Given raw impression and interaction logs, you must compute performance ratios and efficiently extract the top performers using sorting or heap-based selection strategies. It tests your capability to handle tabular data streams and implement efficient ranking algorithms. Unlock the complete problem prompt, sample data sets, and optimal solution code with a paid subscription.
Coding & Leetcode-style Questionssortingtop-kheapFinding a Hidden Benchmark Value
3/5Solve this Samsung interview question involving two large numeric collections and an optimization goal to maximize a specific score disparity under strict performance limits. The puzzle challenges you to efficiently evaluate relationships between array elements and identify the optimal adjustment parameter that yields the greatest variance. It tests your numerical analysis skills and ability to optimize search spaces for large data volumes. Gain access to the complete problem instructions and an efficient model solution by upgrading your subscription.
Coding & Leetcode-style Questionssortingbinary-searchsweepWord Ladder with Two Character Change
3/5In this Samsung coding challenge, you are tasked with processing a collection of fixed-length text strings to discover relational neighborhoods based on character modifications. The goal is to build an indexed mapping where each entry connects to others reachable within a specific threshold of character substitutions. This problem examines your string manipulation skills, combinatorial awareness, and ability to optimize similarity searches. Access the full problem description, test cases, and optimal solution by subscribing.
Coding & Leetcode-style Questionsstringshamming-distancehashmap
Companies that ask similar questions
Samsung interview FAQ
- How many Samsung interview questions are available?
- 8 reported Samsung questions, the largest group being Coding & Leetcode-style Questions (5).
- How hard is the Samsung interview?
- Across the questions we track, Samsung averages 3.0 out of 5: 1 at 2/5, 6 at 3/5, 1 at 4/5.
- What topics does Samsung ask about?
- Most often ml-theory, optimization, sorting, hashmap, imbalanced-data.