Upload Button Icon Add office photos

Filter interviews by

FICO Interview Questions, Process, and Tips

Updated 31 Dec 2024

Top FICO Interview Questions and Answers

View all 26 questions

FICO Interview Experiences

Popular Designations

38 interviews found

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

(1 Question)

  • Q1. Please explain OOPs concepts
Round 2 - Behavioral 

(1 Question)

  • Q1. They asked about projects I have previously worked on

Leader Quality Assurance Engineer Interview Questions asked at other Companies

Q1. How to finalise an automation framework effectively
View answer (1)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Job Fair and was interviewed in Dec 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. JAVA OOPs concept
  • Q2. JAVA coding questions

Senior Sdet Engineer Interview Questions asked at other Companies

Q1. Optimize an existing system. The system currently makes an API call and stores data in its memory. When it tries to serve a request from another component it refers to the memory location by searching the entire memory.
View answer (1)

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 8 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement

Round 1 - Assignment 

Apptitude,theory subjects and dsa

Round 2 - Technical 

(2 Questions)

  • Q1. What is main method
  • Ans. 

    Main method is the entry point of a Java program where the execution begins.

    • Main method must be declared as public, static, and void.

    • It must accept an array of strings as arguments.

    • It is the method where the program starts execution.

  • Answered by AI
  • Q2. Difference between let ,var,const
  • Ans. 

    let, var, and const are all used to declare variables in JavaScript, but they have different scopes and behaviors.

    • let: block-scoped variable, can be reassigned

    • var: function-scoped variable, can be reassigned

    • const: block-scoped variable, cannot be reassigned, but its properties can be modified

  • Answered by AI

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (7)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA round on Hackerrank on Trees and Graph

Round 2 - Technical 

(2 Questions)

  • Q1. Questions based on LinkedList
  • Q2. Design an elevator system
  • Ans. 

    Design an elevator system for efficient and safe transportation of people between floors

    • Consider the number of floors in the building and the traffic flow during peak hours

    • Implement algorithms for efficient elevator scheduling to minimize wait times

    • Include safety features such as emergency stop buttons and sensors to prevent accidents

    • Design user-friendly interfaces for passengers to select their desired floors

    • Consider ...

  • Answered by AI

Skills evaluated in this interview

Software Development Engineer II Interview Questions asked at other Companies

Q1. Given 2 large numeric comma seperated strings. You need to calculate their sum along with maintaining the correct position of commas. Example Test Case - s1 - "123,456,788" s2 - "1" output - "123,456,789" constraints - since the strings can... read more
View answer (1)

FICO interview questions for popular designations

 Software Engineer

 (5)

 Software Developer

 (3)

 Associate Software Engineer

 (2)

 Lead Engineer

 (2)

 Consultant

 (1)

 Cyber Security Engineer 2

 (1)

 Data Analyst

 (1)

 Data Scientist

 (1)

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

(2 Questions)

  • Q1. Why do you wanna work for FICO
  • Q2. How would you manage the fast pace and dynamic 24*7 environment
  • Ans. 

    I would manage the fast pace and dynamic 24*7 environment by prioritizing tasks, staying organized, and effectively communicating with team members.

    • Prioritize tasks based on urgency and impact on security

    • Stay organized by using tools like task management software and creating a schedule

    • Communicate effectively with team members to ensure everyone is on the same page and can quickly address any security incidents

    • Be adapt...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. How would you triage a security incident?
  • Ans. 

    Triage a security incident by assessing severity, containing the threat, and investigating the root cause.

    • Assess the severity of the incident based on impact and likelihood of exploitation.

    • Contain the threat by isolating affected systems, changing credentials, or blocking malicious traffic.

    • Investigate the root cause by analyzing logs, conducting forensics, and identifying vulnerabilities.

    • Prioritize response actions bas...

  • Answered by AI
  • Q2. Explain me how would you handle a ddos attack on an apache server in AWS?
  • Ans. 

    I would mitigate a DDoS attack on an Apache server in AWS by implementing various security measures and utilizing AWS services.

    • Implementing rate limiting and access control lists to filter out malicious traffic

    • Utilizing AWS Shield for DDoS protection

    • Scaling up the server capacity to handle the increased traffic

    • Monitoring server logs and traffic patterns to identify and block suspicious activity

    • Utilizing AWS WAF (Web Ap...

  • Answered by AI

Skills evaluated in this interview

Security Engineer Interview Questions asked at other Companies

Q1. 1. What is Cryptography? Cryptography is the practice and study of techniques for securing information and communication mainly to protect the data from third parties that the data is not intended for. 2. What is the difference between Symm... read more
View answer (25)

Get interview-ready with Top FICO Interview Questions

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

Top FICO Software Engineer Interview Questions and Answers

Q1. Sort array containing 0s, 1s and 2s
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at FICO

View all
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 May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding test - first based on python , second based on javascript

Round 2 - Technical 

(2 Questions)

  • Q1. What is javascript
  • Ans. 

    JavaScript is a programming language commonly used for creating interactive effects within web browsers.

    • JavaScript is a high-level, interpreted programming language.

    • It is primarily used for enhancing user interfaces and adding dynamic functionality to websites.

    • JavaScript can be embedded directly into HTML pages or included as external scripts.

    • Common use cases include form validation, interactive maps, and animations.

    • Po...

  • Answered by AI
  • Q2. What is the difference between var let and const
  • Ans. 

    var, let, and const are all used for variable declaration in JavaScript, but they have different scopes and mutability.

    • var is function-scoped and can be redeclared and reassigned

    • let is block-scoped and can be reassigned but not redeclared

    • const is block-scoped and cannot be reassigned or redeclared

  • Answered by AI

Skills evaluated in this interview

Trainee Analyst Interview Questions asked at other Companies

Q1. Ninja And StopsNinja wants to travel from his house to a given destination, which is ‘X’ miles from his house. Along the way, he needs to fill gas in his vehicle. He knows there are ‘Y’ stations in his way. He also knows the distance betwee... read more
View answer (3)

Solution Engineer Interview Questions & Answers

user image Deepak Mandloi

posted on 24 Feb 2024

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

2 coding questions. Only java language is allowed. And 15 mcq

Round 2 - One-on-one 

(5 Questions)

  • Q1. What is functional programming
  • Ans. 

    Functional programming is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state and mutable data.

    • Focuses on pure functions that do not have side effects

    • Avoids mutable data and state changes

    • Uses higher-order functions and function composition

    • Supports recursion and immutability

    • Examples include languages like Haskell, Scala, and Clojure

  • Answered by AI
  • Q2. All from resume
  • Q3. Intersection of linked list
  • Ans. 

    Intersection of linked list is finding the common node where two linked lists meet.

    • Traverse both linked lists and find the lengths

    • Align the longer list's head to match the length of the shorter list

    • Iterate through both lists and compare nodes to find intersection

  • Answered by AI
  • Q4. How to create graph
  • Ans. 

    To create a graph, you can use software tools like Microsoft Excel, Google Sheets, or programming languages like Python with libraries such as Matplotlib or Seaborn.

    • Use software tools like Microsoft Excel or Google Sheets to input data and create a graph visually.

    • For more customization and automation, use programming languages like Python with libraries such as Matplotlib or Seaborn.

    • Specify the type of graph (e.g. bar ...

  • Answered by AI
  • Q5. How dijkstra and astar works, asked because i mention in my resume

Skills evaluated in this interview

Solution Engineer Interview Questions asked at other Companies

Q1. 1. What is triggers and where we use triggers in xamarin? 2. Oops concepts with example 3. What is data binding? 4. Xamarin Page life cycle 5. Layouts in xamarin 6. Find gretest number from list of array (coding)
View answer (1)
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(4 Questions)

  • Q1. What is you name
  • Q2. What is you name1
  • Ans. 

    My name is John Doe.

    • Full name is John Doe

    • Common name used in everyday life

    • No middle name or initial

  • Answered by AI
  • Q3. What is your name2`
  • Ans. 

    My name is John Doe.

    • My name is John Doe.

    • I go by the name John.

    • My full name is John Doe.

  • Answered by AI
  • Q4. What is your name3

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Software Quality Asuurance Intern Interview Questions & Answers

user image Anonymous

posted on 16 May 2024

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

I applied via Campus Placement and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The coding round was in JAVA . It was easy not that much hard leetcode easy to medium will be sufficient. Test will be more specific to JAVA oops concept .

Round 2 - Technical 

(3 Questions)

  • Q1. They will ask SQL , JavaScript and data structures and algorithms ( easy level ).
  • Q2. Joins , subqueries ,correlatedqueries.
  • Q3. JavaScript basics concept and practice questions .

Interview Preparation Tips

Topics to prepare for FICO Software Quality Asuurance Intern interview:
  • Javascript
  • SQL
  • Data Structures
  • Algorithms
  • SDLC Life Cycle
Interview preparation tips for other job seekers - Be confident.
Be open with interviewer.
Be clear with concept and show your interest as well as your behaviour matters at the end .

FICO Interview FAQs

How many rounds are there in FICO interview?
FICO interview process usually has 2-3 rounds. The most common rounds in the FICO interview process are Technical, Coding Test and One-on-one Round.
How to prepare for FICO 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, Machine Learning, Anti Money Laundering, Product Management and Computer science.
What are the top questions asked in FICO interview?

Some of the top questions asked at the FICO interview -

  1. What is polymorphism and its types. Explain concept of stack using que...read more
  2. Explain me how would you handle a ddos attack on an apache server in A...read more
  3. How would you manage the fast pace and dynamic 24*7 environm...read more
How long is the FICO interview process?

The duration of FICO interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

FICO Interview Process

based on 27 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

S&P Global Interview Questions
4.2
 • 268 Interviews
Globant Interview Questions
3.9
 • 169 Interviews
TransUnion Interview Questions
4.0
 • 88 Interviews
Equifax Interview Questions
3.3
 • 29 Interviews
Experian Interview Questions
3.8
 • 22 Interviews
Moody's Interview Questions
4.1
 • 22 Interviews
CIBIL Interview Questions
4.3
 • 4 Interviews
View all

FICO Reviews and Ratings

based on 202 reviews

4.0/5

Rating in categories

3.6

Skill development

4.0

Work-life balance

3.8

Salary

3.8

Job security

4.0

Company culture

3.5

Promotions

3.6

Work satisfaction

Explore 202 Reviews and Ratings
Software Quality Assurance-Engineer II

Bangalore / Bengaluru

4-9 Yrs

Not Disclosed

Technical Publications-Engineer I

Bangalore / Bengaluru

2-4 Yrs

₹ 14-13.5 LPA

Software Engineering-Lead Engineer

Bangalore / Bengaluru

5-9 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
38 salaries
unlock blur

₹14 L/yr - ₹38 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