Upload Button Icon Add office photos
Premium Employer

i

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

Finastra Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Finastra Interview Questions, Process, and Tips

Updated 2 Dec 2024

Top Finastra Interview Questions and Answers

View all 40 questions

Finastra Interview Experiences

Popular Designations

53 interviews found

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

(2 Questions)

  • Q1. Basic of .net topics
  • Q2. Advanced of .Net topics

Interview Preparation Tips

Interview preparation tips for other job seekers - They want a people who have a mind set to learn something. Its not about whether you are deep knowledge. Basic knowledge is enough. Attitude is more important than knowledge. You should be adaptable.

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 (170)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Linked list questions

Round 2 - Technical 

(1 Question)

  • Q1. What is small pointer and why we use it
  • Ans. 

    A small pointer is a pointer that takes up less memory space and is used to optimize memory usage and improve performance.

    • Small pointers are typically used in embedded systems where memory is limited

    • They can also be used in data structures to reduce memory overhead

    • Example: Using a small pointer instead of a regular pointer to store memory addresses

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer Interview Questions asked at other Companies

Q1. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at ISBR Business School, Chennai and was interviewed in May 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. Journal Entries
  • Q2. Accounting Rules

Financial Analyst Interview Questions asked at other Companies

Q1. Suppose you have 10000 US dollars with you, out of which you took a loan of 5000 US Dollars. Now suppose you have purchased two assets of 5000 US Dollars each, one through cash and other through bank loan. How would you show this transactio... read more
View answer (3)
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 May 2024. There was 1 interview round.

Round 1 - Coding Test 

Questions on Java, OOPs, Springboot, hibernate, JSP,J2EE, and SQL. Coding on DSA easy and one 3sql query.

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Finastra interview questions for popular designations

 Software Developer

 (6)

 Associate Software Engineer

 (5)

 Senior Software Engineer

 (4)

 Software Engineer

 (4)

 Devops Engineer

 (2)

 QA Engineer

 (2)

 System Engineer

 (2)

 Accountant

 (1)

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

I was interviewed in Aug 2023.

Round 1 - Technical 

(1 Question)

  • Q1. All the oops concept and its differences comparison. .net core questions such as middleware, solid principle, singleton design pattern, dependency injection
Round 2 - One-on-one 

(1 Question)

  • Q1. Managerial round- application level general question
Round 3 - HR 

(1 Question)

  • Q1. Salary , expectation, etc.

Interview Preparation Tips

Interview preparation tips for other job seekers - It depends on interviewer actually. For me it took more than 1 hour . All the interviewer including manager was very friendly. So just prepare all the interview questions covering oops, .net core , mvc, and sql . All these they will ask like how did u implemented in ur current project. So when u are learning something learn it along with ur project.

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Get interview-ready with Top Finastra Interview Questions

Cpp Developer Interview Questions & Answers

user image Last Mail

posted on 19 Jun 2024

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

I applied via Approached by Company and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops concept in brief
  • Ans. 

    Oops concept is a programming paradigm based on the principles of object-oriented programming.

    • Encapsulation: bundling data and methods that operate on the data into a single unit (class)

    • Inheritance: ability of a class to inherit properties and behavior from another class

    • Polymorphism: ability to present the same interface for different data types

    • Abstraction: hiding the complex implementation details and showing only the

  • Answered by AI
  • Q2. Write a linked list reverse
  • Ans. 

    Reversing a linked list involves changing the direction of pointers to go from the end to the beginning.

    • Start by initializing three pointers: current, prev, and next.

    • Iterate through the list, updating pointers to reverse the links.

    • Update the head pointer to point to the new beginning of the list.

  • Answered by AI

Skills evaluated in this interview

Cpp Developer Interview Questions asked at other Companies

Q1. implement virtual and friend function
View answer (1)

Jobs at Finastra

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
No response
Round 1 - Technical 

(1 Question)

  • Q1. Print last four chars of a string, explain a cicd pipeline with example
  • Ans. 

    Print last four characters of a string and explain a CI/CD pipeline with an example

    • To print last four characters of a string, you can use string slicing in programming languages like Python or JavaScript

    • For example, in Python: 'string[-4:]' will give you the last four characters of the string

    • A CI/CD pipeline automates the process of testing and deploying code changes. It typically includes stages like build, test, depl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic python programming questions, linux questions, ansible and Azure devops pipelines, devops questions

Skills evaluated in this interview

Devops Engineer Interview Questions asked at other Companies

Q1. Reverse the StringYou are given a string 'STR'. The string contains [a-z] [A-Z] [0-9] [special characters]. You have to find the reverse of the string. For example: If the given string is: STR = "abcde". You have to print the string "edcba... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. 1. basic core java concepts like jvm and multithreading

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 (181)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Easy to crack the aptitude test

Round 2 - Technical 

(1 Question)

  • Q1. Basics of java is enough

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 (181)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

Very similar to leetcode question. Its an online test.

Round 3 - Technical 

(2 Questions)

  • Q1. Feel an attribute of function
  • Ans. 

    An attribute of a function is a characteristic or property that defines its behavior or functionality.

    • Attributes can include things like input parameters, return type, visibility, and access modifiers.

    • Examples of function attributes include public/private access, static/non-static behavior, and return type like int or string.

  • Answered by AI
  • Q2. Use string builder type instead of string builder
  • Ans. 

    Using StringBuilder type instead of string builder is incorrect.

    • StringBuilder is a class in Java used to create mutable strings.

    • Using 'string builder' instead of 'StringBuilder' will result in a compilation error.

    • Correct usage: StringBuilder sb = new StringBuilder();

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be yourself

Skills evaluated in this interview

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray SumGiven an array of numbers, find the maximum sum of any contiguous subarray of the array. For example, given the array [34, -50, 42, 14, -5, 86], the maximum sum would be 137, since we would take elements 42, 14, -5, and ... read more
View answer (39)

Finastra Interview FAQs

How many rounds are there in Finastra interview?
Finastra interview process usually has 2-3 rounds. The most common rounds in the Finastra interview process are Technical, Aptitude Test and Resume Shortlist.
How to prepare for Finastra 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 Finastra. The most common topics and skills that interviewers at Finastra expect are Recruitment, SQL, Analytical, Javascript and HTML.
What are the top questions asked in Finastra interview?

Some of the top questions asked at the Finastra interview -

  1. Explain the scenario where you have faced memory leak iss...read more
  2. What is memory leak issue? And how do you handle th...read more
  3. How does a bank treat the Accounting Entries after the activities such as Princ...read more
How long is the Finastra interview process?

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

Tell us how to improve this page.

Finastra Interview Process

based on 47 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
FIS Interview Questions
3.9
 • 480 Interviews
Temenos Interview Questions
3.3
 • 84 Interviews
View all

Finastra Reviews and Ratings

based on 499 reviews

3.8/5

Rating in categories

3.5

Skill development

4.0

Work-life balance

3.6

Salary

3.4

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 499 Reviews and Ratings
Senior Technical Consultant

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
327 salaries
unlock blur

₹5.4 L/yr - ₹16.7 L/yr

Senior Software Engineer
314 salaries
unlock blur

₹8.9 L/yr - ₹30 L/yr

Associate Software Engineer
163 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Senior QA Engineer
90 salaries
unlock blur

₹7 L/yr - ₹24.2 L/yr

QA Engineer
86 salaries
unlock blur

₹5.5 L/yr - ₹14.2 L/yr

Explore more salaries
Compare Finastra with

Temenos

3.3
Compare

FIS

3.9
Compare

Nucleus Software Exports

3.5
Compare

TCS

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