Upload Button Icon Add office photos

Filter interviews by

Temenos Software Engineer Interview Questions, Process, and Tips

Updated 26 May 2024

Top Temenos Software Engineer Interview Questions and Answers

View all 10 questions

Temenos Software Engineer Interview Experiences

15 interviews found

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.

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
asked in TCS
Q3. Find DuplicateYou have been given an integer array/list(ARR) of s ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
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
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.
  • 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 reservations, ...

  • Answered by AI
  • 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

Temenos interview questions for designations

 Associate Software Engineer

 (2)

 Senior Software Engineer

 (2)

 Principal Software Engineer

 (1)

 Software Engineer Level 1

 (1)

 Software Development Engineer 1

 (1)

 Senior Software Engineer Product Development

 (1)

 Software Developer

 (6)

 Software Developer Intern

 (2)

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

Get interview-ready with Top Temenos Interview Questions

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:
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 - Assignment 

5 out of 3 questions has to be cleared

Round 3 - Technical 

(2 Questions)

  • Q1. 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'

  • Answered by AI
  • 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

Software Engineer interview

user image Smart Learning

posted on 6 Jan 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
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

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 at CVR College of Engineering, Hyderabad 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

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 Technical, Coding Test 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 are features of C language ...read more
  2. What new innovative implementation will you do to the existing syst...read more
  3. How would you create a movie theatre booking syst...read more

Tell us how to improve this page.

Temenos Software Engineer Interview Process

based on 5 interviews in last 1 year

1 Interview rounds

  • Coding Test Round
View more

People are getting interviews through

based on 8 Temenos interviews
Campus Placement
Job Portal
Company Website
63%
25%
13%
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Temenos Software Engineer Salary
based on 766 salaries
₹4 L/yr - ₹15 L/yr
5% more than the average Software Engineer Salary in India
View more details

Temenos Software Engineer Reviews and Ratings

based on 91 reviews

3.1/5

Rating in categories

2.9

Skill development

3.2

Work-Life balance

3.1

Salary & Benefits

3.3

Job Security

3.0

Company culture

2.7

Promotions/Appraisal

2.8

Work Satisfaction

Explore 91 Reviews and Ratings
Senior Software Engineer
884 salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Software Engineer
758 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Senior Test Engineer
421 salaries
unlock blur

₹5.4 L/yr - ₹19 L/yr

Test Engineer
376 salaries
unlock blur

₹4.5 L/yr - ₹9.5 L/yr

Business Analyst
241 salaries
unlock blur

₹4.8 L/yr - ₹16.5 L/yr

Explore more salaries
Compare Temenos with

Infosys

3.7
Compare

TCS

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview