Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare
4.0

based on 7k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung Interview Questions, Process, and Tips

Updated 10 Jan 2025

Top Samsung Interview Questions and Answers

View all 431 questions

Samsung Interview Experiences

Popular Designations

547 interviews found

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Sep 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. It was simple undersatanding of past expereience.
  • Q2. Legal Contracts handled
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Assistant Manager - Legal Interview Questions asked at other Companies

Q1. How can you handle the cases in critical situations?
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Completely based on resume
Round 2 - One-on-one 

(1 Question)

  • Q1. Some of the key contribution you made in current job
  • Ans. 

    Implemented data-driven strategies to optimize marketing campaigns and improve customer engagement.

    • Developed and implemented data analytics models to identify customer segments for targeted marketing campaigns

    • Analyzed customer behavior data to optimize email marketing strategies, resulting in a 20% increase in open rates

    • Utilized A/B testing to measure the effectiveness of different marketing strategies and make data-dr...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Notice period and expected salary and why you want to join Samsung Ads
  • Ans. 

    I have a 1-month notice period and my expected salary is competitive. I want to join Samsung Ads for its innovative technology and global reach.

    • Notice period: 1 month

    • Expected salary: competitive

    • Reason for joining Samsung Ads: innovative technology and global reach

  • Answered by AI

Insights and Analytics Manager Interview Questions asked at other Companies

Q1. What do you know about stat testing?
View answer (1)

Consultant Interview Questions & Answers

user image Anonymous

posted on 5 Dec 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Java basic coding
Round 2 - One-on-one 

(1 Question)

  • Q1. Behavioral questions

Consultant Interview Questions asked at other Companies

Q1. How would you pass an entry for travel expenses incurred and paid by employee and was reimbursed? How would the end to end flow happens
View answer (8)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(10 Questions)

  • Q1. A scenario to create a new Android service
  • Ans. 

    Creating a new Android service

    • Define a class that extends Service class

    • Override onStartCommand() method to handle service logic

    • Register the service in AndroidManifest.xml file

  • Answered by AI
  • Q2. 2 puzzles. one was to find min no of weighs to find faulty item among 8 items and the other one was to min no of races required to find top three horses among 25 horses
  • Q3. How to manage gralloc buffers
  • Ans. 

    Managing gralloc buffers involves allocating, locking, and freeing memory for graphics rendering in Android.

    • Allocate gralloc buffer using gralloc_alloc() function

    • Lock buffer for reading or writing using gralloc_lock() function

    • Free buffer using gralloc_free() function

    • Example: gralloc_alloc(usage, width, height, format, &handle)

    • Example: gralloc_lock(handle, usage, left, top, width, height, &vaddr)

  • Answered by AI
  • Q4. What is HIDL vs AIDL
  • Ans. 

    HIDL stands for Hardware Interface Definition Language and is used for communication between HAL and framework. AIDL stands for Android Interface Definition Language and is used for inter-process communication in Android.

    • HIDL is used for communication between Hardware Abstraction Layer (HAL) and framework in Android

    • AIDL is used for inter-process communication in Android

    • HIDL is more efficient and faster than AIDL

  • Answered by AI
  • Q5. How Android buffers are passed from application to drivers.
  • Ans. 

    Android buffers are passed from application to drivers through shared memory and buffer queues.

    • Android applications communicate with drivers through the HAL (Hardware Abstraction Layer)

    • Buffers are typically passed using shared memory regions

    • Buffer queues are used to manage the flow of data between application and driver

    • Example: Camera application passing image data to camera driver for processing

  • Answered by AI
  • Q6. What happens if LINUX faces a hardware interrupt
  • Ans. 

    When LINUX faces a hardware interrupt, it stops executing the current code and jumps to a specific interrupt handler.

    • LINUX stops executing the current code and jumps to a specific interrupt handler

    • The interrupt handler processes the interrupt and resumes normal execution afterwards

    • Different hardware interrupts are handled by different interrupt handlers

  • Answered by AI
  • Q7. What is the challenge while creating multiple services in Android
  • Ans. 

    The challenge while creating multiple services in Android is managing communication between services and ensuring proper synchronization.

    • Managing communication between services can be complex and error-prone.

    • Ensuring proper synchronization between services to avoid race conditions and data inconsistencies.

    • Handling dependencies between services and coordinating their interactions.

    • Testing and debugging multiple services ...

  • Answered by AI
  • Q8. Boot up Android sequence
  • Ans. 

    The Android boot up sequence involves several stages including power on, bootloader, kernel initialization, system server startup, and app launch.

    • Power on the device

    • Bootloader loads the Android OS kernel

    • Kernel initializes the system and drivers

    • System server starts up and launches essential services

    • Apps are launched and user interface becomes accessible

  • Answered by AI
  • Q9. Describe about Permission files/SE Linux policy
  • Ans. 

    Permission files/SE Linux policy control access to resources based on rules set by administrators.

    • Permission files define who can access a file or directory and what actions they can perform.

    • SE Linux policy is a security mechanism that enforces rules on how processes interact with resources.

    • SE Linux policy is based on labels assigned to processes and resources, determining access permissions.

    • SE Linux policy can be cust...

  • Answered by AI
  • Q10. What is manifestation file and how is it used?
  • Ans. 

    A manifestation file is a configuration file used to define the properties and settings of a software application.

    • Manifestation files typically include information such as the application's name, version, dependencies, and permissions.

    • They are commonly used in software development to ensure that the application runs correctly and has access to necessary resources.

    • Examples of manifestation files include AndroidManifest....

  • Answered by AI

Skills evaluated in this interview

Top Samsung Senior Software Engineer Interview Questions and Answers

Q1. How Android buffers are passed from application to drivers.
View answer (1)

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)

Samsung interview questions for popular designations

 Software Engineer

 (51)

 Software Developer

 (41)

 Research and Development

 (15)

 Sales Executive

 (12)

 Software Developer Intern

 (12)

 Intern

 (9)

 Senior Software Engineer

 (9)

 Area Sales Manager

 (7)

Interview experience
4
Good
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Course schedule 1 in leetcode
  • Q2. Snakes and ladder in leetcode
  • Ans. 

    Implement the game of Snakes and Ladders on LeetCode.

    • Use a 1D array to represent the board of the game.

    • Use a queue to perform BFS to find the shortest path to reach the end.

    • Handle the special cases of snakes and ladders by updating the position accordingly.

  • Answered by AI

Skills evaluated in this interview

Top Samsung Software Engineer Interview Questions and Answers

Q1. Reverse Alternate K nodesYou are given a Singly Linked List of integers and a positive integer 'K'. Modify the linked list by reversing every alternate 'K' nodes of the linked list. A singly linked list is a type of linked list that is unid... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Get interview-ready with Top Samsung Interview Questions

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Portal and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. How to call an interface signal at sequence level in uvm?
  • Ans. 

    Interface signals can be called at sequence level in UVM using the uvm_config_db class.

    • Use uvm_config_db#(type)::set/get methods to access interface signals at sequence level

    • Register the interface signal in the configuration database before accessing it in the sequence

    • Example: uvm_config_db#(virtual interface)::set(null, "my_sequence", "my_interface", my_interface)

  • Answered by AI

Design & Verification Engineer Interview Questions asked at other Companies

Q1. 1. XOR gate 2. How you compare two 4 bit numbers only using gates. 3. How to rotate the bits and what happens if you rotate 5 times etc like that
View answer (1)

Jobs at Samsung

View all

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 12 Nov 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Shine and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

10m aptitude and image questions

Round 2 - Coding Test 

50m DSA, cp CPP AND leetcode proper hard

Interview Preparation Tips

Interview preparation tips for other job seekers - na

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)

Software Engineer interview

user image RU buZZing

posted on 30 Nov 2021

Intern Interview Questions & Answers

user image Anonymous

posted on 8 Jan 2025

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

One questions, 3 hrs time

Round 2 - Technical 

(1 Question)

  • Q1. Related to DSA and graphs
Round 3 - HR 

(1 Question)

  • Q1. PI questions general

Intern Interview Questions asked at other Companies

Q1. Case. There is a housing society “The wasteful society”, you collect all the household garbage and sell it to 5 different businesses. Determine what price you will pay to the society members in Rs/kg, given you want to make a profit of 20% ... read more
View answer (8)

Engineer Interview Questions & Answers

user image Eshita Jain

posted on 30 Aug 2024

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at Thapar Institute of Engineering and Technology (TIET)

Round 1 - Coding Test 

DS questions difficult level

Round 2 - Coding Test 

BFS, DFS questions with difficult level

Round 3 - HR 

(2 Questions)

  • Q1. Are you comfortable shifting to noida
  • Ans. 

    Yes, I am comfortable shifting to Noida for the job.

    • I am open to new opportunities and challenges in Noida.

    • I have researched about the location and am willing to relocate.

    • I have family or support system in Noida to help with the transition.

  • Answered by AI
  • Q2. Basic family questions

Engineer Interview Questions asked at other Companies

Q1. ❖ If a team member is unable to carry out his work, he is doing it repetitively, how would you handle it?, would you like to work only on lifing of components, or would you be ready to shift to other departments?
View answer (5)

Samsung Interview FAQs

How many rounds are there in Samsung interview?
Samsung interview process usually has 2-3 rounds. The most common rounds in the Samsung interview process are Resume Shortlist, One-on-one Round and Technical.
How to prepare for Samsung interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Samsung. The most common topics and skills that interviewers at Samsung expect are Marketing, Sales, Hardware, Logistics and Quality.
What are the top questions asked in Samsung interview?

Some of the top questions asked at the Samsung interview -

  1. How to divide the frequency of the clock by t...read more
  2. Design a sequential circuit to detect a sequence 001001?Explain it?How can you ...read more
  3. How to divide the frequency of the clock by thr...read more
How long is the Samsung interview process?

The duration of Samsung interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Samsung Interview Process

based on 143 interviews in last 1 year

Interview experience

4.1
  
Good
View more

People are getting interviews through

based on 318 Samsung interviews
Job Portal
Campus Placement
Referral
Company Website
WalkIn
Recruitment Consultant
26%
25%
13%
10%
8%
2%
16% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Dell Interview Questions
4.1
 • 385 Interviews
HARMAN Interview Questions
3.8
 • 251 Interviews
LG Electronics Interview Questions
4.0
 • 185 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Xiaomi Interview Questions
3.9
 • 84 Interviews
Sony Interview Questions
4.3
 • 60 Interviews
Lenovo Interview Questions
4.3
 • 36 Interviews
View all

Samsung Reviews and Ratings

based on 7k reviews

4.0/5

Rating in categories

3.8

Skill development

3.8

Work-Life balance

3.9

Salary & Benefits

3.7

Job Security

3.7

Company culture

3.3

Promotions/Appraisal

3.6

Work Satisfaction

Explore 7k Reviews and Ratings
RSO - Smart Signage

Surat

5-9 Yrs

₹ 6.5-10 LPA

Billing Coordinator - DA Div

Surat

4-8 Yrs

₹ 4-9 LPA

Explore more jobs
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹6.5 L/yr

Assistant Manager
991 salaries
unlock blur

₹5.5 L/yr - ₹19.4 L/yr

Software Engineer
880 salaries
unlock blur

₹6.2 L/yr - ₹25 L/yr

Manager
541 salaries
unlock blur

₹10.3 L/yr - ₹33 L/yr

Senior Engineer
501 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Xiaomi

3.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview