Filter interviews by
I applied via Approached by Company and was interviewed in Jan 2023. There were 4 interview rounds.
Multiple choice question asked
I applied via Recruitment Consulltant and was interviewed before Nov 2021. There were 4 interview rounds.
Springboot features
how to use property values
dependency injection
java core concepts
data structure questions
Arrange 1 's and 0's in a given array
Microservice pattern is an architectural style where an application is composed of small, independent services that communicate with each other.
Each service is responsible for a specific task or functionality
Services communicate with each other through APIs
Each service can be developed, deployed, and scaled independently
Allows for greater flexibility, agility, and resilience
Examples include Netflix, Amazon, and Uber
Logging in microservices follows 12 factor principles.
Each microservice should log to stdout or stderr
Logs should be treated as event streams and sent to a centralized log aggregator
Logs should be structured data in a common format like JSON or syslog
Logs should include contextual information like request ID, user ID, etc.
Logs should be stored and rotated automatically
Logs should be monitored for errors and anomalies
posted on 23 Jul 2023
I applied via Referral and was interviewed in Sep 2022. There were 5 interview rounds.
What people are saying about HSBC Group
posted on 15 May 2022
I applied via Referral and was interviewed in Apr 2022. There were 4 interview rounds.
Asked basic questions .... To check concept and logic
SQL query to delete duplicate records from a table while retaining one instance.
Use a Common Table Expression (CTE) to identify duplicates.
Example: WITH CTE AS (SELECT *, ROW_NUMBER() OVER (PARTITION BY column_name ORDER BY id) AS rn FROM table_name) DELETE FROM CTE WHERE rn > 1.
Alternatively, use a temporary table to store unique records and then replace the original table.
Example: INSERT INTO temp_table SELECT DIS...
SQL query to find second highest salary
Use ORDER BY and LIMIT to get the highest salary
Use subquery to exclude the highest salary and get the second highest
posted on 10 Jan 2023
Medium leetcode problem on array and linked list. And some theoretical questions
posted on 15 Apr 2024
posted on 3 Sep 2024
I applied via Approached by Company and was interviewed before Sep 2023. There were 3 interview rounds.
String intern is a method in Java that returns a canonical representation of a string object.
String intern() method returns a canonical representation for the string object.
If a string with the same contents is already in the string pool, then it returns the reference to that string.
If not present, it adds the string to the pool and returns the reference.
Hackerrank - Coding test
posted on 19 Apr 2024
I applied via LinkedIn and was interviewed before Apr 2023. There were 4 interview rounds.
Coding skills dynamic programming
Technical coding skills
posted on 21 May 2024
Transaction management in Java involves managing database transactions to ensure data integrity and consistency.
Use JDBC or JPA for transaction management
Begin a transaction with 'beginTransaction()' method
Commit the transaction with 'commit()' method
Rollback the transaction with 'rollback()' method
Api design using Spring boot involves creating RESTful APIs with Spring framework for efficient communication between client and server.
Use @RestController annotation to define RESTful web services
Utilize @RequestMapping annotation to map HTTP requests to specific handler methods
Implement request and response bodies using @RequestBody and @ResponseBody annotations
Leverage Spring Boot's auto-configuration and embedded s...
Design patterns are reusable solutions to common problems in software design.
Design patterns help in creating flexible, maintainable, and scalable software.
Some common design patterns include Singleton, Factory, Observer, and Strategy.
Each design pattern has a specific purpose and can be applied in different scenarios.
Understanding design patterns can improve code quality and make development more efficient.
based on 1 interview experience
Difficulty level
Duration
based on 19 reviews
Rating in categories
Assistant Manager
2.8k
salaries
| ₹6 L/yr - ₹13.4 L/yr |
Manager
2.2k
salaries
| ₹13.9 L/yr - ₹24 L/yr |
Senior Software Engineer
1.7k
salaries
| ₹13.1 L/yr - ₹23.7 L/yr |
Assistant Vice President
1.7k
salaries
| ₹25 L/yr - ₹42.9 L/yr |
Software Engineer
1.5k
salaries
| ₹7.8 L/yr - ₹14 L/yr |
Wells Fargo
JPMorgan Chase & Co.
Cholamandalam Investment & Finance
Citicorp