Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Temenos Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top Temenos Interview Questions and Answers

View all 54 questions

Temenos Interview Experiences

Popular Designations

82 interviews found

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

I applied via campus placement at Kongu Engineering College, Erode and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Written test coding and with aptitude questions are asked

Round 2 - Technical 

(1 Question)

  • Q1. Asking about OOPS and C++ basics concepts

Software Developer Intern Interview Questions asked at other Companies

Q1. Sum Of Max And MinYou are given an array “ARR” of size N. Your task is to find out the sum of maximum and minimum elements in the array. Follow Up: Can you do the above task in a minimum number of comparisons? Input format: The first line ... read more
View answer (8)
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.

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 (169)
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected
Round 1 - HR 

(2 Questions)

  • Q1. Asked the questions related to testing and automation
  • Q2. Asked about the testing and automation questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be good at Automation testing and Manual Basics and b.tech percentage should be above 70% is preferred

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)

Squad Lead Interview Questions & Answers

user image Anonymous

posted on 17 Nov 2023

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 2023. 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 

Scrambling and reversing

Round 3 - Technical 

(1 Question)

  • Q1. Explain the projects in resume
Round 4 - HR 

(1 Question)

  • Q1. About the vision and road map

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the contents in the resume

Temenos interview questions for popular designations

 Software Engineer

 (15)

 Business Analyst

 (7)

 Associate Product Engineer

 (6)

 Software Developer

 (5)

 Associate Software Engineer

 (4)

 Product Engineer

 (3)

 Senior Test Engineer

 (3)

 Test Engineer

 (3)

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 4 interview rounds.

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

There was a test with 4 questions and 3 to be answered mandatorily, 1 SQL and 2 Programming on our preferred language and a paragraph writing as 5th question.

Round 3 - Technical 

(2 Questions)

  • Q1. Resume based questions, Basic programming and SQL questions, Types of Cloud services, About Temenos and a few scenario based questions.
  • Q2. Simple Answers can google basic questions on programming for freshers
Round 4 - HR 

(1 Question)

  • Q1. HR Explained job roles and responsibilities

Top Temenos Associate Software Engineer Interview Questions and Answers

Q1. In exception handling how many ways can we throw exception
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given SumYou are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in the array which adds up to a given number K. An array is said to have a triplet {ARR[i], ARR[j], ARR[... read more
View answer (4)

Get interview-ready with Top Temenos Interview Questions

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
  • 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

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 (169)

Jobs at Temenos

View all
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Implement minstack
  • Q2. How load balancers work
  • Ans. 

    Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.

    • Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.

    • They can be hardware-based or software-based.

    • Common algorithms used by load balancers include round-robin, least connections, and IP hash.

    • Load balancers can improve reliability and scalability of a website ...

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

(2 Questions)

  • Q1. 2 sum problem to implement in O(n)
  • Ans. 

    The Two Sum problem involves finding two numbers in an array that add up to a target value.

    • Iterate through the array and store the difference between the target and current element in a hashmap.

    • Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.

    • Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.

  • Answered by AI
  • Q2. About the projects i have done

Skills evaluated in this interview

Technical Lead Interview Questions asked at other Companies

Q1. 1. Explain 5 mins the flow from requirement analysis to production deployment and tools used in the process. 2. What is auto-scaling in a microservices architecture? 3. Difference between micro-service and serverless. 4. If you were going t... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
-
Result
-

I applied via LinkedIn and was interviewed before Feb 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Loan life cycle
  • Q2. Loan application process
Round 2 - One-on-one 

(2 Questions)

  • Q1. Work experience
  • Q2. Conflict resolution

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

SQL query based questions where asked

Round 2 - Technical 

(2 Questions)

  • Q1. Being a fresher, the question asked qas about OOPS, stack , query, resume based.
  • Q2. Behavioral questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong on your sql language.

Product Engineer Interview Questions asked at other Companies

Q1. Left View Of Binary TreeGiven a binary tree. Print the Left View of the Tree. Example : If the input tree is as depicted in the picture: The Left View of the tree will be: 2 35 2 Input format : Elements in the level order form. The input... read more
View answer (3)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

Coding of Java and Sql

Round 2 - One-on-one 

(2 Questions)

  • Q1. Basic to moderate questions on data structure and algorithms, git and sql
  • Q2. Situation qns

Top Temenos Associate Software Engineer Interview Questions and Answers

Q1. In exception handling how many ways can we throw exception
View answer (2)

Associate Software Engineer Interview Questions asked at other Companies

Q1. Triplets with Given Sum Problem Given an array or list ARR consisting of N integers, your task is to identify all distinct triplets within the array that sum up to a specified number K. Explanation: A triplet is a set {ARR[i], ARR[j], ARR[k... read more
View answer (1)

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 56 interviews

Interview experience

3.9
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 3k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all

Temenos Reviews and Ratings

based on 808 reviews

3.3/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

3.2

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 808 Reviews and Ratings
Senior Support Engineer

Chennai,

Bangalore / Bengaluru

3-8 Yrs

Not Disclosed

Analyst - Product Support

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Analyst - Product Support

Bangalore / Bengaluru

2-5 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
856 salaries
unlock blur

₹6 L/yr - ₹17.4 L/yr

Software Engineer
752 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Test Engineer
433 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Test Engineer
372 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Business Analyst
232 salaries
unlock blur

₹5 L/yr - ₹14.9 L/yr

Explore more salaries
Compare Temenos with

Infosys

3.6
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

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