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 Questions & Answers

user image Anonymous

posted on 8 Jun 2015

Interview Preparation Tips

Round: Test
Experience: Written Consists of:
a. Aptitude (20 questions) 20 mins
b. OOPs (10 questions) 10 mins
c. C/Java/C# (20 questions) 20 mins
d. DBMS (10 questions) 10 mins
Tips: Cutoff was around 30 I think, and I got 31

Round: Group Discussion
Experience: GDs(2 Rounds)
Technical : Topics like : Entity, Overloading vs Overriding

Round: Technical Interview
Tips: Technical Interview : 2 programs were asked one from multi-threading and if I remember correctly an in-order traversal of trees. Some questions from OS and DBMS , String Manipulation and SQL queries

Round: HR Interview
Experience: Education system of BIT , Worst thing you’ve done in your life HR Interview : Why do you want to join misys ? What do you about the company? What other offers I had, and why was I leaving them. Lastly he told me to ask 5 questions
Tips: Lastly for any company I would suggest - go in with a clear mind, do not get bogged down by the burden of placements. Once you step into the corporate world there are going to be ample opportunities. Be true to yourself, never expect more than the effort you give in, and you will not be disappointed. Get your concepts cleared , try to teach people what you’ve learned. Believe me once you’ve taught a topic a couple of times you will never forget it. Your CGPA will only help you clear the Minimum Eligibility, after that all that matters is how much you have actually understood the subject. Try to concentrate on (C/Java , OS , DBMS , Data Structures) not just in the 7th semesters but from the very beginning. Be clear on your final year project, but most importantly CHILL and RELAX, Campus placements are not the end or beginning… If you have it in you, you will surely do well.Debanik Lahiri (2k8 batch)

College Name: BIT MESRA

I was interviewed in Apr 2017.

Interview Questionnaire 

3 Questions

  • Q1. Programming test
  • Q2. Face to face interview on selenium web driver.Asked questions on different selenium concept
  • Q3. Questions related to salary , education,my job role and responsibilities.

Interview Preparation Tips

Round: Technical Interview
Experience: 15 program from java and selenium web driver
Tips: Strong knowledge of core Java is must.

Round: Technical Interview
Experience: Should have strong scripting knowledge
Tips: Study hard

Round: HR Interview
Tips: No tips.

Skills: Java Programming

Selenium Automation Interview Questions asked at other Companies

Q1. Write a program to remove duplicate character in a string if there are multiple users in an application, and if the buttons in the applications are specific to particular user, you need to perform operation in those button, what will you do... read more
View answer (1)
Finastra Interview Questions and Answers for Freshers
illustration image

I was interviewed before Jun 2016.

Interview Questionnaire 

