i
Geeks Invention
Filter interviews by
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.
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.
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 campus placement at Government College of Engineering, Aurangabad and was interviewed in Oct 2024. There were 3 interview rounds.
Mostly questions on logical aptitude
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
posted on 17 Sep 2024
Data structure and aptitude
10 mins given for prepare for the problem and after completing the problem (program ) they asked to explain and asked to upgrade the program by reduce time complexity
Reverse a string without using built-in functions or for loops
Use recursion to reverse the string
Pass the substring excluding the first character to the recursive function
Base case: return the character itself if the length of the string is 1
Concatenate the last character of the string with the result of the recursive call
I am a passionate software developer with experience in Java, Python, and web development.
Experienced in Java and Python programming languages
Skilled in web development technologies like HTML, CSS, and JavaScript
Worked on projects involving database management with SQL
Yes, I am okay with agreement.
I am comfortable with signing agreements related to software development projects.
I understand the importance of agreements in protecting both parties involved in a project.
I am willing to review and negotiate agreements to ensure they are fair and reasonable.
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
Interview experience
based on 2 reviews
Rating in categories
Software Developer
4
salaries
| ₹20 L/yr - ₹35 L/yr |
TCS
Infosys
Wipro
HCLTech