Upload Button Icon Add office photos

Filter interviews by

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 at Birla Institute of Technology and Science (BITS), Pilani 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 at Maulana Azad National Institute of Technology (NIT), Bhopal 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

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

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

Round 1 - Technical 

(5 Questions)

  • Q1. Discuss the project you are most proud of
  • Ans. 

    Developed a mobile app for tracking personal fitness goals

    • Used React Native to create a cross-platform app

    • Implemented features such as goal setting, progress tracking, and workout logging

    • Integrated with wearable devices like Fitbit for automatic data syncing

  • Answered by AI
  • Q2. What are ways to speed up SQL queries? List them in increasing order of complexity?
  • Ans. 

    Ways to speed up SQL queries in increasing order of complexity

    • Use indexes on columns frequently used in WHERE clauses

    • Optimize queries by avoiding unnecessary joins and subqueries

    • Use stored procedures to reduce network traffic and improve performance

    • Consider denormalizing tables for frequently accessed data

    • Use query optimization techniques like query caching and query hints

  • Answered by AI
  • Q3. Is Redis single-threaded or multi-threaded?
  • Ans. 

    Redis is single-threaded.

    • Redis is single-threaded, meaning it can only execute one command at a time.

    • This design choice allows Redis to be extremely fast and efficient for certain use cases.

    • However, it also means that Redis may not be the best choice for highly concurrent workloads.

  • Answered by AI
  • Q4. What sort of data types can be used as keys in Python?
  • Ans. 

    Data types that can be used as keys in Python include strings, integers, floats, tuples, and custom objects.

    • Strings are commonly used as keys in Python dictionaries.

    • Integers and floats can also be used as keys.

    • Tuples can be used as keys if they only contain immutable elements.

    • Custom objects can be used as keys if they are hashable.

    • Examples: {'name': 'John'}, {1: 'apple'}, {(1, 2): 'tuple'}

  • Answered by AI
  • Q5. What types of indexing exist in SQL?
  • Ans. 

    Types of indexing in SQL include clustered, non-clustered, unique, and composite indexes.

    • Clustered index physically reorders the table based on the index key

    • Non-clustered index creates a separate structure for the index

    • Unique index ensures that all values in the index column are unique

    • Composite index uses multiple columns for indexing

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

3 questions were there

Round 2 - Technical 

(2 Questions)

  • Q1. Basic questions
  • Q2. Os, dbms, core concept of cs
Round 3 - Technical 

(1 Question)

  • Q1. Core concept of cs
  • Ans. 

    Core concept of computer science is the study of algorithms and data structures.

    • Algorithms are step-by-step procedures for solving problems.

    • Data structures are ways to organize and store data efficiently.

    • Examples include sorting algorithms like bubble sort and data structures like arrays and linked lists.

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

I was interviewed in Aug 2024.

Round 1 - Coding Test 

4 questions of coding, level - easy and medium

Round 2 - Technical 

(1 Question)

  • Q1. Asp.net mvc , sql server etc
Round 3 - Technical 

(1 Question)

  • Q1. Managerial round, .net and sql server related questions
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
Selected Selected

I applied via Campus Placement

Round 1 - Aptitude Test 

The test was simple. Logically reasoning and some speed and time related questions

Round 2 - Technical 

(2 Questions)

  • Q1. I was a fresher so asked about my branch and then asked me to code in microprocessor and controller
  • Q2. Add two numbers using microprocessor.
  • Ans. 

    To add two numbers using a microprocessor, perform arithmetic operations using the microprocessor's instruction set.

    • Load the two numbers into registers

    • Use the microprocessor's addition instruction to add the numbers

    • Store the result in a register or memory location

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion briefed about the company and its benefits

Interview Preparation Tips

Interview preparation tips for other job seekers - Please do not join this company. Thats all i have to say. I am 8 years of experience in software development industry though i am actually good but still because of this company and my experience with peers, i am still not confident. Completely harassed mentally and emotionally

Skills evaluated in this interview

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

(3 Questions)

  • Q1. Asked java coding and system design
  • Q2. Facebook and parking lot
  • Q3. Java 8 stream and lambda

Interview Preparation Tips

Interview preparation tips for other job seekers - it was smooth and good overall

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

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

₹7 L/yr - ₹23.3 L/yr

Lead Engineer
70 salaries
unlock blur

₹16 L/yr - ₹36 L/yr

Software Engineer Level 1
53 salaries
unlock blur

₹9.5 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

₹20 L/yr - ₹40 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