i
Geeks Invention
Filter interviews by
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given an unsorted array of integers, find the length of the longest increasing subsequence.
I applied via LinkedIn and was interviewed before Dec 2022. There were 3 interview rounds.
Given an integer array, find the contiguous subarray with the largest product.
Top trending discussions
To remove cyclic dependency in Spring, use interfaces, setter injection, or constructor injection.
Use interfaces to break the cyclic dependency
Use setter injection to inject dependencies after bean creation
Use constructor injection to pass dependencies during bean creation
Code to reverse a linked list
Create three pointers: prev, current, next
Iterate through the linked list, updating pointers accordingly
Set the next pointer of current to prev to reverse the list
Design a system for parking management
Include features for vehicle registration and tracking
Implement payment processing for parking fees
Utilize sensors for real-time parking availability updates
posted on 24 Dec 2024
I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.
Nuts and bolts game, to output date in a certain format, one SQL query
Singleton design pattern ensures a class has only one instance and provides a global point of access to it.
Used when only one instance of a class is needed throughout the system
Provides a global access point to the instance
Implemented by creating a static method to return the same instance each time it is called
HashMap is not thread-safe, while ConcurrentHashMap allows multiple threads to read and write concurrently.
HashMap is not synchronized and not thread-safe, while ConcurrentHashMap is synchronized and thread-safe.
ConcurrentHashMap allows multiple threads to read and write concurrently without any external synchronization, while HashMap requires external synchronization for concurrent access.
ConcurrentHashMap achieves hi...
List is an ordered collection of elements with duplicates allowed, while set is an unordered collection of unique elements.
List maintains the order of elements, while set does not guarantee any specific order.
List allows duplicate elements, while set does not allow duplicates.
Example: List - [1, 2, 3, 1], Set - {1, 2, 3}
posted on 8 Jul 2024
I applied via Approached by Company and was interviewed in Jun 2024. There were 2 interview rounds.
Search for a target value in a rotated sorted array.
Use binary search to find the pivot point where the array is rotated.
Determine which half of the array the target value lies in based on the pivot point.
Continue binary search in the appropriate half of the array to find the target value.
Design IMDB with concurrent ratings management
Implement a locking mechanism to ensure only one user can update a rating at a time
Use a queue system to handle multiple rating requests in an orderly manner
Consider using distributed systems to handle high concurrency levels
Design a vehicle rental system API
Create endpoints for listing available vehicles, booking a vehicle, and returning a vehicle
Include authentication and authorization mechanisms for users and admins
Implement payment gateway integration for processing rental payments
Include features like vehicle search, filtering, and reviews/ratings
Consider scalability and performance optimizations for handling high traffic
posted on 15 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
posted on 25 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Oct 2023. There were 5 interview rounds.
CCAT has around 40-50 questions to be solved within 15 minutes
Codility test has some basic coding questions that come along with an IDE
Interview experience
based on 2 reviews
Rating in categories
Software Developer
4
salaries
| ₹20 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech