AmbitionBox

AmbitionBox

Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
  • Home
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Awards 2024
  • Campus Placements
  • Practice Test
  • Compare Companies
+ Contribute
notification
notification
Login
  • Home
  • Communities
  • Companies
    • Companies

      Discover best places to work

    • Compare Companies

      Compare & find best workplace

    • Add Office Photos

      Bring your workplace to life

    • Add Company Benefits

      Highlight your company's perks

  • Reviews
    • Company reviews

      Read reviews for 6L+ companies

    • Write a review

      Rate your former or current company

  • Salaries
    • Browse salaries

      Discover salaries for 6L+ companies

    • Salary calculator

      Calculate your take home salary

    • Are you paid fairly?

      Check your market value

    • Share your salary

      Help other jobseekers

    • Gratuity calculator

      Check your gratuity amount

    • HRA calculator

      Check how much of your HRA is tax-free

    • Salary hike calculator

      Check your salary hike

  • Interviews
    • Company interviews

      Read interviews for 40K+ companies

    • Share interview questions

      Contribute your interview questions

  • Jobs
  • Awards
    pink star
    VIEW WINNERS
    • ABECA 2025
      VIEW WINNERS

      AmbitionBox Employee Choice Awards - 4th Edition

    • ABECA 2024

      AmbitionBox Employee Choice Awards - 3rd Edition

    • AmbitionBox Best Places to Work 2022

      2nd Edition

    Participate in ABECA 2026 right icon dark
For Employers
Upload Button Icon Add office photos
logo
Employer? Claim Account for FREE

Temenos

Compare button icon Compare button icon Compare
3.1

based on 941 Reviews

Play video Play video Video summary
  • About
  • Reviews
    941
  • Salaries
    8.6k
  • Interviews
    91
  • Jobs
    23
  • Benefits
    60
  • Photos
    12

Filter interviews by

Temenos Software Engineer Interview Questions and Answers

Updated 18 Feb 2025

9 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
View answers (286)
asked in Capgemini
Q2. In a dark room, there is a box of 18 white and 5 black gloves. Yo ... read more
View answers (530)
asked in Tech Mahindra
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
View answers (81)
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
View answers (22)
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
View answers (9)
View All
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. 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. 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.

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

Are these interview questions helpful?
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...

A Software Engineer was asked
Q. 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)

Temenos Software Engineer Interview Experiences

15 interviews found

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 18 Feb 2025

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

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 16 Feb 2024

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
  • Add your answer
  • Q2. Oops concepts and basic looping type questions
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Same hr questions asked in every interview
  • Add your answer

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

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 9 Apr 2024

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.
  • Add your answer
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 15 Mar 2023

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
  • Add your answer
  • 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
    Add your answer
  • Q3. Asked to describe the concept of override and encapsulation with code
  • Add your answer

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
Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 26 May 2024

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.
  • Add your answer
  • 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
    Add your answer
Round 3 - HR 

(3 Questions)

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

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 30 Jun 2022

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.
  • Add your answer
  • 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
    Add your answer
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
    Add your answer

Interview Preparation Tips

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

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 4 Oct 2022

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
    Add your answer
  • 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
    Add your answer

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

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 11 May 2023

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
  • Add your answer
  • 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
    Add your answer

Skills evaluated in this interview

Anonymous

Software Engineer Interview Questions & Answers

user image Anonymous

posted on 23 Aug 2022

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
  • Add your answer
Round 3 - HR 

(1 Question)

  • Q1. Simple questions related to your experience
  • Add your answer

Interview Preparation Tips

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

Software Engineer Interview Questions & Answers

user image Kudikala srinath

posted on 24 May 2024

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

I applied via Campus Placement and was interviewed before May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Oops concepts Scenario based Based on resume skills
  • Add your answer
Anonymous

Top trending discussions

View All
Interview Tips & Stories
2w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about Temenos?
Ask anonymously on communities.
More about working at Temenos
  • HQ - Geneva, Switzerland, Switzerland
  • Software Product
  • 1k-5k Employees (India)
  • Financial Services
  • Internet
  • IT Services & Consulting

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.

Temenos Interviews By Designations

  • Temenos Software Engineer Interview Questions
  • Temenos Associate Product Engineer Interview Questions
  • Temenos Business Analyst Interview Questions
  • Temenos Software Developer Interview Questions
  • Temenos Product Engineer Interview Questions
  • Temenos Associate Software Engineer Interview Questions
  • Temenos Test Engineer Interview Questions
  • Temenos Senior Test Engineer Interview Questions
  • Show more
  • Temenos Java Developer Interview Questions
  • Temenos Software Developer Intern Interview Questions

Interview Questions for Popular Designations

  • Software Developer Interview Questions
  • Senior Software Engineer Interview Questions
  • Senior Engineer Interview Questions
  • System Engineer Interview Questions
  • Associate Software Engineer Interview Questions
  • Project Engineer Interview Questions
  • Lead Engineer Interview Questions
  • Software Development Engineer Interview Questions
  • Show more
  • Lead Software Engineer Interview Questions
  • Senior Developer Interview Questions

Overall Interview Experience Rating

3.5/5

based on 11 interview experiences

Difficulty level

Easy 29%
Moderate 71%

Duration

Less than 2 weeks 50%
2-4 weeks 33%
6-8 weeks 17%
View more

Software Engineer Interview Questions from Similar Companies

Oracle Cerner
Oracle Cerner Software Engineer Interview Questions
3.7
 • 26 Interviews
Dassault Systemes
Dassault Systemes Software Engineer Interview Questions
3.9
 • 21 Interviews
Thomson Reuters
Thomson Reuters Software Engineer Interview Questions
4.1
 • 15 Interviews
ServiceNow
ServiceNow Software Engineer Interview Questions
4.1
 • 13 Interviews
Visteon
Visteon Software Engineer Interview Questions
3.5
 • 13 Interviews
NICE
NICE Software Engineer Interview Questions
3.5
 • 11 Interviews
UKG
UKG Software Engineer Interview Questions
3.1
 • 8 Interviews
VMware Software
VMware Software Software Engineer Interview Questions
4.4
 • 7 Interviews
Amadeus
Amadeus Software Engineer Interview Questions
3.8
 • 7 Interviews
Red Hat
Red Hat Software Engineer Interview Questions
4.3
 • 7 Interviews
View all
Temenos Software Engineer Salary
based on 750 salaries
₹3.5 L/yr - ₹15 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.8

Skill development

3.1

Work-life balance

3.0

Salary

3.0

Job security

2.9

Company culture

2.6

Promotions

2.8

Work satisfaction

Explore 98 Reviews and Ratings
Software Engineer Jobs at Temenos
Temenos
Software Engineer

Hyderabad / Secunderabad

2-6 Yrs

Not Disclosed

Explore more jobs
Temenos Salaries in India
Senior Software Engineer
849 salaries
unlock blur

₹5.5 L/yr - ₹20 L/yr

Software Engineer
750 salaries
unlock blur

₹3.5 L/yr - ₹15 L/yr

Senior Test Engineer
411 salaries
unlock blur

₹5.8 L/yr - ₹15 L/yr

Test Engineer
370 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Associate Product Engineer
326 salaries
unlock blur

₹5.8 L/yr - ₹11.4 L/yr

Explore more salaries
Compare Temenos with
24/7 Customer

24/7 Customer

3.5
Compare
Thomson Reuters

Thomson Reuters

4.1
Compare
Oracle Cerner

Oracle Cerner

3.6
Compare
Adobe

Adobe

3.9
Compare
Popular Calculators
Are you paid fairly?
Monthly In-hand Salary Calculator
Gratuity Calculator
HRA Calculator
Salary Hike Calculator
  • Home >
  • Interviews >
  • Temenos Interview Questions
write
Share an Interview
Stay ahead in your career. Get AmbitionBox app
Awards Banner

Trusted by over 1.5 Crore job seekers to find their right fit company

80 Lakh+

Reviews

4 Crore+

Salaries

10 Lakh+

Interviews

1.5 Crore+

Users

Contribute
Search

Interview Questions

  • Reviews
  • Salaries
  • Interview Questions
  • About Company
  • Benefits
  • Jobs
  • Office Photos
  • Community
Users/Jobseekers
  • Companies
  • Reviews
  • Salaries
  • Jobs
  • Interviews
  • Salary Calculator
  • Practice Test
  • Compare Companies
Employers
  • Create a new company
  • Update company information
  • Respond to reviews
  • Invite employees to review
  • AmbitionBox Offering for Employers
  • AmbitionBox Employers Brochure
AmbitionBox Awards
  • ABECA 2025 winners awaited tag
  • Participate in ABECA 2026
  • Invite employees to rate
AmbitionBox
  • About Us
  • Our Team
  • Email Us
  • Blog
  • FAQ
  • Credits
  • Give Feedback
Terms & Policies
  • Privacy
  • Grievances
  • Terms of Use
  • Summons/Notices
  • Community Guidelines
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2025 Info Edge (India) Ltd.

Follow Us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter