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 Test Analyst Interview Questions, Process, and Tips for Freshers

Updated 5 Mar 2025

Top Infosys Test Analyst Interview Questions and Answers for Freshers

  • Q1. write a program where Input is 'demo' and and get output as 'deemmmoooo'
  • Q2. Write a Program to count occurrences' of specific character in String
  • Q3. Write selenium logic to close all windows and keep one window open
View all 11 questions

Infosys Test Analyst Interview Experiences for Freshers

6 interviews found

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 28 May 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. What is POM ?
  • Ans. 

    POM stands for Page Object Model, a design pattern used in test automation to create reusable and maintainable test scripts.

    • POM separates the test scripts from the page objects, making the code more organized and easier to maintain.

    • Each page in the application has its own corresponding page object class, which contains the locators and methods to interact with that page.

    • By using POM, changes to the UI can be easily man...

  • Answered by AI
  • Q2. Write a Program to count occurrences' of specific character in String
  • Ans. 

    Program to count occurrences of specific character in a String

    • Iterate through each character in the string

    • Check if the character matches the specific character

    • Increment a counter if there is a match

  • Answered by AI
  • Q3. Write a program where Input is 'demo' and and get output as 'deemmmoooo'
  • Ans. 

    Program to repeat characters in a string based on their position

    • Iterate through each character in the input string

    • Repeat each character based on its position in the string

    • Concatenate the repeated characters to form the output string

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

(3 Questions)

  • Q1. Write a program to reversed string
  • Ans. 

    Program to reverse a string using array of characters

    • Create a character array from the input string

    • Use two pointers to swap characters from start and end of the array

    • Repeat until the pointers meet in the middle

  • Answered by AI
  • Q2. Write selenium logic to close all windows and keep one window open
  • Ans. 

    Use Selenium logic to close all windows except one.

    • Get all window handles using driver.getWindowHandles()

    • Iterate through each window handle and close it except for the desired window

    • Switch to the desired window using driver.switchTo().window()

  • Answered by AI
  • Q3. Write a program to get sum of all digits from String ex. "5g556fdf"
  • Ans. 

    Program to get sum of all digits from a string

    • Iterate through each character in the string

    • Check if the character is a digit using Character.isDigit() method

    • If it is a digit, convert it to integer and add it to a running sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Make basics clear about Java and OOPs concepts. Brush up on logics.

Skills evaluated in this interview

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via LinkedIn and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Program to find duplicate characters in string
  • Ans. 

    Program to find duplicate characters in string

    • Iterate through each character in the string

    • Use a hashmap to store the count of each character

    • Identify characters with count greater than 1 as duplicates

  • Answered by AI
  • Q2. Explain Oops concepts
  • Ans. 

    Oops concepts are the principles of Object-Oriented Programming, including inheritance, encapsulation, polymorphism, and abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementatio...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. Reason for change
  • Ans. 

    Change is necessary to adapt to evolving requirements, technology, or business needs.

    • Change is essential for growth and improvement

    • New requirements or technology may necessitate change

    • Business needs may shift, requiring adjustments to processes or systems

  • Answered by AI
  • Q2. Willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a challenging role that aligns with my career goals.

    • I have relocated in the past for career advancement and have found it to be a positive experience.

    • I understand the importance of being flexible and adaptable in the IT industry, which includes being open to relocation.

    • I am excited about the prospect of exploring new opportunities in di

  • Answered by AI

Test Analyst Interview Questions Asked at Other Companies for undefined

asked in Fujitsu
Q1. What is the difference between automation testing and manual test ... read more
asked in Infosys
Q2. write a program where Input is 'demo' and and get output as 'deem ... read more
Q3. What is smoke testing, sanity testing, black box testing, test ca ... read more
asked in Infosys
Q4. Write a Program to count occurrences' of specific character in St ... read more
asked in Infosys
Q5. Write a program to get sum of all digits from String ex. "5g556fd ... read more

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 9 Oct 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about your framework
  • Ans. 

    My framework is a robust automation framework designed to efficiently test software applications.

    • My framework is built using Selenium for web application testing.

    • It includes reusable functions and libraries to streamline test case development.

    • I have incorporated data-driven testing to easily test multiple test scenarios.

    • The framework also integrates with CI/CD tools like Jenkins for continuous testing.

    • I have implemente...

  • Answered by AI
  • Q2. Collection used in your framework
  • Ans. 

    We use various collections like lists, maps, and sets in our framework for storing and manipulating data.

    • We use lists to store test data or test steps

    • Maps are used for key-value pairs like test data and expected results

    • Sets are used for storing unique elements like test cases

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well on framework you worked

Skills evaluated in this interview

I applied via Referral and was interviewed in Feb 2022. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Overall Experience questions, previous organisation details , about Notice period
Round 2 - Technical 

(1 Question)

  • Q1. Technical questions with real time scenarios.
Round 3 - One-on-one 

(1 Question)

  • Q1. This was the manager round...you should be active , smart at that time and some technical questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Apply even if you're not fully qualified.
Job search like it's your job.
Use informational interviews to network.
Set yourself apart with letters of recommendation.
Know yourself and what you want.
Pump yourself up and stay positive.
All the Very best 🙂

Infosys interview questions for designations

 Senior Test Analyst

 (4)

 Software Test Analyst

 (4)

 SAP Test Analyst

 (1)

 Automation Test Analyst

 (1)

 Test Analyst 1

 (1)

 Test Engineer

 (104)

 Test Lead

 (7)

 Automation Test Engineer

 (36)

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 6 May 2022

I applied via Company Website and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Most of the questions from Agile and Testing process
  • Q2. Work flow explanation
  • Ans. 

    Work flow explanation is the process of describing the steps involved in completing a task or project.

    • Work flow explanation involves breaking down a task or project into smaller steps

    • Each step is described in detail, including who is responsible for completing it and when it should be done

    • Work flow explanation helps to ensure that tasks are completed efficiently and effectively

    • Examples of work flow explanation include ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Attend confidently u will get selected

Get interview-ready with Top Infosys Interview Questions

Test Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Work experience related questions and tools which we have worked on it

Interview questions from similar companies

Interview Questionnaire 

3 Questions

  • Q1. Despite, having a decent CG, why haven’t I got placed till day 8
  • Q2. Tell me about your life story?
  • Q3. One of the company person asked to explain my resume

Interview Preparation Tips

Round: Test
Experience: Speed Maths was easy, it was such that
silly mistakes were quite probable. It lasted for an hour. English was for 1.5
hrs. It was based on TOFEL(speaking, writing, listening)

General Tips: Criteria for getting shortlisted for
Capgemini’s stages of selection was performing well in puzzles and maths.

They did not stress on PORs or internships,
neither did they take the minor into account.No case study topics asked were asked.1st years- Concentrate on CG, put fight for
Day 1, Day 2 companies

2nd years- Concentrate on CG,try learning
coding(coursera) and algorithmic and financial analytics.

Try to obtain an internship in the company
you want to get placed in. It may not be a very good intern, but should be a
meaningful one.

3rd years-Focus on CG, obtain a good
internship.



Practice maths in the last 4
months.(probability mainly)



If you want a finance company, then read newspaper regularly, try to
obtain certifications like CFA, NCFM, etc.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: Quant was most important for the tests, fast mathematics, then technical questions. Technical questions

generally asked by the company. The tests were mostly MCQ. Some tests were there which had subjective question papers. Those subjective type tests lasted 3 hours. They would write a program to do *task* type questions. The programming

language to write the code in, was our choice. The language options were C, C++, Python, Java. Python was rarely asked

Round: Group Discussion
Tips: The skills they wanted to test was to see how well they were able to express their ideas, but without outwardly disrupting others while talking.

Round: HR Interview
Experience: The HR usually starts with “Tell me about yourself”. Then they go through the resume, and ask about the project (DDP, in this case) and internship. This was done by the HR team, just to see how the candidate is putting forth his ideas and contributions clearly. Two puzzles were given in the interview.The interview was at least 40 minutes, with 5 minutes of HR interview HR people were not interested in the depth of the resume, but rather on whether the candidate was able to talk or not. It was used to eliminate some people.
Tips: People with low CGPA had to perform exceptionally well to compensate for the low CGPA. For managerial positions, PoRs like coordships, coreships etc can be used to pitch your leadership qualities. They can start a chain of conversation that involves the work you did, on how you managed to execute the task efficiently, which ends up working in your favor.

Skill Tips: Focus on your Study.. Revise the subject that you have studied at the time of Interview
Skills: Technical Skills
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: English skill based test, it was more like a basic clearance test. There were two different rounds one of them was to listen/read and then fill up questions (approx. 45min) other one was the Telephonic test (computer generated test, approx. 15min).
Tips: Aptitude is a must, so practise
Duration: 60 minutes

Round: Group Discussion
Experience: Here the way you interact in a group and essence of your points. Personally I felt that they didn’t concentrate much on speaking skills as such.
Tips: Practise to talk in groups, current affairs  and even random topics
Duration: 15 minutes

Round: HR Interview
Experience: I was tested on basic understanding of Big Data and tested on enthusiasm
Tips: Puzzles (for most startups) and HR & resume based for others mostly.prepare things very much related to the company.

Skill Tips: Starting earlier helps . Aptitude requires some time and it is better to start atleast during summer vacation. Last two months before placements can be spent for other preparations.
College Name: IIT MADRAS

Interview Preparation Tips

Round: Test
Experience: I performed well in the written test, and there was a speaking and listening test too.  I felt quant was most important for the tests, fast mathematics, then technical questions. Technical questions generally asked by core companies. Some programming based companies also ask such technical questions.



Puzzles can help you in answering quant questions also. The tests were mostly MCQ. Some tests were there which had subjective question papers. None of the core companies had subjective type, but coding companies had such questions. 





They were write a program to do *task* type questions. The programming language to write the code in, was our choice. The language options were C, C++, Python, Java. Python was rarely asked, though.
Duration: 3 hours minutes

Round: Group Discussion
Experience: Don't quite actually remember those topics. But, skills they wanted to test was to see how well they were able to express their ideas, but without outwardly disrupting others while talking.

Round: HR Interview
Experience: The interview was at least 40 minutes, with 5 minutes of HR interview for my current work profile. 

The HR usually starts with “Tell me about yourself”. Then they go through the resume, and ask about the project (DDP, in my case) and internship. This was done by the HR team, just to see how the candidate is putting forth his ideas and contributions clearly.
Tips: Since I cleared the tests, I was allowed to appear for the interviews, but after that, the CGPA played a major role in the final selection. Hence people with low CGPA had to perform exceptionally well to compensate for the low CGPA. However, I don’t know of the internal mechanism of shortlisting, so I was of the opinion that CGPA did not result in elimination of candidates, (except for the candidates who were eliminated due to the cutoff CGPA). But it played a role in the final selection.

For managerial positions, PoRs like coordships, coreships etc can be used to pitch your leadership qualities. They can start a chain of conversation that involves the work you did, on how you managed to execute the task efficiently, which ends up working in your favour.

Round: Puzzle Interview
Experience: Two puzzles were given in the interview. I did well in both, hence got selected. Another puzzle was to measure 45 minutes of time elapsed by using two candles, both of which take 1 hour to burn out completely.

General Tips: I was weak in thermodynamics, so he covered that course revision, for core placements. I prepared from the material sent by Shruti. That was all I prepared. The Coursera for R language was not that useful for me as I was looking for a managerial position.In case of resume shortlists, students who had done management, operations research or economics courses were preferred.
Otherwise, one has to justify your selection through good pitching. Finance companies are sort of open minded; they are looking for people who would do the job. Anyways, they will be providing training, so the knowledge in finance gained through independent means is not quite significant. It will, however, give an edge in the tests, as finance and quant based questions will be asked. They won’t go deep info finance.
I also suggest to freshies and second years to complete the core credited intern in the second year itself so that they can take up an intern of their choice, be it either research intern or core intern in their 3rd year summer. It offers much greater flexibility to the students. It will be useful, especially for non-core placements. I started preparing for the interviews late. I did not put pen to paper, to write down his answer for the ice-breaking questions like “Introduce yourself”. It would be better to write those answers down and get them polished, rather than trying to remember it and/or make it up spontaneously.
Skill Tips: For handling pressure, I suggest that after the interviews are over, just eat and get a good night’s sleep. Preparing/analyzing about the performance in the interview would only make you more anxious, affects sleep, and this would affect your performance in the interviews the next day. The additional one hour of preparation is not going to make a big difference.
Skills: Speaking Ability, Ability to express your ideas, Capable of managing things efficiently
College Name: IIT MADRAS

Infosys Interview FAQs

How many rounds are there in Infosys Test Analyst interview for freshers?
Infosys interview process for freshers usually has 1-2 rounds. The most common rounds in the Infosys interview process for freshers are Technical, One-on-one Round and HR.
How to prepare for Infosys Test Analyst interview for freshers?
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 Test Analysis, Automation Testing, Test Planning, Test execution and Test Cases.
What are the top questions asked in Infosys Test Analyst interview for freshers?

Some of the top questions asked at the Infosys Test Analyst interview for freshers -

  1. write a program where Input is 'demo' and and get output as 'deemmmoo...read more
  2. Write a Program to count occurrences' of specific character in Str...read more
  3. Write selenium logic to close all windows and keep one window o...read more
How long is the Infosys Test Analyst interview process?

The duration of Infosys Test Analyst interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Infosys Test Analyst Interview Process for Freshers

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Join Infosys Creating the next opportunity for people, businesses & communities
Infosys Test Analyst Salary
based on 15k salaries
₹2.2 L/yr - ₹11 L/yr
10% less than the average Test Analyst Salary in India
View more details

Infosys Test Analyst Reviews and Ratings

based on 940 reviews

3.6/5

Rating in categories

3.7

Skill development

3.6

Work-life balance

2.7

Salary

4.2

Job security

3.7

Company culture

2.7

Promotions

3.3

Work satisfaction

Explore 940 Reviews and Ratings
Technology Analyst
55.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Systems Engineer
50.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

System Engineer
39.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
30.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate Consultant
28.1k salaries
unlock blur

₹0 L/yr - ₹0 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