Filter interviews by
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 2 interview rounds.
SQL query to find max salary
Use the MAX() function to find the maximum salary
Specify the column name for salary in the SELECT statement
Specify the table name in the FROM clause
Use a semicolon to end the query
SQL query to find nth max salary
Use ORDER BY and LIMIT to get the nth max salary
Use subquery to avoid duplicates in case of ties
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT n-1, 1
Interface is a contract that defines the methods a class must implement, while abstract class can have both implemented and abstract methods.
Interface cannot have method implementations, while abstract class can have both implemented and abstract methods.
A class can implement multiple interfaces but can only inherit from one abstract class.
Interfaces are used to achieve multiple inheritance in Java, while abstract clas...
I was interviewed before Nov 2022.
Spring is a framework for building Java applications. IOC container is a core feature of Spring that manages object dependencies.
Spring is a popular Java framework used for building enterprise-level applications.
IOC (Inversion of Control) container is a core feature of Spring.
IOC container manages object dependencies by creating and managing objects and their relationships.
It allows loose coupling between objects, maki...
Seeking new challenges and growth opportunities in a dynamic and innovative environment.
Desire for professional growth
Seeking new challenges
Looking for a more dynamic and innovative environment
Opportunity to learn and develop new skills
Desire for a better work-life balance
I applied via LinkedIn and was interviewed in Nov 2021. There was 1 interview round.
Buck interview questions for popular designations
To access cross domain cookies, you can use CORS (Cross-Origin Resource Sharing) or JSONP (JSON with Padding).
Enable CORS on the server-side to allow cross-origin requests
Use the withCredentials property in XMLHttpRequest or fetch API to send cookies in cross-origin requests
For older browsers that don't support CORS, you can use JSONP by creating a script element with the desired URL and handle the response in a callba
I applied via Company Website and was interviewed in Dec 2020. There were 3 interview rounds.
posted on 8 Dec 2021
I applied via Recruitment Consultant and was interviewed in Jun 2021. There were 4 interview rounds.
I applied via Referral and was interviewed in Oct 2021. There was 1 interview round.
I applied via Company Website and was interviewed in Jul 2021. There were 3 interview rounds.
based on 4 interviews
Interview experience
Senior Software Engineer
62
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
57
salaries
| ₹0 L/yr - ₹0 L/yr |
Associate Business Analyst
34
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Analyst
24
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
20
salaries
| ₹0 L/yr - ₹0 L/yr |
TCS
Infosys
Wipro
HCLTech