Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Temenos Software Engineer Interview Questions and Answers

Updated 26 Jul 2025

11 Interview questions

A Software Engineer was asked
Q. What innovative implementations would you bring to the existing system?
Ans. 

I would implement a machine learning algorithm to optimize the system's performance and efficiency.

  • Implementing a recommendation system to suggest personalized content to users based on their preferences and behavior.

  • Integrating natural language processing to improve the system's ability to understand and respond to user queries.

  • Utilizing predictive analytics to forecast future trends and make data-driven decision...

A Software Engineer was asked
Q. How would you create a movie theatre booking system?
Ans. 

A movie theatre booking system can be created by designing a user-friendly interface for customers to browse movies, select showtimes, choose seats, and make payments.

  • Design a database to store movie information, showtimes, seating availability, and customer bookings.

  • Develop a front-end interface for customers to browse movies, select showtimes, and choose seats.

  • Implement a back-end system to handle seat reservati...

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Four people need to cross a bridge at night with only one torch t ... read more
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
A Software Engineer was asked
Q. What is the difference between declaration and definition?
Ans. 

Declaration is a statement that tells the compiler about the existence of a variable or function, while definition provides the actual implementation of the variable or function.

  • Declaration introduces a name and its type to the compiler, while definition allocates memory for the variable or function.

  • Declaration does not allocate memory, while definition does.

  • Multiple declarations can exist for a single definition,...

A Software Engineer was asked
Q. What are variables?
Ans. 

Variables are containers that hold values or references to values in computer programs.

  • Variables are used to store data in a program

  • They can hold different types of data such as numbers, strings, and booleans

  • Variables can be assigned values and their values can be changed throughout the program

  • They are used to make code more readable and reusable

  • Examples of variables include 'age', 'name', and 'isStudent'

A Software Engineer was asked
Q. Describe a scenario-based question and what you would do in that situation.
Ans. 

In a scenario where a critical bug is found in production, I would prioritize, investigate, and communicate effectively to resolve it.

  • Assess the severity of the bug: Determine if it affects all users or a specific subset.

  • Reproduce the issue: Try to replicate the bug in a controlled environment to understand its cause.

  • Prioritize the fix: If it's a critical bug, allocate resources to fix it immediately.

  • Communicate w...

A Software Engineer was asked
Q. Write a flowchart for sorting.
Ans. 

A flow chart for sorting

  • Start with an unsorted list

  • Compare adjacent elements and swap if necessary

  • Repeat until no more swaps are needed

  • List is now sorted

Temenos HR Interview Questions

10 questions and answers

Q. Under what circumstances should you be concerned about race conditions in a prog ... read more
Q. Tell me about your family?
Q. Why should I hire you?
A Software Engineer was asked
Q. Why are you interested in the banking industry?
Ans. 

I have a strong interest in the banking industry.

  • I have studied finance and economics in college.

  • I have completed internships at banks and financial institutions.

  • I enjoy following the stock market and analyzing financial data.

  • I am excited about the potential for technology to revolutionize banking.

  • I believe that the banking industry plays a crucial role in the global economy.

Are these interview questions helpful?
A Software Engineer was asked
Q. What is the difference between a primary key and a foreign key?
Ans. 

Primary key uniquely identifies a record, foreign key refers to a field in another table.

  • Primary key is used to ensure uniqueness of a record in a table

  • Foreign key is used to establish a relationship between two tables

  • Primary key cannot be null, foreign key can be null

  • Primary key is used as a reference in foreign key

A Software Engineer was asked
Q. What are the features of the C language?
Ans. 

C is a procedural programming language with low-level memory access and a rich set of operators.

  • C is a compiled language

  • C has a simple syntax and a small set of keywords

  • C supports pointers and manual memory management

  • C has a rich set of operators and control structures

  • C is widely used for system programming, embedded systems, and game development

A Software Engineer was asked
Q. What is inheritance, What is call by value and call by reference Write a program to find a given number is a primary number or not What is sql
Ans. 

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

  • Inheritance allows for code reusability and promotes a hierarchical relationship between classes.

  • Example: Class B inherits from Class A, so Class B can access all public and protected members of Class A.

  • Call by value passes a copy of the actual value to a function, while call by reference pass...

Temenos Software Engineer Interview Experiences

16 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Jul 2023, where I was asked the following questions.

  • Q1. What is a tree in the context of data structures?
  • Q2. What is the program for implementing a binary tree?
  • Q3. What is the program to reverse a string?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

The technical round involves 5 questions out of which 3 from sql and 2 from c language

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

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

Round 1 - Coding Test 

3 simple questions( 2 related to dsa and 1 related DBMS ) and 1 reasoning question

Round 2 - One-on-one 

(2 Questions)

  • Q1. Mostly related to rdbms concepts
  • Q2. Oops concepts and basic looping type questions
Round 3 - HR 

(1 Question)

  • Q1. Same hr questions asked in every interview

Interview Preparation Tips

Topics to prepare for Temenos Software Engineer interview:
  • SQL
  • RDBMS
  • DBMS
  • Java
Interview preparation tips for other job seekers - If you wants job here, just learn little bit of dsa and rdbms concepts thats all.
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Basic understanding with SQL, and any programming language (JAVA and C are recommended), it is more than enough to crack coding round

Round 2 - Technical 

(1 Question)

  • Q1. Question will be asked based on resume; confidence plays a major role in this round.
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Normal MCQs round really easy was able to complete in 1 hour

Round 2 - Coding Test 

$ questions very easy 3 coding and 1 SQL

Round 3 - Technical 

(3 Questions)

  • Q1. Asked me about the logic and format of code
  • Q2. One scecnaior based question and what you will do there
  • Ans. 

    In a scenario where a critical bug is found in production, I would prioritize, investigate, and communicate effectively to resolve it.

    • Assess the severity of the bug: Determine if it affects all users or a specific subset.

    • Reproduce the issue: Try to replicate the bug in a controlled environment to understand its cause.

    • Prioritize the fix: If it's a critical bug, allocate resources to fix it immediately.

    • Communicate with s...

  • Answered by AI
  • Q3. Asked to describe the concept of override and encapsulation with code

Interview Preparation Tips

Interview preparation tips for other job seekers - It is easy process but learn about the key concepts of the language of your choice
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

The interview involved coding questions based on java (easy).

Round 2 - One-on-one 

(2 Questions)

  • Q1. How would you create a movie theatre booking system.
  • Q2. What new innovative implementation will you do to the existing system.
  • Ans. 

    I would implement a machine learning algorithm to optimize the system's performance and efficiency.

    • Implementing a recommendation system to suggest personalized content to users based on their preferences and behavior.

    • Integrating natural language processing to improve the system's ability to understand and respond to user queries.

    • Utilizing predictive analytics to forecast future trends and make data-driven decisions for...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Q2. Where do you see yourself in 5 years.
  • Q3. Questions on knowledge check on latest IT technologies like cloud and blockchain

Skills evaluated in this interview

I applied via Campus Placement and was interviewed in May 2022. 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 tips
Round 2 - Coding Test 

4 coding questions, 1 SQL coding question

Round 3 - Technical 

(2 Questions)

  • Q1. Basic concepts of OOPs. Core Java questions. Method overloading, overriding. Hashmap implementation in Java.
  • Q2. Primary key, Foreign key difference.
  • Ans. 

    Primary key uniquely identifies a record, foreign key refers to a field in another table.

    • Primary key is used to ensure uniqueness of a record in a table

    • Foreign key is used to establish a relationship between two tables

    • Primary key cannot be null, foreign key can be null

    • Primary key is used as a reference in foreign key

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Interest in banking industry
  • Ans. 

    I have a strong interest in the banking industry.

    • I have studied finance and economics in college.

    • I have completed internships at banks and financial institutions.

    • I enjoy following the stock market and analyzing financial data.

    • I am excited about the potential for technology to revolutionize banking.

    • I believe that the banking industry plays a crucial role in the global economy.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic Java concepts. Multi threading, OOPS, GC
SQL concepts
Easy to medium DSA
Round 1 - Technical 

(2 Questions)

  • Q1. Write an algorithm to sort using bubble sort .. Write a flow chart to sort an array
  • Ans. 

    Algorithm and flow chart for bubble sort on an array

    • Compare adjacent elements and swap if necessary

    • Repeat until no more swaps are needed

    • Time complexity: O(n^2)

    • Space complexity: O(1)

  • Answered by AI
  • Q2. Write a flow chart for sorting
  • Ans. 

    A flow chart for sorting

    • Start with an unsorted list

    • Compare adjacent elements and swap if necessary

    • Repeat until no more swaps are needed

    • List is now sorted

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and honest about what you say. Be confident

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before May 2022. 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 - Assignment 

5 out of 3 questions has to be cleared

Round 3 - Technical 

(2 Questions)

  • Q1. What are variables
  • Q2. Difference between declaration and definition
  • Ans. 

    Declaration is a statement that tells the compiler about the existence of a variable or function, while definition provides the actual implementation of the variable or function.

    • Declaration introduces a name and its type to the compiler, while definition allocates memory for the variable or function.

    • Declaration does not allocate memory, while definition does.

    • Multiple declarations can exist for a single definition, but ...

  • Answered by AI

Skills evaluated in this interview

Round 1 - Coding Test 

3 codes we have to slove 2 out of 3

Round 2 - Technical 

(1 Question)

  • Q1. Questions are shooted from resume
Round 3 - HR 

(1 Question)

  • Q1. Simple questions related to your experience

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join temenos because they are using properitary tools in the organisation

Top trending discussions

View All
Interview Hub
2w
a team lead
FeedCard Image
Got a question about Temenos?
Ask anonymously on communities.

Temenos Interview FAQs

How many rounds are there in Temenos Software Engineer interview?
Temenos interview process usually has 2-3 rounds. The most common rounds in the Temenos interview process are Coding Test, Technical and Resume Shortlist.
How to prepare for Temenos 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 Temenos. The most common topics and skills that interviewers at Temenos expect are Recruitment, Wealth Management, Core banking, Coding and Banking Software.
What are the top questions asked in Temenos Software Engineer interview?

Some of the top questions asked at the Temenos Software Engineer interview -

  1. What new innovative implementation will you do to the existing syst...read more
  2. What are features of C language ...read more
  3. How would you create a movie theatre booking syst...read more

Tell us how to improve this page.

Overall Interview Experience Rating

3.7/5

based on 12 interview experiences

Difficulty level

Easy 25%
Moderate 75%

Duration

Less than 2 weeks 57%
2-4 weeks 29%
6-8 weeks 14%
View more
Temenos Software Engineer Salary
based on 808 salaries
₹5.5 L/yr - ₹12 L/yr
At par with the average Software Engineer Salary in India
View more details

Temenos Software Engineer Reviews and Ratings

based on 98 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.0

Salary

3.0

Job security

3.0

Company culture

2.6

Promotions

2.9

Work satisfaction

Explore 98 Reviews and Ratings
Software Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
861 salaries
unlock blur

₹9.6 L/yr - ₹16.4 L/yr

Software Engineer
808 salaries
unlock blur

₹5.5 L/yr - ₹12 L/yr

Senior Test Engineer
405 salaries
unlock blur

₹8.6 L/yr - ₹14 L/yr

Test Engineer
370 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Associate Product Engineer
335 salaries
unlock blur

₹5.8 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Temenos with

24/7 Customer

3.5
Compare

Thomson Reuters

4.1
Compare

Oracle Cerner

3.6
Compare

Adobe

3.8
Compare
write
Share an Interview