Upload Button Icon Add office photos

Filter interviews by

Clear (1)

FICO Software Engineer Interview Questions, Process, and Tips

Updated 18 Sep 2024

Top FICO Software Engineer Interview Questions and Answers

View all 6 questions

FICO Software Engineer Interview Experiences

5 interviews found

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

I applied via Campus Placement and was interviewed in Mar 2024. There were 5 interview rounds.

Round 1 - Coding Test 

It was an online non proctored assessment having aptitude mcq and 3 coding quss , process was non proctored

Round 2 - Group Discussion 

Group discussion for test shortlisted

Round 3 - Coding Test 

After this pan paper system design based qus

Round 4 - One-on-one 

(3 Questions)

  • Q1. Ask me a question that i know the answer but i cant tell you right now
  • Q2. Ask me a question that i dont know the answer
  • Q3. PROJECT QUESTIONS
Round 5 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a passionate software engineer with experience in developing web applications using various technologies.

    • Experienced in developing web applications using HTML, CSS, JavaScript, and frameworks like React and Angular

    • Proficient in backend development with Node.js and databases like MongoDB and MySQL

    • Familiar with version control systems like Git and deployment tools like Docker

    • Strong problem-solving skills and ability

  • Answered by AI
  • Q2. Can you join us in Banglore
  • Ans. 

    Yes, I am open to relocating to Bangalore for the Software Engineer position.

    • I am open to relocating for the right opportunity

    • I am excited about the prospect of working in Bangalore

    • I have experience working in different locations

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

Duration - 1hr
Topic - String, Number, Array
Platform - Their own

Round 2 - Technical 

(2 Questions)

  • Q1. Opps, Java concepts
  • Q2. Why is string immutable in java?
  • Ans. 

    String is immutable in Java to ensure security, thread safety, and optimization.

    • Immutable strings are thread-safe as they cannot be modified concurrently by multiple threads.

    • String pooling allows Java to optimize memory usage by reusing common string literals.

    • Immutable strings prevent security vulnerabilities like SQL injection attacks.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. General Questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be patient in the interview.

Skills evaluated in this interview

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more

I applied via Campus Placement and was interviewed in Apr 2022. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Sort array containing 0s, 1s and 2s
  • Ans. 

    Sort an array of 0s, 1s, and 2s in linear time complexity.

    • Use three pointers to keep track of the positions of 0s, 1s, and 2s.

    • Traverse the array and swap elements to their respective positions.

    • Time complexity: O(n), Space complexity: O(1).

  • Answered by AI
  • Q2. Spiral order traversal of BST.
  • Ans. 

    Spiral order traversal of BST

    • Use two stacks to traverse the tree in a spiral order

    • Push the root node into the first stack

    • While the first stack is not empty, pop a node and print its value

    • Push its left and right children into the second stack

    • Once the first stack is empty, swap the stacks and repeat the process

    • Continue until both stacks are empty

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - DS Algo round. Start doing top 100 leetcode questions

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in Jan 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. Basic java core questions and project questions
  • Q2. Hashmap vs hashset
  • Ans. 

    Hashmap is a key-value pair data structure while Hashset is a set of unique values.

    • Hashmap allows duplicate values but not duplicate keys.

    • Hashset does not allow duplicate values.

    • Hashmap is implemented using a combination of hash table and linked list.

    • Hashset is implemented using only a hash table.

    • Example of Hashmap: {1:'one', 2:'two', 3:'three'}

    • Example of Hashset: {'apple', 'banana', 'orange'}

  • Answered by AI
  • Q3. Arraylist vs hashmap
  • Ans. 

    ArrayList is a resizable array while HashMap is a key-value pair data structure.

    • ArrayList is ordered and allows duplicates while HashMap is unordered and does not allow duplicate keys.

    • ArrayList is accessed by index while HashMap is accessed by key.

    • ArrayList is suitable for storing and accessing elements sequentially while HashMap is suitable for fast lookup of values by key.

    • Example: ArrayList - List names = new ArrayLi...

  • Answered by AI
  • Q4. Abstract class vs interface
  • Ans. 

    Abstract class is a class that cannot be instantiated, while an interface is a contract that a class must implement.

    • Abstract classes can have implemented methods, while interfaces cannot

    • A class can implement multiple interfaces, but can only inherit from one abstract class

    • Interfaces are used for achieving multiple inheritance in Java

    • Abstract classes are used for creating a base class for other classes to inherit from

    • Ex...

  • Answered by AI
  • Q5. Projects questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Have some good knowledge of java core and graduation projects

Skills evaluated in this interview

FICO interview questions for designations

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (1)

 Software Development Engineer II

 (1)

 Software Developer

 (3)

 Java Software Developer

 (1)

 Software Development Engineer Intern

 (1)

 Lead Engineer

 (2)

 Security Engineer

 (1)

I was interviewed before Jun 2016.

Interview Preparation Tips

Round: Test
Experience: There were 2 objective written tests, 1st one had one section of mathematics questions (CAT like) and one section of Data Structure, C/C++ questions, 2nd one had only mathematics questions but they were tougher than those in the 1st test

Round: Technical Interview
Experience: I was asked some question on my resume, about the projects I had done, academics etc. Then he asked me to suggest a data structure I would use for a certain problem. He kept on increasing the complexity of the problem and asked me the suitable data structure at each step. The second interviewer asked me to propose a model for credit card security. He too kept on increasing the complexity level of the problem. The third interviewer asked me to redo some of the questions I did wrong or couldn

Get interview-ready with Top FICO Interview Questions

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Interview Questionnaire 

1 Question

  • Q1. Oops programming,SQL server Database

Interview Questionnaire 

2 Questions

  • Q1. What's is meaning of success?
  • Ans. 

    Success is achieving one's goals and feeling fulfilled in the process.

    • Success is subjective and varies from person to person.

    • It can be achieving a personal or professional goal.

    • Success can also be measured by the impact one has on others.

    • Feeling fulfilled and content is a key component of success.

    • Success is not always about material possessions or wealth.

  • Answered by AI
  • Q2. Why do we work in corporate office?

Interview Preparation Tips

Interview preparation tips for other job seekers - Find all these kind of of questions and their solutions then you cracked any kind of interviews.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

2 coding qns and aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Question from resume, projects, SQL, OOPS
  • Q2. Lambda function in python
  • Ans. 

    Lambda function in Python is an anonymous function that can have any number of arguments, but can only have one expression.

    • Lambda functions are defined using the lambda keyword.

    • They are commonly used for small, one-time tasks.

    • They can take any number of arguments, but can only have one expression.

    • Example: lambda x: x*2 will return the double of x.

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to work for this company

Skills evaluated in this interview

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions related to Java, Spring, Rest API
Contribute & help others!
anonymous
You can choose to be anonymous

FICO Interview FAQs

How many rounds are there in FICO Software Engineer interview?
FICO interview process usually has 3 rounds. The most common rounds in the FICO interview process are Coding Test, One-on-one Round and HR.
How to prepare for FICO Software 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 FICO. The most common topics and skills that interviewers at FICO expect are FICO, Product Management, Machine Learning, Computer science and Artificial Intelligence.
What are the top questions asked in FICO Software Engineer interview?

Some of the top questions asked at the FICO Software Engineer interview -

  1. Sort array containing 0s, 1s and...read more
  2. Why is string immutable in ja...read more
  3. Abstract class vs interf...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

MSD Pharmaceuticals

No Interviews

INTERVIEWS

ABCD

No Interviews

INTERVIEWS

Emami Agrotech

No Interviews

INTERVIEWS

GAO Tek

No Interviews

DESIGNATION

Tell us how to improve this page.

FICO Software Engineer Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more
FICO Software Engineer Salary
based on 87 salaries
₹7 L/yr - ₹23.3 L/yr
87% more than the average Software Engineer Salary in India
View more details

FICO Software Engineer Reviews and Ratings

based on 13 reviews

3.3/5

Rating in categories

2.6

Skill development

4.5

Work-life balance

3.3

Salary

4.1

Job security

3.8

Company culture

3.6

Promotions

3.1

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineering - Lead Engineer

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Software Engineering-Engineer II

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Software Engineering - Engineer II

Bangalore / Bengaluru

4-5 Yrs

₹ 12-23 LPA

Explore more jobs
Software Engineer
87 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Engineer
70 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer Level 1
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Devops Engineer
48 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Lead Consultant
40 salaries
unlock blur

₹0 L/yr - ₹0 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.0
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent