Premium Employer

i

This company page is being actively managed by Infosys Team. If you also belong to the team, you can get access from here

Infosys Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Infosys Performance Tester Interview Questions and Answers for Experienced

Updated 1 Nov 2024

Infosys Performance Tester Interview Experiences for Experienced

1 interview found

I applied via Campus Placement

Round 1 - One-on-one 

(2 Questions)

  • Q1. LoadRunner and JMeter
  • Q2. JMeter and Load Runner

Interview Preparation Tips

Interview preparation tips for other job seekers - Performance tester Load Runner,JMeter,Grafana, Appdynamics

Performance Tester Jobs at Infosys

View all

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Technical Round 1:- Questions on JAVA - Interface,Collections, Code, OOPS concept on Automation, Constructor , questions on Selenium webdriver
  • Q2. Technical round 2 - Projects involved, Automation script on projects
  • Q3. HR round

I applied via Naukri.com and was interviewed before Feb 2021. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What is X path? What is absolute xpath and relative xpath?
  • Ans. 

    XPath is a language used to navigate through XML documents. Absolute XPath specifies the complete path from the root element, while relative XPath specifies the path from the current element.

    • XPath is used to locate elements in an XML document

    • Absolute XPath starts with a single forward slash and specifies the complete path from the root element

    • Relative XPath starts with a double forward slash and specifies the path from...

  • Answered by AI
  • Q2. Limitations of selenium?
  • Ans. 

    Selenium has limitations in handling non-web-based applications and requires technical expertise for maintenance.

    • Selenium cannot automate desktop applications or mobile applications

    • It cannot handle CAPTCHA and reCAPTCHA challenges

    • Selenium requires technical expertise for maintenance and updates

    • It cannot handle complex dynamic web pages

    • Selenium does not have built-in reporting capabilities

  • Answered by AI
  • Q3. What and uses of selenium and cucumber
  • Ans. 

    Selenium is a tool used for automating web browsers and Cucumber is a tool used for behavior-driven development.

    • Selenium is used for testing web applications by automating browser actions

    • Cucumber is used for writing and executing automated acceptance tests

    • Selenium can be integrated with Cucumber to write and execute automated tests in a behavior-driven development approach

    • Cucumber uses Gherkin syntax to write test scen...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study as per requirement and stay positive and confident throughout interview process

Skills evaluated in this interview

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Interview questions are from core Java and selenium side and rest assured as well. If you basic knowledge then you can easily cleard it

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep you basic knowledge up to date. Like core Java oops concepts, selenium basic concepts BDD Cucumber framework . Basic webdriver questions
And some basic coding questions

Interview Questionnaire 

1 Question

  • Q1. Testing related question they asked

Interview Preparation Tips

Interview preparation tips for other job seekers - Read all thing you have wriiten in your resume

I applied via Recruitment Consulltant and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Python SQL previous projects
  • Q2. How do you apply SQL for ur project
  • Ans. 

    SQL is used for data retrieval, manipulation and management in the project.

    • SQL queries are used to retrieve data from databases

    • SQL is used to manipulate data in databases

    • SQL is used to manage databases

    • Examples include retrieving user information from a database, updating user information, and creating new tables in a database

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well analytical skills
Programming basics
Previous projects
Tools experience

Skills evaluated in this interview

I appeared for an interview in Mar 2020.

Interview Questionnaire 

8 Questions

  • Q1. What are different types of triggers, workflows? More on workflow actions and time based activities
  • Q2. What is owd and data types?
  • Ans. 

    OWD stands for Object Work Directory. Data types refer to the different types of data that can be stored in a program.

    • OWD is the directory where the current object is stored during runtime.

    • Data types include integers, strings, booleans, and floats.

    • Each data type has its own set of operations that can be performed on it.

    • Examples of data types: int age = 25; string name = 'John'; bool isTrue = true; float price = 9.99;

  • Answered by AI
  • Q3. Various types of Reports and dashboards
  • Ans. 

    Reports and dashboards are tools used to visualize and analyze data.

    • Reports provide detailed information on specific data points or events.

    • Dashboards provide an overview of key performance indicators (KPIs) and trends.

    • Types of reports include operational, analytical, and ad-hoc reports.

    • Types of dashboards include strategic, operational, and analytical dashboards.

    • Examples of reporting tools include Crystal Reports, SSRS...

  • Answered by AI
  • Q4. Sales flow stages and opportunity stages
  • Ans. 

    Sales flow stages and opportunity stages

    • Sales flow stages refer to the steps involved in the sales process, from lead generation to closing the deal

    • Opportunity stages refer to the different stages in the sales pipeline, from identifying a potential opportunity to closing the deal

    • Common sales flow stages include lead generation, qualification, needs analysis, proposal, negotiation, and closing

    • Common opportunity stages i...

  • Answered by AI
  • Q5. Types of data security
  • Ans. 

    Types of data security include encryption, access control, backup and recovery, and physical security.

    • Encryption: converting data into a code to prevent unauthorized access

    • Access control: limiting access to data based on user roles and permissions

    • Backup and recovery: creating copies of data to prevent loss in case of a security breach or system failure

    • Physical security: protecting hardware and storage devices from thef

  • Answered by AI
  • Q6. Custom and Console apps and what is default access available on custom object
  • Q7. Worked on data loader and workbench along with soql queries
  • Q8. Standard profiles on SFDC and what is web to lead in sfdc and how can you do it
  • Ans. 

    Standard profiles on SFDC and web to lead in SFDC

    • Standard profiles in SFDC are pre-built sets of permissions and access levels for users

    • Web-to-Lead is a feature in SFDC that allows you to capture lead information from your website and automatically create a lead record in SFDC

    • To set up Web-to-Lead, you need to create a web form on your website and then configure the form to send the data to SFDC

    • Standard profiles can be...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview isn't difficult just that questions are of more towards technical side instead of testing questions related to Salesforce as part of admin...would be better if we are prepared for those.

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed before Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. How to handle page frames in selenium Automation?
  • Ans. 

    Page frames can be handled in Selenium Automation using switchTo() method.

    • Use driver.switchTo().frame() method to switch to a particular frame.

    • Use driver.switchTo().defaultContent() method to switch back to the main content.

    • Frames can be identified using id, name, index or WebElement.

    • Example: driver.switchTo().frame("frameName");

    • Example: driver.switchTo().frame(0);

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics of oops concept if trying for Automation Testing.

Interview Preparation Tips

Round: Test
Experience: It was aptitude round and online test process. Conclude all the
Duration: 1 hour 30 minutes
Total Questions: 75

I applied via Campus Placement and was interviewed before Dec 2019. There was 1 interview round.

Interview Questionnaire 

6 Questions

  • Q1. 1)Tell me about yourself
  • Q2. 2)Tell me about your academy projects which you have mention in your CV or Resume
  • Q3. 3)Which is your favourite book and why?
  • Q4. 4)What is perfect working environment for you and which quality you think should be there in your boss?
  • Q5. 5)How many digits are there in PAN Card and Aadhar card? They ask this while asking for any address prof.
  • Q6. What motivates you everyday to do hard work?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident.

Infosys Interview FAQs

How many rounds are there in Infosys Performance Tester interview for experienced candidates?
Infosys interview process for experienced candidates usually has 1 rounds. The most common rounds in the Infosys interview process for experienced candidates are One-on-one Round.
How to prepare for Infosys Performance Tester interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Infosys. The most common topics and skills that interviewers at Infosys expect are Performance Testing, JMeter, Load Runner, Performance Engineering and Load Testing.
What are the top questions asked in Infosys Performance Tester interview for experienced candidates?

Some of the top questions asked at the Infosys Performance Tester interview for experienced candidates -

  1. Process of performance testi...read more
  2. LoadRunner and JMe...read more
  3. list down Loadrunner compone...read more

Tell us how to improve this page.

Join Infosys Creating the next opportunity for people, businesses & communities

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.7k Interviews
Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
HCLTech Interview Questions
3.5
 • 3.9k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
View all
Infosys Performance Tester Salary
based on 135 salaries
₹2 L/yr - ₹10.5 L/yr
At par with the average Performance Tester Salary in India
View more details

Infosys Performance Tester Reviews and Ratings

based on 7 reviews

4.8/5

Rating in categories

4.8

Skill development

4.5

Work-life balance

3.2

Salary

4.7

Job security

4.1

Company culture

3.8

Promotions

4.6

Work satisfaction

Explore 7 Reviews and Ratings
Performance Tester_ Chennai/Pune/Bangalore

Hyderabad / Secunderabad,

Chennai

+1

3-8 Yrs

Not Disclosed

Performance Tester

Hyderabad / Secunderabad,

Chennai

+1

4-9 Yrs

Not Disclosed

Explore more jobs
Technology Analyst
55.4k salaries
unlock blur

₹3 L/yr - ₹11.1 L/yr

Senior Systems Engineer
51.3k salaries
unlock blur

₹2.5 L/yr - ₹8 L/yr

Technical Lead
34.2k salaries
unlock blur

₹5.1 L/yr - ₹20 L/yr

System Engineer
31.7k salaries
unlock blur

₹2.5 L/yr - ₹5.5 L/yr

Senior Associate Consultant
28.9k salaries
unlock blur

₹6.2 L/yr - ₹17 L/yr

Explore more salaries
Compare Infosys with

TCS

3.7
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Accenture

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