Filter interviews by
I applied via Approached by Company and was interviewed in Mar 2023. There were 2 interview rounds.
Dependency Injection is a design pattern in which components are given their dependencies rather than creating them internally.
Allows for easier testing by providing mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: Constructor injection, Setter injection, Interface injection
In Java, exceptions can be handled using try-catch blocks to catch and handle specific exceptions.
Use try-catch blocks to catch exceptions and handle them gracefully
Use multiple catch blocks to handle different types of exceptions
Use finally block to execute code regardless of whether an exception is thrown or not
Throw custom exceptions using throw keyword
map transforms each element in a stream, while flatMap transforms each element into multiple elements
map applies a function to each element in a stream and returns a new stream of the results
flatMap applies a function that returns a stream for each element in the original stream, then flattens the streams into a single stream
Example: map - stream.map(x -> x * x), flatMap - stream.flatMap(str -> Arrays.stream(str.split(
ConcurrentModificationException occurs when a collection is modified while iterating over it.
Use Iterator to iterate over the collection instead of foreach loop.
If modification is necessary, use Iterator's remove() method instead of collection's remove() method.
Consider using synchronized collections or ConcurrentHashMap to avoid ConcurrentModificationException.
posted on 29 Apr 2024
I applied via Approached by Company and was interviewed in Mar 2024. There were 2 interview rounds.
HTTP/1.1 is the older version with persistent connections, HTTP/2.0 introduces multiplexing and server push, and HTTP/3.0 uses QUIC protocol for faster performance.
HTTP/1.1 uses persistent connections for each request/response, leading to potential performance issues.
HTTP/2.0 introduces multiplexing, allowing multiple requests/responses to be sent over a single connection simultaneously.
HTTP/2.0 also supports server pu...
Print all possible subsets from a given slice of integers
Use recursion to generate all possible subsets
For each element in the slice, include or exclude it in the subset
Keep track of the current subset being generated
Context package in Go language provides a way to pass around deadlines, cancellation signals, and other request-scoped values.
Context package is used to manage deadlines, cancellation signals, and request-scoped values in Go programs.
It allows passing data between function calls without having to pass them explicitly as arguments.
Context package is commonly used in web servers to manage request-specific data and timeou...
REST API is a standard protocol for web services using HTTP, while gRPC is a high-performance, open-source RPC framework.
REST API uses HTTP for communication, making it easy to implement and widely supported.
gRPC is a modern, high-performance RPC framework that uses HTTP/2 for transport and Protocol Buffers for serialization.
gRPC is more efficient in terms of performance and supports features like bidirectional streami...
Use copy() function to create a new slice and reflect changes in original slice to the new slice.
Use the copy() function to create a new slice with the same length as the original slice.
Make changes to the original slice.
The changes made to the original slice will automatically reflect in the new slice as well.
GoLang is best for its simplicity, efficiency, concurrency support, and strong community backing.
Efficient performance due to compiled nature and garbage collection
Concurrency support with goroutines and channels
Strong standard library with built-in support for networking, encoding, and more
Simple and clean syntax that promotes readability and maintainability
Growing community and ecosystem with popular frameworks like
Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.
Kubernetes follows a master-slave architecture with a master node controlling multiple worker nodes.
Master node components include API server, scheduler, controller manager, and etcd.
Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).
Kubernet...
All the aptitude questions including verbal, non-verbal, technical and general aptitude.
Ticketing system design involves creating a platform for users to submit, track, and resolve issues or requests.
Design a user-friendly interface for submitting tickets
Implement a system for assigning tickets to appropriate teams or individuals
Include features for tracking ticket status and communication with users
Consider scalability and performance of the system
Integrate with other tools or systems for seamless workfl
posted on 7 Apr 2024
I applied via Campus Placement
Basic aptitude and essay
posted on 23 Aug 2023
I applied via Approached by Company and was interviewed in Jul 2023. There were 3 interview rounds.
posted on 29 Jul 2023
based on 4 reviews
Rating in categories
Senior Software Engineer
2.6k
salaries
| ₹15 L/yr - ₹42.7 L/yr |
Software Engineer
1.7k
salaries
| ₹7 L/yr - ₹24 L/yr |
Lead Software Engineer
831
salaries
| ₹15.6 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