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 Work with us arrow

Compare button icon Compare button icon Compare

Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards

zig zag pattern zig zag pattern

Filter interviews by

FIS Testing Engineer Lead Interview Questions and Answers

Updated 3 Mar 2025

6 Interview questions

A Testing Engineer Lead was asked 3mo ago
Q. What are the different types of project frameworks?
Ans. 

Project frameworks are structures that provide guidelines and best practices for managing projects.

  • Waterfall model

  • Agile framework

  • Scrum methodology

  • Kanban method

  • Lean approach

A Testing Engineer Lead was asked 3mo ago
Q. What scenarios are typically classified as high severity but low priority?
Ans. 

High severity but low priority scenarios are those that have a significant impact but can be addressed at a later stage.

  • User interface issues that do not affect critical functionality

  • Minor spelling or grammar errors

  • Non-critical performance issues

  • Low impact cosmetic defects

Testing Engineer Lead Interview Questions Asked at Other Companies

asked in FIS
Q1. How would you sort an array containing both letters and numbers, ... read more
asked in FIS
Q2. What is the method to cut a cake into 8 pieces using only 3 cuts?
asked in FIS
Q3. What scenarios are typically classified as high severity but low ... read more
Q4. What types of testing are included in Non-Destructive Testing of ... read more
Q5. What types of tests are included in the destructive testing of co ... read more
A Testing Engineer Lead was asked 3mo ago
Q. How would you sort an array containing both letters and numbers, such as {a, 1, 2, v, w, e, 3, 6, 7, 9}, so that all letters are on the left side and all numbers are on the right side?
Ans. 

Sort an array of strings containing both letters and numbers, with letters on the left and numbers on the right.

  • Create two separate arrays for letters and numbers

  • Iterate through the original array and separate letters and numbers into their respective arrays

  • Combine the two arrays with letters first and numbers next

A Testing Engineer Lead was asked 3mo ago
Q. What is your framework, and can you provide an explanation of it?
Ans. 

Our framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient and scalable testing.

  • Combines data-driven and keyword-driven testing

  • Allows for reusable test scripts and data separation

  • Supports automation of test cases with minimal coding

  • Enhances test coverage and scalability

  • Example: Using Excel sheets for test data and keywords for test actions

A Testing Engineer Lead was asked 3mo ago
Q. What classes do we utilize while coding?
Ans. 

We utilize various classes while coding to organize and structure our code.

  • Classes help in organizing code into logical units

  • Classes can be used for creating objects with properties and methods

  • Inheritance allows classes to inherit properties and methods from other classes

  • Examples: String, Integer, List, HashMap

A Testing Engineer Lead was asked 3mo ago
Q. What is the role of API testing, and how should one report the results of API testing?
Ans. 

API testing is essential to ensure the functionality, reliability, performance, and security of APIs. Results should be reported clearly and comprehensively.

  • API testing involves testing the functionality, reliability, performance, and security of APIs by sending requests and validating responses.

  • Results of API testing should be reported in a clear and detailed manner, including information on test cases, test data...

FIS Testing Engineer Lead Interview Experiences

2 interviews found

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

I appeared for an interview in Feb 2025.

Round 1 - Technical 

