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 DuplicateYou have been given an integer array/list(ARR) of s ... 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
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Easy array problem
  • Q2. Easy tree traversal problem
  • Ans. 

    Implement tree traversal algorithm to visit each node in a tree structure

    • Use depth-first search (DFS) or breadth-first search (BFS) to traverse the tree

    • DFS can be implemented using recursion or a stack data structure

    • BFS can be implemented using a queue data structure

    • Example: Inorder traversal of a binary tree - left, root, right

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Trapping rain water
  • Q2. Path of longest sum
  • Ans. 

    Find the path in a matrix with the longest sum of elements

    • Start from the top-left corner of the matrix

    • Move only right or down in the matrix

    • Keep track of the sum of elements in each path

    • Return the path with the longest sum

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Leetcode medium problem + some LLD + some HLD
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
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic java fundamentals
  • Q2. Spring boot,sql
Round 2 - Technical 

(2 Questions)

  • Q1. Some technical questions from manager
  • Q2. Some challenges or scenario based questions
Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion mostly
  • Q2. Benifts that they offer with TR
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at National Institute of Technology (NIT), Raipur and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The coding test consists of multiple-choice questions and one medium-hard level coding question.

Round 2 - Technical 

(5 Questions)

  • Q1. Given three jugs with different capacities and no measuring tools, how can you measure out a specific amount of water using the jugs you have?
  • Q2. What is the angle between the minute and hour hand of a clock at 3:45?
  • Ans. 

    The angle between the minute and hour hand of a clock at 3:45 is 157.5 degrees.

    • Calculate the angle formed by the hour hand from 12 o'clock position to 3:45 position (135 degrees)

    • Calculate the angle formed by the minute hand from 12 o'clock position to 3:45 position (22.5 degrees)

    • Subtract the smaller angle from the larger angle to get the angle between the two hands (157.5 degrees)

  • Answered by AI
  • Q3. What is indexing in Database Management Systems (DBMS)?
  • Ans. 

    Indexing in DBMS is a technique used to improve the performance of queries by allowing faster retrieval of data.

    • Indexes are data structures that store a small portion of the data set in an easily searchable format.

    • They help in speeding up the data retrieval process by reducing the number of disk accesses needed.

    • Indexes can be created on one or more columns of a table to improve the performance of SELECT queries.

    • Example...

  • Answered by AI
  • Q4. What is the lifecycle of a React component?
  • Ans. 

    The lifecycle of a React component includes mounting, updating, and unmounting phases.

    • Mounting phase: constructor, render, componentDidMount

    • Updating phase: shouldComponentUpdate, render, componentDidUpdate

    • Unmounting phase: componentWillUnmount

  • Answered by AI
  • Q5. How you delete entry in mongodb database
  • Ans. 

    To delete an entry in MongoDB database, you can use the deleteOne() or deleteMany() methods.

    • Use deleteOne() method to delete a single document based on a specific condition

    • Use deleteMany() method to delete multiple documents based on a specific condition

    • Make sure to specify the filter criteria to accurately delete the desired entry

  • Answered by AI

Software Engineer Interview Questions & Answers

Globant user image Priyanka Vitthal chakkar

posted on 5 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is the inheritance?
  • Ans. 

    Inheritance is a mechanism in object-oriented programming where a class inherits properties and behaviors from another class.

    • Allows a class to inherit attributes and methods from another class

    • Promotes code reusability and reduces redundancy

    • Creates a parent-child relationship between classes

    • Derived class can override or extend the functionality of the base class

  • Answered by AI
  • Q2. What are the types of joins in mysql
  • Ans. 

    Types of joins in MySQL include inner join, left join, right join, and full join.

    • Inner join: Returns rows when there is a match in both tables.

    • Left join: Returns all rows from the left table and the matched rows from the right table.

    • Right join: Returns all rows from the right table and the matched rows from the left table.

    • Full join: Returns rows when there is a match in one of the tables.

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How to handle multiple api's
  • Ans. 

    Use a centralized API gateway to manage and route requests to multiple APIs efficiently.

    • Implement a centralized API gateway to handle incoming requests and route them to the appropriate API based on the endpoint.

    • Utilize API management tools like Apigee, Kong, or AWS API Gateway to manage and monitor multiple APIs.

    • Consider implementing a caching layer to improve performance and reduce the number of requests to external

  • Answered by AI
  • Q2. What does strstr function do?
  • Ans. 

    strstr function searches for a substring within a string and returns a pointer to the first occurrence of the substring.

    • Used in C programming language

    • Syntax: char *strstr(const char *haystack, const char *needle)

    • Example: char *str = strstr("hello world", "world")

  • Answered by AI

Skills evaluated in this interview

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 Salary
based on 90 salaries
₹7 L/yr - ₹23 L/yr
83% 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-Lead Engineer

Bangalore / Bengaluru

5-9 Yrs

Not Disclosed

Software Engineering-Engineer II

Bangalore / Bengaluru

3-6 Yrs

Not Disclosed

Explore more jobs
Software Engineer
90 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Lead Engineer
65 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
47 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.3
Compare
Did you find this page helpful?
Yes No
write
Share an Interview