Filter interviews by
I was interviewed in Jul 2022.
Two codes will given you need to chose out of 4 questions
Top trending discussions
Comparable is an interface used for natural ordering while Comparator is an interface used for custom ordering.
Comparable is implemented by the class whose objects need to be sorted
Comparator is implemented separately and passed as an argument to sorting method
Comparable uses compareTo() method for comparison while Comparator uses compare() method
Comparable provides only one way of sorting while Comparator provides mul...
HashMap is a data structure that stores key-value pairs and uses hashing to retrieve values quickly.
HashMap uses an array of buckets to store key-value pairs
Each bucket contains a linked list of entries
Hashing is used to determine the index of the bucket where the entry should be stored
If two keys have the same hashcode, they are stored in the same bucket as a linked list
HashMap allows null keys and values
HashMap is no...
posted on 10 Aug 2024
A self join query is used to join a table to itself in a SQL query.
Self join is used when a table needs to be joined with itself to compare rows within the same table.
It requires aliasing the table with different names to distinguish between the two instances of the same table.
Commonly used in hierarchical data structures or when comparing related rows in a table.
Group by query is used to group data based on a specific category.
Use the GROUP BY clause in SQL to group data based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to perform calculations on grouped data
Example: SELECT category, COUNT(*) FROM products GROUP BY category
Quantitative arithmetic,verbal reasoning,non-verbal reasoning,etc
posted on 14 Mar 2024
I applied via LinkedIn and was interviewed in Sep 2023. There were 4 interview rounds.
Good and easy most of the question are reapeted
Arrays, string, constructors in basic to medium level
posted on 5 Sep 2023
It placed in hackerRank.question difficulty level was medium.
I applied via Naukri.com and was interviewed in Feb 2023. There were 2 interview rounds.
English test written english vocabulary test
Time duration profit loss average share statistics
posted on 27 Jan 2022
I applied via Campus Placement and was interviewed in Jul 2021. There were 2 interview rounds.
public static use for accessing methods and variables without creating an object
Allows access to methods and variables without creating an object
Useful for utility classes where objects are not needed
Can be used to create global variables or constants
Example: Math class in Java has only static methods and constants
I applied via Company Website and was interviewed before Jun 2022. There were 3 interview rounds.
Basic coding excercise , linux platform.file handling
Interview experience
Software Engineer
75
salaries
| ₹7.9 L/yr - ₹15 L/yr |
Associate Software Engineer
54
salaries
| ₹2 L/yr - ₹8.2 L/yr |
Business Analyst
32
salaries
| ₹4.6 L/yr - ₹18.6 L/yr |
Senior Software Engineer
29
salaries
| ₹6.4 L/yr - ₹20 L/yr |
Senior Business Analyst
20
salaries
| ₹12 L/yr - ₹22 L/yr |
TCS
Infosys
Wipro
HCLTech