(7 Questions)

  • Q1. What is the method to cut a cake into 8 pieces using only 3 cuts?
  • Q2. What would be the code to sort an array containing both letters and numbers, such as {a, 1, 2, v, w, e, 3, 6, 7, 9}, so that all letters are on the left side and all numbers are on the right side?
  • Ans. 

    Sort an array of strings containing both letters and numbers, with letters on the left and numbers on the right.

    • Create two separate arrays for letters and numbers

    • Iterate through the original array and separate letters and numbers into their respective arrays

    • Combine the two arrays with letters first and numbers next

  • Answered by AI
  • Q3. What scenarios are typically classified as high severity but low priority?
  • Ans. 

    High severity but low priority scenarios are those that have a significant impact but can be addressed at a later stage.

    • User interface issues that do not affect critical functionality

    • Minor spelling or grammar errors

    • Non-critical performance issues

    • Low impact cosmetic defects

  • Answered by AI
  • Q4. What are the different types of project frameworks?
  • Ans. 

    Project frameworks are structures that provide guidelines and best practices for managing projects.

    • Waterfall model

    • Agile framework

    • Scrum methodology

    • Kanban method

    • Lean approach

  • Answered by AI
  • Q5. What classes do we utilize while coding?
  • Ans. 

    We utilize various classes while coding to organize and structure our code.

    • Classes help in organizing code into logical units

    • Classes can be used for creating objects with properties and methods

    • Inheritance allows classes to inherit properties and methods from other classes

    • Examples: String, Integer, List, HashMap

  • Answered by AI
  • Q6. What is your framework, and can you provide an explanation of it?
  • Ans. 

    Our framework is a hybrid framework combining data-driven and keyword-driven approaches for efficient and scalable testing.

    • Combines data-driven and keyword-driven testing

    • Allows for reusable test scripts and data separation

    • Supports automation of test cases with minimal coding

    • Enhances test coverage and scalability

    • Example: Using Excel sheets for test data and keywords for test actions

  • Answered by AI
  • Q7. What is the role of API testing, and how should one report the results of API testing?
  • Ans. 

    API testing is essential to ensure the functionality, reliability, performance, and security of APIs. Results should be reported clearly and comprehensively.

    • API testing involves testing the functionality, reliability, performance, and security of APIs by sending requests and validating responses.

    • Results of API testing should be reported in a clear and detailed manner, including information on test cases, test data, exp...

  • Answered by AI
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Referral and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. String related programs were asked.
Round 2 - Technical 

(1 Question)

  • Q1. It was a Techno Managerial round and Logical questions were asked.
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

What people are saying about FIS

View All
heartfeltkoala
Verified Icon
2w
works at
FIS
Advice!
Hello everybody! I am currently working with FIS, having an experience of 1.5 years and a total experience of nearly 30 months. I am working in Transaction processing and KYC/AML. I am willing to move towards Investment banking or private equity. Would really love to hear insights of yours or a bit of guidance about how should I proceed.
Got a question about FIS?
Ask anonymously on communities.

Interview questions from similar companies

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

(2 Questions)

  • Q1. Basic for Core java
  • Q2. Basics of selenium
  • Ans. 

    Selenium is a powerful tool for automating web applications for testing purposes, supporting multiple browsers and programming languages.

    • Selenium supports multiple programming languages like Java, Python, C#, and Ruby.

    • It can automate browsers like Chrome, Firefox, and Safari.

    • Selenium WebDriver is the core component that interacts with the browser.

    • Example: Using WebDriver in Python to open a webpage: 'from selenium impo...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. More on framework side
  • Q2. Few question on Manual testing
Round 3 - HR 

(2 Questions)

  • Q1. Intro about yourself
  • Ans. 

    I am a Senior Engineer with 10+ years of experience in software development, specializing in backend systems and cloud technologies.

    • 10+ years of experience in software development

    • Specialize in backend systems and cloud technologies

    • Strong problem-solving skills

    • Experience with large-scale systems

    • Proficient in programming languages like Java, Python, and SQL

  • Answered by AI
  • Q2. Discussion on Job role
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Pattern programming, javascriptt based questions

Round 2 - Technical 

(1 Question)

  • Q1. Browser specific questions
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Fair and was interviewed before Jan 2023. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Level 2 IT support Engineer questions
  • Q2. Brief explanation about L2 level of work
  • Ans. 

    L2 level of work involves intermediate level tasks and responsibilities in a specific field or domain.

    • L2 work requires a deeper understanding and expertise compared to L1 work.

    • It involves troubleshooting and resolving complex issues.

    • L2 engineers often provide support and guidance to L1 engineers.

    • They may be responsible for implementing and maintaining systems or processes.

    • L2 work requires strong problem-solving and ana...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. L2 practical questions
  • Q2. Brief explanation about experience

Interview Preparation Tips

Interview preparation tips for other job seekers - It's good company starts your career
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I appeared for an interview in Apr 2025, where I was asked the following questions.

  • Q1. How can you construct a tree of strings from the root to the last child in a HackerRank challenge? tree list will be feeded in as array
  • Ans. 

    Constructing a tree of strings involves organizing data hierarchically, where each string can have multiple child strings.

    • Define a TreeNode class: Create a class to represent each node in the tree, containing a string value and a list of child nodes.

    • Build the tree: Iterate through the input array, adding each string to the appropriate parent node based on a defined relationship.

    • Example structure: For an input array lik...

  • Answered by AI
  • Q2. Tell me about yourself