14 Questions

  • Q1. What is deadlock?
  • Ans. 

    Deadlock is a situation where two or more processes are unable to proceed because each is waiting for the other to release a resource.

    • Deadlock occurs when two or more processes are stuck in a circular dependency, where each process is waiting for a resource held by another process.

    • It can happen in multi-threaded or multi-process environments.

    • Deadlock can be caused by resource contention, improper synchronization, or pr...

  • Answered by AI
  • Q2. Difference between performance testing and engineering
  • Ans. 

    Performance testing focuses on evaluating the speed, responsiveness, and stability of a system, while performance engineering involves designing and optimizing the system for optimal performance.

    • Performance testing is the process of testing the performance characteristics of a system under specific conditions.

    • Performance engineering is the proactive approach of designing, building, and optimizing a system for optimal p...

  • Answered by AI
  • Q3. What is memory leak issue? And how do you handle this?
  • Ans. 

    Memory leak is a software issue where allocated memory is not released, leading to memory consumption and performance degradation.

    • Memory leak occurs when a program fails to deallocate memory that is no longer needed.

    • It can happen due to programming errors like not freeing allocated memory or losing references to it.

    • Memory leaks can cause the program to consume excessive memory, leading to performance issues and crashes...

  • Answered by AI
  • Q4. Where can be performance bottleneck?
  • Ans. 

    Performance bottleneck can occur in various areas of an application.

    • Database queries and indexing

    • Network latency and bandwidth

    • CPU and memory usage

    • Code inefficiencies and poor algorithms

    • Third-party integrations

    • Hardware limitations

    • User load and concurrency

    • Application architecture

    • Caching and session management

    • Security measures

    • External factors such as weather or power outages

  • Answered by AI
  • Q5. How to handle CPU bottleneck?
  • Ans. 

    CPU bottleneck can be handled by optimizing code, upgrading hardware, and load balancing.

    • Identify the root cause of the CPU bottleneck through performance monitoring tools.

    • Optimize the code by identifying and fixing inefficient algorithms or resource-intensive operations.

    • Upgrade hardware by adding more powerful CPUs or increasing the number of cores.

    • Implement load balancing techniques to distribute the workload across ...

  • Answered by AI
  • Q6. How JVM works?
  • Ans. 

    JVM is a virtual machine that executes Java bytecode. It manages memory, provides runtime environment, and enables platform independence.

    • JVM stands for Java Virtual Machine.

    • It is responsible for interpreting and executing Java bytecode.

    • JVM manages memory allocation and garbage collection.

    • It provides a runtime environment for Java applications.

    • JVM enables platform independence by abstracting the underlying hardware and ...

  • Answered by AI
  • Q7. What is load balancing?
  • Ans. 

    Load balancing is the process of distributing network traffic across multiple servers to optimize performance and prevent overload.

    • Load balancing improves scalability and availability of applications.

    • It ensures that no single server is overwhelmed with traffic.

    • Load balancers can use various algorithms to distribute traffic, such as round-robin, least connections, or IP hash.

    • Examples of load balancing technologies inclu...

  • Answered by AI
  • Q8. What is performance engineering? Explain in details
  • Ans. 

    Performance engineering is the process of designing, implementing, and optimizing systems to meet performance requirements.

    • Performance engineering involves analyzing and understanding performance requirements

    • It includes designing and implementing systems to meet those requirements

    • Optimizing systems through load testing, stress testing, and performance tuning

    • Performance engineering also involves monitoring and analyzing...

  • Answered by AI
  • Q9. Explain the scenario where you have faced memory leak issue?
  • Ans. 

    Yes

    • During load testing of a web application, memory usage gradually increased over time

    • Identified the memory leak by monitoring memory consumption using performance testing tools

    • Investigated the code and found a section where objects were not being properly released

    • Fixed the memory leak by implementing proper object disposal and memory management techniques

  • Answered by AI
  • Q10. What kind of innovation idea you come up with?
  • Ans. 

    One innovation idea I came up with is implementing AI-driven performance testing tools.

    • Developing machine learning algorithms to predict performance bottlenecks

    • Utilizing natural language processing for test script generation

    • Implementing self-learning capabilities to optimize test scenarios

  • Answered by AI
  • Q11. How early can you join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • I need to give notice to my current employer.

    • I may need time to relocate if necessary.

  • Answered by AI
  • Q12. What is your expected CTC?
  • Ans. 

    My expected CTC is negotiable based on the job responsibilities, company size, and industry standards.

    • My expected CTC is based on my experience, skills, and qualifications.

    • I have researched the market rates for Performance Testers in similar roles and industries.

    • I am open to discussing the compensation package and benefits offered by the company.

    • I believe in a fair and competitive salary that aligns with my expertise a...

  • Answered by AI
  • Q13. Why do you want to join Misys?
  • Ans. 

    I want to join Misys because of their reputation for innovation and their commitment to excellence in the field of performance testing.

    • Misys is known for their cutting-edge technology and solutions in the financial services industry

    • I am impressed by Misys' track record of delivering high-quality products and services to their clients

    • I believe that Misys offers a great opportunity for professional growth and development

  • Answered by AI
  • Q14. When can you join?
  • Ans. 

    I can join within 2 weeks of receiving an offer.

    • I can start within 2 weeks of receiving an offer.

    • My current notice period is 2 weeks.

    • I am available to start immediately.

  • Answered by AI

Interview Preparation Tips

Round: Test
Duration: 45 minutes
Total Questions: 40

Skills evaluated in this interview

Top Finastra Performance Tester Interview Questions and Answers

Q1. Explain the scenario where you have faced memory leak issue?
View answer (1)

Performance Tester Interview Questions asked at other Companies

Q1. Assertion in Jmeter. what protocol used in jmeter 3. what is hit per second. 4.why after some number hit/sec become constant 5. what is sync and async testing. 6. what is standard deviation. 7. how u handle assertion dynamically 8. what lis... read more
View answer (1)

Jobs at Finastra

View all
Contribute & help others!
anonymous
You can choose to be anonymous

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.

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

SALARIES

Mindgraph

SALARIES

Securonix

SALARIES

RapidData

SALARIES

Finastra

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.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 791 Interviews
FIS Interview Questions
3.9
 • 482 Interviews
Temenos Interview Questions
3.3
 • 82 Interviews
View all

Finastra Reviews and Ratings

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

Pune

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
328 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
322 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Associate Software Engineer
163 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior QA Engineer
90 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

QA Engineer
86 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Finastra with

Temenos

3.2
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
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent