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 Senior Engineer Interview Questions and Answers

Updated 9 Jan 2022

FIS Senior Engineer Interview Experiences

5 interviews found

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hierarchy of knowledge objects in splunk
  • Ans. 

    Splunk has a hierarchy of knowledge objects that includes apps, add-ons, and configurations.

    • The highest level is the app, which contains all other knowledge objects.

    • Add-ons are installed within apps and provide additional functionality.

    • Configurations are specific to an app or add-on and include saved searches, alerts, and dashboards.

  • Answered by AI
  • Q2. How to configure a cluster
  • Ans. 

    Configuring a cluster involves setting up multiple servers to work together as a single system.

    • Choose a cluster management software such as Kubernetes or Apache Mesos

    • Select the appropriate hardware and network infrastructure

    • Install and configure the cluster management software on each server

    • Define the roles and responsibilities of each server in the cluster

    • Test the cluster to ensure it is functioning properly

  • Answered by AI
  • Q3. How to configure rsyslog
  • Ans. 

    Rsyslog is configured by editing its configuration file, usually located at /etc/rsyslog.conf

    • Edit the configuration file using a text editor

    • Specify the log files to be monitored and the actions to be taken for each log message

    • Configure filters to select specific log messages based on criteria such as severity or facility

    • Specify the destination for the log messages, such as a file, remote server, or database

    • Restart the

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident and be clear with the concepts

Skills evaluated in this interview

I applied via Company Website and was interviewed in Dec 2021. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Hierarchy of knowledge objects in splunk
  • Ans. 

    Splunk has a hierarchy of knowledge objects to organize and manage data.

    • The hierarchy includes apps, add-ons, and configurations.

    • Apps contain dashboards, reports, and alerts.

    • Add-ons provide additional functionality to apps.

    • Configurations include indexes, sourcetypes, and fields.

    • Knowledge objects can be shared across the hierarchy.

    • Higher level objects inherit settings from lower level objects.

  • Answered by AI
  • Q2. How to configure a cluster
  • Ans. 

    Configuring a cluster involves setting up multiple servers to work together as a single system.

    • Choose a cluster management tool such as Kubernetes or Apache Mesos

    • Determine the number of nodes and their roles in the cluster

    • Configure network settings and communication protocols

    • Set up load balancing and failover mechanisms

    • Ensure data consistency and replication across nodes

  • Answered by AI
  • Q3. How to configure rsyslog
  • Ans. 

    Rsyslog is configured by editing its configuration file, usually located at /etc/rsyslog.conf

    • Identify the log sources and their corresponding log files

    • Specify the log destination and format

    • Configure filters and rules to process and route logs

    • Restart the rsyslog service to apply changes

    • Use tools like logger and tail to test the configuration

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - One should be confident and be clear with the concepts

Skills evaluated in this interview

Senior Engineer Interview Questions Asked at Other Companies

Q1. what is the meaning of M in M20,M25,M30 grade of concrete?
asked in Nagarro
Q2. Write a program: two input, one is N(any integer, lets say 3), se ... read more
asked in Tata Elxsi
Q3. What is Quality Assurance. Difference between Quality assurance a ... read more
asked in Qburst
Q4. Is it possible to work with multiple threads in core data? If so, ... read more
Q5. When you will perform Half or Full engine overhauling.

Interview Questionnaire 

1 Question

  • Q1. Comparator

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

I applied via Referral and was interviewed in Jan 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Basic Logical questions from String, Arrays, Collections, Java Oops and Selenium.
  • Q2. See few puzzles from google.

Interview Preparation Tips

Interview preparation tips for other job seekers - Go with basics...

FIS interview questions for designations

 Senior Leader Engineer

 (4)

 Senior Configuration Engineer

 (1)

 Senior Software Engineer

 (19)

 Senior Systems Engineer

 (2)

 Senior Test Engineer

 (2)

 Senior Automation Engineer

 (1)

 Senior Devops Engineer

 (1)

 Senior Java Engineer

 (1)

Interview Questionnaire 

1 Question

  • Q1. I was asked basic question about oops concept, class interface & abstract class, exception handling, using keyword as scope, memory management, session management.

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected
Round 1 - Coding Test 

Core Java logical programming.

Round 2 - Technical 

(1 Question)

  • Q1. Spring Boot and Microservices
Round 3 - HR 

(1 Question)

  • Q1. Experience and Salary Negotiations
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Company Website and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is spring boot
  • Ans. 

    Spring Boot is a Java-based framework used for creating standalone, production-grade Spring-based applications.

    • Spring Boot simplifies the process of creating Spring applications by providing a set of default configurations.

    • It allows for easy setup of Spring projects with minimal configuration.

    • Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow, making it easy to deploy applications.

    • It provides product...

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

    Serialisation is the process of converting an object into a stream of bytes to store or transmit data.

    • Serialisation is used to save the state of an object and recreate it when needed.

    • It allows objects to be converted into a format that can be easily stored or transmitted.

    • Common examples include JSON, XML, and binary serialisation.

    • Serialisation is important for data persistence and inter-process communication.

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected

I applied via Referral and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is impact analysis
  • Ans. 

    Impact analysis is the process of assessing the potential effects of a change or action on a system or project.

    • Identifying the scope of the change and its potential impacts on various components of the system

    • Evaluating the risks and benefits associated with the change

    • Determining the resources and effort required to implement the change

    • Assessing the dependencies and constraints that may affect the change

    • Example: Conduct...

  • Answered by AI
  • Q2. What is Bug life cycle
  • Ans. 

    Bug life cycle is the process of a bug from identification to resolution in software development.

    • Bug is identified by testers or users

    • Bug is reported in a bug tracking system

    • Bug is assigned to a developer

    • Developer fixes the bug

    • Bug is retested by testers

    • If bug is fixed, it is closed. If not, it is reopened

    • Bug may go through multiple cycles before resolution

  • Answered by AI
Round 2 - Mangaerial Round 

(2 Questions)

  • Q1. How do you handle team
  • Ans. 

    I handle teams by fostering open communication, setting clear goals, providing support, and promoting collaboration.

    • Foster open communication within the team to ensure everyone is on the same page

    • Set clear goals and expectations to guide the team towards success

    • Provide support and resources to help team members overcome challenges

    • Promote collaboration and teamwork to leverage the strengths of each team member

    • Lead by ex...

  • Answered by AI
  • Q2. What are the sprint ceremonies
  • Ans. 

    Sprint ceremonies are regular meetings held during a sprint in Agile methodology to plan, review, and improve the team's work.

    • Sprint Planning: At the beginning of the sprint, the team plans the work to be done.

    • Daily Standup: Daily check-in meetings to discuss progress, challenges, and plans for the day.

    • Sprint Review: Meeting at the end of the sprint to demonstrate completed work to stakeholders.

    • Sprint Retrospective: Re...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Python related libraries and SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected

I was interviewed in Sep 2023.

Round 1 - One-on-one 

(5 Questions)

  • Q1. Reverse a String using Array
  • Ans. 

    Reverse a string using array of characters

    • Create an array of characters from the input string

    • Use two pointers to swap characters at opposite ends of the array until they meet

    • Join the characters in the array to form the reversed string

  • Answered by AI
  • Q2. Microservices vs Monilith
  • Ans. 

    Microservices allow for modular, independent services while monolith is a single, cohesive unit.

    • Microservices promote scalability and flexibility

    • Monoliths are easier to develop and deploy initially

    • Microservices can lead to more complex infrastructure and communication between services

    • Monoliths can become difficult to maintain and scale as they grow

    • Examples: Netflix uses microservices for their streaming platform, while...

  • Answered by AI
  • Q3. SQL query to get 3 max salary by group
  • Ans. 

    SQL query to get 3 max salary by group

    • Use the RANK() function to rank the salaries within each group

    • Filter the results to only include rows where the rank is less than or equal to 3

    • Order the results by group and salary in descending order

  • Answered by AI
  • Q4. CI CD process followed in last project
  • Ans. 

    Implemented CI/CD process using Jenkins for automated builds, tests, and deployments.

    • Utilized Jenkins for continuous integration and continuous deployment

    • Automated build process triggered by code commits to version control

    • Implemented automated testing to ensure code quality

    • Deployed code to different environments based on predefined pipelines

  • Answered by AI
  • Q5. Major changes in Spring boot 3
  • Ans. 

    Major changes in Spring Boot 3 include support for Java 17, improved performance, and enhanced security features.

    • Support for Java 17

    • Improved performance optimizations

    • Enhanced security features such as OAuth 2.1 support

    • Updated dependencies and libraries

  • Answered by AI

Skills evaluated in this interview

FIS Interview FAQs

How to prepare for FIS Senior 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 VMware, Ticketing, Windows, Active Directory and DNS.
What are the top questions asked in FIS Senior Engineer interview?

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

  1. Hierarchy of knowledge objects in spl...read more
  2. How to configure rsysl...read more
  3. How to configure a clust...read more

Tell us how to improve this page.

Join FIS Advancing the way the world pays, banks and investments
FIS Senior Engineer Salary
based on 255 salaries
₹5 L/yr - ₹20.5 L/yr
33% more than the average Senior Engineer Salary in India
View more details

FIS Senior Engineer Reviews and Ratings

based on 32 reviews

4.0/5

Rating in categories

3.8

Skill development

4.3

Work-life balance

3.9

Salary

3.8

Job security

4.2

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 32 Reviews and Ratings
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
694 salaries
unlock blur

₹7.2 L/yr - ₹27 L/yr

Team Member
673 salaries
unlock blur

₹1.8 L/yr - ₹6 L/yr

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