Premium Employer

i

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

FIS Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

FIS Software Test Analyst Interview Questions and Answers

Updated 8 Nov 2024

FIS Software Test Analyst Interview Experiences

5 interviews found

Interview experience
2
Poor
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed in Mar 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How will you test any application
  • Ans. 

    I will test any application by creating test cases, executing them, analyzing results, and reporting bugs.

    • Understand the requirements and functionalities of the application

    • Create test cases based on requirements and user scenarios

    • Execute test cases manually or using automation tools

    • Analyze test results and compare them with expected outcomes

    • Report bugs and issues found during testing

    • Perform regression testing to ensure...

  • Answered by AI
  • Q2. What is pesticide paradox, what is deferred status
  • Ans. 

    Pesticide paradox refers to the phenomenon where running the same set of tests repeatedly can decrease their effectiveness. Deferred status is when a bug is not fixed immediately but is scheduled to be fixed later.

    • Pesticide paradox occurs when running the same tests repeatedly leads to the tests no longer finding new bugs.

    • To avoid pesticide paradox, testers need to regularly review and update their test cases.

    • Deferred ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Selenium and java
Round 2 - One-on-one 

(1 Question)

  • Q1. Api and postman
Round 3 - One-on-one 

(1 Question)

  • Q1. Test scenarios and procedures

Software Test Analyst Interview Questions Asked at Other Companies

asked in Particle41
Q1. How would you test a login page?
asked in Arcesium
Q2. What is X path?how it is identify?
asked in Accenture
Q3. Tell me About your framework
Q4. Difference between black box testing and white box testing ?
Q5. difference between retesting and regression testing ?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Nov 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Project overview
  • Q2. Sql Queries, etl concepts
Round 2 - Technical 

(2 Questions)

  • Q1. Data ware house concepts
  • Q2. Sql - analytical related, subqueries
Round 3 - HR 

(1 Question)

  • Q1. Package discussion
Round 1 - Assignment 

Program,Tools related questions

Round 2 - Technical 

(2 Questions)

  • Q1. Program - String, Number
  • Q2. Opps concepts,Tool knowledge, Technical program questions
Round 3 - HR 

(1 Question)

  • Q1. Discussion about sallary and joining regarding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Fis working culture and benefits are Good for employees.

FIS interview questions for designations

 Senior Software Test Analyst

 (2)

 Senior Test Analyst

 (4)

 Software Analyst

 (1)

 Senior Software Test Engineer

 (2)

 Junior Software Test Engineer

 (1)

 Senior Software Analyst

 (1)

 Test Engineer

 (1)

 Test Lead

 (1)

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

Round 1 - Technical 

(1 Question)

  • Q1. Different oops concepts and their role in frameworks developy
  • Ans. 

    Object-oriented programming concepts play a vital role in developing frameworks.

    • Inheritance: allows a class to inherit properties and methods from another class

    • Encapsulation: hiding the implementation details of a class from other classes

    • Polymorphism: ability of an object to take on many forms

    • Abstraction: focusing on essential features of an object while hiding irrelevant details

    • Examples: Selenium WebDriver framework u...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your fundamentals strong and practice one scripting language

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Why to join Accenture?
  • Q2. Why there is gap in the career

Interview Preparation Tips

Interview preparation tips for other job seekers - Believe yourself and keep faith
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions about framework
  • Q2. Basic Selenium and Java questions
Round 2 - One-on-one 

(2 Questions)

  • Q1. Questions about all topics on CV
  • Q2. Managerial Questions
Round 3 - HR 

(2 Questions)

  • Q1. Why am I choosing Cognizant
  • Q2. Salary discussion and policies
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - One-on-one 

(1 Question)

  • Q1. Manual testing report
Round 2 - HR 

(1 Question)

  • Q1. Can you tell me about yourself?
Round 3 - Technical 

(1 Question)

  • Q1. What are the requirements for manual testing?
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Fibonacci seriers
  • Q2. Oops concepts java
Round 2 - Technical 

(2 Questions)

  • Q1. Find min and max number in an array
  • Ans. 

    Find min and max number in an array of strings

    • Convert array elements to integers for comparison

    • Use built-in functions like Math.min() and Math.max()

    • Handle edge cases like empty array or non-numeric elements

  • Answered by AI
  • Q2. Test scenario for elevator
Round 3 - HR 

(1 Question)

  • Q1. Tell me about your self

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is the defect life cycle
  • Ans. 

    Defect life cycle is the process of identifying, reporting, fixing, retesting, and closing software defects.

    • Defect identification: Defects are identified through testing or user feedback.

    • Defect reporting: Defects are reported in a defect tracking system with details like steps to reproduce, severity, and priority.

    • Defect fixing: Developers analyze and fix the reported defects.

    • Defect retesting: Testers verify that the fi...

  • Answered by AI
  • Q2. What is regression testing and performance testing
  • Ans. 

    Regression testing is retesting of software to ensure new code changes do not adversely affect existing functionality. Performance testing is testing to assess the speed, responsiveness, and stability of a system under a particular workload.

    • Regression testing ensures that new code changes do not introduce new bugs or issues in existing functionality.

    • Performance testing evaluates the speed, responsiveness, and stability...

  • Answered by AI
  • Q3. Write a x path
  • Ans. 

    An x path is a way to navigate through elements in XML or HTML documents.

    • Start with a forward slash (/) to indicate the root element

    • Use element names to navigate through the document

    • Use square brackets to specify conditions for selecting elements

    • Use @ symbol to select attributes of elements

  • Answered by AI

Skills evaluated in this interview

FIS Interview FAQs

How many rounds are there in FIS Software Test Analyst interview?
FIS interview process usually has 2-3 rounds. The most common rounds in the FIS interview process are One-on-one Round, Technical and HR.
How to prepare for FIS Software Test Analyst interview?
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 FIS. The most common topics and skills that interviewers at FIS expect are Functional Testing, Agile Coaching, Linux Administration, PLSQL and Performance Testing.
What are the top questions asked in FIS Software Test Analyst interview?

Some of the top questions asked at the FIS Software Test Analyst interview -

  1. what is pesticide paradox, what is deferred sta...read more
  2. Different oops concepts and their role in frameworks devel...read more
  3. how will you test any applicat...read more

Tell us how to improve this page.

FIS Software Test Analyst Interview Process

based on 5 interviews

Interview experience

3.8
  
Good
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 803 Interviews
Paytm Interview Questions
3.3
 • 771 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
View all
FIS Software Test Analyst Salary
based on 452 salaries
₹4 L/yr - ₹15.2 L/yr
39% more than the average Software Test Analyst Salary in India
View more details

FIS Software Test Analyst Reviews and Ratings

based on 43 reviews

3.8/5

Rating in categories

3.4

Skill development

3.9

Work-life balance

3.5

Salary

3.5

Job security

3.7

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 43 Reviews and Ratings
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹16 L/yr

Lead Engineer
686 salaries
unlock blur

₹7.3 L/yr - ₹27.5 L/yr

Team Member
664 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
644 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Explore more salaries
Compare FIS with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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