Skip to content

Samsung Placement Papers 2026

Samsung R&D institutes in India hire freshers for mobile, networks, Smart TV, and semiconductor-adjacent software development. Founded in 1938, Samsung is a global electronics leader with major India hubs at SRI-B Bengaluru, SRI-N Noida, and SSIR Bengaluru. It is a popular campus recruiter for embedded systems and software engineering roles.


HQ: Suwon, South Korea
Employees: 270,000+
Revenue: $200B+

Explore: Online Assessment · Download PDF · Placement Process · Interview Experience · Preparation Guide · Certifications & Career

Samsung fresher eligibility for campus drives

Who this hub is for

  • For: Final-year students targeting SRI-B / SRI-N Software Engineer, SSIR Research Engineer, or related R&D intern+FTE tracks on campus or via samsung.com careers.
  • Not the same track: Samsung Electronics India field/sales (GSAT + lower CTC), store jobs, or experienced mobile-app contractor posts. Those exist; this page is the coding bar.
  • SRI vs SSIR: same brand, different first round. If the PPT says VLSI MCQs, do not spend the weekend only on Burst Balloons.

On-campus vs off-campus

Route What usually changes What stays the same
Campus SRI SDE Lab or GFG account, batch OA, interviews in 1-2 weeks Coding bar
Campus SSIR Technical MCQs + maybe embedded C ECE/EEE depth
Off-campus careers Resume screen, then similar SWC Hidden tests still exist
Referral Higher visibility You still sit the paper

Off-campus does not mean an easier SWC. It often means fewer reserved seats and a thicker mix of people who already failed one campus paper.

Degree, CGPA, and “is 7.0 enough?”

Is 7.0 CGPA enough? It matches the commonly reported floor on many SRI campus notes and the GFG SDE-I FTE write-up (CGPA above 7, no backlogs). A 7.1 who passes all 50 hidden tests beats an 8.9 who ships an O(n²) DP that dies at n = 1e5.

FACE Prep’s 2026 fresher guide also cites 60% or 6.0 CGPA across 10th, 12th, and graduation as a published R&D baseline, with some SRI-B JDs raising that to 65% or 70%. Treat those as two different mailers, not a contradiction you argue with HR. Your PDF wins.

Branches: CS, IT, ECE most often for SRI software. EEE / E&I / Telecom show up on electronics and SSIR lists. If your college lists only circuit + CS, read the notice twice.

Backlogs: none active at application is the usual hard stop. Clearing a backlog after you already applied does not always save the form.

What helps the resume screen: one C/C++ or systems project you can defend (memory, threads, a real bug), any internship with a metric, competitive programming only if you can still explain a solution. Listing five Android courses you cannot open in an IDE is how Technical 2 dies. See certifications after fundamentals.

Academic snapshot

Marks: 7.0+ / 70% common on SRI JDs

Degree: B.E. / B.Tech / M.E. / M.Tech

Backlogs: None active at apply

Year: Final-year; some recent grads off-campus

Skills they actually filter

Primary: Timed hard DSA, all tests pass

Languages: C, C++, Java, Python

Exam filter: Samsung SRI / SWC Online Test

Interview depth: OS, architecture, C++

Who usually fits and who struggles

Good fit: You can sit with a hard DP or grid BFS for three hours without panic, you implement from primitives when STL is banned, you can draw process vs thread and a cache hierarchy on paper, and you will move to Bengaluru or Noida. You debug with prints and a notebook, not only an IDE.

Harder path: You only grind contest hards and skip writing full programs; you freeze when libraries are blocked; you cannot explain virtual functions or page tables; you treat HR as “I like Samsung phones”; you refuse both Bengaluru and Noida.

Samsung’s India R&D work is device-adjacent: mobile stacks, TV platforms, modem/network software, sometimes silicon next door at SSIR. That is a feature if you like systems close to hardware. It is a miss if you only wanted a consumer web app with your name on the icon. Be honest in Why Samsung either way.

