Samsung Semiconductor India Research (SSIR)
Core · Electronics & Comm. engineering· Updated
Samsung Semiconductor India Research (SSIR), Bengaluru, hires freshers mainly through campus drives: an online test, one or two technical interviews and an HR round. Reported drives offered a 6-month internship with performance-based conversion to full time, in hardware and software roles. SSIR is a different unit from Samsung R&D Institute Bangalore (SRI-B).
Who can apply
- One reported campus drive allowed CS, IT and ECE students with CGPA above 7.5
- Another reported SSIR campus drive was open to ECE students only
- Off campus: apply via Samsung Semiconductor job search (India) or email careers.ssir@samsung.com with your domain as the subject
Key facts
- Business areas
- Memory, System LSI and Foundry [source]
- Hiring domains
- Design verification, physical design, RTL design, analog design, firmware, embedded drivers, DFT [source]
- Fresher offer type (reported)
- 6-month internship with performance-based conversion to full time [source]
- Entry-level pay, Samsung India overall (not SSIR-specific)
- about ₹23.6 LPA median at level L2 (reported, Levels.fyi) [source]
What Samsung Semiconductor India Research (SSIR) asks — practise by section
Biggest topics to practise
Electronics & Comm. engineering: interview questions · core companies that hire · jobs through GATE
Interview process
- 1Online testVaries by profile. Software: 3 medium-to-hard coding problems in 60-70 min (CoCubes). Hardware: about 48 digital and analog electronics MCQs in about 67 min, no negative marking.
- 2Technical interview 1Deep project discussion, then fundamentals: MUX-based design, combinational vs sequential circuits and Verilog for hardware; DSA, OS and OOP for software. Can run 1.5 hours.
- 3Technical interview 2Held at some campuses: subject basics, for example Fourier series and transform for an ECE candidate, or a DSA problem such as 0-1 knapsack.
- 4HR roundShort round: introduce yourself, family background, why Samsung and how Samsung benefits from hiring you.
Questions to expect in Samsung Semiconductor India Research (SSIR) interviews
Drawn from reported fresher tests and interviews (sources below), with short answers. Practise more on placd.
What is the difference between combinational and sequential circuits?
A combinational circuit's output depends only on its present inputs (adders, MUXes, decoders); it has no memory. A sequential circuit's output depends on present inputs and stored state, so it contains memory elements (latches or flip-flops) and, if synchronous, a clock. Counters, shift registers and FSMs are sequential.
MUX-based design: implement an AND gate and an XOR gate using only 2:1 multiplexers.
A 2:1 MUX gives Y = S'I0 + S I1. AND: select = A, I0 = 0, I1 = B, so Y = AB. XOR: select = A, I0 = B, I1 = B'. B' needs one more MUX: select = B, I0 = 1, I1 = 0. OR: select = A, I0 = B, I1 = 1.
What does fork() do, and how many times does printf run if a program calls fork() three times in sequence and then prints once?
fork() creates a child process that is a copy of the caller; it returns 0 in the child and the child's PID in the parent. Each fork() doubles the number of processes, so n sequential calls give 2^n processes. Three fork() calls followed by one printf print 8 times.
What is priority inversion and how is it fixed?
A high-priority task waits for a lock held by a low-priority task, and a medium-priority task pre-empts the low one, so the high task is blocked indefinitely by lower-priority work. Fixes: priority inheritance (the lock holder temporarily runs at the waiter's priority) or the priority ceiling protocol.
What is virtual memory, and how do paging and the page table work?
Virtual memory gives each process its own address space, which can exceed physical RAM. Virtual memory is split into fixed-size pages and RAM into frames; the page table maps page number to frame number while the offset is unchanged. The TLB caches recent translations. A missing page causes a page fault, and a replacement policy (FIFO, LRU) picks the victim frame.
What is the difference between Fourier series and Fourier transform?
The Fourier series represents a periodic signal as a sum of harmonics at integer multiples of its fundamental frequency, so its spectrum is discrete (lines). The Fourier transform handles aperiodic signals and gives a continuous spectrum, X(f) = integral of x(t) e^(-j2*pi*f*t) dt. Example: a rectangular pulse transforms to a sinc function.
About Samsung Semiconductor India Research hiring
Is SSIR the same as Samsung R&D Institute Bangalore (SRI-B)?
No. SSIR (Samsung Semiconductor India Research) works on Samsung's semiconductor businesses: memory, System LSI and foundry. SRI-B is a separate Samsung Electronics R&D centre in Bengaluru with divisions such as Android, Tizen, telecom and wireless terminals. They recruit separately, so check which one is visiting your campus.
Does SSIR hire ECE freshers for hardware roles?
Yes. Reported campus drives offered both hardware and software roles, and one drive was open to ECE students only. SSIR's careers page lists hardware domains such as RTL design, design verification, physical design, analog design, DFT and firmware. Prepare digital and analog electronics, Verilog and your projects.
How do I apply to SSIR off campus?
Use the Samsung Semiconductor job search filtered to India, or email your resume to careers.ssir@samsung.com with the domain in the subject line, for example 'Resume for Design Verification', as SSIR's careers page instructs.
Sources
- SSIR Careers - Samsung Semiconductor
- SSIR - Samsung Semiconductor Global
- Samsung Semiconductor India Research (SSIR) Interview Experience for Software Engineer - GeeksforGeeks
- SSIR Interview Experience (On-Campus) 2022 - GeeksforGeeks
- Samsung Semiconductor for R&D Centre Internship (India) - GeeksforGeeks
- Samsung Interview Experience, Set 35 (On-Campus) - GeeksforGeeks
- Samsung R&D Institute India, Bengaluru - Wikipedia
- Samsung Hardware Engineer Salaries in India - Levels.fyi
Checked on 25 Sep 2026. Recruitment rules change each cycle — confirm dates and eligibility in the official notification.