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 and Answers

Updated 2 Dec 2024

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 (218)
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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Campus Placement 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 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (4)

Finastra interview questions for popular designations

 Software Developer

 (6)

 Associate Software Engineer

 (5)

 Software Engineer

 (4)

 Senior Software Engineer

 (4)

 Devops Engineer

 (2)

 System Engineer

 (2)

 QA Engineer

 (2)

 Analyst

 (1)

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

I appeared for an interview 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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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 String Problem Statement You are given a string STR which contains alphabets, numbers, and special characters. Your task is to reverse the string. Example: Input: STR = "abcde" Output: "edcba" Input: The first line of input cont... 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 (218)
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 (218)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
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 Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)

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 HR.
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
Join Finastra FINANCE IS OPEN

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 511 Interviews
SAP Interview Questions
4.2
 • 283 Interviews
Adobe Interview Questions
3.9
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 174 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
AVASOFT Interview Questions
2.9
 • 162 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
View all

Finastra Reviews and Ratings

based on 507 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 507 Reviews and Ratings
Senior Technical Consultant

Pune

5-10 Yrs

Not Disclosed

Company Secretarial Administrator

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
329 salaries
unlock blur

₹5.4 L/yr - ₹17.5 L/yr

Senior Software Engineer
324 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Associate Software Engineer
165 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

QA Engineer
88 salaries
unlock blur

₹5.5 L/yr - ₹11.5 L/yr

Senior QA Engineer
86 salaries
unlock blur

₹7.2 L/yr - ₹24.4 L/yr

Explore more salaries
Compare Finastra with

24/7 Customer

3.5
Compare

Microsoft Corporation

4.0
Compare

SAP

4.2
Compare

Thomson Reuters

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