CGPA chances (campus cell view):

CGPA range Selection chances Notes
Below 7.0 Low on many SRI campus lists Off-campus or 6.0-floor JDs sometimes still open
7.0-7.4 Eligible, not safe SWC all-tests-pass decides
7.5-8.4 Common shortlist band Still need a compiling, complete solution
Above 8.5 Helps the cell filter Does not write your DP table

Samsung placement papers - last few years

Comments & Suggestions

What previous year papers actually train

Samsung does not publish a permanent official paper. “Previous year papers” on this site train the SWC clock, the all-tests-pass habit, and the OS/architecture viva that interviews reopen. They are not leaked live tests.

Round (typical) What to practice
SWC 1-problem / 3 hr One hard DP or graph; submit budget
SRI 2-3 problems / 90-120 min Medium DSA completeness
GSAT-style (Electronics / older) 50 Q / 60 min speed
Technical 1 Live DSA + C/C++ + OS
Technical 2 Projects, light design, language internals
HR Lab choice, relocation, Why this entity

Themes that keep repeating (2024-2026)

  • On-campus SDE-I FTE (GfG): CGPA above 7, no backlogs. OA on a GFG account in the TPO lab: 3 hours, one hard DP (Burst Balloons cited), unlimited compiles but ≤10 submits, must pass all ~50 tests. Then multiple technicals and a calmer HR on background and prep habits.
  • SRI-B / SRI-N coding (FACE Prep 2026): 1 to 3 DSA problems, 90 minutes to 2 hours, C/C++/Java/Python, no negative marking, partial credit on some platforms. Difficulty around LeetCode medium; DP and graph traversal keep showing up.
  • Classic SWC (older competency PDFs still cited): fresher “advanced” paper = 1 problem / 3 hours, pass all cases inside time and memory; experienced “professional” = 1 problem / 4 hours. Stacks, graphs, DP, bit magic, strings. Some versions allow STL; some R&D rooms do not.
  • SSIR: digital/analog/VLSI MCQs, sometimes a short embedded C section, ~90 minutes. Not Burst Balloons.
  • GSAT (Electronics India / historical SRI): ~50 questions, 60 minutes, quant + reasoning + technical MCQs, no negative, often no sectional cutoff. Do not prep this as your only 2026 SRI plan.

How to use one paper set in a single sitting

  1. Timed: 3-hour one-problem mode or 90-minute two-problem mode. Do not mix clocks in one sitting.
  2. Untimed review: classify every failed hidden case as constraint miss vs bug vs TLE.
  3. Re-implement one graph and one DP without STL if you cannot swear the invite allows libraries.
  4. Speak a 10-minute OS + cache oral.
  5. Write Why SRI-B vs Why SRI-N in two different sentences.
Theme What to drill next Why Samsung asks it
Burst / interval DP Burst Balloons, matrix chain, egg drop 3-hour one-problem OA
Grid BFS / DFS Islands, rotting oranges, unique paths SWC + Tech 1
Backtracking + prune N-queens, subsets with limits Memory-bound papers
Heap / Dijkstra from scratch No priority_queue if STL banned Classic SWC
Bit tricks Reverse bits, masks Occasional OA + MCQ
OS scheduling / sync Gantt, deadlock, semaphores Technical 1-2
Cache / pipeline Hit rate, stalls Computer architecture viva
C++ virtual / memory vtable, new/delete, RAII Technical 2

How to run a paper week

Two days: 3-hour one-problem mocks (SWC shape).
One day: 90-minute two-problem set (SRI medium family).
One day: implement queue, heap, and hashmap with arrays only.
One day: OS + computer architecture oral with a friend.
Weekend: one year page - 2024, 2025, or 2026 - and recode the problem you failed on hidden tests.

If your PPT already said “one coding question, three hours,” do not spend the weekend on 50-question GSAT heroics. If it said SSIR, invert that.

Samsung hiring rounds in 2026

Samsung hires freshers through campus cells, samsung.com careers, and referrals. For CS students the constant is a coding assessment that is harder and longer than a TCS NQT, then technicals that want OS and C++, not only LeetCode chat.

Application methods

Campus recruitment

Placement cell, PPT, OA in TPO lab, technicals the next week, HR same loop. Season-aligned (often Aug-Dec).

Off-campus / careers

samsung.com / Samsung India careers. Resume screen, then SWC or GSAT depending on entity.

Referrals

Higher resume visibility. You still need every hidden test.

Round-by-round walkthrough

  1. Resume / eligibility screen

    7.0+/70% when listed, branch, backlogs, year. This is a gate. The SWC is the first hard filter. Put one project that proves you finish systems code, not five half courses.

  2. Samsung SRI / SWC Online Test (drive-specific)

    Treat published shapes as families, not as your guaranteed paper:

    Family Format Pass habit Who reports it
    SWC / GFG SDE 3h 1 hard problem, ~3 hours, ~50 tests, submit cap ~10 All tests, not 40/50 GfG on-campus SDE-I
    SRI 90-120 min 1-3 medium DSA, partial credit possible Finish 2 cleanly FACE Prep SRI-B/N
    Classic SWC PDF 1 problem / 3h (fresher), memory+time limits All cases Competency guides
    SSIR MCQ ~90 min electronics + maybe C Accuracy on VLSI/digital FACE Prep SSIR
    GSAT 50 Q / 60 min, no negative Speed, skip traps Electronics India

    Time boxing a 3-hour one-problem paper: 15 minutes read constraints and invent 5 extra tests (n=1, already-sorted, max n, overflow, disconnected graph). 30 minutes brute you will not submit. 90 minutes the real DP/graph. 30 minutes hidden cases and memory. 15 minutes last submit. Do not burn 8 of 10 submits in hour one.

    Time boxing a 2-problem 90-minute OA: 10 minutes read both; 35 minutes lock the easier; 40 minutes the medium; 5 minutes edges. Empty second IDE from chasing a graph DP is a common fail mode.

Hidden tests that fail “it works on my example”: n = 1, already complete, duplicate edges, integer overflow in C++, TLE on O(n²) for n = 1e5, memory on DP tables that are n×n×n, off-by-one on grid boundaries. If STL is banned, sort and map are not a plan.

Sample SWC-style prompt (practice, not a leak)

One-problem flavour: burst balloons / interval DP. You must return the maximum coins. Naive recursion passes the sample and dies on n = 30. Memoised interval DP is the actual sport. Students who print-debug 40 times and then hit the submit cap with a wrong base case fail a paper they “understood.”

Two-problem flavour: (1) rotate or move-zeros style array you should finish in 20 minutes; (2) grid BFS or “first unique” string. Samsung is checking whether you still respect edges after the easy one.

Drill those families under the matching clock this week on coding questions. Then do a different pair. Theme reuse beats memorising one GfG anecdote.

What “all tests pass” means in a Samsung OA

Partial credit on some SRI HackerRank papers is real. The GFG 3-hour SDE paper is not that sport. If the invite says all test cases, 49/50 is a reject. Budget compiles for thinking and submits for versions you have dry-run on paper.

  1. Technical interview 1 (30-60 min)

    Live DSA or a re-solve of your OA idea, C/C++ (pointers, virtual, memory), OS (scheduling, paging, threads, deadlock), light DBMS. Expect to trace code on a whiteboard or shared editor. Silent grinders stall.

    Practical target: restate, brute, complexity, then code. They reward visible reasoning more than a memorised optimal you cannot dry-run.

  2. Technical interview 2 (30-60 min)

    Project deep-dive: why this data structure, what failed in production or on your laptop, how you would cache or rate-limit a tiny service. Language internals (vtable, GC, Python GIL if you claimed Python). Some SRI rooms stay on harder DSA. SSIR rooms switch to CMOS, FSMs, Verilog.

  3. HR interview (20-30 min)

    Intro, Why this lab, relocation (Bengaluru vs Noida), joining date, sometimes a follow-up on a technical stumble. Samsung HR is usually not the steep filter if you cleared both technicals, but a freeze on “Can you join Noida in 30 days?” can still end the loop.

Timeline from application to offer

Phase Duration What happens
Campus register / PPT Drive week Eligibility list
SWC / OA 1 day Coding or GSAT
OA results Same day to 1 week Steep cut
Technical 1-2 1-3 weeks DSA + OS + projects
HR Same day or next Location, fit
Offer 1-2 weeks Letter + hub

Total: campus batches often 2-6 weeks. FACE Prep cites 4-8 weeks on some calendars. Off-campus can sit longer in resume review before you even see a link. Do not calendar a same-week offer as a promise.

What each early round actually asks

  • SWC: one hard complete solution or two medium complete solutions. Not 40 aptitude MCQs.
  • Tech 1: DSA you can code plus OS you can draw.
  • Tech 2: your project, not a TED talk about “innovation.”
  • HR: lab and city are the quiet filter.

If you only remember three numbers: pass all hidden tests, two technicals after the OA, SRI software band often ₹18-24 LPA inside the wider ₹14-28 LPA chatter (candidate-reported).

Samsung practice pages

Samsung preparation strategy that works

If a Samsung invite is 3-8 weeks out, treat this hub as the map and the linked practice pages as the drills. Do not reread eligibility ten times. Check the JD once, then spend hours on the filter that actually rejects people.

Typical fresher CTC chatter for Samsung sits around ₹14-28 LPA (candidate-reported - confirm the letter). Languages students mention most often: Java, C++, Python, C. Pick one and stay with it in OA and interviews.

Eligibility reminder (from student reports): Common SRI campus reports: B.E./B.Tech/M.E./M.Tech in CS, IT, ECE, EEE or related electronics streams; often 7.0+ CGPA or 70% on SRI JDs (some notices list 60%/6.0 across 10th, 12th, and graduation). No active backlogs at application. Always verify the college mailer or Samsung India careers posting.

What you are training for: Typical SRI fresher loop: 1. Resume / campus eligibility screen, 2. Samsung SRI / SWC Online Test (1 hard problem in ~3 hours, or 1-3 DSA problems in 90-180 min), 3. Two technical interviews (DSA, C/C++, OS, computer architecture, projects), 4. HR (relocation to Bengaluru or Noida, Why Samsung). Some Electronics India drives still use GSAT-style aptitude. End-to-end often 2-8 weeks.

Short version of the prep split: Split time about 40% timed hard DSA (DP, graphs, backtracking) until you can pass all hidden tests, 25% C/C++ and OS/architecture you can speak, 20% project trade-offs, 15% HR and location. Languages: C, C++, Java, Python. Weekly full mocks on this site.

A four-week plan that actually gets used

Week 1 - pattern, not vibes. Language fluency: rewrite 10 old solutions in one language until you stop hunting syntax. Open the Samsung previous-year sets on this site and mark which sections ate your time. Write the timing on a sticky note. That number is more useful than a 200-problem LeetCode streak you never timed.

Week 2 - the steep filter. Most Samsung drives fail people on the first timed paper or OA. Do three timed sits this week. After each one, log every miss in a two-column note: topic and why (slow, wrong formula, bad edge case, panic). The next sit should only add problems from that log.

Week 3 - talk tracks. Technical interviews at Samsung usually want a clean project story, one or two CS fundamentals, and (if the process has it) a behavioral or values round. Write STAR stories on paper, not in your head. Practise “Why Samsung?” with one concrete product, lab, or business line - not a slogan.

Week 4 - mocks and logistics. Sleep, id photocopies, and a dry run of the oa platform if the invite names one. If you still have energy, redo only the questions you failed in week 2.

Where the hours should go

Slice Share of weekly hours What “done” looks like
Timed papers / OA ~40% You finish a Samsung-style sit without guessing the clock
Coding / role technical ~30% You can explain a solution out loud in your chosen language
Fundamentals / domain ~20% You can teach one OS/DBMS/networks (or domain) topic to a friend
Stories + HR ~10% Two STAR stories and a specific Why-this-company answer

If you only have 10 days, keep the same ratios and cut volume, not the timed sits.

Practice pages to open this week

Use this hub for the Samsung story (eligibility, rounds, salary). Use those pages for timed reps and interview notes.

Common ways students waste a month

  • Collecting 12 Samsung PDFs and never sitting one under a timer.
  • Switching languages every weekend because a senior used a different one.
  • Memorising HR answers before they can finish the OA.
  • Ignoring the company-specific quirk on this page (unique round, exam name, or role band) and preparing like a generic service-company drive.

If you do one thing after reading this: schedule three timed Samsung papers on three different days, then interview prep on the leftovers.

Samsung fresher CTC in India (2026)

Figures below are candidate-reported as of August 2026. Treat them as ranges, not offer letters.

Fresher bands students cite

Role band Typical CTC (reported) Notes
SRI-B / SRI-N Software Engineer ₹18-24 LPA FACE Prep / AmbitionBox cluster; joining bonus often in tranches
SRI software (wider chatter) ₹14-28 LPA Hub, year, and advanced tracks vary
SSIR Research Engineer ₹15-22 LPA VLSI / hardware flavour
Electronics India field / sales Often ₹4-8 LPA Different JD - do not quote SRI numbers here

Confirm base / joining bonus / variable on the letter. Bengaluru vs Noida changes in-hand more than students expect (rent, not the slide). Ask HR whether the PPT number is CTC or base. Campus slides are optimistic; letters are specific.

Do not annualise an intern stipend. If two friends got ₹16 LPA and ₹22 LPA in the same year, that is why this hub prints a band, not a single number. Advanced or returning-intern conversions sometimes sit higher; they are not the default campus SDE.

Benefits students care about

  • Health cover and standard India tech benefits as per letter
  • Learning on device/OS stacks (not a 3-month generic academy only)
  • Mostly on-site Bengaluru or Noida - ask, do not assume hybrid
  • Internal mobility across Samsung labs exists; it is not a FAANG-level public ladder you can quote

How to read ₹14-28 LPA: the floor is not every SRI offer; the ceiling is not SSIR-by-default. Electronics India is a different company-inside-the-brand.

Growth: Software Engineer → Senior on project performance. If you want a published Ninja/Digital/Prime ladder, this is a different sport. Closer to Qualcomm/TI systems culture than TCS NQT.

What’s changed in Samsung hiring lately

  • Coding-first SRI remains the 2026 chorus. GSAT is not dead everywhere, but it is no longer the default SRI-B software opener.
  • Two OA families coexist: 3-hour one-problem all-tests-pass, and 90-120 minute 1-3 problem papers with possible partial credit. Prep both clocks until the invite arrives.
  • No-STL rumours persist. Some rooms allow collections; some R&D SWCs do not. Implement heap and hashmap once so you are not surprised.
  • OS + computer architecture keep showing up even when the OA was pure DP. A LeetCode-only prep dies in Technical 1.
  • Group discussion is mostly gone on recent FACE Prep notes. Do not skip HR stories just because GD disappeared.
  • Treat ₹14-28 LPA as a reported band, not every campus PPT slide.
  • Bengaluru and Noida remain the loud hubs; Hyderabad still appears on some India lists. Confirm the letter.

Proctoring and platforms change by campus (GFG account, HackerRank, Samsung portal). Practise in a language you can select on a locked-down lab IDE. A new C++ standard surprise is not a reason to rewrite algorithms in the hall. Write boring, compiling code.

If 2026 drives keep the one-problem SWC, read the submit limit twice. Students still mix it up with a 2-hour two-problem HackerRank. Different sport. If the PPT never says SWC, still know DP; SRI medium papers love it anyway.

What “device/OS flavour” should change in your DSA leftovers

If you already have Amazon/Google mocks, keep graphs and DP, add OS scheduling and cache, cut system-design theatre that assumes you are interviewing for L5. Samsung’s fresher design ask is a caching sketch and a project postmortem, not a URL shortener for 100 million QPS.

Platform and proctoring practicalities

Campus labs vary: some lock tabs, some are your laptop with a proctor. Know how to print-debug without flooding timeouts. Have a plan if the compiler is C++14 vs 17. Write boring language. Off-campus links can arrive days after you apply. Keep the inbox search-ready. A 48-hour assessment window is not the time to “set up WSL.”

SRI vs Electronics naming

Software Engineer (SRI), Research Engineer (SSIR), and Field Engineer (Electronics India) are different finish lines. The PPT slide is the source of truth. Do not prepare Burst Balloons if they only named GSAT and a sales JD.

Common questions about Samsung hiring

Process & papers

What is the Samsung placement process?

Typical SRI fresher loop: eligibility screen → Samsung SRI / SWC Online Test → two technical interviews → HR. Some Electronics India drives use GSAT then shorter interviews. Campus often finishes in 2-6 weeks; some calendars run 4-8 weeks.

How many rounds are there in Samsung interview?

Usually 4: OA, Technical 1, Technical 2, HR. A few SDE loops add a third technical. SSIR may swap a technical for electronics/VLSI. The invite wins.

Can I download Samsung placement papers PDF?

Yes. Free Samsung placement papers PDF and 2024-2026 style practice are on this site. No registration for main downloads. Start with the 2026 PDF or the archive.

What is the Samsung SWC or SRI online test?

The main R&D coding filter. One campus shape: 3 hours, one hard DP/graph, submit cap, all ~50 tests. Another: 1-3 medium problems in 90-120 minutes. Confirm sections on your email.

What is the difference between SRI-B, SRI-N, and SSIR?

SRI-B Bengaluru: software, mobile, AI/ML platforms. SRI-N Noida: TV, appliances, 5G software. SSIR Bengaluru: semiconductor/VLSI, often MCQ + embedded. Same brand, different first round.

Eligibility & offer

What is Samsung eligibility criteria for freshers 2026?

Commonly 7.0+ CGPA or 70% on SRI JDs, relevant engineering degree, no active backlogs. Some published baselines say 60%/6.0 across 10th-12th-grad. Verify the notice.

What is Samsung salary for freshers in India?

Candidate-reported ₹14-28 LPA across SRI software, with many SRI-B/N reports around ₹18-24 LPA (August 2026). SSIR often ₹15-22. Electronics India field is lower. Written offer wins.

Do I have to relocate for Samsung R&D?

HR will ask. Rank Bengaluru and Noida honestly. A fake “anywhere” that collapses later wastes a seat. Teams are mostly on-site.

Prep & Samsung-specific

How to prepare for Samsung placement?

About 40% timed hard DSA, 25% C/C++ and OS/architecture, 20% projects, 15% HR. Details: preparation guide.

What programming languages are allowed in Samsung?

C, C++, Java, Python. Some SWCs restrict STL. Pick one OA language you can finish in.

Is Samsung GSAT still used for SRI software roles?

Mostly replaced by coding tests for SRI-B/N software since around 2023. GSAT still appears on Electronics India and some older notes. Read the PPT.

Samsung vs Qualcomm vs Texas Instruments?

Share: device/OS flavour, C/C++, on-site labs. Split: Samsung SWC is a long coding paper; Qualcomm often mixes DSP/wireless; TI is heavier analog/digital for ECE. Do not reuse one Why.

Any pro tip for Samsung placement preparation?

Train to pass every hidden test. On a 3-hour one-problem SWC, protect the submit budget and implement the DP that fits memory. Then rehearse OS and cache out loud.

Where can I read real interview experiences?

Samsung interview experience, plus the GfG SDE-I FTE on-campus write-up linked there. Use as maps, not scripts.

Will Samsung ask OS if the OA was only DP?

Yes, they might. Scheduling, threads, and cache showed up across FACE Prep technical notes. Keep Galvin-level OS warm even if the paper was Burst Balloons.

Is there a group discussion at Samsung?

Recent 2024-2026 notes say most India campus loops dropped a formal GD. Process goes written → technicals → HR. Still prepare speaking for the technical rooms.

Can Tier-2 colleges apply?

SRI campus visits concentrate on IITs, NITs, BITS, and a set of private colleges (RVCE, VIT, SRM, PES and similar). Off-campus careers stays open. The SWC does not get easier because you applied from the portal.

What recent candidates reported

On-campus SDE-I FTE (gfg)

Eligibility on the account: CGPA above 7, no backlogs. First round was a 3-hour OA on a GFG account in the college lab: one hard DP (Burst Balloons cited), unlimited compiles, ≤10 submits, all ~50 tests required. Clearing that led to multiple technical interviews (DSA depth, CS fundamentals) and an HR-style conversation on background and how they prepared. Takeaway: this is not a 60-minute aptitude paper. Practise finishing one ugly DP with a submit budget.

SRI-B / SRI-N coding family (face prep 2026 notes)

Students describe 1-3 DSA problems in 90-120 minutes, languages C/C++/Java/Python, no negative marking, partial credit on some hosts. Technical 1 stays on DSA + OS + OOP. Technical 2 opens the project and a small design (cache, rate limit). HR asks Why this institute and whether you will move. Takeaway: finish two compiling solutions before polishing a third.

SSIR / electronics colour

MCQ-heavy digital and analog, sometimes a short C section. Later rounds look like TI-style circuit and FSM talk, not Burst Balloons. Takeaway: if your PPT says SSIR, stop borrowing SRI-B Discord dumps.

How to read these without cargo-culting

Use them as clocks and theme lists. Do not memorise that one campus Burst Balloons prompt. Do not assume every 2026 intern loop will put HR the same week. The invite wins. The value is “Samsung R&D will mix a serious coding paper with OS/architecture talk and a location HR.”

A 10-day OA rescue if your last mock was ugly

Days 1-3: only 3-hour one-problem sets (or 90-minute pairs if that is your invite).
Days 4-5: implement heap, graph BFS, and interval DP from scratch.
Days 6-7: OS + cache oral, 45 minutes a day.
Day 8: full combined mock.
Day 9: project walkthrough with a friend who is allowed to interrupt.
Day 10: HR + sleep.
No new Android course in this window. Samsung is hiring your finished functions.

What “Why Samsung” should mean

Do not say “I like phones.” Say something true: you want device/OS work, you like C++ close to hardware, you know SRI-B is not a store job and not Google Search. One sentence on a systems project (even a college kernel lab) beats a paragraph of “innovation.”

If you also sit Qualcomm or TI the same month, write three different Whys. Samsung’s is SWC plus Bengaluru/Noida labs. Qualcomm will still want wireless/DSP colour. TI will ask analog/digital. Reusing one paragraph is how HR starts skimming.

Bengaluru vs Noida vs Hyderabad

Students treat location as a last-minute HR checkbox. It is often the actual filter after a clear technical. Rank hubs before the drive:

  • Bengaluru (SRI-B / SSIR): largest software and silicon story students cite.
  • Noida (SRI-N): real lab, not a punishment posting - say so if you actually want TV/appliance/5G software.
  • Hyderabad: listed on some India notes; confirm the letter.

If you will only join Bengaluru, say that. An SRI-N offer you ghost helps nobody.

OS you should be able to say without an IDE

  • Process vs thread, and when you pick each.
  • FCFS / SJF / Round Robin on a 4-process Gantt you can draw.
  • Deadlock four conditions and one prevention.
  • Paging vs segmentation in one minute.
  • Mutex vs semaphore.
  • What a cache miss costs vs a DRAM hit (order of magnitude, not a datasheet).

That list covers the viva colour in FACE Prep technical notes. Ten minutes a day for a week is enough if you speak them aloud.

More: interview experience.

C++ flash cards that keep showing up

Write these on one page and say them without an IDE:

  • Pointer vs reference; when a dangling pointer happens.
  • Virtual functions and a one-line vtable picture.
  • Stack vs heap allocation; what new/delete vs RAII changes.
  • Copy constructor vs move (even a freshman version).
  • map vs unordered_map vs a hand-rolled hash if STL is banned.

If your OA was Python, still run this page. SRI technicals wander into C++ memory after a Python paper more often than students expect.

How a 3-hour SWC should change your weekend

If the PPT never says one problem / three hours, still do one such mock. If it does:

  • Your mock is one problem, not five LeetCode easies.
  • Submit count is a resource.
  • Memory limits are part of the problem.
  • 90% tests is still a fail when the mailer wants 100%.

Students who “might try Samsung” without a single 3-hour mock are gambling the whole paper.

Device-engineering culture in interviews

SRI is product R&D for phones, TVs, networks, not a consulting bench. Why Samsung can mention mobile/OS stacks and India labs. It should not pretend you will own Galaxy marketing. If you also sit Qualcomm, keep modem language for that room. If you also sit TCS, do not reuse an NQT story here.

A full mock day you can screenshot

09:00 3-hour one-problem (or 90-minute pair).
13:00 review misses into the error log.
16:00 45-minute mock technical (one DSA + OS + one C++ card).
17:00 15-minute HR (intro, Why this lab, two cities).
Night: sleep. Do this once in week 6 or 7, not the morning of the drive.

A week-by-week story of someone who cleared SRI

Weeks 1-2 they only did graphs and interval DP, one timed problem a night, and a 15-minute OS card. Week 3 they timed a 3-hour paper and failed because they used 9 submits debugging an off-by-one. Week 4 they dry-ran on paper first and started C++ flash cards. Week 5 they did a mock technical with a roommate who was allowed to interrupt. Week 6 they sat the campus OA, passed all tests with 2 submits left, and used leftover time to add a couple of asserts. Technical 1 asked them to walk the DP and Round Robin. Technical 2 opened their OS course project. HR asked Noida. They said yes because they had already ranked hubs. None of that required a paid course. It required clocks and an error log.

What “hints from the interviewer” is for

Some SRI technicals are collaborative. Hints are how they check whether you can take feedback. If you go silent for four minutes, they cannot hint. Talk. If you are wrong, course-correct out loud. That skill is separate from knowing Dijkstra.

Off-campus portal hygiene

If you apply on careers, screenshot the confirmation. When the assessment link arrives, check spam. Read the submit limit before you code. Submit something that passes your own hidden tests rather than a perfect idea with no code. Then prepare OS the same evening - the technical can be days later, not weeks.

Comparing Samsung to Qualcomm / TI / Intel in one paragraph

All four will test whether you can finish systems-flavoured work and speak. Samsung’s public fresher colour is the SWC clock (3h one problem vs 90-min pair). Qualcomm often leans wireless/DSP. TI leans analog/digital for ECE. Intel mixes architecture and software. Keep a shared DSA morning, then 20 minutes of company-specific Why. Do not tell Samsung you “love semiconductors” and SSIR you “only want app UI.” Pick a true sentence per room.

If your campus also sits Qualcomm the same month, keep a shared C++/OS morning and write two Whys. Samsung’s is SWC plus SRI labs. Qualcomm’s is still device-heavy but a different product story. Do not walk into both rooms with “I like embedded” and nothing else. More: interview experience.

Qualcomm · NVIDIA · Intel · Texas Instruments · Cisco