Filter interviews by
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;
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.
Exam...
A simple program to calculate the sum of an array of integers in Python.
Define a function that takes an array as input.
Use a loop to iterate through the array elements.
Accumulate the sum in a variable and return it.
Example: sum_array([1, 2, 3]) should return 6.
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 su...
Arrays are collections of elements, typically of the same type, stored in contiguous memory locations.
An array can hold multiple values, e.g., ['apple', 'banana', 'cherry'].
Arrays are zero-indexed, meaning the first element is accessed with index 0.
They have a fixed size once declared, e.g., String[] fruits = new String[3];
Arrays can be multidimensional, e.g., String[][] grid = {{'A', 'B'}, {'C', 'D'}}.
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]
I appeared for an interview in Mar 2025, where I was asked the following questions.
2 codings and 1 sql questions were asked
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]
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;
Contains more than 6 questions, basically we can solve those using java and mysql.
I appeared for an interview before Mar 2024.
I was asked to answer five types of questions for the assessment and to write code that describes and addresses those issues; however, only three are required to be completed.
I appeared for an interview before Jun 2024, where I was asked the following questions.
Arrays are collections of elements, typically of the same type, stored in contiguous memory locations.
An array can hold multiple values, e.g., ['apple', 'banana', 'cherry'].
Arrays are zero-indexed, meaning the first element is accessed with index 0.
They have a fixed size once declared, e.g., String[] fruits = new String[3];
Arrays can be multidimensional, e.g., String[][] grid = {{'A', 'B'}, {'C', 'D'}}.
I appeared for an interview before Apr 2024, where I was asked the following questions.
I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.
For On campus
2 sql questions
2 coding question
1 question (to write a paragraph)
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: ...
A simple program to calculate the sum of an array of integers in Python.
Define a function that takes an array as input.
Use a loop to iterate through the array elements.
Accumulate the sum in a variable and return it.
Example: sum_array([1, 2, 3]) should return 6.
I applied via Campus Placement and was interviewed before May 2022. There were 3 interview rounds.
Sql and python ,c or java
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...
Top trending discussions
The duration of Temenos Associate Product Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 10 interview experiences
Difficulty level
Duration
based on 43 reviews
Rating in categories
Senior Software Engineer
851
salaries
| ₹9.4 L/yr - ₹15.7 L/yr |
Software Engineer
747
salaries
| ₹5.2 L/yr - ₹12 L/yr |
Senior Test Engineer
410
salaries
| ₹8.5 L/yr - ₹15 L/yr |
Test Engineer
370
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Associate Product Engineer
324
salaries
| ₹5.8 L/yr - ₹11.4 L/yr |
24/7 Customer
Thomson Reuters
Oracle Cerner
Adobe