Upload Button Icon Add office photos

Samsung Research

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Research Software Quality Engineer Interview Questions and Answers

Updated 29 Aug 2021

Samsung Research Software Quality Engineer Interview Experiences

1 interview found

I applied via campus placement at Krishna Institute of Engineering and Technology, Ghaziabad and was interviewed in Jul 2021. There were 3 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. What is software testing?
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves executing a program or application with the intent of finding errors.

    • It is done to ensure that the software meets the specified requirements and is of high quality.

    • Testing can be done manually or using automated tools.

    • Types of testing include functional,...

  • Answered by AI
  • Q2. What is pointers in c?
  • Ans. 

    Pointers in C are variables that store the memory address of another variable.

    • Pointers are declared using the * symbol.

    • They can be used to access and manipulate data stored in memory.

    • Pointers can be used to pass values by reference.

    • Example: int *ptr; ptr = # *ptr = 10; // num now equals 10

    • Arrays in C are also implemented using pointers.

  • Answered by AI
  • Q3. What is function overloading?
  • Ans. 

    Function overloading is the ability to have multiple functions with the same name but different parameters.

    • Functions with the same name but different parameters can be defined in the same scope.

    • The compiler determines which function to call based on the number and types of arguments passed.

    • Function overloading is commonly used in object-oriented programming languages like C++ and Java.

  • Answered by AI
  • Q4. Explain your final year project
  • Q5. What difficulties you faced?
  • Q6. How did you overcome this difficulty

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall the nature of interview was quite overwhelming

Skills evaluated in this interview

Interview questions from similar companies

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
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Backend development based questions
  • Q2. .

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid joining if you are a fresher graduate. But you can join with experience.
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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Coding Test 

Online. 2 easy-medium questions

Round 2 - Technical 

(1 Question)

  • Q1. Coding question based on oops and string(medium-tough) 45 mins
Round 3 - Technical 

(2 Questions)

  • Q1. SQL questions were asked about theory and code
  • Q2. 4-5 questions in total for about 40 mins
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Aptitude Test 

Basic aptitude train, time and work distance

Round 2 - Technical 

(1 Question)

  • Q1. Basics about my project and 3 eazy level coding question
Round 3 - HR 

(1 Question)

  • Q1. Discuss about salary and work cultrue
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

About ai
today generation

Interview Preparation Tips

Interview preparation tips for other job seekers - find well
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(4 Questions)

  • Q1. Why to join WD?
  • Ans. 

    WD offers exciting opportunities for growth and innovation in the software engineering field.

    • Opportunity to work on cutting-edge technologies

    • Collaborative and supportive work environment

    • Career development and growth opportunities

    • Strong company culture and values

    • Global presence and diverse projects

  • Answered by AI
  • Q2. Detect loop in linked list
  • Ans. 

    Use Floyd's Tortoise and Hare algorithm to detect loop in linked list.

    • Initialize two pointers, slow and fast, at the head of the linked list.

    • Move slow pointer by one step and fast pointer by two steps.

    • If they meet at any point, there is a loop in the linked list.

  • Answered by AI
  • Q3. What are different product of WD?
  • Ans. 

    WD offers a variety of products including external hard drives, internal hard drives, SSDs, and network attached storage devices.

    • External hard drives

    • Internal hard drives

    • SSDs

    • Network attached storage devices

  • Answered by AI
  • Q4. Do you want to ask any questions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't know result yet

Skills evaluated in this interview

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

I applied via Job Fair and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

There was a coding round on techgig which i cleared

Round 2 - Technical 

(3 Questions)

  • Q1. I was invited to the technical round which was also online
  • Q2. I could not attend the online technical round
  • Q3. 2 questions on dsa
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Easy to write with simole loetters to

Round 2 - Coding Test 

Very easy to manipulate with this code

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with the flow

Samsung Research Interview FAQs

What are the top questions asked in Samsung Research Software Quality Engineer interview?

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

  1. What is pointers in...read more
  2. What is function overloadi...read more
  3. What is software testing...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.6k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
HARMAN Interview Questions
3.8
 • 257 Interviews
Intel Interview Questions
4.2
 • 223 Interviews
OPPO Interview Questions
4.0
 • 210 Interviews
LG Electronics Interview Questions
4.0
 • 192 Interviews
View all
Samsung Research Software Quality Engineer Salary
based on 19 salaries
₹7.1 L/yr - ₹10.1 L/yr
22% more than the average Software Quality Engineer Salary in India
View more details

Samsung Research Software Quality Engineer Reviews and Ratings

based on 2 reviews

3.2/5

Rating in categories

3.2

Skill development

3.2

Work-life balance

3.9

Salary

3.2

Job security

3.2

Company culture

2.5

Promotions

2.5

Work satisfaction

Explore 2 Reviews and Ratings
Software Engineer
1.6k salaries
unlock blur

₹7.1 L/yr - ₹22 L/yr

Lead Engineer
637 salaries
unlock blur

₹10 L/yr - ₹39.7 L/yr

Senior Software Engineer
531 salaries
unlock blur

₹8.4 L/yr - ₹33 L/yr

Chief Engineer
373 salaries
unlock blur

₹14.5 L/yr - ₹51 L/yr

Engineer
317 salaries
unlock blur

₹5.5 L/yr - ₹22 L/yr

Explore more salaries
Compare Samsung Research with

Microsoft Research

4.5
Compare

IBM Research

4.3
Compare

Intel

4.2
Compare

TCS

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