Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Temenos Interview Questions and Answers

Updated 24 Mar 2025

Temenos Interview Experiences

Popular Designations

85 interviews found

Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Oct 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Clearing function
  • Q2. Financial accounting

Analyst Interview Questions asked at other Companies

Q1. N-th Fibonacci Number Problem Statement Given an integer ‘N’, your task is to find and return the N’th Fibonacci number using matrix exponentiation. Since the answer can be very large, return the answer modulo 10^9 + 7. Formula: F(n) = F(n-... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell about yourself
  • Q2. Role and responsibilities of previous organisation
Round 2 - HR 

(1 Question)

  • Q1. Salary expectation

Service Delivery Manager Interview Questions asked at other Companies

Q1. 8. A critical deliverable which was to be delivered to the C-Suite is way behind schedule, and you get to know this in the 11th hour. How will you communicate this to the leadership?
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Campus Placement and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The platform is hackerrank and they asked arrays and string topics and the duration is 1hr

Round 2 - Technical 

(4 Questions)

  • Q1. What is the difference between http and https
  • Ans. 

    HTTP is unsecured while HTTPS is secured with SSL/TLS encryption.

    • HTTP stands for Hypertext Transfer Protocol, while HTTPS stands for Hypertext Transfer Protocol Secure.

    • HTTP operates on port 80, while HTTPS operates on port 443.

    • HTTP data is transmitted in plain text, while HTTPS data is encrypted using SSL/TLS.

    • HTTPS provides authentication, integrity, and confidentiality of data exchanged between a client and a server.

    • W...

  • Answered by AI
  • Q2. Asked some sql querys
  • Q3. Asked some sql joins
  • Q4. Fully based on user resume
Round 3 - HR 

(1 Question)

  • Q1. They asked general questions like family background

Skills evaluated in this interview

Top Temenos Software Developer Interview Questions and Answers

Q1. what is the difference between http and https
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-

I appeared for an interview in Feb 2025, where I was asked the following questions.

  • Q1. Self introduction
  • Q2. More on hedge fund terminology

Fund Accountant Interview Questions asked at other Companies

Q1. What was the journal entry for prepaid rent which has paid at beginning of the month for the whole year and entry at the end of month ?? Which is entry affects the networth??
View answer (5)

Temenos interview questions for popular designations

 Software Engineer

 (15)

 Associate Product Engineer

 (7)

 Business Analyst

 (7)

 Software Developer

 (5)

 Associate Software Engineer

 (4)

 Product Engineer

 (3)

 Test Engineer

 (3)

 Senior Test Engineer

 (3)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

They have asked bunch of question from java, which i have told o am not aware about

Round 2 - Technical 

(3 Questions)

  • Q1. What is Binary trees,
  • Ans. 

    Binary trees are hierarchical data structures composed of nodes, where each node has at most two children.

    • Consists of nodes with at most two children - left and right

    • Each node can have zero, one, or two children

    • Used in data structures like binary search trees and binary heaps

  • Answered by AI
  • Q2. What are expection handling in pyhton
  • Ans. 

    Exception handling in Python is a way to handle errors that occur during the execution of a program.

    • Use try-except blocks to catch and handle exceptions

    • Different types of exceptions can be handled separately

    • Use finally block to execute code regardless of whether an exception occurred or not

  • Answered by AI
  • Q3. Write a SQL quesries
  • Ans. 

    SQL query to retrieve employee names and their salaries from a table

    • Use SELECT statement to retrieve data

    • Specify the columns you want to retrieve (employee names and salaries)

    • Specify the table name from which you want to retrieve data

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Contains more than 6 questions, basically we can solve those using java and mysql.

Associate Product Engineer Interview Questions asked at other Companies

Q1. Do you know SQL? Can you write a query for selecting some rows in a db table?
View answer (1)

Jobs at Temenos

View all
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

Top Temenos Software Engineer Interview Questions and Answers

Q1. What are features of C language ?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (218)

Associate Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Some general aptitude

Round 2 - HR 

(2 Questions)

  • Q1. General questions
  • Q2. Behavioral question

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well

Associate Interview Questions asked at other Companies

Q1. What is mean of TTR & why required for powder coating process ?
View answer (17)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
No response

I applied via Job Portal and was interviewed in Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Online Coding test conducted virtually .

Round 2 - One-on-one 

(1 Question)

  • Q1. Python fundamentals and java fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Asking About us and Background?

Top Temenos Software Developer Interview Questions and Answers

Q1. what is the difference between http and https
View answer (1)

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (43)
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.

Top Temenos Software Engineer Interview Questions and Answers

Q1. What are features of C language ?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (218)

Temenos Interview FAQs

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

Some of the top questions asked at the Temenos interview -

  1. In exception handling how many ways can we throw except...read more
  2. How do you do dynamic memory allocation in C,C++? what is the differen...read more
  3. How to find the string in an array of strings which are arranged in sorted orde...read more
How long is the Temenos interview process?

The duration of Temenos interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Temenos Interview Process

based on 60 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

Adobe Interview Questions
3.9
 • 234 Interviews
24/7 Customer Interview Questions
3.5
 • 176 Interviews
Dassault Systemes Interview Questions
4.0
 • 162 Interviews
Oracle Cerner Interview Questions
3.7
 • 157 Interviews
VMware Software Interview Questions
4.4
 • 145 Interviews
ServiceNow Interview Questions
4.1
 • 120 Interviews
Thomson Reuters Interview Questions
4.1
 • 114 Interviews
Amadeus Interview Questions
3.9
 • 107 Interviews
UKG Interview Questions
3.1
 • 103 Interviews
Atlassian Interview Questions
3.5
 • 88 Interviews
View all

Temenos Reviews and Ratings

based on 860 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-life balance

3.1

Salary

3.0

Job security

2.8

Company culture

2.7

Promotions

2.8

Work satisfaction

Explore 860 Reviews and Ratings
Agile Coach

Chennai,

Bangalore / Bengaluru

10-15 Yrs

Not Disclosed

Financial Manager

Chennai

3-5 Yrs

Not Disclosed

Senior Accountant/ Specialist/ Analyst

Chennai

3-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
821 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Software Engineer
761 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Senior Test Engineer
434 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Test Engineer
362 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Associate Product Engineer
244 salaries
unlock blur

₹5.8 L/yr - ₹11.2 L/yr

Explore more salaries
Compare Temenos with

24/7 Customer

3.5
Compare

Oracle Cerner

3.7
Compare

Adobe

3.9
Compare

Thomson Reuters

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