Filter interviews by
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
To create a custom exception in Java, you need to extend the Exception class.
Create a new class that extends the Exception class
Override the constructor to accept a message parameter
Throw the custom exception when needed in your code
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Cluster index physically orders the data rows in the table, while non-cluster index does not.
Cluster index determines the physical order of data rows in the table.
Non-cluster index does not affect the physical order of data rows.
Cluster index is faster for retrieval of data in the order specified by the index.
Non-cluster index is faster for retrieval of data based on specific columns.
Example: Cluster index on a primary...
DELETE removes specific rows from a table, while TRUNCATE removes all rows from a table.
DELETE is a DML command, while TRUNCATE is a DDL command.
DELETE can be rolled back, while TRUNCATE cannot be rolled back.
DELETE triggers delete triggers on each row, while TRUNCATE does not trigger any delete triggers.
DELETE is slower as it maintains logs, while TRUNCATE is faster as it does not maintain logs.
I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.
Find min and max number in an array of strings
Convert array elements to integers for comparison
Use built-in functions like Math.min() and Math.max()
Handle edge cases like empty array or non-numeric elements
posted on 19 Sep 2022
I applied via Naukri.com and was interviewed before Sep 2021. There were 4 interview rounds.
posted on 22 Nov 2024
Smoke testing is a quick test to check if the basic functionalities of the software are working, while sanity testing is a more thorough test to ensure that the software is ready for further testing.
Smoke testing is done to check if the critical functionalities of the software are working properly.
Sanity testing is done to ensure that the software is stable and ready for further testing.
Smoke testing is usually done be...
Round robin base in os schedule
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
Basic dsa questions was asked in interview
Senior Software Engineer
2.6k
salaries
| ₹15 L/yr - ₹42.7 L/yr |
Software Engineer
1.7k
salaries
| ₹6.9 L/yr - ₹24 L/yr |
Lead Software Engineer
832
salaries
| ₹16.5 L/yr - ₹52 L/yr |
Senior Systems Engineer
304
salaries
| ₹12 L/yr - ₹36.3 L/yr |
Software Test Automation Engineer
267
salaries
| ₹7 L/yr - ₹20 L/yr |
TCS
Infosys
Wipro
HCLTech