0% found this document useful (0 votes)
14 views6 pages

PT Interview Quastions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views6 pages

PT Interview Quastions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

1. How do you approach performance testing of an application that is already in production?

We will take competitive data, we can discuss to stakeholders, we can analyze the
application,
we can find peak hours, off peak hours, page views CBT's from the benchmark results

2. How do you approach performance testing of a new application?

We will take competitive data, we can discuss to stakeholders, ask for any industry bench
mark results,
how many users there are expected to run for the load test

3. What are the main steps involved in performance testing?

POC Document, Test Plan, workload modeling, NFR document, Recording and enhancement,
Test Data preparation,
Scenario design and execution, analysis, monitoring, Reports

4. What is the difference between performance testing and engineering?


Performance Testing: Some of the roles and responsibilities like; planning, design execution
build a monitoring
And metrics gather the solution
Performance Engineering: in depth expertise in development and infrastructure component
that aside to provide
Service such as code reviews and environment configuration.

5. What APM tools that you have experience?

Dynatrace, AppDynamics

6. How do you troubleshoot performance issues?


By using monitoring tools we will analyze server side metrics and client side metrics.
Server side metrics: CPU,Memory,Netwrok,Disk
Client Side metrics: Response time,Throughtput,hitts per second etc.

7. What metrics that you monitor while executing performance testing?

CPU, Memory, Disk, Network


8. What types of performance tests that you plan to certify an application performance? and
why?

Load Test, Stress test and Endurance Test for application speed, scalability and stability.

10. Experience with any 1 of the programming language Java,Ruby,go,Python, C++...?

11. How do you setup test data for your load testing?

Test data means user data,Sometime using LR scripts, we create data or we ask the DB team to
provide test data

12. Experience with tuning platform App Server? Web Server? Database?

13. Do you have experience with tuning application code written in any language?

14 What are the metrics coming under client side metrics and Server side metrics?

15 How to Analyzing server logs

16 how to prepare the final test reports

17 How do you simulate or design spike test

18 What is the purpose of Spike test and endurance test


19 How do you understand that there is a memory leak during your test run

21 What do you monitor or analyze in Database side

22What is difference between heap dump and Thread dump analysis

24 What is service virtualization, how does it useful in Performance point of view.

25 what is the GC? How is it work

26 What are the bottlenecks you’re faced?

27 what is deferent b/n performance testing and performance engineering


28

27 what is different b/n test plan and test strategy?

VuGen Questions:-

1. What are the Challenges you’re facing in scripting.


Authentications issues
Test validations issues
Port mapping
SSL versions
HTTP Error codes
Custom functions

2 what is the different web_submit_data and Web_submit_form


3 what is the different concurrent users and simultaneous users
Concurrent users hitting different functionality’s at the same time
Siltaneous users hitting same functionality’s at the same time
4 we have 4 actions. First action I want run 2 time, second action run to 4 time, 3 action I want
run the 10 time and 4 actions run to 8 times. How to do this.
5 How to save correlations values in local file.
6 what is deference between web_ reg_save_param and web_ reg_save_param_Ex
7 what is deference between web HTTP and Ajax trueclient protocal
8, My left and right boundaries are keep on changing, then how to handle it.
9 some of my transactions are not recording in vuGen, then how to handle it.
10 what is deference between SOAP and Rest
11 what is deferent between think time and pacing time
12 In LR scripting – assume LB = abc”, and If I keep RB as blank ( means RB =”), what it will
capture.
13 Why do we need to use web_set_max_html_param_len() function in script.. ?
14 What is the correlation
15 Parameterization
16 HTTP Errors code
17 What is deferent between HTML and URL Mode
18 Can you tell me some custom functions in LR
19 How to handle dynamic values in webservices protocal

JMeter

1 What are the config elements in jmeter

HTTP cache manager

HTTP header manager

HTTP request default

HTTP cookie manager

2 How to set up stress test in jmeter

Using ultimate thread group

3 How to do load distributing in jmeter

4 what is the listeners in jmeter

Listeners using script validation and debugging, we can see the graphs like: view results tree,
view results table, summery graph,

5 Explain what is Assertion in JMeter? What are the types of assertion?


Assertion helps to verify that your server under test returns the expected results

Some commonly used Assertion in JMeter are

Response Assertion

Duration Assertion

Size Assertion

XML Assertion

HTML Assertion

6 What is distributed load testing? How it can be achieved?

Distributed load testing is the process through which numerous systems can be used for
simulating load of a large number of users. By using the master-slave configuration, JMeter can do
distribute load testing.

7 what is the different b/n pre-processor and post processor?

8 what are the run modes are available in Jmetre

2 types

1: GUI mode

2 :- Non-GUI mode

Use non-GUI mode: jmeter –n –t test.jmx –l test.jtl

9 What are the major differences between Jmeter and Load Runner.

10 Beanshell scripting

You might also like