Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Financial Software & Systems Senior Software Engineer Interview Questions and Answers

Updated 25 Jun 2024

Financial Software & Systems Senior Software Engineer Interview Experiences

2 interviews found

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

I applied via Naukri.com and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Coding round was good

Round 2 - Technical 

(1 Question)

  • Q1. Basic level of Java,DBMS

I applied via Referral and was interviewed in Sep 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Production related unix commands, sql queries for fetching details from the database.

Interview Preparation Tips

Interview preparation tips for other job seekers - Production support is simply handling the issues reported by bank in daily basis, so knowledge in banking domain is important here and also once hired people can learn bank operations in deep.

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 questions from similar companies

I applied via Approached by Company and was interviewed in Oct 2018. There were 6 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. 1. Diff betn case and decode 2. Primary unique keys 3. Diff betn proc and function 4. Query for 2nd highest sal dept wise 5. Query to find sum witbout using aggregate 6. Queries on count distinct 7. Updat...
  • Ans. 

    Answers to interview questions for Senior Software Engineer

    • 1. CASE is used to provide conditional logic in SQL queries, while DECODE is used to perform conditional value substitution.

    • 2. Primary keys are used to uniquely identify each record in a database table.

    • 3. Procedures and functions are both database objects that encapsulate a series of SQL statements, but functions return a value while procedures do not.

    • 4. SELECT...

  • Answered by AI
  • Q2. Salary negotiation
  • Q3. About your self non technical Exp in project Scenarios and how will you handle

Interview Preparation Tips

Round: Test
Experience: Basics of sql multiple choice

General Tips: Prepare basics and Keep Sql strong
Skills: Communication, Problem Solving, Analytical Skills, Time Management, Decision Making Skills
Duration: 1-4 weeks

Skills evaluated in this interview

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

I applied via Company Website and was interviewed before Nov 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is dependency injection?
  • Ans. 

    Dependency injection is a design pattern in which components are given their dependencies rather than creating them internally.

    • Dependency injection helps in achieving loose coupling between classes.

    • It allows for easier testing by providing a way to mock dependencies.

    • There are three types of dependency injection: constructor injection, setter injection, and interface injection.

  • Answered by AI
  • Q2. Brief description about your current project architecture.
  • Ans. 

    Our current project architecture follows a microservices design pattern with Docker containers for scalability and flexibility.

    • Microservices architecture

    • Docker containers for scalability

    • RESTful APIs for communication

    • Kubernetes for orchestration

  • Answered by AI

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Feb 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

1 hour Time and Distance , Percentage, odd man out , Area, Problem on Ages.

Round 2 - Technical 

(3 Questions)

  • Q1. Tell me about your self , projects why are you leaving old organization
  • Q2. Oops concepts , what is Garbage collection
  • Ans. 

    Garbage collection is an automatic memory management process in which the system frees up memory occupied by objects that are no longer in use.

    • Garbage collection is a feature of many programming languages, including Java and C#.

    • It helps prevent memory leaks and reduces the burden of manual memory management.

    • The garbage collector identifies and releases memory that is no longer referenced by any active objects.

    • It works ...

  • Answered by AI
  • Q3. What is Variable
  • Ans. 

    A variable is a named storage location in a computer's memory that can hold a value.

    • Variables are used to store and manipulate data in a program.

    • They have a name, a type, and a value.

    • The value of a variable can be changed during program execution.

    • Variables can be used to perform calculations, store user input, or hold intermediate results.

    • Examples: int age = 25; float temperature = 98.6; string name = 'John';

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about Yourself
  • Q2. How soon you can join
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Mvc architecture
Round 2 - Technical 

(1 Question)

  • Q1. Sql server related queries

Interview Preparation Tips

Interview preparation tips for other job seekers - Very unstable company .. very unprofessional behaviour

I applied via Naukri.com and was interviewed in Jun 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Related to project and design
  • Q2. Brief about project clearly and the architecture involved in the project

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer was very good in behaviour and even they ask the relevant questions

I applied via Referral and was interviewed in Dec 2021. There were 4 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 Resume tips
Round 2 - HR 

(1 Question)

  • Q1. Basic introduction and carrier details
Round 3 - Technical 

(1 Question)

  • Q1. SQL Scripting hand written ,java application related questions
Round 4 - One-on-one 

(1 Question)

  • Q1. HR salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - I was looking production application support so according to my profile they asked me product functionality, business scenario,RBI related queries, SQL Scripting

I applied via Naukri.com and was interviewed before May 2021. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Discuss 4 case study related to supply chain management.

Interview Preparation Tips

Topics to prepare for Tech Mahindra Senior Software Engineer interview:
  • Supply Chain Management
Interview preparation tips for other job seekers - Develop some case study of your own and also deep analysis for each.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me something about your self?
  • Q2. What is java ?
  • Ans. 

    Java is a high-level programming language known for its portability, security, and object-oriented features.

    • Java is platform-independent, meaning it can run on any device with a Java Virtual Machine (JVM).

    • It is object-oriented, allowing for modular and reusable code.

    • Java is known for its strong security features, such as sandboxing and encryption.

    • It is widely used for developing web applications, mobile apps, and enter...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. How did you deliver your code?
  • Ans. 

    I delivered my code through version control systems like Git, following best practices for code review and testing.

    • Used Git for version control to track changes and collaborate with team members

    • Followed best practices for code review to ensure quality and consistency

    • Implemented automated testing to catch bugs early and ensure code reliability

  • Answered by AI
  • Q2. What is your team size?
  • Ans. 

    The team size is 10 members.

    • The team consists of 2 senior engineers, 4 mid-level engineers, and 4 junior engineers.

    • We follow an agile methodology with cross-functional teams.

    • Regular team meetings and stand-ups ensure effective communication and collaboration.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - introduce your self in a good manner.
Contribute & help others!
anonymous
You can choose to be anonymous

Financial Software & Systems Interview FAQs

How many rounds are there in Financial Software & Systems Senior Software Engineer interview?
Financial Software & Systems interview process usually has 2 rounds. The most common rounds in the Financial Software & Systems interview process are Coding Test and Technical.
How to prepare for Financial Software & Systems 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 Financial Software & Systems. The most common topics and skills that interviewers at Financial Software & Systems expect are Software Engineering, C, C++, Core Java and EMV.
What are the top questions asked in Financial Software & Systems Senior Software Engineer interview?

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

  1. Production related unix commands, sql queries for fetching details from the dat...read more
  2. Basic level of Java,D...read more

Recently Viewed

INTERVIEWS

N.C.L. Industries

No Interviews

INTERVIEWS

Financial Software & Systems

No Interviews

INTERVIEWS

Financial Software & Systems

No Interviews

INTERVIEWS

N.C.L. Industries

No Interviews

INTERVIEWS

Financial Software & Systems

No Interviews

INTERVIEWS

Financial Software & Systems

No Interviews

INTERVIEWS

Financial Software & Systems

No Interviews

INTERVIEWS

L&T Construction

No Interviews

INTERVIEWS

N.C.L. Industries

No Interviews

Tell us how to improve this page.

Financial Software & Systems Senior Software Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Financial Software & Systems Senior Software Engineer Salary
based on 288 salaries
₹4.8 L/yr - ₹18.5 L/yr
30% less than the average Senior Software Engineer Salary in India
View more details

Financial Software & Systems Senior Software Engineer Reviews and Ratings

based on 34 reviews

3.0/5

Rating in categories

3.0

Skill development

3.1

Work-life balance

2.7

Salary

3.9

Job security

2.9

Company culture

2.2

Promotions

2.6

Work satisfaction

Explore 34 Reviews and Ratings
Software Engineer
617 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Associate
508 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
288 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Technical Associate
267 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
179 salaries
unlock blur

₹0 L/yr - ₹0 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.5
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