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

FIS Associate Lead Interview Questions and Answers

Updated 19 Jun 2024

FIS Associate Lead Interview Experiences

4 interviews found

Associate Lead Interview Questions & Answers

user image Prasad Shinde

posted on 19 Jun 2024

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. What do you know about FIS
  • Ans. 

    FIS is a global financial services technology company.

    • FIS provides a wide range of financial services and solutions to clients worldwide.

    • The company offers banking and payment solutions, consulting services, and risk management tools.

    • FIS serves clients in over 130 countries and has over 55,000 employees.

    • FIS is a Fortune 500 company and is headquartered in Jacksonville, Florida.

  • Answered by AI
  • Q2. Tell me about previous job
Round 2 - One-on-one 

(2 Questions)

  • Q1. Corporate Action meaning
  • Ans. 

    Corporate Action refers to an event initiated by a publicly traded company that impacts its shareholders or securities.

    • Corporate actions can include stock splits, dividends, mergers, acquisitions, spin-offs, and rights issues.

    • These actions can affect the value of the company's stock and the overall investment portfolio of shareholders.

    • Investors need to stay informed about corporate actions to make informed decisions ab

  • Answered by AI
  • Q2. Derivatives and types
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Mar 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Financial domain knowledge
Round 2 - Technical 

(1 Question)

  • Q1. Previous experience and financial domain knowledge
Round 3 - Technical 

(1 Question)

  • Q1. Previous experience, attitude and skill set

Interview Preparation Tips

Interview preparation tips for other job seekers - It's BFSI role, financial domain knowledge required. Should have a good communication.

Associate Lead Interview Questions Asked at Other Companies

asked in WNS
Q1. Difference between Money laundering and terrorist financing?
asked in Microland
Q2. If the number of change failure is high, is it good and why
Q3. What do you know about broadband, how does it work, and what trou ... read more
Q4. 3. What is acceptance criteria and what is Definition of Done.
asked in WNS
Q5. What is the meaning of deferred revenue
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Apr 2022. There were 2 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 - One-on-one 

(2 Questions)

  • Q1. Money Market Instruments , T Bills
  • Q2. Products like Bonds Equitys

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare on Capital markets , fund accounting process and Trade life cycle , and please explain about your previous experience.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2021. There were 2 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. Explain your previous work
  • Q2. Will your domain knowledge

Interview Preparation Tips

Topics to prepare for FIS Associate Lead interview:
  • Corporate Actions
  • Fund Accounting
  • Derivatives
Interview preparation tips for other job seekers - Try not to fake anything on your resume, be prepared with your previous work/doman knowledge.

FIS interview questions for designations

 Associate

 (2)

 Lead Analyst

 (8)

 Senior Lead

 (1)

 Team Lead

 (1)

 Operations Associate

 (2)

 Senior Associate

 (2)

 Business Associate

 (1)

 Associate Analyst

 (1)

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Dec 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 

(1 Question)

  • Q1. What is n-tier architecture
  • Ans. 

    n-tier architecture is a software design pattern that divides an application into logical layers.

    • It separates presentation, application processing, and data management functions.

    • Each layer can be developed and maintained independently.

    • Examples include 3-tier and 4-tier architectures.

    • It improves scalability, maintainability, and flexibility of the application.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. What is your expectation from company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering the questions and answers

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.

I applied via Naukri.com and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Case Study 
Round 2 - Group Discussion 
Pro Tip by AmbitionBox:
Don’t treat group discussions as an argument. Group discussion is about reaching a meaningful conclusion.
View all tips

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview process is smooth and majorly asked direct questions and some scenarios

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

Interview Questionnaire 

7 Questions

  • Q1. Describe yourself
  • Q2. What is difference between c and c++
  • Ans. 

    C++ is an extension of C with object-oriented programming features.

    • C++ supports classes and objects while C does not.

    • C++ has better support for polymorphism and inheritance.

    • C++ has a standard template library (STL) while C does not.

    • C++ allows function overloading while C does not.

    • C++ has exception handling while C does not.

  • Answered by AI
  • Q3. What is oops?
  • Ans. 

    OOPs stands for Object-Oriented Programming. It is a programming paradigm based on the concept of objects.

    • OOPs focuses on creating objects that contain both data and functions to manipulate that data.

    • It emphasizes on encapsulation, inheritance, and polymorphism.

    • Examples of OOPs languages are Java, C++, Python, etc.

  • Answered by AI
  • Q4. What is polymorphism
  • Ans. 

    Polymorphism is the ability of an object to take on many forms.

    • It allows objects of different classes to be treated as if they were objects of the same class.

    • It is achieved through method overriding and method overloading.

    • Example: A shape class can have different subclasses like circle, square, triangle, etc. and all of them can be treated as shapes.

    • Example: A method can have different implementations in different clas...

  • Answered by AI
  • Q5. What is data abstraction
  • Ans. 

    Data abstraction is the process of hiding implementation details and showing only the necessary information to the user.

    • It is a way of organizing complex systems

    • It allows users to interact with complex systems without needing to understand the underlying details

    • It helps to reduce complexity and increase efficiency

    • Examples include object-oriented programming and APIs

  • Answered by AI
  • Q6. String reverse c program
  • Ans. 

    A C program to reverse a given string.

    • Declare a character array to store the input string.

    • Use a loop to iterate through the string and swap the characters.

    • Print the reversed string.

  • Answered by AI
  • Q7. Swap number in macro
  • Ans. 

    Swapping two numbers using macro in C language

    • Use a temporary variable to store the value of one number

    • Assign the value of the second number to the first number

    • Assign the value of the temporary variable to the second number

    • Define a macro for swapping the numbers

    • Example: #define SWAP(a,b) {int temp; temp=a; a=b; b=temp;}

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was good and need to be prepared for c and c++

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basics of Angular
  • Q2. Basics of js

Interview Preparation Tips

Interview preparation tips for other job seekers - Freshen up basics on skills.

I applied via Referral and was interviewed before Sep 2021. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Explain about past projects.
  • Q2. Technology on which you worked.
  • Ans. 

    I have worked on various technologies including Java, Python, AWS, and Docker.

    • Developed RESTful APIs using Java and Spring framework

    • Implemented machine learning models using Python and scikit-learn library

    • Deployed applications on AWS using EC2, S3, and RDS

    • Containerized applications using Docker for easy deployment and scaling

  • Answered by AI
  • Q3. C language basic but important concepts related to Data type, pointer, etc.
  • Q4. Python knowledge check.

Interview Preparation Tips

Interview preparation tips for other job seekers - Not too much hard. Most of the questions was related to past project.

Skills evaluated in this interview

FIS Interview FAQs

How many rounds are there in FIS Associate Lead interview?
FIS interview process usually has 2-3 rounds. The most common rounds in the FIS interview process are Technical, One-on-one Round and Resume Shortlist.
What are the top questions asked in FIS Associate Lead interview?

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

  1. What do you know about ...read more
  2. Corporate Action mean...read more
  3. Will your domain knowle...read more

Tell us how to improve this page.

FIS Associate Lead Interview Process

based on 4 interviews

Interview experience

4.5
  
Good
View more
Join FIS Advancing the way the world pays, banks and investments

Interview Questions from Similar Companies

Accenture Interview Questions
3.8
 • 8.3k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Cognizant Interview Questions
3.7
 • 5.7k Interviews
Capgemini Interview Questions
3.7
 • 4.9k Interviews
Genpact Interview Questions
3.8
 • 3.2k Interviews
LTIMindtree Interview Questions
3.7
 • 2.9k Interviews
IBM Interview Questions
4.0
 • 2.4k Interviews
DXC Technology Interview Questions
3.7
 • 805 Interviews
Nagarro Interview Questions
4.0
 • 766 Interviews
View all
FIS Associate Lead Salary
based on 167 salaries
₹4 L/yr - ₹10.2 L/yr
20% less than the average Associate Lead Salary in India
View more details

FIS Associate Lead Reviews and Ratings

based on 20 reviews

3.5/5

Rating in categories

2.9

Skill development

3.5

Work-life balance

3.2

Salary

3.4

Job security

3.3

Company culture

2.6

Promotions

3.2

Work satisfaction

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

₹7 L/yr - ₹30 L/yr

Software Engineer
1.7k salaries
unlock blur

₹4.1 L/yr - ₹15.6 L/yr

Lead Engineer
726 salaries
unlock blur

₹8 L/yr - ₹24.9 L/yr

Senior Leader Engineer
698 salaries
unlock blur

₹9.9 L/yr - ₹30.5 L/yr

Team Member
636 salaries
unlock blur

₹1.4 L/yr - ₹6 L/yr

Explore more salaries
Compare FIS with

Accenture

3.8
Compare

Wipro

3.7
Compare

Cognizant

3.7
Compare

Capgemini

3.7
Compare
Did you find this page helpful?
Yes No
write
Share an Interview