Upload Button Icon Add office photos

Samsung

Compare button icon Compare button icon Compare

Filter interviews by

Samsung Performance Test Engineer Interview Questions and Answers

Updated 29 Jul 2022

9 Interview questions

A Performance Test Engineer was asked
Q. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team.
Ans. 

Scenarios where issues with heap dump occur and recommendations for dev team

  • Heap dump size is too large

  • Heap dump is not generated at the right time

  • Heap dump is not analyzed properly

  • Heap dump is not shared with the right team members

  • Recommendations: Optimize code to reduce memory usage, generate heap dump at appropriate times, analyze heap dump thoroughly, share heap dump with relevant team members

A Performance Test Engineer was asked
Q. Can you reinitialize virtual users if they directly enter an error state and have consumable data?
Ans. 

Yes, virtual users can be reinitialized if they go to error state with consumable data.

  • Reinitializing virtual users can help in identifying the root cause of the error.

  • It is important to ensure that the consumable data is backed up before reinitializing the virtual users.

  • Reinitializing virtual users should be done only after analyzing the error and identifying the cause.

  • It is important to have a backup plan in cas...

Performance Test Engineer Interview Questions Asked at Other Companies

asked in Samsung
Q1. List some scenarios where you observe issues with the heap dump a ... read more
asked in Samsung
Q2. How do you gather NFRs from the client if an application is total ... read more
asked in Samsung
Q3. What are the cases in which you analyze the thread dump?
asked in Samsung
Q4. Can you reinitialize virtual users if they directly enter an erro ... read more
asked in Samsung
Q5. What is context switching, and parsing in the database, and how d ... read more
A Performance Test Engineer was asked
Q. How do you gather NFRs from the client if an application is totally new and the client is not aware of performance testing?
Ans. 

To gather NFR from an unaware client for a new application, follow these steps:

  • Explain the importance of performance testing and its benefits

  • Provide examples of how performance issues can impact the application and business

  • Ask the client about their expectations for the application's performance

  • Discuss the application's usage scenarios and expected user load

  • Collaborate with the development team to identify potenti...

A Performance Test Engineer was asked
Q. How do you generate heap dumps and thread dumps for Unix and Linux systems?
Ans. 

Generating heap dump and thread dump on Unix/Linux systems

  • For heap dump: use jmap command with -dump option

  • For thread dump: use jstack command

  • Heap dump can also be generated using kill -3

  • Thread dump can also be generated using kill -QUIT

A Performance Test Engineer was asked
Q. What is the difference between monolithic and microservices architecture?
Ans. 

Monolithic architecture is a single, self-contained unit while microservices architecture is a collection of small, independent services.

  • Monolithic architecture is tightly coupled and difficult to scale.

  • Microservices architecture is loosely coupled and can be scaled independently.

  • Monolithic architecture has a single point of failure while microservices architecture is resilient to failures.

  • Monolithic architecture ...

A Performance Test Engineer was asked
Q. What are the various thread states found in the thread dump?
Ans. 

Thread states in thread dump include NEW, RUNNABLE, BLOCKED, WAITING, TIMED_WAITING, and TERMINATED.

  • NEW: thread has been created but not yet started

  • RUNNABLE: thread is executing or ready to execute

  • BLOCKED: thread is blocked waiting for a monitor lock

  • WAITING: thread is waiting indefinitely for another thread to perform a particular action

  • TIMED_WAITING: thread is waiting for another thread to perform a particular ac...

A Performance Test Engineer was asked
Q. What tools did you use for DB server tuning?
Ans. 

I have used various tools for DB server tuning such as SQL Profiler, SQL Server Management Studio, and Database Engine Tuning Advisor.

  • SQL Profiler for monitoring and analyzing SQL Server activity

  • SQL Server Management Studio for managing and configuring SQL Server instances

  • Database Engine Tuning Advisor for analyzing workload and recommending index and partitioning strategies

Are these interview questions helpful?
A Performance Test Engineer was asked
Q. What are the cases in which you analyze the thread dump?
Ans. 

Thread dumps are analyzed to identify performance bottlenecks and deadlocks in the application.

  • To identify the root cause of performance issues

  • To identify deadlocks and thread contention issues

  • To identify long running threads and blocked threads

  • To identify memory leaks and excessive CPU usage

  • To identify issues related to garbage collection

  • To identify issues related to database connections and transactions

A Performance Test Engineer was asked
Q. What is context switching, and parsing in the database, and how does it impact the performance of the DB server?
Ans. 

Context switching and parsing are database operations that impact DB server performance.

  • Context switching is the process of switching between different tasks or threads in a CPU.

  • Parsing is the process of analyzing and interpreting data in a database.

  • Both operations require CPU resources and can cause delays in processing other tasks.

  • Context switching can be reduced by optimizing code and minimizing the number of t...

