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 Performance Tester Interview Questions, Process, and Tips

Updated 6 Jun 2017

Finastra Performance Tester Interview Experiences

1 interview found

I appeared for an interview 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

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
-

I appeared for an interview in Sep 2024.

Round 1 - Coding Test 

C programming and java

Round 2 - Coding Test 

Advanced coding on c

Round 3 - Technical 

(2 Questions)

  • Q1. Why did you choose this company
  • Ans. 

    I chose this company because of its innovative projects, strong company culture, and opportunities for growth.

    • Innovative projects that challenge me and allow me to learn new skills

    • Strong company culture that values teamwork and collaboration

    • Opportunities for growth and advancement within the company

  • Answered by AI
  • Q2. What is your aim
  • Ans. 

    My aim is to continuously improve my technical skills, contribute to innovative projects, and eventually become a technical leader in the field.

    • Continuous learning and skill development

    • Contribution to innovative projects

    • Becoming a technical leader in the field

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Approached by Company

Round 1 - Coding Test 

Sort the arr, fetch element from array

Round 2 - Technical 

(2 Questions)

  • Q1. Linklist search
  • Q2. Sort in link List
  • Ans. 

    Sorting in a linked list involves rearranging the elements in ascending or descending order based on a certain criteria.

    • Use a sorting algorithm like bubble sort, selection sort, or merge sort to rearrange the elements in the linked list.

    • Traverse the linked list and compare each element with the next one to determine the order in which they should be sorted.

    • Update the pointers of the nodes in the linked list to reflect ...

  • Answered by AI

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Data Structures, Algorithms, System designing, Azure

I appeared for an interview before May 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Spiral Order Traversal of a Binary Tree Problem Statement

    Given a binary tree with 'N' nodes, your task is to print the nodes in spiral order traversal.

    Example:

    Input:
    The binary tree is represented i...
  • Ans. 

    Print nodes of a binary tree in spiral order traversal.

    • Use a queue to perform level order traversal of the binary tree.

    • Alternate between printing nodes from left to right and right to left at each level.

    • Handle null nodes represented by '-1' appropriately.

    • Example: For input '1 2 3 -1 -1 4 5 -1 -1 -1 -1', the output should be '1 3 2 4 5'.

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. 

    Word Break Problem Statement

    You are given a list of N strings called A. Your task is to determine whether you can form a given target string by combining one or more strings from A.

    The strings from A c...

  • Ans. 

    Given a list of strings, determine if a target string can be formed by combining one or more strings from the list.

    • Iterate through all possible combinations of strings from the list to form the target string.

    • Use recursion to try different combinations of strings.

    • Check if the current combination forms the target string.

    • Return true if a valid combination is found, otherwise return false.

  • Answered by AI
Round 3 - Face to Face 

(1 Question)

Round duration - 60 Minutes
Round difficulty - Easy

  • Q1. Design an elevator system.
  • Ans. 

    Design an elevator system for efficient vertical transportation.

    • Divide building into zones to optimize elevator usage.

    • Implement algorithms for efficient elevator scheduling.

    • Include safety features like emergency stop buttons and overload sensors.

    • Consider user interface for passengers to select floors and monitor elevator status.

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as SDE - 1 in NoidaEligibility criteriaNoMicrosoft interview preparation:Topics to prepare for the interview - Data structures, algorithms , low level system design , high level system design, problem solvingTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Never give up
Tip 2 : Practice 
Tip 3 : Be positive

Application resume tips for other job seekers

Tip 1 : Keep it short
Tip 2 : Highlight skills and achievements

Final outcome of the interviewSelected

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Why important in learning programming languages.
  • Ans. 

    Learning programming languages is important for software engineers to effectively communicate with computers and develop software solutions.

    • Programming languages are the foundation of software development.

    • Learning multiple languages expands the range of problems a software engineer can solve.

    • Different languages have different strengths and are suited for different tasks.

    • Knowing multiple languages improves adaptability ...

  • Answered by AI

I applied via Naukri.com and was interviewed in Apr 2020. There were 5 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. I have got questions about vsam files and about SQL queries.
  • Q2. What is my previous work and project roles and responsibilities.?

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with basics clear with your project,your work,and your roles and responsibilities and be good to make them understand what you willing to answer.

I applied via Company Website and was interviewed before Jun 2020. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. If fresher is attending the interview then mostly they'll ask questions from resume What are generics, UML diagram for the proper medicine suggestions based on the patient allergies to a particular drug ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well with the contents of resume,
First round: versant test
Second round: Technical Interview 1
Third round: Technical Interview 2

Feedback of best of the 2 technical interviews will be considered.

IF selected will receive a call from HR

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

Software Engineer Interview Questions & Answers

Chetu user image Nirban Chatterjee

posted on 11 Oct 2020

I applied via Naukri.com and was interviewed before Oct 2019. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Normal php questions like overriding,overloading,traits,interface,abstarct class nothing else.. It was online but in 2016.
  • Q2. Go though those topic as they are very important and asked in most companies.

Interview Preparation Tips

Interview preparation tips for other job seekers - Read those topics and try to understand with example and doing on your own.Before entering Chetu prepare yourself that you may get fire anytime.Because hiring and firing is lot in Chetu but in terms of salary it is good.

Finastra Interview FAQs

How to prepare for Finastra Performance Tester 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 HTML, HTTP, IT Services, Load Testing and Performance Testing.
What are the top questions asked in Finastra Performance Tester interview?

Some of the top questions asked at the Finastra Performance Tester 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. What is performance engineering? Explain in deta...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 512 Interviews
SAP Interview Questions
4.2
 • 284 Interviews
Adobe Interview Questions
3.9
 • 235 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Chetu Interview Questions
3.3
 • 175 Interviews
AVASOFT Interview Questions
2.9
 • 165 Interviews
Dassault Systemes Interview Questions
4.0
 • 164 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
View all
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