Filter interviews by
I applied via Referral and was interviewed in Jul 2022. There were 3 interview rounds.
JMeter, Load Runner, Grafana, Appdynamics
JMeter, Load Runner, Grafana, Appdynamics
Top trending discussions
I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.
I used Jmeter for its user-friendly interface, extensive features, and ability to simulate real-world scenarios.
Jmeter has a user-friendly interface which makes it easy to create and execute performance tests.
It offers a wide range of features for load testing, stress testing, and performance monitoring.
Jmeter allows for the simulation of real-world scenarios, helping to identify performance bottlenecks and optimize sy...
SLA in performance testing refers to the agreed upon level of service that a system must meet in terms of response time, throughput, and other performance metrics.
SLA stands for Service Level Agreement
It defines the expected performance metrics that a system must meet
SLAs are typically agreed upon between stakeholders and are used to measure the performance of a system
Examples of SLAs include response time should be le...
Correlation in JMeter is the process of extracting dynamic values from server responses and passing them as inputs to subsequent requests.
Correlation is important in performance testing to simulate real user behavior.
It involves identifying and capturing dynamic values like session IDs, tokens, etc.
These values are then extracted using regular expressions or built-in JMeter functions.
The extracted values are stored in ...
I used multiple types of listeners including JMeter listeners, PerfMon Metrics Collector, and InfluxDB Backend Listener.
JMeter listeners
PerfMon Metrics Collector
InfluxDB Backend Listener
Parameterization is the process of replacing hard-coded values in a test script with variables to make the script more dynamic and reusable.
Parameterization helps in simulating real-world scenarios by varying input data during test execution.
It allows for running the same test script with different sets of data without the need to modify the script each time.
Common examples of parameterization include using CSV files, ...
Threads are lightweight processes within a process that can run concurrently. Thread groups are a collection of threads.
Threads are independent sequences of execution within a process.
Thread groups are used to organize and manage multiple threads together.
Threads within a group can share resources and communicate with each other.
Example: In performance testing, threads can simulate multiple users accessing a system con
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
I applied via Company Website
Correlation is a statistical measure that describes the relationship between two variables.
Correlation can range from -1 to 1, with 1 indicating a perfect positive correlation, -1 indicating a perfect negative correlation, and 0 indicating no correlation.
Correlation does not imply causation, meaning just because two variables are correlated does not mean that one causes the other.
For example, if there is a positive cor...
I applied via LinkedIn and was interviewed in Oct 2023. There were 4 interview rounds.
API testing is a type of software testing that involves testing APIs directly to ensure they meet functionality, reliability, performance, and security requirements.
API testing involves testing the functionality, reliability, performance, and security of APIs.
It focuses on verifying that the API meets the requirements specified in its design.
API testing can be done manually or using automated tools.
Examples of API test
Thread group is a collection of threads that represent a group of virtual users in a performance test.
Thread group defines the number of users and the ramp-up period for a performance test.
Each thread in a thread group represents a virtual user that simulates real user behavior.
Thread group allows for configuring the concurrency and distribution of virtual users during a test.
Example: In JMeter, a Thread Group element ...
Aggregate report is a summary of performance test results showing key metrics like average response time, throughput, error rate, etc.
Aggregate report provides a high-level summary of performance test results
It includes metrics like average response time, throughput, error rate, and percentiles
Helps in identifying performance bottlenecks and areas for improvement
Commonly used in tools like JMeter to analyze performance
View Result Tree is a listener in JMeter that displays the results of performance tests in a tree format.
View Result Tree is used to view the response data, request and response headers, and other details of each sample in a performance test.
It can be used to debug issues in the test script by analyzing the details of each request and response.
View Result Tree can also be used to view and analyze the performance metric...
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
Correlation is a technique used in performance testing to capture and replay dynamic values in subsequent requests.
Correlation is used to handle dynamic values like session IDs, timestamps, and tokens in performance test scripts.
It involves extracting a value from a response and passing it on to a subsequent request.
Correlation ensures that the test script accurately simulates real user behavior by maintaining session ...
To record a script in SAP using performance testing tools like Neoload or LoadRunner, certain settings need to be configured.
Configure the recording settings in the performance testing tool to record SAP transactions
Ensure that the SAP client and server are properly configured for recording
Set up the proxy settings in the performance testing tool to capture the SAP traffic
Verify that the recording is capturing the desi
Monitoring in SAP application involves using tools like SAP Solution Manager, SAP CCMS, and third-party monitoring tools.
Use SAP Solution Manager to monitor system performance, availability, and configuration.
Leverage SAP CCMS (Computer Center Management System) for real-time monitoring of SAP systems.
Utilize third-party monitoring tools like Dynatrace, AppDynamics, or New Relic for end-to-end monitoring of SAP applica...
I applied via Google and was interviewed before Dec 2022. There were 4 interview rounds.
They ask aptitude. We can clear this
No coding required pseudo codes were enough
I was interviewed in May 2024.
Performance testing is a type of testing to ensure software applications perform well under expected workload.
Performance testing evaluates the speed, responsiveness, and stability of a system under a specific workload.
It helps identify bottlenecks, assess scalability, and optimize performance.
Examples include load testing, stress testing, and spike testing.
I applied via Naukri.com and was interviewed before May 2022. There were 3 interview rounds.
NFR sheet can be prepared by identifying the non-functional requirements and documenting them in a structured format.
Identify the non-functional requirements such as performance, scalability, reliability, security, usability, etc.
Document the requirements in a structured format such as a spreadsheet or a table.
Include details such as the requirement description, acceptance criteria, priority, and any dependencies.
Ensur...
Pacing time is calculated by dividing the total number of transactions by the duration of the test.
Pacing time is used to determine the rate at which virtual users should be generated during a performance test.
It is calculated by dividing the total number of transactions by the duration of the test.
For example, if the test is scheduled to run for 1 hour and the expected number of transactions is 10,000, the pacing time...
3-tier architecture is a client-server architecture with three layers: presentation, application, and data storage.
Presentation layer: User interface for interaction with the application
Application layer: Business logic and processing of user requests
Data storage layer: Storage and retrieval of data
Each layer communicates with the layer above and below it
Allows for scalability and separation of concerns
Examples: Web ap
Concurrent users and simultaneous users are often used interchangeably, but they have different meanings.
Concurrent users refer to the number of users accessing the system at the same time.
Simultaneous users refer to the number of users performing the same action at the same time.
Concurrent users can perform different actions at the same time, while simultaneous users perform the same action.
For example, if 100 users a...
There are several types of graphs, including line, bar, pie, scatter, and area graphs.
Line graphs show trends over time.
Bar graphs compare data between different categories.
Pie graphs show proportions of a whole.
Scatter graphs show the relationship between two variables.
Area graphs show the cumulative totals over time.
IP Spoofing is a technique used to impersonate another device by changing the source IP address of a packet.
IP Spoofing is commonly used in DDoS attacks to hide the attacker's identity.
It can also be used to bypass access controls by impersonating a trusted device.
IP Spoofing can be prevented by using firewalls and network intrusion detection systems.
Rendezvous point is a synchronization point in load testing where multiple virtual users wait for each other before proceeding.
Used in load testing to simulate real-world scenarios
Ensures that all virtual users reach a certain point before continuing
Helps in measuring the response time of the system under load
Can be used to test scenarios like online auctions, where multiple users bid at the same time
I applied via Walk-in and was interviewed in Jun 2024. There was 1 interview round.
Technical Lead
324
salaries
| ₹7 L/yr - ₹21.5 L/yr |
Senior Software Engineer
231
salaries
| ₹4.2 L/yr - ₹15.5 L/yr |
Senior Analyst
226
salaries
| ₹2.5 L/yr - ₹8 L/yr |
Software Engineer
211
salaries
| ₹2 L/yr - ₹9.4 L/yr |
Lead Engineer
193
salaries
| ₹3.8 L/yr - ₹15.6 L/yr |
HCLTech
Wipro
Tech Mahindra
TCS