Samsung Performance Test Engineer Interview Experiences

1 interview found

I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.

Round 1 - Technical 

(9 Questions)

  • Q1. What are the cases in which you analyze the thread dump?
  • Ans. 

    Thread dumps are analyzed to identify performance bottlenecks and deadlocks in the application.

    • To identify the root cause of performance issues

    • To identify deadlocks and thread contention issues

    • To identify long running threads and blocked threads

    • To identify memory leaks and excessive CPU usage

    • To identify issues related to garbage collection

    • To identify issues related to database connections and transactions

  • Answered by AI
  • Q2. List some scenarios where you observe issues with the heap dump and provide recommendations to the dev team. Follow-up questions will be asked based on your answer to the previous questions.
  • Ans. 

    Scenarios where issues with heap dump occur and recommendations for dev team

    • Heap dump size is too large

    • Heap dump is not generated at the right time

    • Heap dump is not analyzed properly

    • Heap dump is not shared with the right team members

    • Recommendations: Optimize code to reduce memory usage, generate heap dump at appropriate times, analyze heap dump thoroughly, share heap dump with relevant team members

  • Answered by AI
  • Q3. How to generate heap dump and thread dump for Unix and Linux systems?
  • Q4. What are the various thread states found in the thread dump?
  • Ans. 

    Thread states in thread dump include NEW, RUNNABLE, BLOCKED, WAITING, TIMED_WAITING, and TERMINATED.

    • NEW: thread has been created but not yet started

    • RUNNABLE: thread is executing or ready to execute

    • BLOCKED: thread is blocked waiting for a monitor lock

    • WAITING: thread is waiting indefinitely for another thread to perform a particular action

    • TIMED_WAITING: thread is waiting for another thread to perform a particular action ...

  • Answered by AI
  • Q5. What is context switching, and parsing in the database, and how does it impact the performance of the DB server?
  • Ans. 

    Context switching and parsing are database operations that impact DB server performance.

    • Context switching is the process of switching between different tasks or threads in a CPU.

    • Parsing is the process of analyzing and interpreting data in a database.

    • Both operations require CPU resources and can cause delays in processing other tasks.

    • Context switching can be reduced by optimizing code and minimizing the number of thread...

  • Answered by AI
  • Q6. What tools did you use for DB server tuning?
  • Ans. 

    I have used various tools for DB server tuning such as SQL Profiler, SQL Server Management Studio, and Database Engine Tuning Advisor.

    • SQL Profiler for monitoring and analyzing SQL Server activity

    • SQL Server Management Studio for managing and configuring SQL Server instances

    • Database Engine Tuning Advisor for analyzing workload and recommending index and partitioning strategies

  • Answered by AI
  • Q7. How do you gather NFR from the client if an application is totally new and the client is not aware of the performance testing?
  • Ans. 

    To gather NFR from an unaware client for a new application, follow these steps:

    • Explain the importance of performance testing and its benefits

    • Provide examples of how performance issues can impact the application and business

    • Ask the client about their expectations for the application's performance

    • Discuss the application's usage scenarios and expected user load

    • Collaborate with the development team to identify potential pe...

  • Answered by AI
  • Q8. Can you reinitialize the virtual users if they directly go to the error state and it has consumable data?
  • Ans. 

    Yes, virtual users can be reinitialized if they go to error state with consumable data.

    • Reinitializing virtual users can help in identifying the root cause of the error.

    • It is important to ensure that the consumable data is backed up before reinitializing the virtual users.

    • Reinitializing virtual users should be done only after analyzing the error and identifying the cause.

    • It is important to have a backup plan in case rei...

  • Answered by AI
  • Q9. Difference between monolithic and microservices architecture.
  • Ans. 

    Monolithic architecture is a single, self-contained unit while microservices architecture is a collection of small, independent services.

    • Monolithic architecture is tightly coupled and difficult to scale.

    • Microservices architecture is loosely coupled and can be scaled independently.

    • Monolithic architecture has a single point of failure while microservices architecture is resilient to failures.

    • Monolithic architecture is ea...

  • Answered by AI
Round 2 - Coding Test 

Write Beanshell code to extract the dynamic value from the JSON response. Write BeanShell script to save the orderID from the response to an external CSV file.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare for Jmeter advanced level. Samsung mostly uses the Jmeter for test execution and script creation. Try to practice with advanced BeanShell scripting and how to test out the web services from Jmeter.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Samsung?
Ask anonymously on communities.

Interview questions from similar companies

I appeared for an interview in Aug 2016.

Interview Questionnaire 

2 Questions

  • Q1. Questions related to my project, questions on binary tree, questions from OS (like paging and scheduling). Interviewer also asked about competitive coding
  • Q2. Formal questions regarding my background, family members etc

Interview Preparation Tips

Round: Test
Duration: 1 hour

Skills: General Coding And Problem Solving, Puzzle Solving Capability
College Name: NIT Jamshedpur

Performance Test Engineer Interview Questions Asked at Other Companies

asked in Samsung
Q1. List some scenarios where you observe issues with the heap dump a ... read more
asked in Samsung
Q2. How do you gather NFRs from the client if an application is total ... read more
asked in Samsung
Q3. What are the cases in which you analyze the thread dump?
asked in Samsung
Q4. Can you reinitialize virtual users if they directly enter an erro ... read more
asked in Samsung
Q5. What is context switching, and parsing in the database, and how d ... read more

I appeared for an interview in Sep 2016.

Interview Preparation Tips

Round: Test
Experience: There was an online test having 3 section, one for aptitude testing, one for logical testing and the last one for technical testing.
Aptitude and logical questions were very basic.
Technical questions included : C C++ Java DS DBMS DAA
Tips: For aptitude and logical part, you need to prepare regularly. Nothing comes out of the box, but you just have to be quick in solving the questions.
For the technical part, prepare well by revising your course materials. Basic one word questions are asked.
Duration: 1 hour
Total Questions: 60

Round: Coding
Experience: This round consists of multiple sets of coding. One question per paper. It's on your luck, which question you'll get. Also,net is allowed. You have to complete the code and show it to the invigilator.
Tips: This round is generally not there in placement drives of DELL. It is on your luck.

Skills: Communication, Data Structures, Basic Knowledge Of DBMS
College Name: Manipal University Jaipur

Interview Questionnaire 

1 Question

  • Q1. What is python
  • Ans. 

    Python is a high-level, interpreted programming language known for its simplicity and ease of use.

    • Python is used for web development, data analysis, artificial intelligence, and more.

    • It has a large standard library and supports multiple programming paradigms.

    • Python code is easy to read and write, making it a popular choice for beginners.

    • Python uses indentation to indicate blocks of code, rather than curly braces or key...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Jun 2021. There were 4 interview rounds.

Round 1 - Coding Test 

2 coding questions (1 DP + 1 Graph)

Round 2 - One-on-one 

(1 Question)

  • Q1. Leetcode easy, medium questions on tree, dp
Round 3 - One-on-one 

(2 Questions)

  • Q1. 1 coding question on string (hard).
  • Q2. OS, DBMS, OOPs questions
Round 4 - HR 

(1 Question)

  • Q1. Usual HR questions + 2 puzzles question

Interview Preparation Tips

Interview preparation tips for other job seekers - Make sure to have clear understanding of Computer Science subjects OS, DBMS, OOPs

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. About cypress automation tool
  • Q2. Javascripts basics and testing basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Right the correct skills onresume and prepare well be confident

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Questions on C++
  • Q2. Questions on Qt

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare c++ and Qt well.
Are these interview questions helpful?
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Asked dsa based coding questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. CAN protocol frames
  • Q2. UDS services ids

Interview Preparation Tips

Interview preparation tips for other job seekers - It’s nice experiance
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. 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 

Java with springboot

Round 3 - Coding Test 

Microservices and RestfulWeb

Round 4 - One-on-one 

(1 Question)

  • Q1. Salary discussion

Samsung Interview FAQs

How many rounds are there in Samsung Performance Test Engineer interview?
Samsung interview process usually has 2 rounds. The most common rounds in the Samsung interview process are Technical and Coding Test.
What are the top questions asked in Samsung Performance Test Engineer interview?

Some of the top questions asked at the Samsung Performance Test Engineer interview -

  1. List some scenarios where you observe issues with the heap dump and provide rec...read more
  2. How do you gather NFR from the client if an application is totally new and the ...read more
  3. What are the cases in which you analyze the thread du...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Dell Interview Questions
3.9
 • 405 Interviews
HARMAN Interview Questions
3.8
 • 276 Interviews
OPPO Interview Questions
4.0
 • 228 Interviews
LG Electronics Interview Questions
3.9
 • 228 Interviews
vivo Interview Questions
4.1
 • 207 Interviews
Philips Interview Questions
3.8
 • 167 Interviews
Apple Interview Questions
4.3
 • 150 Interviews
Voltas Interview Questions
4.0
 • 149 Interviews
View all
Sales Executive
1.1k salaries
unlock blur

₹1 L/yr - ₹7 L/yr

Assistant Manager
1k salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
954 salaries
unlock blur

₹6.9 L/yr - ₹24 L/yr

Manager
523 salaries
unlock blur

₹10 L/yr - ₹33 L/yr

Area Sales Manager
513 salaries
unlock blur

₹7 L/yr - ₹27 L/yr

Explore more salaries
Compare Samsung with

Apple

4.3
Compare

vivo

4.1
Compare

OPPO

4.0
Compare

Dell

3.9
Compare
write
Share an Interview