Filter interviews by
I applied via Recruitment Consultant and was interviewed before Dec 2020. There were 5 interview rounds.
Answering SQL questions on finding 2nd top salary and writing inner join query.
To find 2nd top salary, use the LIMIT keyword with OFFSET 1
For inner join, use the JOIN keyword with ON clause to specify the join condition
Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1 OFFSET 1
Top trending discussions
I applied via Approached by Company and was interviewed in Nov 2024. There was 1 interview round.
Split alpha-numeric values in Java without using split method
Iterate through each character in the input string
Check if the character is a digit or a letter using Character.isDigit() and Character.isLetter() methods
Create separate strings for digits and letters and store them in an array
Use ALTER TABLE statement to add a new column with a default value and set it to NOT NULL
Use ALTER TABLE table_name ADD column_name data_type DEFAULT default_value NOT NULL;
Example: ALTER TABLE employees ADD hire_date DATE DEFAULT '2022-01-01' NOT NULL;
I applied via Referral and was interviewed in Dec 2024. There were 3 interview rounds.
Basic java questions
My approach towards automation in quality assurance involves identifying repetitive tasks, selecting appropriate tools, creating robust test scripts, and continuously monitoring and updating automated tests.
Identify repetitive manual test cases that can be automated to save time and effort
Select appropriate automation tools based on project requirements and team expertise (e.g. Selenium, Appium, JUnit)
Create robust and...
I applied via Company Website and was interviewed in Aug 2024. There was 1 interview round.
Technical and project assignments
Java coding , SQL questions
based on 1 interview
Interview experience
based on 8 reviews
Rating in categories
Software Engineer
241
salaries
| ₹4.7 L/yr - ₹19.3 L/yr |
Senior Software Engineer
213
salaries
| ₹9.8 L/yr - ₹30 L/yr |
Principal Software Engineer
162
salaries
| ₹12.8 L/yr - ₹35.7 L/yr |
Associate Software Engineer
139
salaries
| ₹4.5 L/yr - ₹12.8 L/yr |
Module Lead
82
salaries
| ₹22 L/yr - ₹38.3 L/yr |
TCS
Infosys
Wipro
HCLTech