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 SDE Intern Interview Questions and Answers

Updated 6 Nov 2024

Samsung SDE Intern Interview Experiences

1 interview found

SDE Intern Interview Questions & Answers

user image Anonymous

posted on 6 Nov 2024

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

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

Round 1 - Coding Test 

One question 3 hours. 10 submissions allowed. Question comes from github repository.

Round 2 - HR 

(1 Question)

  • Q1. What are your strengths and weakness?

Interview questions from similar companies

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
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Online test with a few behavioral questions and games. Nothing difficult.

Round 2 - Coding Test 

This round included CSE Core MCQs and 2 coding questions. MCQs where moderated and Coding questions were for Leetcode Medium-Hard difficulty.

Round 3 - One-on-one 

(2 Questions)

  • Q1. Interview Round - Resume based questions regarding internships, projects and tech stacks.
  • Q2. Python-based simple questions, a few DBMS questions, and some AI/ML. Nothing too difficult and one-liner answers were expected.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the coding round and make sure not to lie on your resume.

Sdet Interview Questions & Answers

Apple user image Anonymous

posted on 6 Oct 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Find xpath for some elements in Selenium
  • Ans. 

    XPath is a way to locate elements on a web page using their HTML structure.

    • Use Chrome DevTools to inspect elements and generate XPath

    • Avoid using absolute XPath as it can be brittle

    • Use relative XPath with unique attributes for better stability

  • Answered by AI
  • Q2. Java related questions. Why static, abstract, final etc?
  • Q3. Define the automation framework worked on.
  • Ans. 

    I have worked on a keyword-driven automation framework using Selenium and TestNG.

    • Utilized Excel sheets to store test cases and keywords

    • Implemented reusable functions for common actions like clicking, inputting text, etc.

    • Used TestNG for test case management and reporting

    • Integrated with Jenkins for continuous integration

  • Answered by AI

Skills evaluated in this interview

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

Normal aptitude questions like Time and work, ratios etc etc

Round 2 - Technical 

(1 Question)

  • Q1. Questions like sorting (different types and ways to do them)
Round 3 - HR 

(1 Question)

  • Q1. What are your strengths and weeknesses
  • Ans. 

    My strengths include strong communication skills and attention to detail. My weaknesses include being overly critical of my own work and sometimes struggling with time management.

    • Strengths: strong communication skills

    • Strengths: attention to detail

    • Weaknesses: overly critical of my own work

    • Weaknesses: struggling with time management

  • Answered by AI

Intern Interview Questions & Answers

HARMAN user image Anonymous

posted on 20 Aug 2024

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

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

Round 1 - Aptitude Test 

It contains 35 question

Round 2 - Technical 

(2 Questions)

  • Q1. Explain the project
  • Ans. 

    The project is a web application that helps users track their daily water intake and reminds them to stay hydrated.

    • Users can input their daily water consumption and set goals for themselves.

    • The application sends notifications to remind users to drink water throughout the day.

    • Users can view their water intake history and track their progress over time.

  • Answered by AI
  • Q2. Write the code for even number
  • Ans. 

    Code to identify even numbers

    • Use the modulo operator (%) to check if a number is divisible by 2

    • If the remainder is 0, then the number is even

    • Example: int num = 6; if(num % 2 == 0) { // num is even }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
  • Q2. Some situational question

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering

Intern Interview Questions & Answers

OPPO user image Anonymous

posted on 4 Oct 2024

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

I applied via Campus Placement and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Prepare thoroughly for aptitude...

Round 2 - Technical 

(3 Questions)

  • Q1. Write code of multiplication
  • Ans. 

    Code for multiplication operation in programming languages

    • Use the * operator in most programming languages to perform multiplication

    • Example: int result = num1 * num2;

    • Remember to handle overflow cases if working with large numbers

  • Answered by AI
  • Q2. Say ur semester subjects
  • Ans. 

    My semester subjects include Computer Science, Mathematics, and Economics.

    • Computer Science - Programming, Algorithms, Data Structures

    • Mathematics - Calculus, Linear Algebra, Statistics

    • Economics - Microeconomics, Macroeconomics, Econometrics

  • Answered by AI
  • Q3. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Experience with programming languages such as Java, Python, and C++

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Ans. 

    I am a recent graduate with a degree in Computer Science and a passion for coding and problem-solving.

    • Recent graduate with a degree in Computer Science

    • Passionate about coding and problem-solving

    • Strong communication and teamwork skills

  • Answered by AI
  • Q2. Asked detail abt hobbies

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident on wht u r saying...
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - One-on-one 

(1 Question)

  • Q1. Self intro and myself

Interview Preparation Tips

Interview preparation tips for other job seekers - all the best
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Internshala and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Why Human resource?
  • Q2. Tell me about youself
Round 2 - One-on-one 

(2 Questions)

  • Q1. All questions are related to CV.
  • Q2. Also about excel

Interview Preparation Tips

Topics to prepare for Panasonic Life Solutions India HR Intern interview:
  • Human Resource Management
  • Excel

Intern Interview Questions & Answers

Signify user image Surya Teja T

posted on 24 Sep 2023

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

I applied via campus placement at Amrita Vishwa Vidyapeetham, Amritapuri Campus and was interviewed in Aug 2023. There were 4 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 - Coding Test 

2 coding questions of medium level

Round 3 - Technical 

(1 Question)

  • Q1. OOPS,project questions,DBMS Queries
Round 4 - HR 

(1 Question)

  • Q1. About Yourself,Projects,General questions

Samsung Interview FAQs

How many rounds are there in Samsung SDE Intern interview?
Samsung interview process usually has 2 rounds. The most common rounds in the Samsung interview process are Coding Test and HR.

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
4.0
 • 388 Interviews
HARMAN Interview Questions
3.8
 • 254 Interviews
OPPO Interview Questions
4.0
 • 207 Interviews
Vivo Interview Questions
4.1
 • 190 Interviews
LG Electronics Interview Questions
4.0
 • 188 Interviews
Philips Interview Questions
3.9
 • 154 Interviews
Apple Interview Questions
4.2
 • 140 Interviews
Daikin Interview Questions
4.2
 • 140 Interviews
Voltas Interview Questions
4.0
 • 125 Interviews
View all

Samsung SDE Intern Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

3.0

Skill development

2.0

Work-life balance

3.0

Salary

3.0

Job security

2.0

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 1 Review and Rating
Sales Executive
1.1k salaries
unlock blur

₹0.9 L/yr - ₹6.9 L/yr

Assistant Manager
1.1k salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
883 salaries
unlock blur

₹6.5 L/yr - ₹25 L/yr

Manager
535 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Senior Engineer
474 salaries
unlock blur

₹4 L/yr - ₹16 L/yr

Explore more salaries
Compare Samsung with

Apple

4.2
Compare

LG Electronics

4.0
Compare

Sony

4.3
Compare

Xiaomi

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