Upload Button Icon Add office photos

Filter interviews by

Financial Software & Systems Software Engineer Interview Questions and Answers

Updated 17 Dec 2024

Financial Software & Systems Software Engineer Interview Experiences

8 interviews found

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

Fist round aptitude verbal and coding

Round 3 - Technical 

(1 Question)

  • Q1. 2 round technical round Oops concept Programming like string reverse Palindrome
Round 4 - HR 

(1 Question)

  • Q1. General questions other than technical
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude questions of all the topics

Round 2 - Coding Test 

Java and OOPs concept related coding

Round 3 - HR 

(1 Question)

  • Q1. Technical and HR round together

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

It was an online assessment included aptitude, technical and verbal questions.

Round 3 - Technical 

(2 Questions)

  • Q1. The 2nd round was technical interview. The questions were about java, MySql, HTML.
  • Q2. Write a java code to reverse a given string
  • Ans. 

    Java code to reverse a given string

    • Use StringBuilder or StringBuffer class

    • Iterate through the string in reverse order

    • Append each character to the StringBuilder object

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. About yourself and some basic technical questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Know well about basics of Java,Sql and HTML and give good answers in interview

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Most of the questions ask on Sql
Round 3 - HR 

(1 Question)

  • Q1. Salary expectations , when to join?

Financial Software & Systems interview questions for designations

 Senior Software Engineer

 (2)

 System Software Engineer

 (1)

 Senior Software Development Engineer

 (1)

 Software Developer

 (1)

 Test Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior Test Engineer

 (2)

 Junior Engineer

 (1)

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

I applied via Campus Placement and was interviewed before Dec 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Mathematical, logical, and english

Round 2 - Group Discussion 

Discussion abiut engineering degree

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not join this company. stay away. it's career suicide

I applied via Naukri.com and was interviewed in Sep 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. They asked questions on core java -Collection, Exception Handling, Multithreading and
  • Q2. Asked question on spring framework and Jsp
  • Q3. Asked questions on Oracle and Java tools

Interview Preparation Tips

Interview preparation tips for other job seekers - 1. Need to be strong in Core Java & Spring.
2. Keep calm & Confident at the time of the interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before Apr 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Core Java, Spring Framework

Round 2 - Coding Test 

String Program
Split the string in reverse order

Round 3 - One-on-one 

(1 Question)

  • Q1. Managerial round Basic Tech Questions

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Final year project

Interview Preparation Tips

Interview preparation tips for other job seekers - Good

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - Technical 

(4 Questions)

  • Q1. They asked first question related to Spring security .
  • Q2. Questions related to rest API Given scenario and asked approach
  • Q3. Database related like procedures call in db and also in springboot
  • Q4. Core java related to collections
Round 2 - Technical 

(5 Questions)

  • Q1. In second round , interviewer asked me to write logic for Array sort
  • Q2. Singleton class
  • Q3. Design pattern like singleton and factory , dao
  • Q4. Spring data JPA , jdbc connection
  • Q5. Hibernate annotation
Round 3 - Behavioral 

(3 Questions)

  • Q1. Related to projects what we had done
  • Q2. Difficult situations what u face
  • Ans. 

    Handling difficult situations by staying calm, analyzing the problem, and finding a solution.

    • Remaining calm under pressure

    • Identifying the root cause of the problem

    • Collaborating with team members to brainstorm solutions

    • Prioritizing tasks to address the issue efficiently

  • Answered by AI
  • Q3. Code standardization
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding question for 60 mins. One array based question and one string based question.

Round 2 - Technical 

(2 Questions)

  • Q1. Oops 2 pillars with examples ?
  • Ans. 

    Oops 2 pillars are Abstraction and Encapsulation.

    • Abstraction: Hiding unnecessary details and showing only relevant information. Example: Car dashboard displaying speed without showing internal engine details.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit. Example: Class in object-oriented programming encapsulates data and methods.

  • Answered by AI
  • Q2. Inheritance and it's types with examples ?
  • Ans. 

    Inheritance is a concept in object-oriented programming where a class inherits properties and behaviors from another class.

    • Types of inheritance: single inheritance, multiple inheritance, multilevel inheritance, hierarchical inheritance

    • Single inheritance: a class inherits from only one parent class. Example: class Dog inherits from class Animal

    • Multiple inheritance: a class inherits from multiple parent classes. Example:...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts and SQL concepts. Web based questions also asked.

Financial Software & Systems Interview FAQs

How many rounds are there in Financial Software & Systems Software Engineer interview?
Financial Software & Systems interview process usually has 3-4 rounds. The most common rounds in the Financial Software & Systems interview process are Aptitude Test, Resume Shortlist and HR.
How to prepare for Financial Software & Systems 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 Financial Software & Systems. The most common topics and skills that interviewers at Financial Software & Systems expect are JSP, Core Java, SQL, Weblogic and Analytical.
What are the top questions asked in Financial Software & Systems Software Engineer interview?

Some of the top questions asked at the Financial Software & Systems Software Engineer interview -

  1. Write a java code to reverse a given str...read more
  2. They asked questions on core java -Collection, Exception Handling, Multithreadi...read more
  3. The 2nd round was technical interview. The questions were about java, MySql, HT...read more

Tell us how to improve this page.

Financial Software & Systems Software Engineer Interview Process

based on 6 interviews

2 Interview rounds

  • Resume Shortlist Round
  • Aptitude Test Round
View more
Financial Software & Systems Software Engineer Salary
based on 607 salaries
₹2.5 L/yr - ₹8.5 L/yr
41% less than the average Software Engineer Salary in India
View more details

Financial Software & Systems Software Engineer Reviews and Ratings

based on 78 reviews

3.7/5

Rating in categories

3.6

Skill development

3.5

Work-life balance

3.1

Salary

3.9

Job security

3.5

Company culture

3.2

Promotions

3.5

Work satisfaction

Explore 78 Reviews and Ratings
Software Engineer
607 salaries
unlock blur

₹2.5 L/yr - ₹8.5 L/yr

Technical Associate
516 salaries
unlock blur

₹1.8 L/yr - ₹8 L/yr

Senior Software Engineer
290 salaries
unlock blur

₹4.7 L/yr - ₹16.5 L/yr

Senior Technical Associate
236 salaries
unlock blur

₹2 L/yr - ₹10.6 L/yr

Team Lead
175 salaries
unlock blur

₹3.7 L/yr - ₹15.5 L/yr

Explore more salaries
Compare Financial Software & Systems with

Intellect Design Arena

4.0
Compare

FIS

3.9
Compare

Nucleus Software Exports

3.5
Compare

Oracle Financial Services Software

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview