Filter interviews by
I applied via Company Website and was interviewed in Apr 2024. There were 4 interview rounds.
There was a round 0 which was basically a screening round, where the interviewer did a rapid fire of a number of questions on NoSQL vs SQL, concurrency, green threads,.etc
Round 1 was a coding round with Smit Patel. The question was given a job graph, i.e job X depends on job A, B,.etc produce any valid ordering in which the set of jobs can complete. We could freely choose the approach and language. I messed this one a little and completed the requirement just in the nick of time.
Optimising indexes in Postgres involves understanding query patterns and using tools like EXPLAIN to analyze performance.
Understand the query patterns to determine which indexes are necessary
Use tools like EXPLAIN to analyze query performance and identify areas for optimization
Consider using composite indexes for queries that involve multiple columns
Regularly monitor and maintain indexes to ensure optimal performance
HTTP verbs are used to indicate the action to be performed on a resource in a RESTful API.
GET - Retrieve data from a server
POST - Send data to a server to create/update a resource
PUT - Update a resource on the server
DELETE - Remove a resource from the server
PATCH - Update a resource partially
Live migration in a production database with 100% uptime
Use database replication to create a secondary database that mirrors the primary one
Gradually switch traffic from the primary to the secondary database
Once traffic is fully switched, perform the migration on the primary database
Switch traffic back to the primary database once migration is complete
Monitor for any issues during the migration process
Optimise frequently searched items list by implementing caching, indexing, and prioritising popular items.
Implement caching to store frequently searched items in memory for quick access.
Use indexing to efficiently search and retrieve items from the list.
Prioritise popular items by tracking search frequency and displaying them prominently.
Consider implementing autocomplete or predictive search to suggest items as users ...
HLD round, taken by Ratnesh Neema.
We went through work history. Then I was asked to design a feature for a cab platform like uber to generate a heatmap of future cab demand in a city. We spoke about market effects of speaking
I am interested in technologies related to artificial intelligence, machine learning, and cloud computing.
Artificial Intelligence
Machine Learning
Cloud Computing
Top trending discussions
I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.
Currying in JavaScript is a technique of transforming a function that takes multiple arguments into a sequence of functions, each taking a single argument.
Create a function that takes a single argument and returns a new function that takes the next argument.
Repeat this process until all arguments are received and then return the final result.
Example: function sum(a) { return function(b) { return function(c) { return fu...
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There was 1 interview round.
Asked 2 medium level questions.
1 - provided an array of integers return array of integers which will contain index of next greater element.
2 - provided array of strings and asked to find kth largest number.
number can upto 10^31 which is in string.
The exam duration is one and a half hours.
The total exam time is one and a half hours.
It encompasses all topics related to full stack development.
In two years, I see myself as a senior software developer leading a team on innovative projects.
Advancing to a senior software developer role
Leading a team on new and innovative projects
Continuing to enhance my technical skills through ongoing learning and training
LRU Cache is a data structure that maintains a list of items in order of most recently used to least recently used.
Implement using a doubly linked list and a hashmap for efficient operations
When an item is accessed, move it to the front of the list
When the cache is full, remove the least recently used item from the end of the list
I applied via Naukri.com
useRef hook is used to persist a mutable value across renders without causing a re-render.
Used to store mutable values that do not trigger re-renders.
Commonly used for accessing DOM elements or storing previous values.
Does not cause a re-render when the value changes.
Use memoization, virtual DOM, and shouldComponentUpdate to avoid unnecessary rerenders and improve performance.
Implement memoization to store the result of expensive function calls and avoid recalculating them.
Use virtual DOM to efficiently update only the parts of the UI that have changed.
Override shouldComponentUpdate to prevent unnecessary rerenders by comparing current and next props/state.
Callbacks, Promises, async await are asynchronous programming concepts in JavaScript.
Callbacks are functions passed as arguments to another function to be executed later.
Promises are objects representing the eventual completion or failure of an asynchronous operation.
async await is a syntax for writing asynchronous code that looks synchronous, making it easier to read and maintain.
Example: Using a callback to handle th...
I applied via campus placement at Netaji Subhas Institute of Technology (NSIT) and was interviewed in Jul 2024. There were 4 interview rounds.
It was a coding round where i need to solve 3 DSA Questions in 1.5 hour
Data Operations Analyst
48
salaries
| ₹2.8 L/yr - ₹4 L/yr |
Community Operations Specialist
10
salaries
| ₹4 L/yr - ₹5.8 L/yr |
Data Analyst
6
salaries
| ₹3 L/yr - ₹3.5 L/yr |
Senior Data Operations Analyst
6
salaries
| ₹4 L/yr - ₹5.5 L/yr |
Product Manager
5
salaries
| ₹33 L/yr - ₹70 L/yr |
Urban Company
Quikr
Zomato
Swiggy