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, Process, and Tips

Updated 2 Apr 2025

Top FIS Software Test Analyst Interview Questions and Answers

  • Q1. What is the Selenium script used to handle dynamic web elements?
  • Q2. Can you explain how you utilized your automation framework in your most recent project?
  • Q3. what is pesticide paradox, what is deferred status
View all 6 questions

FIS Software Test Analyst Interview Experiences

7 interviews found

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

I appeared for an interview 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 FIS
Q1. Can you explain how you utilized your automation framework in you ... read more
asked in FIS
Q2. What is the Selenium script used to handle dynamic web elements?
asked in Particle41
Q3. How would you test a login page?
asked in Arcesium
Q4. What is X path?how it is identify?
asked in Accenture
Q5. Tell me About your framework
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Apr 2024. There was 0 interview round.

  • Q1. How can you reverse a string using Java?
  • Q2. What is the Selenium script used to handle dynamic web elements?
  • Ans. 

    Selenium scripts can handle dynamic web elements using waits and locators to ensure elements are interactable.

    • Use Explicit Waits: `WebDriverWait` allows waiting for specific conditions. Example: `WebDriverWait(driver, 10).until(ExpectedConditions.visibilityOf(element));`

    • Utilize XPath: Dynamic elements often change IDs. Use XPath with contains() or starts-with(). Example: `driver.findElement(By.xpath("//div[contains(@id...

  • Answered by AI
  • Q3. Can you explain how you utilized your automation framework in your most recent project?
  • Ans. 

    I leveraged an automation framework to enhance testing efficiency and coverage in my recent software project.

    • Implemented a Selenium-based framework for web application testing, which reduced manual testing time by 40%.

    • Integrated TestNG for managing test cases and generating reports, allowing for better tracking of test results.

    • Utilized Page Object Model (POM) design pattern to improve code reusability and maintainabili...

  • Answered by AI
  • Q4. Why you wanted to join us?
  • Ans. 

    I admire your commitment to quality and innovation, and I believe my skills align perfectly with your team's goals.

    • Your company's reputation for excellence in software testing aligns with my career aspirations.

    • I am impressed by your innovative approach to testing methodologies, such as automation and continuous integration.

    • I appreciate your focus on professional development, as I am eager to learn and grow in a support...

  • Answered by AI
  • Q5. What is expected salary
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

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)

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Aptitude Test 

Basic mathematical questions they ask

Round 2 - Coding Test 

Basic knowledge of programming

Round 3 - HR 

(2 Questions)

  • Q1. What are your salary expectations?
  • Ans. 

    My salary expectations are in line with industry standards for a Software Test Analyst position.

    • Research industry standards for Software Test Analyst salaries

    • Consider my experience, skills, and qualifications when determining salary expectations

    • Be open to negotiation based on the overall compensation package offered

  • Answered by AI
  • Q2. Where do see yourself in next 5 years
  • Ans. 

    In the next 5 years, I see myself advancing in my career as a Software Test Analyst, taking on more responsibilities and possibly moving into a leadership role.

    • Continuing to enhance my skills in software testing and quality assurance

    • Taking on more challenging projects and leading testing efforts

    • Possibly pursuing certifications in testing methodologies or leadership

    • Working towards becoming a subject matter expert in sof

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare some basic programming questions and selenium

Get interview-ready with Top FIS Interview Questions

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.

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

I applied via Campus Placement and was interviewed in May 2020. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1.In frst round they gave two programs like palindrome,leap year which is quite easy only, aptitude consists of 60qns .
  • Q2. 2.In second round which is technical round, again they gave one pgm which is lightly complicated and also questions will be asked based on our resume and branch.
  • Q3. 3.HR round based on your personal skill.

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to be perfect in basic coding and also aptitude,it is not much tough and also be bold while answering in technical round,try to do more projects......

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

I applied via Campus Placement and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. 1. Projects and internships done in detail. 2. Object oriented programming characteristics 3. Differences between private, public and protected classes.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident but not over confident.

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 Technical, One-on-one Round 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 the Selenium script used to handle dynamic web elemen...read more
  2. Can you explain how you utilized your automation framework in your most recent ...read more
  3. what is pesticide paradox, what is deferred sta...read more

Tell us how to improve this page.

FIS Software Test Analyst Interview Process

based on 6 interviews

1 Interview rounds

  • HR Round
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

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
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
View all
FIS Software Test Analyst Salary
based on 437 salaries
₹4.9 L/yr - ₹15 L/yr
35% more than the average Software Test Analyst Salary in India
View more details

FIS Software Test Analyst Reviews and Ratings

based on 45 reviews

3.9/5

Rating in categories

3.5

Skill development

4.1

Work-life balance

3.7

Salary

3.7

Job security

3.9

Company culture

3.4

Promotions

3.8

Work satisfaction

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

₹7 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹15.6 L/yr

Lead Engineer
726 salaries
unlock blur

₹8 L/yr - ₹24.9 L/yr

Senior Leader Engineer
698 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Team Member
636 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare FIS with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

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