Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare
4.0

based on 7.1k Reviews

Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

Samsung SDE (Software Development Engineer) Interview Questions and Answers

Updated 14 Oct 2022

Samsung SDE (Software Development Engineer) Interview Experiences

1 interview found

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(1 Question)

  • Q1. C++ oops concepts , 1 coding question
Round 3 - HR 

(1 Question)

  • Q1. General questions like what you want to pursue in future

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge of DSA , C++ concepts should suffice

Interview questions from similar companies

I applied via campus placement at National Institute of Technology,(NIT), Agartala and was interviewed in Jun 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. 1) Tell me about yourself.
  • Q2. 2) 4 pillars of oops concept.
  • Ans. 

    4 pillars of OOPs: Abstraction, Encapsulation, Inheritance, Polymorphism.

    • Abstraction: Hiding implementation details and showing only necessary information.

    • Encapsulation: Binding data and functions together and restricting access to them.

    • Inheritance: Creating new classes from existing ones, inheriting properties and methods.

    • Polymorphism: Ability of objects to take on multiple forms or behaviors.

  • Answered by AI
  • Q3. 3) implement queue using stack
  • Ans. 

    Implement a queue using stack

    • Use two stacks, one for enqueue and one for dequeue

    • When dequeue is called, pop all elements from enqueue stack and push to dequeue stack

    • Then pop from dequeue stack to get the first element added to the queue

    • When enqueue is called, simply push the element to enqueue stack

  • Answered by AI
  • Q4. 4)Merge sort
  • Q5. 5) Dynamic programming question

Interview Preparation Tips

Interview preparation tips for other job seekers - One need to have a good knowledge of Dats structure and Algorithms

Skills evaluated in this interview

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

I was interviewed in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Some basic questions related to java like final, finally, finalize and selenium related questions like how to select drop down in selenium and playwright
  • Q2. How to take screenshot in selenium and playwright and also related to agile methodologies
Round 2 - Technical 

(2 Questions)

  • Q1. Write a test script for a given scenario in any of your suitable framework
  • Ans. 

    Write a test script for a given scenario in any suitable framework

    • Identify the scenario to be tested

    • Create test data if needed

    • Write test steps using the chosen framework

    • Execute the test script and analyze results

  • Answered by AI
  • Q2. What is test strategies and test plans
  • Ans. 

    Test strategies and test plans are essential documents that outline the approach and scope of testing activities.

    • Test strategy defines the overall testing approach, including objectives, resources, and timelines.

    • Test plan details the specific tests to be conducted, including test cases, test data, and expected results.

    • Test strategy is high-level and focuses on the big picture, while test plan is more detailed and speci...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Group Discussion 

Tell about AC industry

Round 2 - Technical 

(3 Questions)

  • Q1. Move zeros to end?
  • Ans. 

    Move all zeros in an array of strings to the end while maintaining the order of non-zero elements.

    • Iterate through the array and move all zeros to the end while keeping the order of non-zero elements.

    • Use two pointers approach to swap elements in-place.

    • Example: Input: ['a', 'b', 'c', '0', 'd', '0'], Output: ['a', 'b', 'c', 'd', '0', '0']

  • Answered by AI
  • Q2. WHat are AWS services?
  • Ans. 

    AWS services are cloud computing services provided by Amazon Web Services.

    • Compute services (e.g. EC2, Lambda)

    • Storage services (e.g. S3, EBS)

    • Database services (e.g. RDS, DynamoDB)

    • Networking services (e.g. VPC, Route 53)

    • Machine learning services (e.g. SageMaker)

    • Analytics services (e.g. Redshift, Athena)

  • Answered by AI
  • Q3. What is dynamodb?
  • Ans. 

    DynamoDB is a fully managed NoSQL database service provided by AWS.

    • Fully managed NoSQL database service

    • Scalable and high-performance

    • Supports key-value and document data models

    • Automatically replicates data across multiple Availability Zones for high availability

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. How good are you at stress handling situations?
  • Ans. 

    I am very good at handling stress situations, remaining calm and focused under pressure.

    • I have experience working on high-pressure projects with tight deadlines.

    • I am able to prioritize tasks effectively and stay organized during stressful situations.

    • I have developed strong problem-solving skills that help me navigate stressful scenarios.

    • I am able to communicate effectively with team members and stakeholders to manage s...

  • Answered by AI
  • Q2. Why daikin eloaborate this?
  • Ans. 

    Daikin may elaborate on a topic to provide more detailed information or explanation.

    • To provide a better understanding of a complex concept or product

    • To address potential questions or concerns from customers

    • To showcase the company's expertise and knowledge in the industry

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is your weakness
  • Q2. What is pn junction diode
  • Ans. 

    A pn junction diode is a semiconductor device that allows current to flow in one direction only.

    • Consists of p-type and n-type semiconductor materials

    • When forward biased, allows current to flow easily

    • When reverse biased, blocks current flow

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. OOPS concepts with DSA in java
  • Ans. 

    OOPS concepts in Java are principles like Inheritance, Encapsulation, Polymorphism, and Abstraction. DSA involves data structures and algorithms.

    • OOPS concepts in Java include Inheritance, where a class inherits properties and behaviors from another class.

    • Encapsulation involves bundling data and methods that operate on the data into a single unit.

    • Polymorphism allows objects to be treated as instances of their parent cla...

  • Answered by AI
  • Q2. Questions related to resume projects and tech stacks used.
Round 2 - HR 

(1 Question)

  • Q1. Questions related to previous experiences in team oriented internships

Interview Preparation Tips

Interview preparation tips for other job seekers - Should have good basics of DSA and OOPS in JAVA

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Easy
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 

(1 Question)

  • Q1. If you have page with 10 records and verify if a record is deleted
  • Ans. 

    To verify if a record is deleted from a page with 10 records, we can check if the record is no longer displayed.

    • Locate the record on the page

    • Verify that the record is no longer visible

    • Confirm that the total number of records displayed is now 9

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was very rude and he is expecting the answers only the way he wants to. He doesnt want to know if the candidate is thinking out of box or if he/she wants to answer in a different way.
He was very rude and called me dumb for taking time to analyse his question. His name is Roopesh Shivana
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I applied via LinkedIn and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Difficult Coding question.

Round 2 - Technical 

(3 Questions)

  • Q1. Architecture design
  • Q2. Dont remember question
  • Q3. Explained desig

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare well
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Aptitude duration One hours
Level moderate

Round 2 - Coding Test 

Coding Test Duration 3 hours
Level moderate to hard

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

I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

I am read to test for round number one.

Round 3 - Coding Test 

I also ready for this and this is so effective for me.

Interview Preparation Tips

Topics to prepare for Vivo Software Developer interview:
  • Software developer
  • Software Testing
  • Microsoft word
  • Javascript
  • C++
  • C
  • HTML
  • Coding

Samsung Interview FAQs

How many rounds are there in Samsung SDE (Software Development Engineer) interview?
Samsung interview process usually has 3 rounds. The most common rounds in the Samsung interview process are Resume Shortlist, One-on-one Round and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 391 Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
Vivo Interview Questions
4.1
 • 191 Interviews
LG Electronics Interview Questions
4.0
 • 190 Interviews
Philips Interview Questions
3.9
 • 156 Interviews
Daikin Interview Questions
4.2
 • 143 Interviews
Apple Interview Questions
4.3
 • 141 Interviews
Voltas Interview Questions
4.0
 • 126 Interviews
View all
Samsung SDE (Software Development Engineer) Salary
based on 19 salaries
₹10 L/yr - ₹15.6 L/yr
51% less than the average SDE (Software Development Engineer) Salary in India
View more details

Samsung SDE (Software Development Engineer) Reviews and Ratings

based on 6 reviews

3.0/5

Rating in categories

2.0

Skill development

4.5

Work-life balance

3.2

Salary

4.1

Job security

2.9

Company culture

2.5

Promotions

2.2

Work satisfaction

Explore 6 Reviews and Ratings
Sales Executive
1.1k salaries
unlock blur

₹0.9 L/yr - ₹6.9 L/yr

Assistant Manager
956 salaries
unlock blur

₹5.5 L/yr - ₹19 L/yr

Software Engineer
912 salaries
unlock blur

₹6.7 L/yr - ₹25 L/yr

Manager
539 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
497 salaries
unlock blur

₹4.5 L/yr - ₹17.4 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

LG Electronics

4.0
Compare

Sony

4.2
Compare

Xiaomi

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview