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

Clear (1)

FIS Testing Engineer Lead Interview Questions, Process, and Tips

Updated 3 Mar 2025

Top FIS Testing Engineer Lead Interview Questions and Answers

  • Q1. 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 numb ...read more
  • Q2. What is the method to cut a cake into 8 pieces using only 3 cuts?
  • Q3. What scenarios are typically classified as high severity but low priority?
View all 7 questions

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

Testing Engineer Lead Interview Questions Asked at Other Companies

asked in FIS
Q1. What would be the code to sort an array containing both letters a ... read more
Q2. What are the testing comes in Destructive Testing of Concrete Spe ... read more
Q3. What are the testing comes in Non Destructive Testing of Concrete ... read more
asked in FIS
Q4. What is the method to cut a cake into 8 pieces using only 3 cuts?
asked in FIS
Q5. What is the role of API testing, and how should one report the re ... read more

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. What is name mangling?
  • Ans. 

    Name mangling is a technique used by compilers to give unique names to functions and variables to avoid naming conflicts.

    • Name mangling is used in C++ to support function overloading.

    • It is also used in Python to avoid naming conflicts in modules.

    • Name mangling can make it difficult to access variables and functions from outside the class in which they are defined.

    • In C++, name mangling can be seen by using the 'nm' comman

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Past experience and communication skills

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident

I applied via Naukri.com and was interviewed before Jul 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. Coming to AEM,Interviewer has covered all the topics.

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don't join in TechMahindra.Especially for AEM Folks.Because there are no projects at all.They force you to learn and work in other domain.Then your AEM knowledge will vanish.Worst Company.

I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Routing and switching related

Interview Preparation Tips

Interview preparation tips for other job seekers - Do your best. Study well.
Its all about God's grace.

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

Interview Questionnaire 

2 Questions

  • Q1. Questions based on the CV we kept
  • Q2. Questions related to powershell, storages, networking in azure IaaS, NSG

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare whatever u kept in CV and the basics

I applied via Naukri.com and was interviewed before Oct 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 Resume tips
Round 2 - Technical 

(2 Questions)

  • Q1. What is AD dns dhcp?
  • Ans. 

    AD DNS DHCP are Microsoft technologies used for network management and authentication.

    • Active Directory (AD) is a directory service used for authentication and authorization of users and computers in a network.

    • Domain Name System (DNS) is used for name resolution of network resources.

    • Dynamic Host Configuration Protocol (DHCP) is used for automatic IP address assignment to network devices.

    • AD, DNS, and DHCP are often used ...

  • Answered by AI
  • Q2. What is IaaS SaaS PaaS?
  • Ans. 

    IaaS, SaaS, and PaaS are cloud computing models that provide different levels of infrastructure, software, and platform services.

    • IaaS (Infrastructure as a Service) provides virtualized computing resources over the internet, such as servers, storage, and networking.

    • SaaS (Software as a Service) delivers software applications over the internet, eliminating the need for local installation and maintenance.

    • PaaS (Platform as ...

  • Answered by AI
Round 3 - Aptitude Test 

General questions for 1 hors online exams

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident in your role and select which role you want to work

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Spring and SpringBoot

I applied via Campus Placement and was interviewed before Apr 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. About the basics of c, c++ and java, also asked to explain the project that I developed.

Interview Preparation Tips

Interview preparation tips for other job seekers - Be bold and transparent. Explain your reasons and issues if any they are under standable.
Contribute & help others!
anonymous
You can choose to be anonymous

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

Recently Viewed

INTERVIEWS

GoComet

No Interviews

INTERVIEWS

Droisys

No Interviews

INTERVIEWS

Droisys

No Interviews

SALARIES

SpanIdea

INTERVIEWS

GoComet

No Interviews

INTERVIEWS

Teachnook

No Interviews

SALARIES

SpanIdea

INTERVIEWS

Teachnook

20 top interview questions

INTERVIEWS

SpanIdea

5.6k top interview questions

INTERVIEWS

Prochant

10 top interview questions

Tell us how to improve this page.

FIS Testing Engineer Lead Interview Process

based on 2 interviews

Interview experience

4
  
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.5k Interviews
Infosys Interview Questions
3.6
 • 7.7k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Paytm Interview Questions
3.3
 • 776 Interviews
PhonePe Interview Questions
4.0
 • 307 Interviews
View all
FIS Testing Engineer Lead Salary
based on 45 salaries
₹8.2 L/yr - ₹15.3 L/yr
6% less than the average Testing Engineer Lead Salary in India
View more details

FIS Testing Engineer Lead Reviews and Ratings

based on 6 reviews

3.9/5

Rating in categories

4.0

Skill development

4.1

Work-life balance

2.9

Salary

4.0

Job security

3.7

Company culture

2.1

Promotions

3.6

Work satisfaction

Explore 6 Reviews and Ratings
Senior Software Engineer
2.6k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
684 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Member
660 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Leader Engineer
647 salaries
unlock blur

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