Filter interviews by
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 at Coimbatore Institute of Technology, Coimbatore 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 in Nov 2024. There were 3 interview rounds.
Time and work,speed , logical reasoning
Talk about yourself, what you have done, achievements, challenges you have faced, etc
Will be given a random case study, which you will have to evaluate and show case why, how and what problem you are trying to solve.
Again case study, what you have done in the past and why? How you prioritised what you did and why.
I applied via Referral and was interviewed in Apr 2024. There was 1 interview round.
Comp fundamentals c java os dbms
2 codes. 1 of string 1 of graph
STL (Standard Template Library) is a library of generic algorithms, data structures, and iterators in C++. Collections in Java are interfaces and classes that represent data structures.
STL in C++ provides containers like vectors, lists, maps, etc. for storing data and algorithms for manipulating them.
Collections in Java include interfaces like List, Set, Map, and classes like ArrayList, HashSet, HashMap, etc.
STL is par...
based on 6 interviews
1 Interview rounds
based on 26 reviews
Rating in categories
Senior Software Engineer
861
salaries
| ₹5 L/yr - ₹17 L/yr |
Software Engineer
750
salaries
| ₹4.5 L/yr - ₹14 L/yr |
Senior Test Engineer
435
salaries
| ₹5.8 L/yr - ₹14.2 L/yr |
Test Engineer
372
salaries
| ₹4.5 L/yr - ₹9.5 L/yr |
Business Analyst
231
salaries
| ₹5 L/yr - ₹14.9 L/yr |
Infosys
TCS
Wipro
HCLTech