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 Senior Software Engineer Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top Samsung Senior Software Engineer Interview Questions and Answers

View all 10 questions

Samsung Senior Software Engineer Interview Experiences

9 interviews found

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

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. System design round about ott
  • Q2. Leetcode rain water problem

Senior Software Engineer Interview Questions Asked at Other Companies

asked in UST
Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nt ... read more
asked in Capgemini
Q2. Pascal's TriangleYou are given an integer N. Your task is to retu ... read more
Q3. K Largest Elements You are given with an integer k and an array o ... read more
asked in GlobalLogic
Q4. System Design QuestionCreate a simple shopping application. They ... read more
asked in Info Edge
Q5. Buy and Sell StockYou are Harshad Mehta’s friend. He told you the ... read more
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Discussion about my previous work. GPU speccific questions, C++, OS and C questions as this was for a GPU drivers role
  • Q2. Bit manipulation C++
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I was interviewed in Jan 2024.

Round 1 - Technical 

(1 Question)

  • Q1. No one joined the interview from interview panel and it happened twice to which HR after ignoring my mails/call for long told me that since team works from Korea they don't get time. She was having very c...

Interview Preparation Tips

Interview preparation tips for other job seekers - If HR behaviour looks unprofessional don't ever waste your leave or time for appearing into Samsung's interview process.

Samsung interview questions for designations

 Software Engineer

 (52)

 Software Development Engineer

 (3)

 Associate Software Engineer

 (2)

 Advanced Software Engineer

 (1)

 Software and Hardware Engineer

 (1)

 Software Development Engineer 1

 (1)

 Senior Staff Engineer

 (1)

 Software Developer

 (41)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. How you handled conflict
  • Ans. 

    I handle conflict by actively listening, seeking common ground, and finding mutually beneficial solutions.

    • Actively listen to all parties involved to understand their perspectives

    • Seek common ground and areas of agreement to build a foundation for resolution

    • Collaborate with others to find mutually beneficial solutions

    • Maintain professionalism and focus on the issue at hand rather than personal differences

  • Answered by AI
  • Q2. How do you work under stress
  • Ans. 

    I thrive under pressure by staying organized, prioritizing tasks, and maintaining open communication with team members.

    • Stay organized by creating a to-do list and breaking down tasks into smaller steps

    • Prioritize tasks based on deadlines and importance

    • Maintain open communication with team members to delegate tasks and ask for help when needed

  • Answered by AI

Get interview-ready with Top Samsung Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

It was a graph coloring problem.

Round 2 - Technical 

(1 Question)

  • Q1. Chessboard knight problem

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA
Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

The test was based Graph which can be solved by DP.

Interview experience
3
Average
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Coding Test 

C++, DSA, 3 hours should have good knowledge of data structure and algorithms

Round 2 - One-on-one 

(1 Question)

  • Q1. 1. Find the max 3 items in a unsorted array
  • Ans. 

    Find the max 3 items in an unsorted array of strings.

    • Sort the array in descending order.

    • Return the first 3 elements of the sorted array.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(1 Question)

  • Q1. Python related questions
Round 2 - Technical 

(1 Question)

  • Q1. Behavioral and management

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic clear and focus on data structures and algorithms

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is broadcast receiver
  • Ans. 

    Broadcast receiver is a component in Android that allows the system to deliver events to the app.

    • Component in Android system

    • Receives and handles broadcast messages

    • Used to respond to system-wide events

    • Registered in the AndroidManifest.xml file

  • Answered by AI
  • Q2. What is intent service
  • Ans. 

    IntentService is a class in Android that performs long-running operations in the background without blocking the main thread.

    • IntentService is a subclass of Service that handles asynchronous requests (expressed as Intents) on demand.

    • It is typically used for tasks like downloading files, syncing data, or performing any other background task.

    • IntentService runs on a separate worker thread, so it does not interfere with the...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Why do you want to join
  • Ans. 

    I am passionate about developing innovative software solutions and believe this company aligns with my career goals.

    • Excited about the opportunity to work on cutting-edge technologies

    • Impressed by the company's reputation for fostering a collaborative work environment

    • Seeking a challenging role that allows for professional growth and development

  • Answered by AI
  • Q2. What is your highest qualification
  • Ans. 

    Master's degree in Computer Science

    • Master's degree in Computer Science

    • Specialization in software engineering

    • Thesis on machine learning algorithms

    • Graduated with honors

  • Answered by AI

Skills evaluated in this interview

Samsung Interview FAQs

How many rounds are there in Samsung Senior Software Engineer interview?
Samsung interview process usually has 1-2 rounds. The most common rounds in the Samsung interview process are Technical, Coding Test and One-on-one Round.
How to prepare for Samsung Senior Software Engineer 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 Appium, EPC, Java, Monitoring and PGW.
What are the top questions asked in Samsung Senior Software Engineer interview?

Some of the top questions asked at the Samsung Senior Software Engineer interview -

  1. How Android buffers are passed from application to drive...read more
  2. what is the challenge while creating multiple services in Andr...read more
  3. What is manifestation file and how is it us...read more

Tell us how to improve this page.

Samsung Senior Software Engineer Interview Process

based on 8 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 4 Samsung interviews
Job Portal
Company Website
75%
25%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates

Interview Questions from Similar Companies

Dell Interview Questions
4.1
 • 386 Interviews
HARMAN Interview Questions
3.8
 • 252 Interviews
OPPO Interview Questions
4.0
 • 204 Interviews
LG Electronics Interview Questions
4.0
 • 186 Interviews
Vivo Interview Questions
4.1
 • 185 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Apple Interview Questions
4.3
 • 137 Interviews
Daikin Interview Questions
4.2
 • 137 Interviews
Voltas Interview Questions
4.0
 • 120 Interviews
View all
Samsung Senior Software Engineer Salary
based on 267 salaries
₹8.1 L/yr - ₹32 L/yr
33% more than the average Senior Software Engineer Salary in India
View more details

Samsung Senior Software Engineer Reviews and Ratings

based on 27 reviews

3.0/5

Rating in categories

2.7

Skill development

2.8

Work-Life balance

2.6

Salary & Benefits

3.7

Job Security

2.8

Company culture

2.2

Promotions/Appraisal

2.5

Work Satisfaction

Explore 27 Reviews and Ratings
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
874 salaries
unlock blur

₹6.8 L/yr - ₹26 L/yr

Manager
525 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
476 salaries
unlock blur

₹4 L/yr - ₹17 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