I applied via Campus Placement and was interviewed before Jun 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Normal coding question medium level , approach focusing rounds actually how you get up to result

Interview Preparation Tips

Interview preparation tips for other job seekers - "GfG must do" should be solved properly alteast , otherwise go keep on practicing on any platform .
Are these interview questions helpful?

I applied via Naukri.com and was interviewed in Sep 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. More about my technical side.

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay connected with good data which may help in current situation for interview process.

I applied via Company Website and was interviewed before Jan 2021. There were 3 interview rounds.

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 

(2 Questions)

  • Q1. Pl sql Unix api configuration
  • Q2. Routing how to use proxy
  • Ans. 

    Routing through a proxy involves configuring the proxy server to forward requests to the destination server.

    • Configure the proxy server to listen for incoming requests

    • Configure the proxy server to forward requests to the destination server

    • Configure the client to use the proxy server for outgoing requests

    • Use a proxy server to bypass network restrictions or improve performance

    • Examples: Nginx, Apache, Squid

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

Interview Preparation Tips

Interview preparation tips for other job seekers - Avoid this company. You can be fired any day without notice.

Skills evaluated in this interview

Interview Preparation Tips

Round: Technical Interview
Tips: Have a good grasp of DS algo, java, etc.(Here CGPA doesn't matter)

General Tips: Do’s and Don’ts :
1. Be confident and to be confident prepare well.
2. Set the priority of your companies 
3. Don't start preparation at end. Don't ignore the content of resume.

Be confident and start preparation as soon as possible.
College Name: IIT Kanpur

FIS Interview FAQs

How many rounds are there in FIS Testing Engineer Lead interview?
FIS interview process usually has 2 rounds. The most common rounds in the FIS interview process are Technical and HR.
How to prepare for FIS Testing Engineer Lead 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, ITIL, ITSM, Oracle Integration Cloud and Service Management.
What are the top questions asked in FIS Testing Engineer Lead interview?

Some of the top questions asked at the FIS Testing Engineer Lead interview -

  1. What would be the code to sort an array containing both letters and numbers, su...read more
  2. What is the method to cut a cake into 8 pieces using only 3 cu...read more
  3. What scenarios are typically classified as high severity but low priori...read more

Tell us how to improve this page.

Overall Interview Experience Rating

4/5

based on 2 interview experiences

Difficulty level

Hard 100%

Duration

Less than 2 weeks 100%
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

Paytm Interview Questions
3.2
 • 799 Interviews
PhonePe Interview Questions
4.0
 • 342 Interviews
PayPal Interview Questions
3.8
 • 224 Interviews
Fiserv Interview Questions
2.9
 • 181 Interviews
KFintech Interview Questions
3.5
 • 150 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard Interview Questions
3.9
 • 144 Interviews
TransUnion Interview Questions
3.9
 • 93 Interviews
CapitalOne Interview Questions
3.7
 • 81 Interviews
View all
FIS Testing Engineer Lead Salary
based on 48 salaries
₹8.2 L/yr - ₹16.4 L/yr
8% less than the average Testing Engineer Lead Salary in India
View more details

FIS Testing Engineer Lead Reviews and Ratings

based on 7 reviews

3.9/5

Rating in categories

4.0

Skill development

4.3

Work-life balance

2.7

Salary

3.8

Job security

4.0

Company culture

2.0

Promotions

3.7

Work satisfaction

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

₹8 L/yr - ₹31 L/yr

Software Engineer
1.7k salaries
unlock blur

₹7.4 L/yr - ₹13 L/yr

Lead Engineer
737 salaries
unlock blur

₹8 L/yr - ₹24.8 L/yr

Senior Leader Engineer
720 salaries
unlock blur

₹9.9 L/yr - ₹32.4 L/yr

Team Member
554 salaries
unlock blur

₹1.4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare FIS with

Paytm

3.2
Compare

PhonePe

4.0
Compare

Fiserv

2.9
Compare

KFintech

3.5
Compare
write
Share an Interview