Filter interviews by
Be the first one to contribute and help others!
posted on 27 Sep 2024
The hard stock sell problem involves determining the best time to sell stocks to maximize profit.
Consider using dynamic programming to solve this problem efficiently.
Keep track of the minimum stock price seen so far and calculate the maximum profit that can be made by selling at each day.
The final answer will be the maximum profit that can be made by selling at the last day.
Creating a server without using Express framework
Use Node.js built-in 'http' module to create a server
Listen for incoming requests on a specific port
Handle different routes and methods using 'http' module
Singleton class is a class that can only have one instance created throughout the application.
Singleton class restricts the instantiation of a class to one object.
It is often used for logging, caching, thread pools, database connections, etc.
Example: Java implementation of Singleton class -
public class Singleton { private static Singleton instance; private Singleton() {} public static Singleton getInstance() { if(insta...
I applied via Campus Placement and was interviewed in Mar 2024. There was 1 interview round.
Design cab booking system on hacker rank platform
posted on 27 Oct 2023
I was interviewed before Oct 2022.
posted on 23 May 2022
Duration: 1 hour
Platform: Hackerrank
Topics : Standard Interview Problems
I applied via Recruitment Consultant and was interviewed in Oct 2020. There were 4 interview rounds.
I applied via LinkedIn and was interviewed in Oct 2024. There were 2 interview rounds.
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
Business Development Executive
13
salaries
| ₹2.2 L/yr - ₹4 L/yr |
Mobile Technician
4
salaries
| ₹2 L/yr - ₹3 L/yr |
Team Lead
4
salaries
| ₹3 L/yr - ₹5.4 L/yr |
Product Manager
3
salaries
| ₹5 L/yr - ₹5.2 L/yr |
Technical Support Engineer
3
salaries
| ₹3 L/yr - ₹3.2 L/yr |
JustLikeNew Technologies
Cashify
Yaantra
Servify