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 for Experienced

Updated 2 Dec 2024

Top Finastra Interview Questions and Answers for Experienced

View all 22 questions

Finastra Interview Experiences for Experienced

Popular Designations

19 interviews found

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.

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)

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

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

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

Risk Manager Interview Questions asked at other Companies

Q1. What do you mean by asset liability managemnt?
View answer (1)
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
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. How to run a docker command remotely. i.e. Docker is installed on both your laptop and a remote linux server. You need to run docker command on the linux server but without taking a separate ssh session to the linux machine
View answer (2)

Get interview-ready with Top Finastra Interview Questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company

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 - Aptitude Test 

Cognitive Assessment with 40 questions

Round 3 - Technical 

(2 Questions)

  • Q1. Campus strategy and relation and how to manage
  • Ans. 

    Managing campus strategy and relations is crucial for successful recruitment.

    • Develop a clear campus recruitment strategy that aligns with the company's goals and values.

    • Build strong relationships with key stakeholders such as career services, professors, and student organizations.

    • Attend career fairs and other campus events to connect with potential candidates and promote the company.

    • Offer internships and other opportun...

  • Answered by AI
  • Q2. What roles did you play and how did you lead the team thatbyou handled

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared yourself basis the JD, have the decency to say no if you don't know and say I will get back later if you want me to. Be honest and transparent. Talk about what you can get on the table and why they should hire you versus others

Campus Recruiter Interview Questions asked at other Companies

Q1. Campus strategy and relation and how to manage
View answer (1)

Jobs at Finastra

View all
Interview experience
5
Excellent
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 

Java basics programming

Round 3 - Technical 

(1 Question)

  • Q1. Java xml mq required

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)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jan 2023. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Basic questions related to salesforce.
Round 2 - Case Study 

Used case study related to day-to-day activity at work.

Round 3 - Case Study 

Case study related to colleague behaviour.

Round 4 - HR 

(1 Question)

  • Q1. Salary discussion

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)

Director Interview Questions & Answers

user image Amit Thakkar

posted on 26 Aug 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Design problem of using Kafka
  • 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

  • Answered by AI
  • Q2. Design problem of 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

  • Answered by AI

Skills evaluated in this interview

Director Interview Questions asked at other Companies

Q1. On what basis would you enhance the pipeline products of the company?
View answer (2)

QA Intern Interview Questions & Answers

user image Anonymous

posted on 22 Apr 2024

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

I appeared for an interview before Apr 2023.

Round 1 - Aptitude Test 

Logical reasoning questions along with the pseudo coding

Round 2 - Technical 

(4 Questions)

  • Q1. Questions on manual testing and sql
  • Q2. What is manual testing
  • Ans. 

    Manual testing is the process of manually testing software for defects, functionality, and usability.

    • Manual testing involves testers executing test cases without the use of automation tools.

    • Testers follow predefined test cases to ensure the software meets requirements.

    • It includes exploratory testing to uncover unexpected issues.

    • Examples: Regression testing, smoke testing, ad-hoc testing.

  • Answered by AI
  • Q3. Positive and negative scenarios on notepad, word
  • Q4. Queries on joints
Round 3 - Technical 

(1 Question)

  • Q1. Questions on testing and SQL queries

Skills evaluated in this interview

QA Intern Interview Questions asked at other Companies

Q1. What is the process for generating test cases for a real-time product?
View answer (1)

Finastra Interview FAQs

How many rounds are there in Finastra interview for experienced candidates?
Finastra interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Finastra interview process for experienced candidates are Technical, Resume Shortlist and Aptitude Test.
How to prepare for Finastra interview for experienced candidates?
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 for experienced candidates?

Some of the top questions asked at the Finastra interview for experienced candidates -

  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. What is performance engineering? Explain in deta...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 for Experienced

based on 12 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 285 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 176 Interviews
AVASOFT Interview Questions
2.9
 • 166 Interviews
Dassault Systemes Interview Questions
4.0
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 158 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
View all

Finastra Reviews and Ratings

based on 510 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 510 Reviews and Ratings
Accounting Operations Analyst

Bangalore / Bengaluru

1-3 Yrs

Not Disclosed

Senior Technical Consultant

Pune

5-10 Yrs

Not Disclosed

Company Secretarial Administrator

Bangalore / Bengaluru

4-8 Yrs

Not Disclosed

Explore more jobs
Software Engineer
330 salaries
unlock blur

₹4.9 L/yr - ₹16.7 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