Filter interviews by
I applied via Job Portal and was interviewed before May 2021. There was 1 interview round.
I applied via LinkedIn and was interviewed in Feb 2024. There were 2 interview rounds.
HashMap is not thread-safe while ConcurrentHashMap is thread-safe and allows concurrent modifications.
HashMap is not thread-safe and can lead to ConcurrentModificationException if modified concurrently.
ConcurrentHashMap allows concurrent modifications without the need for external synchronization.
ConcurrentHashMap achieves thread-safety by dividing the map into segments, allowing multiple threads to operate on differen...
Transactions in Spring Boot help manage database operations as a single unit of work.
Transactions ensure ACID properties (Atomicity, Consistency, Isolation, Durability) for database operations.
Use @Transactional annotation to mark a method as transactional.
Transactions can be managed programmatically using TransactionTemplate.
Rollback can be triggered manually in case of exceptions.
Spring Boot supports both declarative
Hoisting is a behavior in JavaScript where variable and function declarations are moved to the top of their containing scope during compilation.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Function currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of nested functions, each taking a single argument.
Currying allows partial application of a function, where some of the arguments are fixed and the rest are left to be supplied later.
It helps in creating reusable functions and improving code readability.
Example: const add = (a) => (b) => a ...
I applied via Naukri.com and was interviewed in Feb 2023. There were 3 interview rounds.
I applied via Referral and was interviewed before Dec 2023. There were 2 interview rounds.
Load balancers distribute incoming network traffic across multiple servers to ensure no single server is overwhelmed.
Load balancers monitor the health of servers and distribute traffic based on predefined algorithms.
They can be hardware-based or software-based.
Common algorithms used by load balancers include round-robin, least connections, and IP hash.
Load balancers can improve reliability and scalability of a website ...
The Two Sum problem involves finding two numbers in an array that add up to a target value.
Iterate through the array and store the difference between the target and current element in a hashmap.
Check if the current element exists in the hashmap, if yes, return the indices of the current element and the stored difference.
Time complexity of O(n) can be achieved by using a hashmap to store elements and their indices.
I applied via Approached by Company and was interviewed before Oct 2022. There were 3 interview rounds.
posted on 5 Jun 2024
I applied via Recruitment Consulltant and was interviewed before Jun 2023. There were 4 interview rounds.
Expectations include strong analytical skills, communication abilities, domain knowledge, and leadership qualities.
Demonstrate strong analytical skills to identify business needs and propose solutions
Communicate effectively with stakeholders to gather requirements and provide updates
Possess domain knowledge to understand industry trends and challenges
Show leadership qualities by guiding team members and driving project
I applied via Approached by Company and was interviewed before Jul 2023. There were 2 interview rounds.
Most votes by a candidate given that people can give preference vote
Design a tagging system for organizing and categorizing data.
Consider the types of data to be tagged (e.g. text, images, videos)
Create a standardized set of tags and categories
Allow for multiple tags to be assigned to each piece of data
Implement a search function based on tags
Consider implementing a hierarchy of tags for more complex categorization
I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.
Implemented the Observer design pattern.
Used to maintain consistency between related objects
Allows for one-to-many relationships between objects
Used in event-driven systems
Example: Used to update UI when data changes in backend
I have implemented a microservices architecture for scalability and flexibility.
Implemented microservices architecture using Docker and Kubernetes
Used API Gateway for routing and load balancing
Implemented service discovery using Consul
Implemented circuit breaker pattern using Hystrix
Implemented centralized logging using ELK stack
Implemented distributed tracing using Zipkin
Implemented event-driven architecture using Kaf...
I improved stored procedure performance by optimizing queries and indexes.
Identified and removed unnecessary joins and subqueries
Used appropriate indexing to speed up query execution
Reduced the number of round trips to the database by using batch processing
Rewrote complex queries to simpler ones
Used stored procedure parameters instead of variables to avoid recompilation
Used SET NOCOUNT ON to reduce network traffic
Used
based on 28 reviews
Rating in categories
Senior Software Engineer
243
salaries
| ₹5.4 L/yr - ₹16.5 L/yr |
Senior Engineer
221
salaries
| ₹6.1 L/yr - ₹15.6 L/yr |
Lead Engineer
199
salaries
| ₹8.6 L/yr - ₹23 L/yr |
Software Engineer
168
salaries
| ₹3.8 L/yr - ₹13 L/yr |
Senior QA Engineer
72
salaries
| ₹5.5 L/yr - ₹12.5 L/yr |
TCS
Infosys
Wipro
HCLTech