Filter interviews by
I applied via LinkedIn and was interviewed before May 2023. There were 2 interview rounds.
Top trending discussions
I applied via Referral and was interviewed in Oct 2020. There was 1 interview round.
I applied via Referral and was interviewed in Nov 2020. There were 4 interview rounds.
I applied via Naukri.com and was interviewed in Feb 2021. There were 3 interview rounds.
Design a Java-like Garbage Collector with minimal configurations.
Choose a garbage collection algorithm (e.g. mark-and-sweep, copying, generational)
Determine the heap size and divide it into regions (e.g. young, old, permanent)
Implement a root set to keep track of live objects
Set thresholds for garbage collection (e.g. occupancy, time)
Implement the garbage collection algorithm and test for memory leaks
Microservices are implemented using RESTful APIs and message brokers for asynchronous communication.
RESTful APIs are used for synchronous communication between microservices.
Message brokers like Kafka or RabbitMQ are used for asynchronous communication.
Microservices communicate with each other using HTTP requests and responses.
Each microservice has its own database and communicates with other microservices through APIs...
I follow the MVC design pattern as it separates concerns and promotes code reusability.
MVC separates the application into Model, View, and Controller components.
Model represents the data and business logic.
View represents the user interface.
Controller handles user input and updates the model and view accordingly.
MVC promotes code reusability and maintainability.
Example: Ruby on Rails framework follows MVC pattern.
Medium level coding test based on knapsack.
Design Google calendar
Tranpose a matrix
I applied via Approached by Company and was interviewed in Feb 2022. There were 4 interview rounds.
Given a tree and a node, print all ancestors of Node
Start from the given node and traverse up the tree
While traversing, keep track of the parent nodes
Print the parent nodes as you traverse up until reaching the root
Graph
Use a graph data structure to represent people as nodes and friend relations as edges
Each person can be represented as a node with their unique identifier
Friend relations can be represented as directed edges between nodes
This allows for efficient traversal and retrieval of friend connections
Reverse a linked list
Iterate through the linked list and change the direction of the pointers
Use three pointers to keep track of the previous, current, and next nodes
Recursively reverse the linked list
Code to find median of datapoints in two sorted arrays
Use binary search to find the median index
Divide the arrays into two halves based on the median index
Compare the middle elements of the two halves to determine the median
Custom stack with methods to return min and max elements
Implement a stack using an array or linked list
Track the minimum and maximum elements using additional variables
Update the minimum and maximum variables during push and pop operations
Implement methods to return the minimum and maximum elements
I applied via LinkedIn and was interviewed in Jul 2022. There were 4 interview rounds.
Hackerrank
Inheritance class design
JSON parsing from a URL
The interviewee was asked about word break, string to integer, and system design for an e-commerce app.
Word break: Given a string and a dictionary of words, determine if the string can be segmented into a space-separated sequence of dictionary words.
String to integer: Convert a string to an integer. Handle negative numbers and invalid inputs.
System design e-commerce app: Design an e-commerce app with features like prod...
I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 4 interview rounds.
I applied via Company Website and was interviewed in Sep 2023. There were 2 interview rounds.
A program to simulate a race with 5 people using multithreading and determine the winner.
Create a class for the race participants
Implement the Runnable interface for each participant
Use a thread pool to manage the threads
Start all threads simultaneously
Wait for all threads to finish
Determine the winner based on the finishing time
The get and put methods of Java HashMap are used to retrieve and store key-value pairs respectively.
To retrieve a value from a HashMap, use the get() method and pass the key as a parameter.
To store a key-value pair in a HashMap, use the put() method and pass the key and value as parameters.
Example: HashMap<String, Integer> map = new HashMap<>(); map.put("apple", 5); int count = map.get("apple"); // returns
Request flows in Spring Boot MVC, ways to instantiate a bean, and handling Java out-of-memory exception.
Request flows in Spring Boot MVC: DispatcherServlet receives HTTP request, HandlerMapping maps request to appropriate controller, Controller processes request and returns response.
Ways to instantiate a bean: Constructor injection, setter injection, and using the @Bean annotation.
Handling Java out-of-memory exception:...
Static, final, and abstract are keywords in Java used for different purposes.
Static is used to create variables and methods that belong to the class rather than an instance of the class.
Final is used to declare constants or to prevent a class, method, or variable from being overridden or modified.
Abstract is used to create abstract classes and methods that cannot be instantiated and must be implemented by subclasses.
I would use a hash table for efficient searching of a lot of data.
Hash tables provide constant time complexity for search operations.
They use a hash function to map keys to array indices, allowing for quick retrieval of data.
Examples of hash table implementations include dictionaries in Python and HashMaps in Java.
based on 1 interview
Interview experience
Accounts Manager
3
salaries
| ₹3 L/yr - ₹3.2 L/yr |
Sales Manager
3
salaries
| ₹10.5 L/yr - ₹20 L/yr |
Reliance Retail
DMart
Future Group
Reliance Digital