Filter interviews by
Clear (1)
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.
Temenos interview questions for designations
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: ...
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
I applied via Campus Placement and was interviewed before Feb 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed in Oct 2020. There were 4 interview rounds.
I was interviewed before Sep 2020.
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.
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...
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
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 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.
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.
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.
based on 6 interviews
1 Interview rounds
based on 27 reviews
Rating in categories
Senior Software Engineer
819
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
750
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Test Engineer
433
salaries
| ₹0 L/yr - ₹0 L/yr |
Test Engineer
372
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
232
salaries
| ₹0 L/yr - ₹0 L/yr |
Infosys
TCS
Wipro
HCLTech