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
favorablelily
Verified Icon
6d
works at
FIS
Renegotiation post offer acceptance
Got an offer from EY and accepted it without second thought. While I was serving NP, got better offer from another organisation however I am not very much interested to join this org. Can I renegotiate on my offer with EY team? Will EY accept my request and offer me more salary ? Please suggest.
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 Company Website and was interviewed before Oct 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Typical get to know you and behavioural questions

Interview Preparation Tips

Interview preparation tips for other job seekers - More like a conversation so try to relax
Are these interview questions helpful?

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 .

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

Software Developer Interview Questions & Answers

Visa user image Pranav Bhat Thirthahalli

posted on 3 Dec 2015

Interview Questionnaire 

14 Questions

  • Q1. What is race condition and how can it be eliminated
  • Ans. 

    Race condition is a situation where multiple threads/processes access and manipulate shared data simultaneously.

    • It can be eliminated by using synchronization techniques like locks, semaphores, and mutexes.

    • Another way is to use atomic operations that ensure the data is accessed and modified atomically.

    • Using thread-safe data structures can also prevent race conditions.

    • Example: Two threads trying to increment a shared var...

  • Answered by AI
  • Q2. What is JCube?
  • Ans. 

    JCube is a Java library for creating and manipulating Rubik's Cube puzzles.

    • JCube provides classes for representing Rubik's Cube puzzles and algorithms for solving them.

    • It supports various cube sizes and can generate random scrambles.

    • JCube can be used in Java applications or as a standalone command-line tool.

    • It is open source and available on GitHub.

  • Answered by AI
  • Q3. What is regression testing?
  • Ans. 

    Regression testing is the process of testing changes made to a software application to ensure that existing functionality still works.

    • It is performed after making changes to the software

    • It ensures that existing functionality is not affected by the changes

    • It helps to catch any defects or bugs that may have been introduced

    • It can be automated using testing tools

    • Examples include retesting after bug fixes, testing after new...

  • Answered by AI
  • Q4. Discussion on different sorting techniques
  • Q5. Discussion on SQL and SQL optimisaion
  • Q6. Software engineering principles
  • Ans. 

    Software engineering principles are the best practices and guidelines for developing high-quality software.

    • Software should be designed with modularity and scalability in mind.

    • Code should be well-documented and easy to read.

    • Testing and debugging should be an integral part of the development process.

    • Version control should be used to manage code changes.

    • Security and privacy should be considered throughout the development ...

  • Answered by AI
  • Q7. Java and OOP's question
  • Q8. Define Singleton class
  • Ans. 

    A Singleton class is a class that can only have one instance at a time.

    • It restricts the instantiation of a class to a single object.

    • It provides a global point of access to that instance.

    • It is often used in situations where a single object is required to coordinate actions across a system.

    • Example: Database connection manager, Configuration manager, Logger manager.

  • Answered by AI
  • Q9. Explain Testing principles and Design principles
  • Ans. 

    Testing principles ensure software quality, while design principles guide software development.

    • Testing principles include unit testing, integration testing, and acceptance testing.

    • Design principles include SOLID, DRY, and KISS.

    • Testing principles ensure that software meets requirements and is free of defects.

    • Design principles guide software development to be modular, maintainable, and scalable.

  • Answered by AI
  • Q10. Types of machine learning and methods and examples, they may give you a situation and ask you which technique is good and why
  • Q11. Why choose you for VISA?
  • Ans. 

    I have the necessary skills, experience, and passion to contribute to VISA's success.

    • I have a strong background in software development and have worked on projects similar to those at VISA.

    • I am a quick learner and can adapt to new technologies and programming languages easily.

    • I am passionate about creating high-quality software that meets the needs of users and exceeds their expectations.

    • I am a team player and can work...

  • Answered by AI
  • Q12. Which profile is good for you?
  • Ans. 

    A profile that challenges me to learn and grow while allowing me to contribute to a team.

    • A position that encourages continuous learning and development

    • A role that allows me to collaborate with a team and contribute to projects

    • A company culture that aligns with my values and work ethic

  • Answered by AI
  • Q13. About the work culture at VISA Inc
  • Q14. If u already have a placement, why this company
  • Ans. 

    I am interested in exploring new opportunities and challenges that this company can offer.

    • I am impressed with the company's reputation and growth potential.

    • I am excited about the projects and technologies this company is working on.

    • I believe this company can provide me with a better work-life balance and career growth opportunities.

    • I am looking for a company culture that aligns with my values and goals.

    • I am open to exp...

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Online Test on mettl.com
- 2 coding questions ( 15*2 = 30 marks ) - Moderate level
- 10 MCQs on Programming and Java ( 1*10 = 10)
- 6 MCQs on Machine Learning and Hadoop ( 1*6 = 6 )
- 6 MCQs on Computer Networks ( 1*6 = 6 )
- 6 MCQs on Computer Infrastructure and Architecture ( 1*6 = 6)
- 6 MCQs on Application security and Cryptography ( 1*6 = 6)
15 shortlisted from here including 8 B.Techs and 7 M.Techs for F2F interviews, which were taken by VISA employees from their US and Singapore offices( since they don't have any office at India ).

Round: Technical Interview
Experience: They may give you a situation and ask you to explain which Software engineering principles will you use. They ask you how will you explain the concept of stacks and queues to a 7 year old, or to a granny, so as to encourage programming(like seriously ? )

General Tips: Nothing as such, since this was my second on-campus placement, I had good experience of interviews.
Keep your fundamentals in all computer science subjects open. Unlike other companies they don't focus much on coding alone. The only other company which also looks at perfection in all computer science aspects is Xerox Research Center India.
Challenging and Equally rewarding, but seriously a unique experience with no much tension
Skills:
College Name: NIT Surathkal

Skills evaluated in this interview

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
 • 802 Interviews
PhonePe Interview Questions
4.0
 • 347 Interviews
PayPal Interview Questions
3.8
 • 225 Interviews
Fiserv Interview Questions
2.9
 • 181 Interviews
KFintech Interview Questions
3.5
 • 154 Interviews
Visa Interview Questions
3.5
 • 146 Interviews
MasterCard Interview Questions
3.9
 • 145 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
₹9.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 8 reviews

4.0/5

Rating in categories

3.6

Skill development

4.5

Work-life balance

2.7

Salary

3.8

Job security

4.2

Company culture

2.2

Promotions

3.6

Work satisfaction

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

₹12.5 L/yr - ₹25.7 L/yr

Software Engineer
1.8k salaries
unlock blur

₹7.4 L/yr - ₹13 L/yr

Lead Engineer
742 salaries
unlock blur

₹12.5 L/yr - ₹20.8 L/yr

Senior Leader Engineer
714 salaries
unlock blur

₹17.1 L/yr - ₹28.7 L/yr

Team Member
610 salaries
unlock blur

₹1.8 L/yr - ₹5.5 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