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 53 questions

Temenos Interview Experiences

Popular Designations

85 interviews found

Product Analysis and Customer Support Interview Questions & Answers

user image Anonymous

posted on 25 Sep 2024

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

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

Round 1 - Coding Test 

Duration - 60 minutes
Platform - Wheebox
Topics - Arrays and Strings, SQL query and Essay writing

Round 2 - Technical 

(6 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a dedicated and experienced professional with a background in product analysis and customer support.

    • I have a strong analytical mindset and attention to detail.

    • I have excellent communication skills and enjoy working with customers to solve their problems.

    • I am proficient in using various tools and software to analyze product performance and customer feedback.

    • I have experience in conducting market research and identi

  • Answered by AI
  • Q2. Tell me about your project ?
  • Ans. 

    I led a project to develop a new mobile app for tracking fitness goals and providing personalized workout plans.

    • Researched market trends and user preferences for fitness apps

    • Collaborated with developers to design user-friendly interface

    • Conducted beta testing with focus groups to gather feedback

    • Implemented features such as progress tracking and workout reminders

  • Answered by AI
  • Q3. Resume based questions
  • Q4. Questions related to cloud
  • Q5. Tell me about your family ?
  • Ans. 

    I come from a close-knit family of five, including my parents, older sister, and younger brother.

    • My parents have always been supportive of my career choices and encouraged me to pursue my passions.

    • My older sister is a successful lawyer who I look up to for her dedication and work ethic.

    • My younger brother is currently studying engineering and we enjoy playing sports together in our free time.

  • Answered by AI
  • Q6. Questions related to new technology
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a dedicated and detail-oriented professional with a background in product analysis and customer support.

    • I have a strong analytical mindset and attention to detail, which helps me in analyzing products effectively.

    • I have experience in providing excellent customer support and resolving issues in a timely manner.

    • I am proficient in using various tools and software to gather and analyze data for product improvement.

    • I h...

  • Answered by AI
  • Q2. Tell me about your family background ?
  • Ans. 

    I come from a close-knit family with diverse backgrounds and strong values.

    • My parents are both immigrants, my mother is from Mexico and my father is from India.

    • I have two siblings, an older brother who is a doctor and a younger sister who is studying to be a teacher.

    • Family gatherings are always filled with laughter, delicious food, and lively discussions about our different cultures.

  • Answered by AI
  • Q3. Discussion about role and responsibility

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a practice on the easy and medium questions on platforms like GeeksfoGeeks and LeetCode, it will be easier to crack coding round. Be confident and know what you mentioned in resume.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Walk-in and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It included aptitude...selenium questions...java mcq questions...and a program to write

Round 2 - Technical 

(3 Questions)

  • Q1. Abstraction related questions
  • Q2. Interface, JIT, inheritance, java architecture
  • Q3. SQL questions...diff between char and varchar.....pk and fk....
Round 3 - HR 

(2 Questions)

  • Q1. Introduce yourself
  • Q2. Why should I hire you

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for java

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

Test Engineer Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Aug 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Mainly sql qns are asked to write

Round 2 - Technical 

(1 Question)

  • Q1. Java basic questions and sql
Round 3 - HR 

(1 Question)

  • Q1. To test our communication skills

Test Engineer Interview Questions asked at other Companies

Q1. 1. What is the frame work u have worked and explain the framework with folder structure? 2. purely based on testing, different testing types like functional and non functional tests 3. real time scenarios like last min bugs before release? ... read more
View answer (4)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. About project of previous company
  • Q2. Check palindrome and odd of given number

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 1You have been given an integer array/list(ARR) of size N that contains only integers, 0 and 1. Write a function to sort this array/list. Think of a solution which scans the array/list only once and don't require use of an extra arra... read more
View answer (4)

Temenos interview questions for popular designations

 Software Engineer

 (16)

 Business Analyst

 (7)

 Associate Product Engineer

 (6)

 Software Developer

 (6)

 Associate Software Engineer

 (4)

 Product Engineer

 (3)

 Senior Test Engineer

 (3)

 Test Engineer

 (3)

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

2 codings and 1 sql questions were asked

Round 2 - Technical 

(1 Question)

  • Q1. Basics of questions like string, stringbuffer
Round 3 - HR 

(1 Question)

  • Q1. General attitude questions

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)

Get interview-ready with Top Temenos Interview Questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Primary on OOPS concept
  • Q2. Standard Template Library

Principal Software Engineer Interview Questions asked at other Companies

Q1. Codng question:For the given stream of integers, calculate the avg,print top 10 elements and bottom 10 elements. It was not clearly mentioned on the problem. After poking more on the problem only provided the details.
View answer (1)

Jobs at Temenos

View all
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Quick sort algorithm and code
  • Ans. 

    Quick sort is a popular sorting algorithm that uses divide and conquer strategy.

    • Quick sort picks a pivot element and partitions the array around the pivot.

    • It recursively sorts the sub-arrays on either side of the pivot.

    • It is efficient for large datasets but can have worst-case time complexity of O(n^2).

    • Example: [3, 6, 8, 10, 1, 2, 1]

  • Answered by AI
  • Q2. Access specifiers uses and examples
  • Ans. 

    Access specifiers control the visibility of class members in object-oriented programming.

    • Public: accessible from any class

    • Private: only accessible within the same class

    • Protected: accessible within the same class and its subclasses

    • Examples: public int age; private String name; protected double salary;

  • Answered by AI

Skills evaluated in this interview

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)

Software Developer interview

user image QUANT MASTERS

posted on 6 Jan 2022

 · Engineering
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. About testing process
  • Q2. Bugs I found in last project
  • Ans. 

    I found and reported 15 critical bugs in the last project, including issues with data validation and UI functionality.

    • Identified 5 bugs related to data validation errors

    • Discovered 7 UI functionality bugs affecting user experience

    • Reported 3 critical bugs impacting system performance

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Framework of test automation
  • Ans. 

    Framework of test automation refers to the structure and guidelines for implementing automated testing.

    • Framework provides a set of rules and guidelines for creating and organizing automated tests.

    • It includes tools, libraries, coding standards, and best practices for test automation.

    • Common types of test automation frameworks include data-driven, keyword-driven, and hybrid frameworks.

    • Frameworks help in improving test eff...

  • Answered by AI

Skills evaluated in this interview

Senior Test Engineer Interview Questions asked at other Companies

Q1. From Selenium -> Which Automation framework I have implemented in my project . Explain each framework components. How to handle dynamic web element. how to handle hidden element. how to upload file in selenium, where hashmap is used in s... read more
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Capital market related questions
  • Q2. Mutual Funds, Bonds, Equity , Derivatives

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)

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
Hexaware Technologies Interview Questions
3.5
 • 723 Interviews
Persistent Systems Interview Questions
3.5
 • 612 Interviews
Adobe Interview Questions
3.9
 • 251 Interviews
View all

Temenos Reviews and Ratings

based on 801 reviews

3.3/5

Rating in categories

3.0

Skill development

3.3

Work-life balance

3.1

Salary

3.3

Job security

3.0

Company culture

2.8

Promotions

3.0

Work satisfaction

Explore 801 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
830 salaries
unlock blur

â‚ą6 L/yr - â‚ą17.4 L/yr

Software Engineer
750 salaries
unlock blur

â‚ą4.5 L/yr - â‚ą15 L/yr

Senior Test Engineer
435 salaries
unlock blur

â‚ą5.8 L/yr - â‚ą14.2 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