Logo

Get AmbitionBox App

Faster and better experience!

AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Campus placements

      Interviews questions for 2K+ colleges

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    WINNERS AWAITED!
    • ABECA 2025
      WINNERS AWAITED!

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    • AmbitionBox Best Places to Work 2021

      1st Edition

For Employers
logo
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
3.9

based on 5.8k Reviews

  • Why join us
  • Reviews
    5.8k
  • Salaries
    37.4k
  • Interviews
    495
  • Jobs
    237
  • Benefits
    780
  • Photos
    17
  • Posts
    3

Filter interviews by

FIS Lead Engineer Interview Questions and Answers

Updated 4 May 2024

FIS Lead Engineer Interview Experiences

9 interviews found

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 4 May 2024

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

2 program level medium

Round 2 - Technical 

(1 Question)

  • Q1. All related to core Java and spring boot
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
  • Add your answer
Anonymous

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Sep 2022

I applied via Approached by Company and was interviewed in Mar 2022. 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 - Coding Test 

Simple Hacker Rank test with most spring questions and Java.

Round 3 - Technical 

(2 Questions)

  • Q1. Java, Sql, Questions based on your resume. Very easy interview.
  • Add your answer
  • Q2. Core Java concepts Sql concepts No coding questions as the Manager doesn't know a thing about coding.
  • Add your answer

Interview Preparation Tips

Topics to prepare for FIS Lead Engineer interview:
  • Java
  • Spring
  • SpringBoot
  • Hibernate
  • Microservices
  • SQL
Interview preparation tips for other job seekers - Do not join FIS if you are not certain where they will put you after you are hired. I was put into support work with no development at all. So choose wisely.
Anonymous

Lead Engineer Interview Questions Asked at Other Companies

asked in Tata Power
Q1. What is the resistance value of the tripping and closing coil of ... read more
View answers (8)
asked in Tata Power
Q2. What is the contact resistance of VCB?
View answers (11)
asked in HCLTech
Q3. Which BGP path attributes are used to manipulate ingress traffic, ... read more
View answers (2)
asked in HERE Technologies
Q4. Java 8 features? What is functional interface? Difference between ... read more
View answer (1)
asked in HCL Group
Q5. What monitoring tools do you use, and what metrics do you capture ... read more
View answers (2)
View All

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 26 Mar 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 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 

(7 Questions)

  • Q1. Angular Lifecycle hooks
  • Add your answer
  • Q2. Components vs Directives
  • Ans. 

    Components are reusable building blocks while directives are used to manipulate the DOM.

    • Components are self-contained and can be used multiple times in an application

    • Directives are used to add behavior to an existing DOM element

    • Components have their own template while directives do not

    • Examples of components include buttons, forms, and menus

    • Examples of directives include ngIf, ngFor, and ngStyle

  • Answered by AI
    Add your answer
  • Q3. Benefits of service in Angular
  • Add your answer
  • Q4. Change detection strategy
  • Ans. 

    Change detection strategy involves identifying and responding to changes in a system or process.

    • Define the scope of the system or process being monitored

    • Establish a baseline for normal behavior

    • Use monitoring tools to detect changes

    • Set thresholds for triggering alerts or actions

    • Implement a response plan for identified changes

  • Answered by AI
    Add your answer
  • Q5. Javascript vs typescript
  • Ans. 

    TypeScript is a superset of JavaScript that adds static typing and other features.

    • TypeScript catches errors at compile time, while JavaScript only catches them at runtime.

    • TypeScript supports object-oriented programming concepts like classes and interfaces.

    • TypeScript can be transpiled into JavaScript, so it can run on any browser or platform that supports JavaScript.

    • JavaScript is easier to learn and use for small projec...

  • Answered by AI
    Add your answer
  • Q6. Routing in angular ?
  • Ans. 

    Routing in Angular is used to navigate between different components of an application.

    • Angular Router is a powerful tool that allows you to define navigation paths and routes in your application.

    • It helps in creating Single Page Applications (SPAs) by loading different components based on the URL.

    • Routes can be defined using the RouterModule and ActivatedRoute modules.

    • Navigation can be done using routerLink directive or p...

  • Answered by AI
    Add your answer
  • Q7. Route guards in angular
  • Ans. 

    Route guards are used in Angular to protect routes from unauthorized access.

    • Route guards can be used to check if a user is authenticated before allowing access to a route.

    • There are three types of route guards: CanActivate, CanActivateChild, and CanLoad.

    • CanActivate is used to protect individual routes, CanActivateChild is used to protect child routes, and CanLoad is used to protect lazy-loaded modules.

    • Route guards can b...

  • Answered by AI
    Add your answer
Round 3 - Technical 

(2 Questions)

  • Q1. Data sharing between compontent
  • Ans. 

    Data sharing between components is crucial for efficient communication and collaboration.

    • Use a common data format for easy interpretation and integration

    • Implement secure data transfer protocols to protect sensitive information

    • Ensure data consistency and accuracy through proper validation and verification

    • Consider the scalability and performance of the data sharing mechanism

    • Examples include RESTful APIs, message queues, ...

  • Answered by AI
    Add your answer
  • Q2. Different ways of loading routes
  • Ans. 

    Routes can be loaded using various methods depending on the framework used.

    • In Express.js, routes can be loaded using app.get(), app.post(), app.put(), app.delete() methods

    • In Laravel, routes can be loaded using Route::get(), Route::post(), Route::put(), Route::delete() methods

    • In Ruby on Rails, routes can be loaded using resources, get, post, put, patch, and delete methods

    • Routes can also be loaded dynamically using middl...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear the basics of angular if you are going for UI development using Angular

Skills evaluated in this interview

Anonymous

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 29 May 2023

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 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Aptitude Test 

Online Aptitude test related to testing and coding

Round 3 - Technical 

(1 Question)

  • Q1. Basic C# oops Concept and Programming questions
  • Add your answer
Round 4 - Behavioral 

(1 Question)

  • Q1. General introduction about my professional work and asked some SQL query.
  • Add your answer
Anonymous

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 6 Oct 2021

I applied via Referral and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Do you know IIS?
  • Ans. 

    Yes, I know IIS.

    • I have experience in configuring and managing IIS servers.

    • I am familiar with setting up websites, application pools, and virtual directories.

    • I have worked with IIS versions 6, 7, and 8.

    • I am comfortable troubleshooting issues related to IIS.

    • I have used IIS to host various web applications, including ASP.NET and PHP applications.

  • Answered by AI
    Add your answer
  • Q2. Do you know Windows Server Administration?
  • Add your answer
  • Q3. What is your typical work day like?
  • Ans. 

    My typical workday as a Lead Engineer involves team collaboration, project management, and technical problem-solving.

    • Morning stand-up meetings to align on daily goals and progress.

    • Reviewing project timelines and adjusting schedules as needed.

    • Collaborating with cross-functional teams to address technical challenges.

    • Conducting code reviews to ensure quality and adherence to standards.

    • Mentoring junior engineers and provid...

  • Answered by AI
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Be clear and honest in your answers.

Skills evaluated in this interview

Anonymous

Lead Engineer Interview Questions & Answers

user image Sai Krishna

posted on 14 Jun 2023

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jun 2022.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Double-check your resume for any spelling mistakes. The recruiter may consider spelling mistakes as careless behavior or poor communication skills.
View all tips
Round 2 - Coding Test 

It is all MCQ and no coding question is given. It covers core Java, Spring, Rest API and Sql

Round 3 - Technical 

(1 Question)

  • Q1. Asked about Core Java, Spring, Restful Webservices. Difficulty level I felt is medium
  • Add your answer
Round 4 - Technical 

(1 Question)

  • Q1. Mostly about projects worked and cicd stuff
  • Add your answer
Anonymous

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 24 Mar 2021

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

Interview Questionnaire 

5 Questions

  • Q1. Describe your current automation framework and tools being used
  • Add your answer
  • Q2. Describe the ceremonies in Agile methodology
  • Ans. 

    Agile ceremonies include daily stand-ups, sprint planning, sprint review, and retrospective meetings.

    • Daily stand-ups: brief meetings to discuss progress and plan for the day

    • Sprint planning: meeting to plan the upcoming sprint

    • Sprint review: meeting to review the completed sprint and demo the work

    • Retrospective meetings: meeting to reflect on the sprint and identify areas for improvement

  • Answered by AI
    Add your answer
  • Q3. Java simple programs like reverse a string, find occurrence of characters in a sentence ,Selenium and Cucumber questions
  • Add your answer
  • Q4. How do you integrate your project with Jenkins and what activities are done over Jenkins
  • Add your answer
  • Q5. Defect Lifecycle
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare to describe current project and its framework. Prepare how your project is integrated for CI-CD pipeline. Practice java programs with simple selenium and BDD concepts. API tools knowledge will be a plus. Great to have AWS service basic knowledge

Skills evaluated in this interview

Anonymous
Are these interview questions helpful?

Lead Engineer Interview Questions & Answers

user image Anonymous

posted on 28 Oct 2021

I applied via Naukri.com and was interviewed in Apr 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Selenium related question Manual testing related question
  • Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep ready for unexpected questions.
Do study for optimization techniques.
You should have capital market knowledge basic knowledge atleast.
Anonymous

Lead Engineer Interview Questions & Answers

user image chanchal kumari

posted on 16 Jul 2021

Interview Questionnaire 

1 Question

  • Q1. Technical domain question asked to me
  • Ans. Given the answer as per asked questions
  • Answered by chanchal kumari
    Add your answer

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview went well
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
devshacker007
·
ex -
Zizbey Consultancy
Job Chahiye Boss, Experience 3 Saal Ka — Lekin Salary Fresher Wali!
👔 HR: "Aapke paas Vue.js, React, Node.js, DevOps, AI sabka experience hai?" 👨‍💻 Main: "Haan, maine toh LinkedIn pe sabki post bhi like ki hai!😅" 🤖 Aaj kal interview mein skills se zyada "you must be available to work under pressure, weekends, and salary delay" pe focus hota hai! 💸 Salary expectation batate hi HR bolta hai — "Oh! We are looking for someone who is passionate... not someone who wants money!🏃‍♂️" 🚀 Lekin fir bhi hum apply karte ja rahe hain, kyunki ghar ke EMI aur Swiggy ke bill ne bhi promise kiya hai — "We will never leave you alone!" 📢 Dear companies, ab to job dedo — experience toh Zindagi bhi de rahi hai daily!
FeedCard Image
Got a question about FIS?
Ask anonymously on communities.

Interview questions from similar companies

company Logo

Software Engineer Interview Questions & Answers

PayPal user image venkatesh

posted on 28 Sep 2015

I applied via Campus Placement

Interview Preparation Tips

Round: Resume Shortlist
Experience: Initially test was conducted. But they also considered resume for shortlisting to interview. Even if you do test badly, resume will come to your rescue if it is good enough.
Tips: Test consists of both aptitude and coding. Basic coding skills in C will be sufficient to solve the coding questions.

General Tips: Interviewing people are very friendly during the interview. Concentrate on concepts like linked lists, basic problems on strongs.
Skill Tips: Any basic C programming book.
Skills: Basic Coding, Basic C/C++
Duration: 2.5
College Name: IIT Madras
Motivation: Diverse fields in which company is working.
Anonymous
More about working at FIS
  • HQ - Jacksonville,Florida, United States
  • FinTech
  • 10k-50k Employees (India)
  • Software Product

FIS Interview FAQs

How many rounds are there in FIS Lead Engineer interview?
FIS interview process usually has 3-4 rounds. The most common rounds in the FIS interview process are Technical, Resume Shortlist and Aptitude Test.
How to prepare for FIS Lead Engineer 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 Java, SQL, Devops, HTML and JUnit.
What are the top questions asked in FIS Lead Engineer interview?

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

  1. Describe your current automation framework and tools being u...read more
  2. Do you know Windows Server Administrati...read more
  3. Describe the ceremonies in Agile methodol...read more

Tell us how to improve this page.

FIS Interviews By Designations

  • FIS Software Engineer Interview Questions
  • FIS IT Trainee Interview Questions
  • FIS Senior Software Engineer Interview Questions
  • FIS Software Developer Interview Questions
  • FIS Lead Engineer Interview Questions
  • FIS Business Analyst Interview Questions
  • FIS Lead Analyst Interview Questions
  • FIS Analyst Interview Questions
  • Show more
  • FIS Customer Service Associate Interview Questions
  • FIS Senior Analyst Interview Questions

Interview Questions for Popular Designations

  • Technical Lead Interview Questions
  • Module Lead Interview Questions
  • Project Lead Interview Questions
  • Lead Consultant Interview Questions
  • Senior Technical Lead Interview Questions
  • Product Engineer Interview Questions
  • Principal Engineer Interview Questions
  • Lead Business Analyst Interview Questions
  • Show more
  • Machine Learning Engineer Interview Questions
  • Technical Lead Engineer Interview Questions
logo
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

Paytm
Paytm Interview Questions
3.2
 • 775 Interviews
PhonePe
PhonePe Interview Questions
4.0
 • 324 Interviews
PayPal
PayPal Interview Questions
3.9
 • 221 Interviews
Fiserv
Fiserv Interview Questions
3.0
 • 178 Interviews
KFintech
KFintech Interview Questions
3.5
 • 146 Interviews
Broadridge Financial Solutions
Broadridge Financial Solutions Interview Questions
3.9
 • 143 Interviews
Visa
Visa Interview Questions
3.5
 • 143 Interviews
MasterCard
MasterCard Interview Questions
3.9
 • 141 Interviews
TransUnion
TransUnion Interview Questions
4.0
 • 89 Interviews
CapitalOne
CapitalOne Interview Questions
3.7
 • 80 Interviews
View all
FIS Lead Engineer Salary
based on 725 salaries
₹8 L/yr - ₹30 L/yr
At par with the average Lead Engineer Salary in India
View more details

FIS Lead Engineer Reviews and Ratings

based on 118 reviews

4.0/5

Rating in categories

3.7

Skill development

4.3

Work-life balance

3.5

Salary

3.7

Job security

4.0

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 118 Reviews and Ratings
Lead Engineer Jobs at FIS
FIS
Senior Lead Engineer

Chennai,

Bangalore / Bengaluru

7-8 Yrs

₹ 9-22 LPA

FIS
Lead Engineer - Fullstack Development (Java and Angular)

Pune,

Bangalore / Bengaluru

3-7 Yrs

Not Disclosed

Explore more jobs
FIS Salaries in India
Senior Software Engineer
2.7k salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4 L/yr - ₹15.9 L/yr

Lead Engineer
725 salaries
unlock blur

₹8 L/yr - ₹30 L/yr

Senior Leader Engineer
689 salaries
unlock blur

₹9.9 L/yr - ₹32 L/yr

Team Member
649 salaries
unlock blur

₹1.4 L/yr - ₹6.8 L/yr

Explore more salaries
Compare FIS with
Paytm

Paytm

3.2
Compare
PhonePe

PhonePe

4.0
Compare
Fiserv

Fiserv

2.9
Compare
KFintech

KFintech

3.5
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • FIS Interview Questions >
  • FIS Lead Engineer Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Helping over 1 Crore job seekers every month in choosing their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

6 Lakh+

Interviews

1 Crore+

Users/Month

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Campus Placements
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2026
  • ABECA 2025 winners awaited tag
  • ABECA 2024
  • AmbitionBox Best Places to Work 2022
  • AmbitionBox Best Places to Work 2021
  • Invite employees to rate
AmbitionBox
  • About Us
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter