Upload Button Icon Add office photos

Filter interviews by

Infosys Consulting Software Testing Engineer Interview Questions and Answers

Updated 22 Dec 2021

Infosys Consulting Software Testing Engineer Interview Experiences

2 interviews found

I applied via Company Website and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. 1. Questions regarding selenium locators.
  • Q2. 2. How many cases you have automated
  • Ans. 

    I have automated around 200 test cases in my previous job.

    • Automated test cases for web applications using Selenium WebDriver

    • Automated API test cases using RestAssured

    • Automated mobile app test cases using Appium

    • Used TestNG and JUnit frameworks for test automation

    • Implemented data-driven and keyword-driven testing approaches

  • Answered by AI
  • Q3. 3. What is ur current role
  • Ans. 

    I am currently working as a Software Testing Engineer.

    • My role involves testing software applications to ensure they meet quality standards.

    • I create test plans, test cases, and execute them to identify bugs and issues.

    • I collaborate with developers and other team members to resolve issues and improve software quality.

    • I use various testing techniques and tools to validate software functionality and performance.

    • I document ...

  • Answered by AI
  • Q4. 4. About salesforce

Interview Preparation Tips

Interview preparation tips for other job seekers - It was an okay experience

Skills evaluated in this interview

I applied via Company Website and was interviewed in Sep 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why did you choose software side
  • Ans. 

    I chose software side because of my passion for technology and problem-solving.

    • Passion for technology and innovation

    • Enjoy problem-solving and critical thinking

    • Opportunities for growth and learning

    • High demand and job security

    • Examples: building websites, creating mobile apps, automating processes

  • Answered by AI
  • Q2. What about ecpect in my cimpany
  • Ans. 

    Our company values quality and continuous improvement in software testing.

    • We have a dedicated team for software testing

    • We follow industry-standard testing methodologies

    • We encourage and support continuous learning and development

    • We prioritize quality over speed

    • We have a culture of collaboration and open communication

  • Answered by AI
  • Q3. How much did you expect your salary

Interview Preparation Tips

Interview preparation tips for other job seekers - Send your interview tips

Software Testing Engineer Interview Questions Asked at Other Companies

asked in Wipro
Q1. Maximal AND Subsequences Problem Given an array consisting of N i ... read more
asked in Paytm
Q2. Number and Digits Problem Statement You are provided with a posit ... read more
asked in TCS
Q3. Tell me the scenarios of the water bottle or login page
asked in Paytm
Q4. Reverse the String Problem Statement You are given a string STR w ... read more
Q5. 1) explain roles and responsibility of previous projects you have ... read more

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Sep 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Program to find repeating characters in a string
  • Ans. 

    The program finds repeating characters in a given string.

    • Iterate through each character in the string

    • Store each character in a data structure

    • If a character is already present in the data structure, it is a repeating character

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Program to find whether a number is prime or not
  • Ans. 

    Program to check if a number is prime or not

    • A prime number is only divisible by 1 and itself

    • Loop through numbers from 2 to n-1 and check if n is divisible by any of them

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Explain Automation framework that u suggest to automate amazon application
  • Ans. 

    I suggest using a hybrid automation framework for testing Amazon application.

    • Use Selenium WebDriver for web automation

    • Use Appium for mobile automation

    • Use TestNG for test management and reporting

    • Use Page Object Model for better code maintenance

    • Use data-driven approach for test data management

    • Use Jenkins for continuous integration and deployment

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and do your job, do worry about rejections. Not all company thinks in same manner.

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2022. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Testing concepts, SQL, basic java programs on arrays and strings
Round 2 - Technical 

(1 Question)

  • Q1. Testing concepts, puzzles, scenario based questions, java programe
Round 3 - HR 

(3 Questions)

  • Q1. What are your salary expectations?
  • Q2. Why are you looking for a change?
  • Q3. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared on testing methodology, automation basics, sql query knowledge and basic java programs.
Round 1 - HR 

(5 Questions)

  • Q1. What is your family background?
  • Q2. What are your strengths and weaknesses?
  • Q3. Tell me about yourself.
  • Q4. What should we hire you
  • Q5. What are you greatest strengthand weak nesses
Round 2 - Technical 

(1 Question)

  • Q1. Explain the benefits of working in anagile environment and the drewbacks as well

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

Interview Questionnaire 

2 Questions

  • Q1. Testing Methodology ,bug life cycle,STLC,API TESTING
  • Q2. Senario based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - This interview was technical I have given all ans and timeing for interview will 24 min ...
No Response From There Side ...

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

Interview Questionnaire 

3 Questions

  • Q1. About your self
  • Q2. About your project
  • Q3. Test case attribute

Interview Preparation Tips

Interview preparation tips for other job seekers - Hr war not taken interview properly. interview is take for 5 min only all answers was answered properly still not received any response from them

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is in Testing Life Cycle and Bug Life Cycle?
  • Ans. 

    Testing Life Cycle includes planning, designing, executing and reporting. Bug Life Cycle includes reporting, assigning, fixing and verifying.

    • Testing Life Cycle involves planning, designing, executing and reporting of tests.

    • Bug Life Cycle involves reporting, assigning, fixing and verifying bugs.

    • Testing Life Cycle starts with requirement analysis and ends with test closure.

    • Bug Life Cycle starts with bug reporting and end...

  • Answered by AI
  • Q2. What is the difference between severity and priority of a bug?
  • Ans. 

    Severity is the impact of a bug on the system while priority is the urgency of fixing it.

    • Severity is the measure of how much a bug affects the system's functionality or performance.

    • Priority is the measure of how urgently a bug needs to be fixed.

    • A high severity bug may not have a high priority if it does not affect critical functionality.

    • A low severity bug may have a high priority if it affects critical functionality.

    • Bo...

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. What are challenges that you faced during Testing phase?
  • Ans. 

    Challenges faced during testing phase

    • Lack of clear requirements

    • Limited access to test environment

    • Time constraints

    • Difficulty in reproducing bugs

    • Integration issues with third-party systems

    • Lack of proper documentation

    • Testing on multiple platforms and devices

    • Dealing with unexpected errors

  • Answered by AI
  • Q2. What are your biggest achievements and contributions?

Interview Preparation Tips

Interview preparation tips for other job seekers - Tell your answers confidently and keeping it brief unless asked for explanation

Skills evaluated in this interview

I applied via Recruitment Consultant and was interviewed in Mar 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. What is NEFT/ RTGS/ IMPS. how they happen in bank.
  • Ans. 

    NEFT/RTGS/IMPS are electronic fund transfer systems used by banks in India.

    • NEFT stands for National Electronic Funds Transfer and is used for transferring funds up to Rs. 2 lakhs.

    • RTGS stands for Real Time Gross Settlement and is used for transferring large amounts of money in real-time.

    • IMPS stands for Immediate Payment Service and is used for instant fund transfers 24x7.

    • All three systems require the sender and receiver...

  • Answered by AI
  • Q2. Read on google about these terms.

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain your resume and be prepared for banking/ insurance domain related questions.

I was interviewed before Nov 2016.

Interview Questionnaire 

5 Questions

  • Q1. Banking domain terms and technologies
  • Q2. Some testing terms and technologies
  • Q3. Self introduction
  • Q4. Tecnical question related to testing
  • Q5. Knowledge domain check

Interview Preparation Tips

Round: Test
Experience: Der were total 20 questions ...all are technical MCQ type questions related to testing functionality
Total Questions: 20

Round: Technical Interview
Experience: Der were total 20 questions ...all are technical MCQ type questions related to testing functionality
Tips: Make sure ur confident while answering

Round: Technical Interview
Experience: It was Telephonic round..Comfortable...nd it was g

Infosys Consulting Interview FAQs

What are the top questions asked in Infosys Consulting Software Testing Engineer interview?

Some of the top questions asked at the Infosys Consulting Software Testing Engineer interview -

  1. 2. How many cases you have automa...read more
  2. Why did you choose software s...read more
  3. What about ecpect in my cimp...read more

Tell us how to improve this page.

Infosys Consulting Software Testing Engineer Salary
based on 4 salaries
₹3 L/yr - ₹8.9 L/yr
26% less than the average Software Testing Engineer Salary in India
View more details
Senior Consultant
387 salaries
unlock blur

₹12 L/yr - ₹39 L/yr

Consultant
346 salaries
unlock blur

₹9.5 L/yr - ₹25.1 L/yr

Business Consultant
294 salaries
unlock blur

₹15.3 L/yr - ₹24.2 L/yr

Senior Associate Consultant
144 salaries
unlock blur

₹6.5 L/yr - ₹14.8 L/yr

Associate Consultant
139 salaries
unlock blur

₹6 L/yr - ₹12.5 L/yr

Explore more salaries
Compare Infosys Consulting with

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Tech Mahindra

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