Upload Button Icon Add office photos

Filter interviews by

FICO Engineer 1 Interview Questions and Answers

Updated 4 Jan 2020

FICO Engineer 1 Interview Experiences

1 interview found

Engineer 1 Interview Questions & Answers

user image Anonymous

posted on 4 Jan 2020

I applied via Naukri.com and was interviewed in Jul 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Basic selenium questions like drop down handling in Selenium, JavaScript executor, Webservice automation, some UFT questionably
  • Q2. Framework level knowledge is must because they drill down deep into it. Also prepare for few medium level of difficulty programs

Interview Preparation Tips

Interview preparation tips for other job seekers - I had 3 technical rounds, one with a UFT guy then with a Selenium and JAVA lead Engineer and then eventfully then managerial round which was the toughest of all because the manager was technically very sound.

Interview questions from similar companies

I applied via Recruitment Consultant and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Python programming questions
  • Q2. Custom Exceptional Handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer everything confidently.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is mixin and describe with the example.
  • Ans. 

    Mixin is a way to reuse code in multiple classes by including the code in another class.

    • Mixin allows for code reuse by combining methods and attributes from multiple classes into a single class.

    • It helps in avoiding code duplication and promotes modular design.

    • An example of mixin is a class 'Logger' that contains logging methods and can be included in other classes to enable logging functionality.

  • Answered by AI
  • Q2. What is assests pipeline in rails.
  • Ans. 

    Assets pipeline in Rails is a feature that helps manage and compile assets like CSS, JavaScript, and images for a Rails application.

    • The assets pipeline in Rails combines and minifies assets to improve performance.

    • It allows for easy organization and management of assets in a Rails project.

    • By default, Rails uses Sprockets as the assets pipeline to handle asset compilation and management.

    • You can customize the assets pipel...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Questions about C#
Round 2 - Technical 

(1 Question)

  • Q1. Questions about SQL and Dot Net
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What are Frontmatter
  • Ans. 

    Frontmatter is metadata at the beginning of a document, often used in markdown files to provide information about the content.

    • Frontmatter is typically written in YAML, JSON, or TOML format.

    • It is used to specify attributes such as title, author, date, and layout of a document.

    • Frontmatter is commonly used in static site generators like Jekyll or Hugo.

  • Answered by AI
  • Q2. What is storefront apk
  • Ans. 

    Storefront apk is a mobile application package file used for online shopping platforms.

    • Storefront apk is a file format used for Android apps that provide online shopping services.

    • It contains all the necessary files and resources for the app to function properly.

    • Users can download and install the storefront apk on their Android devices to access the online shopping platform.

    • Examples of storefront apks include Amazon, eB

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy

Skills evaluated in this interview

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

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

Round 1 - Aptitude Test 

Maths ,english ,reasoning, puzzles

Round 2 - Coding Test 

Jackeron was the platform

Interview Preparation Tips

Interview preparation tips for other job seekers - Work hard and avoid cheasting
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Feb 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. What are the different types of relationships in salesforce and how do they differ?
  • Ans. 

    Different types of relationships in Salesforce include Lookup, Master-Detail, and External Lookup.

    • Lookup relationship allows linking two objects together without affecting the deletion of records.

    • Master-Detail relationship is a parent-child relationship where the child record inherits security and ownership from the parent.

    • External Lookup relationship links a Salesforce object with an external object in an external sys...

  • Answered by AI
  • Q2. What is difference between trigger and a process builder?
  • Ans. 

    Triggers are used to perform custom actions before or after specific events, while Process Builders are used to automate business processes.

    • Triggers are written in Apex code, while Process Builders are point-and-click tools in Salesforce.

    • Triggers can handle complex logic and multiple objects, while Process Builders are more declarative and easier to use.

    • Triggers execute at the database level, while Process Builders run...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Coding Test 

Please pose a question related to Python and also write a Python program, in addition to inquiring about Django.

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

I applied via Naukri.com and was interviewed in Nov 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Basic in python
  • Q2. Basic in SQL
  • Q3. Basic in django
  • Q4. Basic in machine learning and data science

Interview Preparation Tips

Interview preparation tips for other job seekers - Basics in python programming, SQL, machine learning, data science, django

FICO Interview FAQs

How to prepare for FICO Engineer 1 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 Machine Learning, Anti Money Laundering, Artificial Intelligence, FICO and Product Management.
What are the top questions asked in FICO Engineer 1 interview?

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

  1. Basic selenium questions like drop down handling in Selenium, JavaScript execut...read more
  2. Framework level knowledge is must because they drill down deep into it. Also pr...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

S&P Global Interview Questions
4.1
 • 277 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
AVASOFT Interview Questions
3.6
 • 162 Interviews
ivy Interview Questions
3.6
 • 123 Interviews
DE Shaw Interview Questions
3.9
 • 120 Interviews
Axtria Interview Questions
3.1
 • 115 Interviews
Thomson Reuters Interview Questions
4.1
 • 113 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
EbixCash Limited Interview Questions
4.0
 • 102 Interviews
View all
FICO Engineer 1 Salary
based on 7 salaries
₹13.5 L/yr - ₹16 L/yr
95% more than the average Engineer 1 Salary in India
View more details
Software Engineer
91 salaries
unlock blur

₹7 L/yr - ₹23 L/yr

Lead Engineer
70 salaries
unlock blur

₹17 L/yr - ₹41.8 L/yr

Software Engineer Level 1
53 salaries
unlock blur

₹9.5 L/yr - ₹19.9 L/yr

Devops Engineer
49 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

3.9
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