Upload Button Icon Add office photos

Filter interviews by

FICO Java Software Developer Interview Questions and Answers

Updated 10 Jun 2024

FICO Java Software Developer Interview Experiences

1 interview found

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

I applied via Campus Placement and was interviewed before Jun 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

There was aptitude pen paper test which included java mcq, quant and reasoning as well

Round 2 - Technical 

(2 Questions)

  • Q1. I was given a string based coding question. Second question was to predict output of a program based on inheritance (easy - medium level)
  • Q2. What is inheritance, difference between interface and abstract class and oops based questions
Round 3 - Technical 

(2 Questions)

  • Q1. Array based question. Second question was to reverse a linked list
  • Q2. What is polymorphism and its types. Explain concept of stack using queues
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different data types. Types include compile-time and runtime polymorphism.

    • Polymorphism allows a single function to work with different data types.

    • Compile-time polymorphism is achieved through method overloading.

    • Runtime polymorphism is achieved through method overriding.

    • Example: Overloading a method with different parameter types.

    • Example: Overridin...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

Question related to operating system and computer network

Round 2 - Technical 

(1 Question)

  • Q1. Traverse all child nodes in tree
  • Ans. 

    Traverse all child nodes in a tree data structure

    • Use depth-first or breadth-first traversal algorithms

    • Recursively visit each child node starting from the root node

    • Consider using a stack or queue data structure for traversal

    • Example: Traverse all nodes in a binary tree

  • Answered by AI
Round 3 - Technical 

(1 Question)

  • Q1. Question related to cloud and oops
Round 4 - Technical 

(1 Question)

  • Q1. Question related to my background and how web site work
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Java springboot basic to intermediate question
  • Q2. Java stream questions
Round 2 - Technical 

(2 Questions)

  • Q1. Easy level DSA questions
  • Q2. Project based questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

1st round is aptitude and pesudocode

Round 2 - Technical 

(2 Questions)

  • Q1. Mostly python questions
  • Q2. List questions and basic to mediumprogram

Interview Preparation Tips

Interview preparation tips for other job seekers - Moderate interview
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Questions were completely based on data structures and algorithm
  • Q2. SQL based questions were also asked
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via campus placement at MLR Institute of Technology, Hyderabad and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Java Basics questions

Round 2 - Technical 

(3 Questions)

  • Q1. Java oops concepts
  • Q2. Swap two number without temporary var
  • Ans. 

    Use bitwise XOR operation to swap two numbers without using a temporary variable.

    • Use XOR operation to swap two numbers without using a temporary variable.

    • a = a XOR b

    • b = a XOR b

    • a = a XOR b

  • Answered by AI
  • Q3. Java program to identify a number is palindrome or not
  • Ans. 

    Java program to check if a number is a palindrome or not.

    • Convert the number to a string to easily check for palindrome

    • Reverse the string and compare it with the original string to check for palindrome

    • Handle edge cases like negative numbers and single-digit numbers

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About your self
  • Q2. Why IVY company
  • Ans. 

    IVY company is known for its innovative projects, collaborative work environment, and commitment to employee growth.

    • IVY company has a reputation for taking on challenging and cutting-edge projects.

    • The company values collaboration and teamwork, which aligns with my own work style.

    • IVY company offers opportunities for professional development and growth, which is important to me in my career.

    • I admire IVY company's commitm

  • Answered by AI

Skills evaluated in this interview

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

(2 Questions)

  • Q1. About project of previous company
  • Q2. Check palindrome and odd of given number
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Goals for the future
  • Ans. 

    To become a senior Java developer and contribute to innovative projects in a collaborative team environment.

    • Continue learning new technologies and best practices in Java development

    • Work on challenging projects to enhance problem-solving skills

    • Collaborate with team members to share knowledge and improve code quality

  • Answered by AI
  • Q2. How do you think you can impact our company
  • Ans. 

    I believe my strong Java skills and problem-solving abilities can positively impact the company by improving efficiency and developing innovative solutions.

    • I have experience in developing efficient and scalable Java applications, which can help streamline processes within the company.

    • I am skilled in identifying and solving complex technical issues, which can contribute to the overall success of projects.

    • I am proactive ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Try, catch, finally...
  • Q2. HTTP families (400,200,500)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. DSA Graph question in any language
  • Q2. Sum of sub array
  • Ans. 

    The problem involves finding the sum of all possible subarrays in an array of integers.

    • Use nested loops to iterate through all possible subarrays

    • Keep track of the sum of each subarray as you iterate

    • Consider edge cases like empty array or negative numbers

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was CAD Developer position so they asked about cad and some aptitude questions.

Round 2 - Call 

(2 Questions)

  • Q1. Asked about AutoCAD APIs.
  • Q2. About C# language.

FICO Interview FAQs

How many rounds are there in FICO Java Software Developer interview?
FICO interview process usually has 3 rounds. The most common rounds in the FICO interview process are Technical and Aptitude Test.
What are the top questions asked in FICO Java Software Developer interview?

Some of the top questions asked at the FICO Java Software Developer interview -

  1. What is polymorphism and its types. Explain concept of stack using que...read more
  2. What is inheritance, difference between interface and abstract class and oops b...read more
  3. I was given a string based coding question. Second question was to predict outp...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 FICO interview
Campus Placement
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

S&P Global Interview Questions
4.2
 • 260 Interviews
Globant Interview Questions
3.9
 • 162 Interviews
Chetu Interview Questions
3.2
 • 160 Interviews
AVASOFT Interview Questions
3.1
 • 133 Interviews
DE Shaw Interview Questions
3.8
 • 115 Interviews
ivy Interview Questions
3.7
 • 115 Interviews
Axtria Interview Questions
3.0
 • 111 Interviews
Thomson Reuters Interview Questions
4.1
 • 108 Interviews
SPRINKLR Interview Questions
3.1
 • 101 Interviews
View all
Software Engineer
91 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Lead Engineer
63 salaries
unlock blur

₹16 L/yr - ₹36 L/yr

Software Engineer Level 1
52 salaries
unlock blur

₹8.2 L/yr - ₹19 L/yr

Devops Engineer
48 salaries
unlock blur

₹5.5 L/yr - ₹17.2 L/yr

Lead Consultant
40 salaries
unlock blur

₹14 L/yr - ₹35.7 L/yr

Explore more salaries
Compare FICO with

Experian

3.8
Compare

TransUnion

4.0
Compare

Equifax

3.3
Compare

Crif High Mark Credit Information Services

3.4
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview