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

Updated 1 Mar 2024

Finastra Engineer Trainee Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via LinkedIn

Round 1 - Coding Test 

Angular js questions

Round 2 - Aptitude Test 

Easy aptitude questions

Interview questions from similar companies

I applied via Campus Placement and was interviewed in Feb 2022. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic aptitude test and pseudo codes

Round 2 - Coding Test 

5 medium level coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Good knowledge in any one programming language is sufficient.
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I applied via Campus Placement and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - Group Discussion 

It was a nice experience

Round 2 - Technical 

(3 Questions)

  • Q1. What is pointer
  • Ans. 

    A pointer is a variable that stores the memory address of another variable.

    • Pointers are used to access and manipulate memory directly.

    • They are often used in programming languages like C and C++.

    • Example: int *ptr; // declares a pointer to an integer variable

  • Answered by AI
  • Q2. What is encapsulation
  • Ans. 

    Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.

    • Encapsulation helps in hiding the internal state of an object and restricting access to it.

    • It allows for data hiding, which prevents outside code from directly accessing an object's internal state.

    • Access to the data is typically provided through public methods, which are known as getters and setters.

    • E...

  • Answered by AI
  • Q3. Palindrome program

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Campus Placement and was interviewed in Nov 2022. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. What are steps ur taking to achieve your short team goal?
  • Ans. 

    I am taking the following steps to achieve my short-term goal:

    • Setting clear and specific goals

    • Creating a detailed action plan

    • Developing necessary skills and knowledge

    • Seeking guidance and mentorship

    • Taking relevant courses or certifications

    • Networking and building professional relationships

    • Tracking progress and making adjustments as needed

  • Answered by AI
  • Q2. Why from ECE department to IT field?
  • Ans. 

    I chose to transition from ECE to IT field because of my passion for technology and the growing demand for IT professionals.

    • Passion for technology and interest in computer science

    • Opportunity to work on cutting-edge technologies and innovations

    • Growing demand for IT professionals and better career prospects

    • Transferable skills from ECE to IT, such as problem-solving and analytical abilities

    • Examples: Developing software fo...

  • Answered by AI
  • Q3. What is HTML WHAT IS CSS why JavaScript is used?
  • Ans. 

    HTML is a markup language for creating web pages, CSS is used for styling those pages, and JavaScript is used for adding interactivity.

    • HTML stands for HyperText Markup Language and is used to create the structure of web pages.

    • CSS stands for Cascading Style Sheets and is used to style the HTML elements on a web page.

    • JavaScript is a programming language that is used to add interactivity, animations, and dynamic content t...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Say truth of u know the answer properly else simply say, sorry I don't know

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

They've checked the communication skills

Round 2 - Technical 

(2 Questions)

  • Q1. Python c and basic questions
  • Q2. Why do you like avasoft
Round 3 - HR 

(2 Questions)

  • Q1. SQL Questions joins types explanations
  • Q2. Managerial questions amd regarding avasoft

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident enought to answer whatver you put in your resume!
Interview experience
2
Poor
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 - Group Discussion 

Covid situation is good or bad

Round 3 - HR 

(1 Question)

  • Q1. Self-intro basic coding
Round 4 - HR 

(1 Question)

  • Q1. Your family background
  • Ans. 

    My family background is diverse and has influenced my passion for engineering.

    • My father is a mechanical engineer and has always encouraged me to pursue a career in engineering.

    • My mother is a computer scientist and has inspired me to explore the field of technology.

    • I have an older brother who is an electrical engineer, and we often discuss engineering concepts and projects.

    • My grandparents were also involved in engineeri...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - no fourth round in this company you get selected in the 3 round itself
Interview experience
1
Bad
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 - Group Discussion 

They will give 1 min to each and every one and they can select who they want

Round 3 - Technical 

(1 Question)

  • Q1. They only concentrate on our background details like what is your father, mother, and also your siblings, and also salaries, very less technical questions will be asked
Round 4 - HR 

(1 Question)

  • Q1. Only background details, and some database questions

Interview Preparation Tips

Interview preparation tips for other job seekers - If u want job in this company, I didn't recommended you for this company as a fresher, because it is time waste, when they layoff you, you don't have get any other choices as well as a fresher, so i would like to tell that plss get a job in where u get the job security
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.

Round 1 - Group Discussion 

Gd will be of simple topics they will give time for a minute to take up the point and don't interfere when others talk just listen to there opinion and then you can talk by agree or disagree the point in polite manner

Round 2 - Technical 

(3 Questions)

  • Q1. What is difference between string vs list
  • Ans. 

    Strings are immutable sequences of characters while lists are mutable sequences of objects.

    • Strings are enclosed in quotes while lists are enclosed in square brackets.

    • Strings cannot be modified while lists can be modified using various methods.

    • Strings are used to represent text while lists are used to store collections of objects.

    • Strings have limited functionality compared to lists which have a wide range of methods and...

  • Answered by AI
  • Q2. What is logic of amstrong number say its coding logic
  • Ans. 

    Armstrong number is a number whose sum of cubes of its digits is equal to the number itself.

    • Armstrong number is also known as Narcissistic number.

    • For example, 153 is an Armstrong number because 1^3 + 5^3 + 3^3 = 153.

    • The coding logic involves breaking down the number into its individual digits, cubing them, and then adding them up.

    • Finally, the sum is compared with the original number to determine if it is an Armstrong n

  • Answered by AI
  • Q3. What is html where it is used
  • Ans. 

    HTML is a markup language used for creating web pages.

    • HTML stands for HyperText Markup Language

    • It is used to structure content on the internet

    • HTML tags are used to define elements such as headings, paragraphs, images, links, etc.

    • Example: <h1>This is a heading</h1>

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. What is expecting from our company
  • Ans. 

    I expect a company that values innovation, growth, and employee development.

    • Opportunities for learning and development

    • Support for innovation and creativity

    • Clear growth path and career advancement

    • Positive work culture and environment

    • Competitive compensation and benefits

    • Strong leadership and mentorship

    • Commitment to diversity and inclusion

  • Answered by AI
  • Q2. If you are giving chance to hold the leader position in company one employee is not working how you handle it
  • Ans. 

    I would assess the situation and take appropriate action, such as reassigning tasks or providing support to the employee.

    • I would first try to understand why the employee is not working and if there are any underlying issues that need to be addressed.

    • If the employee is simply slacking off, I would have a conversation with them to understand their perspective and provide feedback on their performance.

    • If necessary, I woul...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for the interview stick on the programming language you know tailor the resume based on that be true and if you lag somewhere don't be stressed

Skills evaluated in this interview

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

I applied via Walk-in and was interviewed in Aug 2023. 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 - Group Discussion 

Common topic like what is your thoughts about india is considered ha barath, what do think about Ai Etc

Round 3 - One-on-one 

(2 Questions)

  • Q1. Technical oral round and written coding also done side by side
  • Q2. Hr round they give some sequence and we need explain about our thoughts about that sequence

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more from the failure
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was normal aptitude test which was conducted online, cover basic topics like calculating simple and compound interest, Speed of the train, boat, time taken to fill the tank etc.,

Round 2 - Group Discussion 

This was conducted online, the topic given to us was Hard work vs Smart work. They just test your fluency, make sure you calm your nerves and say whatever that comes to your mind relevant to the topic given and be confident.

Round 3 - Technical 

(1 Question)

  • Q1. They let us choose the domain, the questions are relevant to that and other technical stuff

Finastra Interview FAQs

How many rounds are there in Finastra Engineer Trainee interview?
Finastra interview process usually has 2 rounds. The most common rounds in the Finastra interview process are Coding Test and Aptitude Test.

Tell us how to improve this page.

Finastra Engineer Trainee Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Engineer Trainee Interview Questions from Similar Companies

View all
Senior Software Engineer
323 salaries
unlock blur

₹9 L/yr - ₹30 L/yr

Software Engineer
322 salaries
unlock blur

₹5.4 L/yr - ₹16.7 L/yr

Associate Software Engineer
166 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