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 Senior Software Engineer Interview Questions and Answers

Updated 16 Jul 2024

Finastra Senior Software Engineer Interview Experiences

4 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.
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

asked in DBS Bank
Q1. Tell me about yourself. What technology are you using? What is a ... read more
asked in GlobalLogic
Q2. MapSum Pair Implementation Create a data structure named 'MapSum' ... read more
asked in UST
Q3. Nth Prime Number Problem Statement Find the Nth prime number give ... read more
asked in Capgemini
Q4. Pascal's Triangle Construction You are provided with an integer ' ... read more
Q5. K Largest Elements Problem Statement You are given an integer k a ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - Coding Test 

The first round was a coding + sql skill test. But i attended the interview in 2015, the process might have changed from then.

There were few questions related to SQL query writing for different scenerios, the test was around 1 hour. After that there was a email test to see the communication skills.

Round 2 - Technical 

(2 Questions)

  • Q1. Which kind of data storage is easy for processing XML or Files?
  • Ans. 

    XML databases are easy for processing XML data, while file systems are easy for processing files.

    • XML databases are designed specifically for storing and querying XML data.

    • They provide efficient indexing and querying capabilities for XML documents.

    • Examples of XML databases include eXist-db, BaseX, and MarkLogic.

    • File systems, on the other hand, are well-suited for storing and processing files of any type.

    • They provide a h...

  • Answered by AI
  • Q2. How would you make sure a dead lock doesnt happen during sql transactions?
  • Ans. 

    To prevent deadlocks in SQL transactions, use proper transaction management techniques.

    • Use a consistent order for acquiring locks on resources to avoid circular dependencies.

    • Keep transactions short and release locks as soon as they are no longer needed.

    • Use lock timeouts to prevent transactions from waiting indefinitely.

    • Implement deadlock detection and resolution mechanisms.

    • Consider using higher isolation levels like Se

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I had a meeting with an arthitect from USA and he asked technical questions and work related questions.

Skills evaluated in this interview

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

Round 1 - Aptitude Test 
Round 2 - Technical 

(1 Question)

  • Q1. SQL , Stored Procedures, Transaction,
Round 3 - HR 

(2 Questions)

  • Q1. Where do you see yourself in 5 years?
  • Q2. Tell me about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - Study the basics well. Brush up on the aptitude test skills.

Finastra interview questions for designations

 Software Engineer

 (4)

 Associate Software Engineer

 (5)

 Software Developer

 (6)

 Software Tester

 (1)

 Senior Technical Support Engineer

 (1)

 System Engineer

 (2)

 QA Engineer

 (2)

 Devops Engineer

 (2)

Interview questions from similar companies

I applied via Approached by Company and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - System test 

(1 Question)

  • Q1. Advantage and disadvantage of framework.
  • Ans. 

    Frameworks provide structure and pre-built components for software development, but can also limit flexibility and require learning curve.

    • Advantage: Provides structure and pre-built components for faster development

    • Advantage: Can improve code quality and maintainability

    • Disadvantage: Can limit flexibility and customization

    • Disadvantage: Requires learning curve and potential dependency issues

    • Example: ReactJS provides a fr...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. What is Oops? Advantage and disadvantage
  • Ans. 

    Oops stands for Object-Oriented Programming. It is a programming paradigm that uses objects to represent real-world entities.

    • Advantages: code reusability, modularity, encapsulation, inheritance, polymorphism

    • Disadvantages: complexity, steep learning curve, performance overhead

    • Example: creating a class 'Car' with properties like 'make', 'model', and 'year', and methods like 'start_engine' and 'stop_engine'

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics in server side and client side coding

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Dec 2022. 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 - Technical 

(1 Question)

  • Q1. They asked questions related your project and technical questions
Round 3 - Coding Test 

You have to do programming test. This is based on logical question.

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

I appeared for an interview in Jan 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. LRU Implementation
  • Ans. 

    LRU (Least Recently Used) is a cache eviction policy where the least recently accessed items are removed first.

    • LRU cache stores key-value pairs with a maximum capacity.

    • When a new key-value pair is added, if the cache is full, the least recently used item is removed.

    • When a key is accessed, it is moved to the front of the cache to indicate it was recently used.

  • Answered by AI
  • Q2. Sell and buy stock

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - Coding Test 

Reverse Linklist with keeping special character intact, Singleton class to write.

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

I applied via LinkedIn and was interviewed before Jun 2023. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tell me about yourself.
Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Referral and was interviewed in Apr 2023. There were 6 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 - HR 

(1 Question)

  • Q1. Why did you leave your last job? What is your expected compensation? When are you available to start?
Round 3 - One-on-one 

(1 Question)

  • Q1. Hiring manager, behavior, background, project
Round 4 - Coding Test 

Hackerrank
1. write a program to check if a patient has fever, based on measurement, degree, time to take a temperature

Round 5 - Coding Test 

Hackerrank
1. write a query to get total based on sector, but the column is varchar type, then order by

Round 6 - Coding Test 

Hackerrank
write a program for pharmacy and display information

Interview Preparation Tips

Topics to prepare for Oracle Cerner Senior Software Engineer interview:
  • Java
  • Kubernetes
  • Big Data

Finastra Interview FAQs

How many rounds are there in Finastra Senior Software Engineer interview?
Finastra interview process usually has 2-3 rounds. The most common rounds in the Finastra interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Finastra Senior Software Engineer 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 SQL, Javascript, Recruitment, Software Engineering and HTML.
What are the top questions asked in Finastra Senior Software Engineer interview?

Some of the top questions asked at the Finastra Senior Software Engineer interview -

  1. Which kind of data storage is easy for processing XML or Fil...read more
  2. How would you make sure a dead lock doesnt happen during sql transactio...read more
  3. What is small pointer and why we use...read more

Tell us how to improve this page.

Finastra Senior Software Engineer Interview Process

based on 3 interviews

1 Interview rounds

  • Technical Round
View more
Finastra Senior Software Engineer Salary
based on 325 salaries
₹9 L/yr - ₹30 L/yr
43% more than the average Senior Software Engineer Salary in India
View more details

Finastra Senior Software Engineer Reviews and Ratings

based on 32 reviews

3.8/5

Rating in categories

3.3

Skill development

4.3

Work-life balance

3.7

Salary

3.3

Job security

3.8

Company culture

2.8

Promotions

3.3

Work satisfaction

Explore 32 Reviews and Ratings
Software Engineer
330 salaries
unlock blur

₹4.9 L/yr - ₹16.7 L/yr

Senior Software Engineer
325 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