Samsung
Proud winner of ABECA 2024 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2022. There were 2 interview rounds.
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
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
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
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 ...
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...
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
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...
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...
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...
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.
SDLC stands for Software Development Life Cycle.
It is a process followed by software development teams to design, develop, test, and deploy software.
It includes phases like planning, analysis, design, implementation, testing, and maintenance.
It helps in ensuring that the software is developed efficiently and meets the requirements of the stakeholders.
It is a framework that helps in managing the software development pro...
STLC stands for Software Testing Life Cycle, which is a process followed to ensure software quality.
STLC involves planning, designing, executing, and reporting of tests.
It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.
STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later.
It ensures that the software m...
Android testing is the process of testing applications developed for the Android operating system.
It involves testing the functionality, performance, and usability of Android apps.
Testing can be done manually or using automated tools like Espresso, UI Automator, and Robolectric.
Types of testing include unit testing, integration testing, and acceptance testing.
Common testing challenges include device fragmentation, comp
Localization testing is the process of verifying that a product or service is adapted to meet the language, cultural, and other requirements of a specific country or region.
Localization testing ensures that the product or service meets the linguistic and cultural requirements of a specific region.
It involves testing the product or service for language translation, date and time formats, currency, and other regional set...
Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Bug is identified by tester
Bug is reported to development team
Development team fixes the bug
Bug fix is verified by tester
Bug is closed if verified or reopened if not fixed
I am currently using the latest version of iOS on my iPhone, which is iOS 14.5.
iOS 14.5 is the latest version of the operating system for iPhones
Regular updates are important for security and performance improvements
Bug is a coding mistake while error is a deviation from expected behavior.
Bug is a mistake in the code that causes unexpected behavior.
Error is a deviation from expected behavior.
Bug is a result of a mistake made by a programmer.
Error can be caused by a variety of factors such as hardware failure, network issues, or user input.
Bug can be fixed by modifying the code while error requires identifying and resolving the und
To upload and capture a bug, use a bug tracking tool and follow a standardized process.
Use a bug tracking tool like JIRA or Bugzilla to log the bug
Provide detailed steps to reproduce the bug
Include screenshots or videos to help explain the issue
Assign the bug to the appropriate team member for resolution
Follow up on the bug until it is resolved and closed
Performance threads are concurrent virtual users that simulate real-world user behavior.
Performance threads are used in load testing to simulate multiple users accessing a system simultaneously.
Each thread represents a virtual user and performs a specific set of actions on the system.
Threads can be configured with different parameters such as ramp-up time, duration, and number of iterations.
Performance threads can help...
CPU controlling limits refer to the maximum amount of CPU resources that can be allocated to a process or application.
CPU controlling limits are important for ensuring that a single process or application does not consume all available CPU resources, which can lead to system instability and poor performance.
These limits can be set at the operating system level or within specific applications.
Examples of CPU controlling...
SDLC stands for Software Development Life Cycle.
It is a process followed by software development teams to design, develop, test, and deploy software.
It includes phases like planning, analysis, design, implementation, testing, and maintenance.
It helps in ensuring that the software is developed efficiently and meets the requirements of the stakeholders.
It is a framework that helps in managing the software development pro...
STLC stands for Software Testing Life Cycle, which is a process followed to ensure software quality.
STLC involves planning, designing, executing, and reporting of tests.
It includes various phases such as requirement analysis, test planning, test design, test execution, and test closure.
STLC helps in identifying defects early in the development cycle, reducing the cost of fixing them later.
It ensures that the software m...
Android testing is the process of testing applications developed for the Android operating system.
It involves testing the functionality, performance, and usability of Android apps.
Testing can be done manually or using automated tools like Espresso, UI Automator, and Robolectric.
Types of testing include unit testing, integration testing, and acceptance testing.
Common testing challenges include device fragmentation, comp
Localization testing is the process of verifying that a product or service is adapted to meet the language, cultural, and other requirements of a specific country or region.
Localization testing ensures that the product or service meets the linguistic and cultural requirements of a specific region.
It involves testing the product or service for language translation, date and time formats, currency, and other regional set...
Bug life cycle is the process of identifying, reporting, fixing, and verifying software defects.
Bug is identified by tester
Bug is reported to development team
Development team fixes the bug
Bug fix is verified by tester
Bug is closed if verified or reopened if not fixed
I am currently using the latest version of iOS on my iPhone, which is iOS 14.5.
iOS 14.5 is the latest version of the operating system for iPhones
Regular updates are important for security and performance improvements
Bug is a coding mistake while error is a deviation from expected behavior.
Bug is a mistake in the code that causes unexpected behavior.
Error is a deviation from expected behavior.
Bug is a result of a mistake made by a programmer.
Error can be caused by a variety of factors such as hardware failure, network issues, or user input.
Bug can be fixed by modifying the code while error requires identifying and resolving the und
To upload and capture a bug, use a bug tracking tool and follow a standardized process.
Use a bug tracking tool like JIRA or Bugzilla to log the bug
Provide detailed steps to reproduce the bug
Include screenshots or videos to help explain the issue
Assign the bug to the appropriate team member for resolution
Follow up on the bug until it is resolved and closed
Sales Executive
1.1k
salaries
| ₹0.9 L/yr - ₹6.9 L/yr |
Assistant Manager
958
salaries
| ₹5.5 L/yr - ₹19 L/yr |
Software Engineer
885
salaries
| ₹6.5 L/yr - ₹25 L/yr |
Manager
527
salaries
| ₹10 L/yr - ₹33 L/yr |
Senior Engineer
503
salaries
| ₹4 L/yr - ₹16 L/yr |
Apple
LG Electronics
Sony
Xiaomi