Filter interviews by
I applied via LinkedIn and was interviewed in Sep 2024. There were 2 interview rounds.
Sort an array of 0s, 1s, and 2s in linear time complexity.
Use three pointers - low, mid, and high to partition the array into three sections.
Iterate through the array and swap elements based on their values.
Repeat until all elements are sorted.
Finding a specific element in a large collection of data
Use efficient search algorithms like binary search or hash tables
Consider sorting the data first to speed up the search process
Optimize the search by narrowing down the search space if possible
Design a parking lot system for managing parking spaces and vehicles.
Consider different types of parking spaces (regular, handicapped, electric vehicle charging, etc.)
Implement a system for assigning and tracking parking spaces for vehicles
Include features for payment, reservations, and monitoring of available spaces
Design a user-friendly interface for both customers and parking attendants
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 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
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
Binary search to find the closest element in a sorted array
Implement binary search to find the target element in the array
Keep track of the closest element found so far while searching
Update the closest element if a closer one is found during the search
Low level design for an online e-commerce website involves designing the architecture and components of the website.
Identify the main components such as user interface, database, payment gateway, product catalog, etc.
Design the database schema to store user information, product details, orders, etc.
Implement user authentication and authorization mechanisms for secure access.
Integrate payment gateway for processing tran...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.
My previous organization was a fast-paced tech startup focused on developing cutting-edge software solutions.
Highly collaborative work environment
Emphasis on innovation and creativity
Agile development methodologies were followed
Regular team meetings and code reviews
Opportunities for professional growth and learning
Create a timer using React
Use useState hook to store the timer value
Use useEffect hook to update the timer every second
Display the timer value in the component's render method
Operations Associate
6
salaries
| ₹4.5 L/yr - ₹5.2 L/yr |
Business Analyst
4
salaries
| ₹9 L/yr - ₹9.4 L/yr |
Product Lead
4
salaries
| ₹35 L/yr - ₹62 L/yr |
Senior Associate Operations
4
salaries
| ₹5.1 L/yr - ₹6.5 L/yr |
Assistant Manager Operations
3
salaries
| ₹6.6 L/yr - ₹7.5 L/yr |
HackerRank
InterviewBit
GeeksForGeeks
LeetCode