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 Java Developer Interview Questions and Answers

Updated 6 Jan 2025

FIS Java Developer Interview Experiences

4 interviews found

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

(2 Questions)

  • Q1. Basics of java like string ,string builder ,Buffer,scp
  • Q2. Spring boot annotaions
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Coding Test 

Stair climbing question

Java Developer Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size ... read more
Q2. Parent class has run() and walk() . Parent run() - calls walk() C ... read more
asked in Infosys
Q3. Which should be preferred between String and StringBuffer when th ... read more
Q4. How to sort a list of students on the basis of their First name?
Q5. 2. What will happen if hashcode only returns a constant? How will ... read more

Java Developer Interview Questions & Answers

user image Sagar Pujari

posted on 24 May 2024

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

Good Question on string mostly

Round 2 - Technical 

(1 Question)

  • Q1. Springboot java react js

Interview Questionnaire 

1 Question

  • Q1. Springboot, how to deploy, how to create jar file ,dependcis, datastrucure, and spring boot framework deatil ,injection, jpa,jsp ,Mvc,

FIS interview questions for designations

 Senior Java Developer

 (1)

 Fullstack Java Developer

 (1)

 Senior Java Engineer

 (1)

 Software Developer

 (11)

 UI Developer

 (2)

 Sharepoint Developer

 (1)

 Senior Software Developer

 (5)

 Informatica ETL Developer

 (1)

Interview questions from similar companies

Interview Questionnaire 

5 Questions

  • Q1. How to give interview
  • Q2. Java
  • Q3. Database
  • Q4. HTML
  • Q5. C language

I applied via LinkedIn and was interviewed before Dec 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What's is different between c and c++
  • Ans. 

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

    • C++ supports object-oriented programming while C does not.

    • C++ has classes and templates while C does not.

    • C++ has better support for function overloading and default arguments.

    • C++ has a standard library that includes many useful functions.

    • C++ allows for both procedural and object-oriented programming.

    • C++ is generally considered to be a more complex langu

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Dont show your weakness

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is garbage collection?
  • Ans. 

    Garbage collection is an automatic memory management process.

    • It frees up memory that is no longer being used by the program.

    • It helps prevent memory leaks and crashes caused by running out of memory.

    • Examples of languages that use garbage collection are Java, Python, and Ruby.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to study basic level code

Skills evaluated in this interview

I appeared for an interview in Oct 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 180 Minutes
Round difficulty - Medium

1 CODING ROUND CONSISTING OF 2 CODING QUESTIONS.
1 MCQ ROUND CONTAINING TECHNICAL AND APTITUDE QUESTIONS.

  • Q1. 

    Ninja and Candies Problem

    Ninja, a boy from Ninjaland, receives 1 coin every morning from his mother. He wants to purchase exactly 'N' candies. Each candy usually costs 2 coins, but it is available for 1 ...

  • Ans. 

    Calculate the earliest day on which Ninja can buy all candies with special offers.

    • Iterate through each day and check if any special offer is available for candies Ninja wants to buy

    • Keep track of the minimum day on which Ninja can buy all candies

    • Consider both regular price and sale price of candies

  • Answered by AI
  • Q2. 

    Replace Character Problem Statement

    Given an input string S and two characters 'c1' and 'c2', your task is to replace every occurrence of the character 'c1' with the character 'c2' in the given string.

    I...

  • Ans. 

    Replace every occurrence of a character in a string with another character.

    • Iterate through the input string and replace 'c1' with 'c2' using string manipulation functions.

    • Return the updated string as the output.

  • Answered by AI
Round 2 - HR 

Round duration - 15 Minutes
Round difficulty - Easy

HR round

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in BengaluruEligibility criteriaABOVE 6.5 CGPAAccenture interview preparation:Topics to prepare for the interview - DBMS, ALGORITHM, DATA SCIENCE, C++, JAVA, PYTHONTime required to prepare for the interview - 5 MonthsInterview preparation tips for other job seekers

Tip 1 : CLEAR YOUR BASICS.
Tip 2 : PRACTICE BASIC CODING QUESTIONS
Tip 3 : BE CLEAR ON YOUR PROJECTS

Application resume tips for other job seekers

Tip 1 : HAVE INTERNSHIPS
Tip 2 : HAVE PROJECTS(ATLEAST 1)

Final outcome of the interviewSelected

I applied via Recruitment Consultant and was interviewed in Aug 2021. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. I had job Complete graduated with 80 per

Interview Preparation Tips

Interview preparation tips for other job seekers - I'm a fresher present I'm training for the java developer...

I applied via Walk-in and was interviewed in Jan 2020. There were 3 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic structure of an HTML page
  • Ans. 

    Basic structure of an HTML page includes doctype declaration, html, head, and body tags.

    • DOCTYPE declaration specifies the HTML version

    • HTML tag wraps the entire content of the page

    • Head tag contains meta information, title, and links to external resources

    • Body tag contains the visible content of the page

  • Answered by AI
  • Q2. What is the difference between padding and margin?
  • Ans. 

    Padding is the space inside an element, while margin is the space outside an element.

    • Padding is used to create space between an element's content and its border.

    • Margin is used to create space between an element's border and the adjacent elements.

    • Padding is affected by the background color of the element, while margin is not.

    • Padding can be set individually for each side of an element (top, right, bottom, left), while ma...

  • Answered by AI
  • Q3. What is Box Model?
  • Ans. 

    Box Model is a concept in CSS where every element is treated as a box with content, padding, border, and margin.

    • Box Model consists of content, padding, border, and margin.

    • Content is the actual content of the box.

    • Padding is the space between the content and the border.

    • Border is the line that goes around the padding and content.

    • Margin is the space outside the border.

  • Answered by AI
  • Q4. What are different types of directives in Angular?
  • Ans. 

    Directives in Angular are markers on DOM elements that tell Angular to attach a specified behavior to that element.

    • There are three types of directives in Angular: Component, Structural, and Attribute.

    • Component directives are used to create reusable UI components.

    • Structural directives are used to change the structure of the DOM.

    • Attribute directives are used to change the appearance or behavior of an element.

    • Examples of ...

  • Answered by AI
  • Q5. Difference between JIT compiler and AOT?
  • Ans. 

    JIT compiles code at runtime while AOT compiles code before runtime.

    • JIT stands for Just-In-Time compilation and compiles code at runtime.

    • AOT stands for Ahead-Of-Time compilation and compiles code before runtime.

    • JIT is used in Java Virtual Machine (JVM) while AOT is used in languages like C and C++.

    • JIT can result in slower startup time but faster execution while AOT can result in faster startup time but slower execution...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to answer 80 % of the questions you are asked, you will be able to crack the interview

Skills evaluated in this interview

FIS Interview FAQs

How many rounds are there in FIS Java Developer interview?
FIS interview process usually has 1-2 rounds. The most common rounds in the FIS interview process are Coding Test and Technical.
How to prepare for FIS Java Developer 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, Spring Boot, Hibernate, Spring and Core Java.
What are the top questions asked in FIS Java Developer interview?

Some of the top questions asked at the FIS Java Developer interview -

  1. Springboot, how to deploy, how to create jar file ,dependcis, datastrucure, and...read more
  2. Basics of java like string ,string builder ,Buffer,...read more
  3. Spring boot annotai...read more

Tell us how to improve this page.

FIS Java Developer Interview Process

based on 4 interviews

Interview experience

2.8
  
Poor
View more
Join FIS Advancing the way the world pays, banks and investments
FIS Java Developer Salary
based on 56 salaries
₹4.8 L/yr - ₹16 L/yr
53% more than the average Java Developer Salary in India
View more details

FIS Java Developer Reviews and Ratings

based on 6 reviews

2.5/5

Rating in categories

2.0

Skill development

1.8

Work-life balance

1.7

Salary

2.8

Job security

1.7

Company culture

2.3

Promotions

1.8

Work satisfaction

Explore 6 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