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

Updated 2 Dec 2024
Popular Designations

40 Interview questions

A Product Owner was asked 7mo ago
Q. What is the Payment E2E Flow?
Ans. 

Payment E2E Flow refers to the complete process of a payment transaction from initiation to completion.

  • 1. Initiation: The customer selects a product and proceeds to checkout.

  • 2. Payment Method Selection: The customer chooses a payment method (credit card, PayPal, etc.).

  • 3. Data Entry: The customer enters payment details securely.

  • 4. Authorization: The payment gateway verifies the transaction with the bank.

  • 5. Confirma...

View all Product Owner interview questions
An Associate Software Engineer was asked 9mo ago
Q. Write a program to reverse a given string.
Ans. 

Reverse a given string

  • Use a loop to iterate through the characters of the string

  • Append each character to a new string in reverse order

  • Return the reversed string

View all Associate Software Engineer interview questions
An Associate Software Engineer was asked 9mo ago
Q. Write a program to swap two numbers in an array.
Ans. 

Swap the positions of two numbers in an array of strings.

  • Iterate through the array to find the positions of the two numbers to be swapped.

  • Store the two numbers in temporary variables.

  • Swap the positions of the two numbers in the array.

View all Associate Software Engineer interview questions
A Director was asked 10mo ago
Q. Describe a design problem where Kafka would be a suitable solution.
Ans. 

Using Kafka for designing a system to handle real-time data streams

  • Ensure proper partitioning of topics to handle high throughput

  • Implement consumer groups for parallel processing of messages

  • Use Kafka Connect for integrating with external systems

  • Monitor Kafka cluster health and performance regularly

View all Director interview questions
A Director was asked 10mo ago
Q. Design an API rate limiter.
Ans. 

API rate limiter design problem involves balancing between preventing abuse and allowing legitimate usage.

  • Define rate limits based on API endpoints or user roles

  • Implement token bucket or leaky bucket algorithm for rate limiting

  • Consider using sliding window algorithm for more dynamic rate limiting

  • Provide clear error messages when rate limit is exceeded

  • Monitor and adjust rate limits based on usage patterns

View all Director interview questions
A Software Tester was asked 11mo ago
Q. What are some test scenarios for an online grocery site?
Ans. 

Testing scenarios for an online grocery site to ensure functionality, usability, and performance.

  • Verify user registration and login functionality.

  • Test product search and filtering options (e.g., by category, price).

  • Check the shopping cart functionality (adding/removing items).

  • Validate the checkout process, including payment options.

  • Ensure order confirmation and email notifications are sent.

  • Test for responsiveness ...

View all Software Tester interview questions
A Cpp Developer was asked
Q. Explain the concept of OOP 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 onl...

View all Cpp Developer interview questions
Are these interview questions helpful?
A Cpp Developer was asked
Q. Write a function to reverse a linked list.
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.

View all Cpp Developer interview questions
A Senior Software Engineer was asked
Q. What is a smart pointer and why do 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

View all Senior Software Engineer interview questions
A QA Intern was asked
Q. What are some positive and negative test scenarios for Notepad and Word?
Ans. 

Testing Notepad and Word involves identifying both positive and negative scenarios to ensure functionality and usability.

  • Positive Scenario: User can create a new document in Notepad without any issues.

  • Negative Scenario: User tries to open a corrupted file in Word, resulting in an error message.

  • Positive Scenario: Word allows users to format text with various fonts and sizes seamlessly.

  • Negative Scenario: Notepad cra...

View all QA Intern interview questions

Finastra Interview Experiences

53 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Nov 2024

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Oct 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Introduction and role description
  • Q2. Past experience
  • Ans. 

    I have extensive experience in data analysis, project management, and stakeholder communication across various industries.

    • Worked as a data analyst at XYZ Corp, where I improved reporting efficiency by 30% through automation.

    • Led a project team to analyze customer feedback, resulting in a 15% increase in customer satisfaction scores.

    • Utilized SQL and Python for data extraction and analysis, providing actionable insights t...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Technical question on role based
Interview experience
3
Average
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Swap the two numbers of array
  • Ans. 

    Swap the positions of two numbers in an array of strings.

    • Iterate through the array to find the positions of the two numbers to be swapped.

    • Store the two numbers in temporary variables.

    • Swap the positions of the two numbers in the array.

  • Answered by AI
  • Q2. Print the reverse of the string
  • Ans. 

    Reverse a given string

    • Use a loop to iterate through the characters of the string

    • Append each character to a new string in reverse order

    • Return the reversed string

  • Answered by AI

Skills evaluated in this interview

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

(1 Question)

  • Q1. What is Payment E2E Flow
  • Ans. 

    Payment E2E Flow refers to the complete process of a payment transaction from initiation to completion.

    • 1. Initiation: The customer selects a product and proceeds to checkout.

    • 2. Payment Method Selection: The customer chooses a payment method (credit card, PayPal, etc.).

    • 3. Data Entry: The customer enters payment details securely.

    • 4. Authorization: The payment gateway verifies the transaction with the bank.

    • 5. Confirmation:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Payments and have in depth information of your resume
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Asked question on Java, Spring boot , SQL basic to advance
Round 2 - Technical 

(1 Question)

  • Q1. Array coding question. they are mainly checking on time complexity and space complexity

Interview Preparation Tips

