Skip to content

Samsung Interview Experiences

How Samsung R&D Institute India actually interviews engineering candidates, based on aggregated reports from Glassdoor, GeeksforGeeks, and Naukri Code360. Location and cycle-to-cycle variation is real, so treat this as a prep map, not a script.

Reported total compensation for a fresher Software Engineer role at SRI varies by location and offer band; treat any specific number circulating on forums as a rough, cycle-dependent signal rather than a guarantee.

Round Duration What they test
Online Coding Assessment 2-3 hrs 1-3 DSA problems, all/most hidden test cases must pass; sometimes + technical MCQs
Technical Interview (1-2 rounds) 45-60 min each DSA (explained verbally), OS, DBMS, OOP, networking, C/C++, projects
HR Round 20-30 min Fit, motivation, occasionally a puzzle; usually lighter than the technical rounds

Experience 1: Software Engineer, SRI-Bangalore (on-campus, 2025)

Section titled “Experience 1: Software Engineer, SRI-Bangalore (on-campus, 2025)”

Profile: B.Tech CSE, tier-1/tier-2 college, ~8.2 CGPA, one internship, regular competitive-programming practice

Online Coding Assessment

  • 3-hour window, one primary DSA problem: detect a cycle in a directed graph and identify the nodes forming it.
  • 10 submissions allowed; only candidates whose solution passed all hidden test cases moved on. STL usage was restricted for this cycle.

Technical Interview 1

  • Asked to explain (not code) an approach to a medium-difficulty linked-list/tree problem, then walked through time and space complexity.
  • OS questions: process vs thread, and what happens during a page fault.
  • Deep dive into a personal project: why a particular data structure was chosen over an alternative.

Technical Interview 2

  • DBMS: normalization forms and when to denormalize; a query-optimization scenario.
  • OOP: explain the four pillars using an example from the candidate’s own codebase, not a textbook definition.
  • Short networking question: difference between TCP and UDP, with a real use case for each.

HR Round

  • “Why Samsung, and why R&D specifically?”
  • “Tell me about a time you had to optimize a solution to pass every test case.”
  • Kept answers short and specific; avoided reciting a rehearsed pitch.

Result: Selected Takeaway: Passing the hidden test suite mattered more than getting the “cleverest” solution first - a correct, well-explained approach beat a partially-working, more optimal one.

Experience 2: Software Engineer, SRI-Noida (on-campus, 2024-2025)

Section titled “Experience 2: Software Engineer, SRI-Noida (on-campus, 2024-2025)”

Profile: B.Tech ECE/IT, ~7.4 CGPA, strong personal projects, moderate contest rating, first attempt at Samsung

What differed

  • The online assessment ran the full 3 hours with a single, harder graph-based problem (10 hidden test cases); a near-complete solution that failed 2 of them did not advance.
  • Only one technical interview was conducted (not two), combining DSA discussion with OS/DBMS/OOP questions in a single 60-minute session.
  • The HR round was done in a small group of 3-4 candidates rather than one-on-one, and felt noticeably lighter than the technical stage.

Mistakes that hurt other candidates in the same hiring cycle

  • Writing code before clarifying constraints and edge cases out loud
  • Treating the HR round as a pure formality and giving one-line answers
  • Being unable to justify basic design choices in their own listed projects

Result: Selected after the technical interview Takeaway: A clean, hidden-test-passing solution plus confident fundamentals (OS/DBMS/OOP) carried more weight than CGPA or the number of projects listed.

  1. Detect a cycle in a directed graph (and identify the nodes forming it)
  2. Linked list and binary tree problems - explain the approach and complexity, not always full code
  3. Array/string problems under a strict hidden-test-case bar
  4. Process vs thread, deadlock conditions, paging/segmentation (OS)
  5. Normalization, indexing, joins, and query optimization (DBMS)
  6. OOP pillars with a concrete project example
  7. TCP vs UDP, and basic client-server/networking scenarios
  8. Walk through a design decision in your final-year or internship project
  1. Tell me about yourself
  2. Why Samsung, and why R&D specifically?
  3. Tell me about a time you optimized a solution to pass every test case
  4. Tell me about a time you worked in a fast-changing technical environment
  5. A short logic puzzle, on some drives
  • Treat the online assessment as pass/fail on hidden test cases - a solution that only handles the visible samples is not a finished solution here.
  • Confirm the STL/Collections rule for your specific drive before the assessment starts; it varies by cycle and campus.
  • Revise OS, DBMS, OOP, and networking fundamentals properly - technical interviews lean on them as heavily as DSA.
  • Be ready to defend specific design choices in your own projects, not just describe what they do.
  • Don’t under-prepare for the HR round just because it’s shorter - vague or one-line answers still cost candidates.

Samsung’s HR round is comparatively short but still evaluative - fit, motivation, and occasionally a logic puzzle. Prepare those answers on the dedicated page rather than cramming them into this hub.

Intel · NVIDIA · Qualcomm · Texas Instruments · Apple · Cisco