Upload Button Icon Add office photos

Temenos

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Temenos Associate Product Engineer Interview Questions, Process, and Tips

Updated 12 Oct 2024

Top Temenos Associate Product Engineer Interview Questions and Answers

Temenos Associate Product Engineer Interview Experiences

6 interviews found

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
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 ... read more
Q2. What is javascript? What is the difference between Java and Javas ... read more
Q3. Is Java a compiled language or interpreted language?
Q4. What are the different types of access modifiers in java?
asked in Deltax
Q5. What are scripts in package.json file
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.

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

Temenos interview questions for designations

 Product Engineer

 (3)

 Senior Product Engineer

 (1)

 Lead Product Engineer

 (1)

 Associate Software Engineer

 (4)

 Senior Software Engineer Product Development

 (1)

 Associate

 (1)

 Senior Product Specialist

 (1)

 Software Engineer

 (15)

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Coding Test 

For On campus
2 sql questions
2 coding question
1 question (to write a paragraph)

Round 2 - Technical 

(4 Questions)

  • Q1. Technical interview Asked question based on the things mentioned in resume
  • Q2. Difference between lists and tuple in python
  • Ans. 

    Lists are mutable, ordered collections of items while tuples are immutable, ordered collections of items in Python.

    • Lists are defined using square brackets [] while tuples are defined using parentheses ().

    • Lists can be modified (add, remove, change elements) while tuples cannot be modified once created.

    • Lists are typically used for collections of similar items while tuples are used for fixed collections of items.

    • Example: ...

  • Answered by AI
  • Q3. Some basic questions on sql queries
  • Q4. Asked to write a simple program in java/python

Interview Preparation Tips

Interview preparation tips for other job seekers - Clearing interview will be easy if you have knowledge about things mentioned in resume. Dont add things you dont know clearly in resume.

Skills evaluated in this interview

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 May 2022. There were 3 interview rounds.

Round 1 - Coding Test 

Sql and python ,c or java

Round 2 - Technical 

(3 Questions)

  • Q1. Array coding question
  • Q2. Diff 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 is vulnerable to attacks while HTTPS is secure due to SSL/TLS encryption.

    • HTTPS provides authentication, data integrity, and confidentiality.

    • HTTPS is used for secure online transactions such as

  • Answered by AI
  • Q3. About the project done
Round 3 - HR 

(1 Question)

  • Q1. Asked for location about family friendly conversation

Interview Preparation Tips

Topics to prepare for Temenos Associate Product Engineer interview:
  • C programming
  • SQL

Skills evaluated in this interview

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. React life cycle

I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Hr

Interview Preparation Tips

Interview preparation tips for other job seekers - You should be true to what you are putting before the interviewer . Try to put your ideas Add something you did well in your career like in projects /research which you know very well and versed in concepts about it for open interview so that interviewer can get bandwidth where he can ask questions from. This is simply a key .

I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. C++ basic
  • Q2. Hh
  • Q3. Yy

Interview Preparation Tips

Interview preparation tips for other job seekers - Hh

I was interviewed before Sep 2020.

Round 1 - Coding Test 

(1 Question)

Round duration - 140 minutes
Round difficulty - Medium

Test timing was at 2:00 pm , it was conducted in a college and the environment was good for the test. Camera was a primary part of test, so no suspicious activity.

  • Q1. 

    Sum of Two Numbers Represented as Arrays

    Given two numbers in the form of two arrays where each element of the array represents a digit, calculate the sum of these two numbers and return this sum as an ar...

  • Ans. 

    Given two numbers represented as arrays, calculate their sum and return the result as an array.

    • Iterate through the arrays from right to left, adding digits and carrying over if necessary

    • Handle cases where one array is longer than the other by considering the remaining digits

    • Ensure the final sum array does not have any leading zeros

  • Answered by AI
Round 2 - Face to Face 

Round duration - 20 minutes
Round difficulty - Easy

The round was conducted at around 12 p.m. I was called at the college location and then it was conducted. The interviewer was quite polite and frank.

Round 3 - HR 

Round duration - 8 minutes
Round difficulty - Easy

This round was conducted right after finishing and clearing the technical round at the same place and on the same day.

Interview Preparation Tips

Eligibility criteriaAbove 60 %Wipro Limited interview preparation:Topics to prepare for the interview - OOPS, Data Structures, Database Concepts, Coding problemsTime required to prepare for the interview - 2-3 monthsInterview preparation tips for other job seekers

Tip 1 : Practice atleast 2-3 Coding problems daily so your logic building becomes stronger.
Tip 2 : Exercise problems based on OOPS concepts and others too.
Tip 3 : If you can have your own project built, then it's the major point and will act as a plus point.

Application resume tips for other job seekers

Tip 1 : Your resume should be in standard form, short and simple will be more effective.
Tip 2 : Whatever you have learned, you need to mention it in your resume as that will be your primary source of selection and having project on your resume is important.

Final outcome of the interviewSelected

Skills evaluated in this interview

Contribute & help others!
anonymous
You can choose to be anonymous

Temenos Interview FAQs

How many rounds are there in Temenos Associate Product Engineer interview?
Temenos interview process usually has 2 rounds. The most common rounds in the Temenos interview process are Coding Test, Technical and HR.
How to prepare for Temenos Associate Product 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 Agile, Banking Software, Coding, Core banking and Market Analysis.
What are the top questions asked in Temenos Associate Product Engineer interview?

Some of the top questions asked at the Temenos Associate Product Engineer interview -

  1. difference between lists and tuple in pyt...read more
  2. Diff between http and ht...read more
  3. access specifiers uses and examp...read more

Recently Viewed

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

5.6k top interview questions

INTERVIEWS

Temenos

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

Flexsin Technologies

No Interviews

INTERVIEWS

FANUC

No Interviews

DESIGNATION

SALARIES

Mallow Technologies

Tell us how to improve this page.

Temenos Associate Product Engineer Interview Process

based on 6 interviews

1 Interview rounds

  • Coding Test Round
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
 • 252 Interviews
View all
Temenos Associate Product Engineer Salary
based on 227 salaries
₹5.8 L/yr - ₹11.2 L/yr
32% more than the average Associate Product Engineer Salary in India
View more details

Temenos Associate Product Engineer Reviews and Ratings

based on 27 reviews

3.1/5

Rating in categories

2.7

Skill development

3.4

Work-life balance

3.1

Salary

3.0

Job security

3.1

Company culture

2.8

Promotions

2.9

Work satisfaction

Explore 27 Reviews and Ratings
Senior Software Engineer
819 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
750 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
433 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Test Engineer
372 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Analyst
232 salaries
unlock blur

₹0 L/yr - ₹0 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