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 Team Leader (Technical) Interview Questions and Answers

Updated 12 Mar 2023

FIS Team Leader (Technical) Interview Experiences

1 interview found

Interview experience
4
Good
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 

(2 Questions)

  • Q1. .Net Core difference
  • Ans. 

    .Net Core is a cross-platform, open-source framework for building modern applications.

    • Supports development on Windows, Linux, and macOS

    • Modular architecture allows for lightweight and efficient applications

    • Includes ASP.NET Core for building web applications

    • Provides improved performance and scalability compared to .NET Framework

    • Supports containerization and microservices architecture

    • Example: .NET Core is used to build ap...

  • Answered by AI
  • Q2. Angular Basic and their life cycles

Interview Preparation Tips

Interview preparation tips for other job seekers - Fir se basically find out the candidate who is having a good knowledge in there basic logics such as they will provide you some basic programming review questions and other basic questions

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Apr 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Fundamentals of apache spark and kafka
  • Ans. 

    Apache Spark is a fast and general-purpose cluster computing system. Apache Kafka is a distributed streaming platform.

    • Apache Spark is used for big data processing and analytics, providing in-memory computing capabilities.

    • Apache Kafka is used for building real-time data pipelines and streaming applications.

    • Apache Spark can be integrated with Apache Kafka for real-time data processing.

    • Both Apache Spark and Apache Kafka a...

  • Answered by AI
  • Q2. Fundamentals of data formats used in spark
  • Ans. 

    Data formats used in Spark include JSON, Parquet, Avro, and ORC.

    • JSON: Lightweight data interchange format

    • Parquet: Columnar storage format optimized for query performance

    • Avro: Compact, fast, and efficient binary format

    • ORC: Optimized Row Columnar format for large-scale data processing

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. General salesforce questions for Salesforce team lead position
  • Q2. Apex related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - NA
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 

(1 Question)

  • Q1. Dont Join this company its messed up
Round 3 - HR 

(1 Question)

  • Q1. Dont join this company

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont join this company its all messed up
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Durgapur Institute of Advanced Technology and Management, Durgapur and was interviewed before Sep 2022. There were 3 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 - Technical 

(1 Question)

  • Q1. Tell me about yourself
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiable

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well

I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. C and Autosar, Bit operations on C and Architecture view of Autosar layers

Interview Preparation Tips

Interview preparation tips for other job seekers - Just questions on what ever you worked and C language question

Interview Questionnaire 

3 Questions

  • Q1. How to detect web browser
  • Ans. 

    To detect web browser, use navigator.userAgent property.

    • Use navigator.userAgent property to get the user agent string.

    • Parse the user agent string to identify the browser.

    • Use conditional statements to execute browser-specific code.

    • Consider using a library like Modernizr or jQuery to simplify the process.

  • Answered by AI
  • Q2. What is mixin
  • Ans. 

    Mixin is a way to reuse code in multiple classes without inheritance.

    • Mixin is a programming concept that allows code to be reused in multiple classes without inheritance.

    • It is achieved by including a module or class in another class.

    • Mixins are commonly used in object-oriented programming languages like Ruby and Python.

    • They help to reduce code duplication and improve code organization.

    • Example: A class for a car may incl...

  • Answered by AI
  • Q3. What is closure
  • Ans. 

    Closure is a feature in programming languages that allows a function to access variables outside its scope.

    • Closure is a way to create a function inside another function and access the outer function's variables.

    • It allows for encapsulation and data privacy.

    • Closures are commonly used in event handlers and callbacks.

    • Example: function outer() { let x = 10; function inner() { console.log(x); } return inner; } const closure

  • Answered by AI

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Sep 2021. There were 4 interview rounds.

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 - One-on-one 

(2 Questions)

  • Q1. With L1 Manger of the project
  • Q2. Basic understanding of the process and system and other JD related questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion and joining date
Round 4 - Behavioral 

(1 Question)

  • Q1. L2 Project manager one on one interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Explain everything which have done . Be to the point and confident

I applied via Accenture and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Kotlin, Threading, Latest Android components
  • Q2. Program for inheritance in kotlin
  • Ans. 

    Inheritance in Kotlin allows a class to inherit properties and methods from another class.

    • Use the 'open' keyword to mark the superclass as inheritable

    • Use the 'override' keyword to override a method or property in the subclass

    • Use the 'super' keyword to call the superclass's implementation of a method or property

    • Example: class SubClass : SuperClass() { override fun method() { super.method() } }

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and learn topic thoroughly not just basic level.

I was interviewed before May 2016.

Interview Questionnaire 

2 Questions

  • Q1. Asked about bpo
  • Q2. Where do you see yourself after 10 years

Interview Preparation Tips

Round: Test
Experience: Firstly after arriving they took a test on general knowledge having 10 questions given 10 minutes of time
Duration: 10 minutes
Total Questions: 10

Round: Group Discussion
Experience: Shortly after test, gd began with 10 participants
Duration: 10 minutes

Round: HR Interview
Experience: I got shortlisted in GD therefore after 30 minutes, last round started and had a HR interview, they only asked 2 questions

FIS Interview FAQs

How many rounds are there in FIS Team Leader (Technical) interview?
FIS interview process usually has 2 rounds. The most common rounds in the FIS interview process are Resume Shortlist and Technical.
What are the top questions asked in FIS Team Leader (Technical) interview?

Some of the top questions asked at the FIS Team Leader (Technical) interview -

  1. .Net Core differe...read more
  2. Angular Basic and their life cyc...read more

Tell us how to improve this page.

FIS Team Leader (Technical) Interview Process

based on 1 interview

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.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
 • 802 Interviews
Paytm Interview Questions
3.3
 • 771 Interviews
PhonePe Interview Questions
4.0
 • 303 Interviews
View all
FIS Team Leader (Technical) Salary
based on 13 salaries
₹15 L/yr - ₹21 L/yr
19% more than the average Team Leader (Technical) Salary in India
View more details

FIS Team Leader (Technical) Reviews and Ratings

based on 1 review

4.0/5

Rating in categories

2.0

Skill development

4.0

Work-life balance

3.0

Salary

5.0

Job security

3.0

Company culture

2.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
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
683 salaries
unlock blur

₹7.3 L/yr - ₹27 L/yr

Team Member
677 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

Senior Leader Engineer
638 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