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

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 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

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
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
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)

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.

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
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

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
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. Introduction current project framework java core selenium etc
Round 3 - Technical 

(1 Question)

  • Q1. Introduction current project framework core java version control CI/CD selenium etc
Round 4 - HR 

(1 Question)

  • Q1. Introduction salary discussion joining location LWD etc

Interview Preparation Tips

Interview preparation tips for other job seekers - keep your knowledge polished because interviewer ask from very basic to the current scenario.

I applied via Job Fair and was interviewed in Sep 2022. There were 2 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 

(4 Questions)

  • Q1. What about Testing ?
  • Ans. 

    Testing is the process of evaluating a system or its component(s) with the intent to find whether it satisfies the specified requirements or not.

    • Testing is an essential part of software development.

    • It helps to identify defects and errors in the software.

    • Testing can be done manually or through automation.

    • Types of testing include functional, performance, security, and usability testing.

    • Testing should be done throughout t

  • Answered by AI
  • Q2. Which tool using in software testing ?
  • Ans. 

    There are various tools used in software testing such as Selenium, JMeter, Appium, etc.

    • Selenium is used for web application testing

    • JMeter is used for load testing

    • Appium is used for mobile application testing

    • Other tools include TestComplete, SoapUI, etc.

  • Answered by AI
  • Q3. Why are you using Java?
  • Ans. 

    Java is a popular programming language for software testing due to its platform independence, object-oriented nature, and vast community support.

    • Java is platform-independent, meaning that code written in Java can run on any platform that has a Java Virtual Machine (JVM) installed.

    • Java is object-oriented, making it easier to write modular and reusable code.

    • Java has a vast community of developers and testers, providing a...

  • Answered by AI
  • Q4. How to iterate Map ?
  • Ans. 

    To iterate a Map, use for-each loop or Iterator interface.

    • Use for-each loop to iterate over the Map entries.

    • Use keySet() method to get the Set of keys and then iterate over it.

    • Use values() method to get the Collection of values and then iterate over it.

    • Use entrySet() method to get the Set of Map.Entry objects and then iterate over it.

    • Use Iterator interface to iterate over the Map entries.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Amazon Web Services Software Testing Engineer interview:
  • Java Selinium
Interview preparation tips for other job seekers - Every one should be perfect but once get a chance to prove it

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Related to automation and database concepts

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