Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Finicity Team. If you also belong to the team, you can get access from here

Finicity Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Finicity Software Engineer Interview Questions and Answers

Updated 29 May 2024

Finicity Software Engineer Interview Experiences

3 interviews found

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

(1 Question)

  • Q1. What is the difference between let and const
  • Ans. 

    let is mutable and can be reassigned, const is immutable and cannot be reassigned

    • let allows reassignment, const does not

    • const must be initialized with a value, let can be declared without a value

    • const is block-scoped, let is function-scoped

  • Answered by AI
Round 2 - Behavioral 

(1 Question)

  • Q1. What are promises?
  • Ans. 

    Promises are objects representing the eventual completion or failure of an asynchronous operation.

    • Promises are used to handle asynchronous operations in JavaScript.

    • They can be in one of three states: pending, fulfilled, or rejected.

    • Promises can be chained together using .then() method.

    • They help avoid callback hell and make code more readable and maintainable.

  • Answered by AI

Skills evaluated in this interview

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

Simple oops concept of programming language

Round 2 - Technical 

(1 Question)

  • Q1. Basic questions on concept , data structure
Round 3 - HR 

(1 Question)

  • Q1. Salary negotiaition

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 Walk-in and was interviewed before Feb 2021. There were 2 interview rounds.

Round 1 - Assignment 

Normal round of html and some basic question

Round 2 - One-on-one 

(1 Question)

  • Q1. Program to show prime numbers
  • Ans. 

    Program to find prime numbers

    • Start with 2 as the first prime number

    • Loop through all numbers from 3 to n

    • Check if the number is divisible by any number from 2 to its square root

    • If not, add it to the list of prime numbers

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Environment is good but growth opportunities is very less

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview in Jul 2023.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Coding Test 

3 programs to write in arrays linked lists and trees

Round 3 - Technical 

(1 Question)

  • Q1. Was asked questions on core Java, spring framework, apis and micro services
Round 4 - HR 

(2 Questions)

  • Q1. What expertise will you bring to cme group of you join?
  • Q2. Why are you quitting your current company?

I applied via Naukri.com and was interviewed before Feb 2021. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Hoisting, clousres, prototypes based output questions
  • Q2. Polyfill of reduce, map
  • Ans. 

    Polyfill of reduce, map are functions that mimic the behavior of the original functions in older browsers.

    • Polyfill of reduce function can be implemented using a for loop to iterate over the array and accumulate the result.

    • Polyfill of map function can be implemented using a for loop to iterate over the array and create a new array with the transformed values.

    • These polyfills are useful for ensuring cross-browser compatib...

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

(1 Question)

  • Q1. Project discussion, react lifecycle, javascript basec concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview questions were maily involved:-
Js basic concepts:hoisting, prototypes, closures, currying
Css basic properties
Project discussions

Skills evaluated in this interview

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

(2 Questions)

  • Q1. Behaviour of js
  • Ans. 

    JavaScript is a dynamic programming language commonly used for web development.

    • JavaScript is a high-level, interpreted language.

    • It is known for its flexibility and ability to manipulate the DOM.

    • Commonly used for client-side scripting in web development.

    • Supports object-oriented, imperative, and functional programming styles.

  • Answered by AI
  • Q2. Call by value, call by reference
Round 2 - Coding Test 

Reverse fibonacci using recursion

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

Preqin user image Vinay Madhamanchi1

posted on 7 Dec 2024

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

Quantitative interview

Round 2 - Coding Test 

Java coding and c language

Round 3 - HR 

(2 Questions)

  • Q1. C language question
  • Q2. Java language question

I applied via Recruitment Consultant and was interviewed in Oct 2019. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. API testing questions, database questions, manual testing, team lead experience

Interview Preparation Tips

Interview preparation tips for other job seekers - I got a call via an agency, first there was telephonic interview with manager where team lead experience, manual testing, activities you performed, database and API testing questions were asked

Then had face to face with almost similar questions

Make sure you are aware about the JD and well prepared with basic fundamentals

I applied via Other and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Core topics related to Django, python

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be prepared to rejected even after following a tedious process of weeks of interview, and then not getting response of follow ups after final technical round
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Explain how javascript works
  • Ans. 

    JavaScript is a high-level, interpreted programming language that is used to make web pages interactive.

    • JavaScript is a client-side scripting language that runs in the browser.

    • It is used to add interactivity to websites, such as form validation, animations, and dynamic content.

    • JavaScript code is executed line by line and can manipulate the HTML and CSS of a webpage.

    • It can also communicate with servers to retrieve or se

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Build a to do app in react
  • Ans. 

    A to do app built in React for managing tasks and deadlines.

    • Use React components to create a user interface for adding, editing, and deleting tasks

    • Implement state management to keep track of tasks and their completion status

    • Utilize local storage or a backend server to persist tasks between sessions

  • Answered by AI

Finicity Interview FAQs

How many rounds are there in Finicity Software Engineer interview?
Finicity interview process usually has 2-3 rounds. The most common rounds in the Finicity interview process are Technical, Assignment and One-on-one Round.
What are the top questions asked in Finicity Software Engineer interview?

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

  1. What is the difference between let and co...read more
  2. Program to show prime numb...read more
  3. What are promis...read more

Tell us how to improve this page.

Finicity Software Engineer Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
Finicity Software Engineer Salary
based on 91 salaries
₹4.5 L/yr - ₹18.1 L/yr
23% more than the average Software Engineer Salary in India
View more details

Finicity Software Engineer Reviews and Ratings

based on 13 reviews

3.5/5

Rating in categories

2.4

Skill development

3.3

Work-life balance

3.3

Salary

3.5

Job security

3.6

Company culture

2.0

Promotions

2.6

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer
91 salaries
unlock blur

₹4.5 L/yr - ₹18.1 L/yr

Senior Software Engineer
60 salaries
unlock blur

₹8.3 L/yr - ₹30 L/yr

Software Engineer2
47 salaries
unlock blur

₹7.4 L/yr - ₹23.5 L/yr

Associate
34 salaries
unlock blur

₹2.7 L/yr - ₹4 L/yr

Software Engineer II
23 salaries
unlock blur

₹9 L/yr - ₹21 L/yr

Explore more salaries
Compare Finicity with

Samunnati Financial Intermediation and Services

4.3
Compare

Biz 2 Credit Info Services

3.9
Compare

Fexprime Finance

4.5
Compare

Kalkine

4.1
Compare
Did you find this page helpful?
Yes No
write
Share an Interview