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
3.9

based on 5.4k Reviews

Filter interviews by

FIS Senior Software Test Analyst Interview Questions and Answers

Updated 19 Dec 2024

FIS Senior Software Test Analyst Interview Experiences

2 interviews found

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 Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Java based questions in online Mettle platform

Round 2 - Technical 

(2 Questions)

  • Q1. Java based questions - like OOPS concept,Strings and Arrays programs, Selenium
  • Q2. API testing questions- HTTP Methods,HTTP status codes- 400 series,200 series,500 series
Round 3 - Technical 

(2 Questions)

  • Q1. Java based questions- String and Arrays programs,SQL questions
  • Q2. Agile methodologies related question,Project based real time problems.

Interview Preparation Tips

Interview preparation tips for other job seekers - -Please prepare basics of Core Java,Selenium.

I applied via Recruitment Consultant and was interviewed in Jul 2021. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API automation testing.
  • Q2. Automation related questions
  • Q3. Agile based questions in management round
  • Q4. Java related questions like collection, interfaces, abstract classes, inheritance etc

Interview Preparation Tips

Interview preparation tips for other job seekers - For interview you need to be well prepared for java and selenium.
API Testing is hot topic now a days so keep a check on it.
2 round were taken , 1st was technical and 2 nd round was technical and management.
Try to give examples for every answer you give.

Senior Software Test Analyst Interview Questions Asked at Other Companies

Senior Software Test Analyst Jobs at FIS

View all

Interview questions from similar companies

Interview Questionnaire 

4 Questions

  • Q1. Automation framework, Java programs.
  • Q2. Selenium questions such as wait and excel reading program.
  • Q3. Reason for change
  • Ans. 

    I changed jobs to gain more experience and challenge myself in a senior role.

    • Opportunity for career growth

    • Desire for more challenging work

    • Wanted to gain experience in a senior role

    • Better compensation and benefits

    • Improved work-life balance

  • Answered by AI
  • Q4. Willingness to join and expected salary
  • Ans. 

    I am willing to join immediately and my expected salary is competitive based on my experience and skills.

    • I am willing to join immediately

    • My expected salary is competitive based on my experience and skills

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: 2+ years of automation experience with good knowledge in manual testing

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
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(5 Questions)

  • Q1. Asked me to write a two programs - identifying duplicates words 2. Sum of series of numbers
  • Q2. What is cucumber options
  • Ans. 

    Cucumber options are configuration settings used in Cucumber to customize test execution.

    • Cucumber options can be used to specify features, tags, formats, and more in the test execution

    • Examples include specifying tags to run specific scenarios, setting output formats for test reports, and defining feature files to run

  • Answered by AI
  • Q3. Oops concepts used in my project
  • Ans. 

    In my project, I have used Oops concepts like Inheritance, Polymorphism, Encapsulation, and Abstraction.

    • Inheritance: Reusing code and creating a hierarchy of classes.

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

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

    • Abstraction: Hiding the implementation details and showing only the necessary features.

  • Answered by AI
  • Q4. Data providers, invocation count
  • Q5. Find elements, window handles return type
  • Ans. 

    The find elements method returns a list of web elements matching a specified locator. Window handles return type is a set of strings representing unique identifiers for browser windows.

    • Find elements method returns a list of web elements matching a specified locator

    • Window handles return type is a set of strings representing unique identifiers for browser windows

  • Answered by AI

Skills evaluated in this interview

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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Selenium Basics
  • Q2. Core java, basic programming
Round 2 - One-on-one 

(2 Questions)

  • Q1. Day to day activities
  • Q2. Project management
Round 3 - HR 

(2 Questions)

  • Q1. Pckg discussion
  • Q2. Role description
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
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Smoke vs sanity
  • Ans. 

    Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.

    • Smoke testing is done to check if the critical functionalities of the software are working properly.

    • Sanity testing is done to ensure that the software is stable and ready for further testing.

    • Smoke testing is usually done be...

  • Answered by AI
  • Q2. Scrum and agile

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.

FIS Interview FAQs

How many rounds are there in FIS Senior Software Test Analyst interview?
FIS interview process usually has 3 rounds. The most common rounds in the FIS interview process are Technical and Coding Test.
How to prepare for FIS Senior 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 Agile Coaching, Automation Testing, Javascript, Manual Testing and Performance Testing.
What are the top questions asked in FIS Senior Software Test Analyst interview?

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

  1. Java based questions - like OOPS concept,Strings and Arrays programs, Selen...read more
  2. API testing questions- HTTP Methods,HTTP status codes- 400 series,200 series,50...read more
  3. Java related questions like collection, interfaces, abstract classes, inheritan...read more

Tell us how to improve this page.

FIS Senior Software Test Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
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 Senior Software Test Analyst Salary
based on 379 salaries
₹8 L/yr - ₹25 L/yr
24% more than the average Senior Software Test Analyst Salary in India
View more details

FIS Senior Software Test Analyst Reviews and Ratings

based on 32 reviews

4.0/5

Rating in categories

3.6

Skill development

4.4

Work-life balance

3.5

Salary

3.8

Job security

4.2

Company culture

3.2

Promotions

3.8

Work satisfaction

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

₹8 L/yr - ₹30 L/yr

Software Engineer
1.6k salaries
unlock blur

₹4.2 L/yr - ₹16 L/yr

Lead Engineer
694 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Member
673 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
642 salaries
unlock blur

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