Interview preparation tips for other job seekers - I cleared two technical rounds. In final Managerial round I got rejected. Really, I'm not understating their strategy because all rounds went well, I was hoping I could be able to get this opportunity but unfortunately not. While giving an interview I notice that Manger was not technically knows skills and their benefits of ongoing skills, He wants still to use old technologies and he was strict to that way only. Please don't play your time with candidates those who really putting effort on preparation and giving an interview.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

50 questions and it was easy

Round 2 - Technical 

(2 Questions)

  • Q1. Basic programming questions
  • Q2. Any previous experience related questions
Round 3 - HR 

(1 Question)

  • Q1. Personal questions only
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Mar 2024. There were 4 interview rounds.

Round 1 - Coding Test 

The test consisted of 3 coding questions

Round 2 - Aptitude Test 

The round was pretty easy but time was very less

Round 3 - Technical 

(1 Question)

  • Q1. The questions asked were: 1. Explain Projects (As one of my project had an JDBC integration code, the interviewer asked to to tell the code orally) 2. SQL Queries 3. DSA Questions (Delete last node from a...
Round 4 - Presentation 

(1 Question)

  • Q1. Make a power point presentation on "Generative AI and Fintech"
  • Ans. 

    Generative AI and Fintech: Exploring the intersection of artificial intelligence and financial technology.

    • Generative AI can be used in Fintech for tasks such as fraud detection, risk assessment, and personalized financial recommendations.

    • Examples of Generative AI in Fintech include chatbots for customer service, algorithmic trading systems, and credit scoring models.

    • The combination of Generative AI and Fintech has the ...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Finastra Software Developer interview:
  • Java
  • DSA
  • OOPS
  • SQL

QA Engineer Interview Questions & Answers

user image Shai Tzohar

posted on 22 Aug 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. About previous job
  • Ans. 

    In my previous role as a QA Engineer, I focused on ensuring software quality through rigorous testing and collaboration with development teams.

    • Conducted manual and automated testing for web applications, improving bug detection by 30%.

    • Collaborated with developers to create test cases based on user stories, ensuring comprehensive coverage.

    • Implemented a new testing framework that reduced testing time by 20%, allowing for...

  • Answered by AI
  • Q2. Technical details
Round 2 - Aptitude Test 

SQL , Qa daily work, automation questions

QA Engineer Interview Questions & Answers

user image Anonymous

posted on 1 Apr 2024

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

(4 Questions)

  • Q1. Give few examples of testing done in real life scenarios
  • Ans. 

    Testing in real life scenarios involves checking the functionality and performance of products or services in practical situations.

    • Testing the durability of a new phone by dropping it from different heights

    • Testing the waterproof feature of a watch by submerging it in water

    • Testing the battery life of a laptop by using it continuously for a certain period

    • Testing the taste and quality of a new food product by conducting a...

  • Answered by AI
  • Q2. SQL realted questions
  • Q3. What is regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • It involves running previously executed test cases to verify that the existing features still work correctly after code changes.

    • Regression testing helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used to streamline the r...

  • Answered by AI
  • Q4. Tell me something about finastra

Skills evaluated in this interview

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

(1 Question)

  • Q1. About payments domain

Risk Manager Interview Questions & Answers

user image Anonymous

posted on 20 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. On Technology Risk Management

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Finastra?
Ask anonymously on communities.

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
What are the most common questions asked in Finastra HR round?

The most common HR questions asked in Finastra interview are -

  1. Where do you see yourself in 5 yea...read more
  2. Tell me about yourse...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.

Overall Interview Experience Rating

4/5

based on 47 interview experiences

Difficulty level

Easy 12%
Moderate 88%

Duration

Less than 2 weeks 61%
2-4 weeks 22%
4-6 weeks 9%
More than 8 weeks 9%
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.2
 • 540 Interviews
SAP Interview Questions
4.2
 • 291 Interviews
Adobe Interview Questions
3.9
 • 248 Interviews
Chetu Interview Questions
3.3
 • 198 Interviews
HighRadius Interview Questions
2.8
 • 197 Interviews
24/7 Customer Interview Questions
3.5
 • 179 Interviews
Dassault Systemes Interview Questions
3.9
 • 177 Interviews
AVASOFT Interview Questions
2.8
 • 175 Interviews
Oracle Cerner Interview Questions
3.6
 • 162 Interviews
View all

Finastra Reviews and Ratings

based on 535 reviews

3.8/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.6

Salary

3.4

Job security

3.8

Company culture

3.1

Promotions

3.5

Work satisfaction

Explore 535 Reviews and Ratings
Senior Product Analyst

Bangalore / Bengaluru

4-6 Yrs

Not Disclosed

Service Delivery Manager - Hybrid role

Pune,

Bangalore / Bengaluru

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
350 salaries
unlock blur

₹16.6 L/yr - ₹29 L/yr

Software Engineer
334 salaries
unlock blur

₹9.2 L/yr - ₹16 L/yr

Associate Software Engineer
187 salaries
unlock blur

₹5 L/yr - ₹10 L/yr

Expert Software Engineer
94 salaries
unlock blur

₹24 L/yr - ₹40.3 L/yr

QA Engineer
84 salaries
unlock blur

₹5.9 L/yr - ₹11.6 L/yr

Explore more salaries
Compare Finastra with

24/7 Customer

3.5
Compare

Microsoft Corporation

3.9
Compare

SAP

4.2
Compare

Thomson Reuters

4.1
Compare
write
Share an Interview