Faster and better experience!
i
Vinove Software & Services
Filter interviews by
I appeared for an interview in Dec 2020.
Round duration - 60 minutes
Round difficulty - Medium
The round had quantitative questions along with some logical reasoning and english section and fundamentals of DBMS ,OS and Data structures and some other such topics
Disk scheduling algorithms manage the order in which read/write requests are serviced on a disk.
Common disk scheduling algorithms include FCFS, SSTF, SCAN, C-SCAN, LOOK, and C-LOOK.
FCFS (First-Come, First-Served) serves requests in the order they arrive.
SSTF (Shortest Seek Time First) prioritizes the request closest to the current head position.
SCAN moves the disk arm from one end to the other, serving requests along t...
Round duration - 90 minutes
Round difficulty - Medium
The editor and the environment was great and not disturbing like many have.
They had their own test cases to check the scope of our code.
Given an array of numbers, the task is to find the maximum sum of any contiguous subarray of the array.
The first line of input contains the size of the arr...
Find the maximum sum of any contiguous subarray in an array of numbers in O(N) time.
Use Kadane's algorithm to find the maximum subarray sum in O(N) time.
Initialize two variables: maxEndingHere and maxSoFar to keep track of the maximum sum.
Iterate through the array and update the variables accordingly.
Return the maxSoFar as the result.
Round duration - 40 minutes
Round difficulty - Medium
It had only mcq questions but we could not navigate through the questions it had some reasoning and some dbms topics along with data structure ,memory ,cache memory and other topics
To find the age of an employee from the personal details table in SQL, you can calculate the difference between the current date and the employee's birthdate.
Use the DATEDIFF function in SQL to calculate the difference between the current date and the employee's birthdate.
Divide the result by 365 to get the age in years.
Consider leap years for more accurate results.
Round duration - 10 minutes
Round difficulty - Medium
The interviewer was polite and asked few questions from data structures and some from DBMS and some web question and about my project.
Primary key uniquely identifies a record in a table, while candidate key can also uniquely identify a record but is not chosen as primary key.
Primary key is chosen as the main unique identifier for a table
Candidate key is a unique key that could also be chosen as primary key
A table can have multiple candidate keys but only one primary key
Example: In a table of students, 'student_id' could be a primary key while 'email'
Round duration - 12 minutes
Round difficulty - Medium
The interviewer asked me about my project and told me to describe myself in one word and justify that and asked my personal skills and asked some technical questions as well
Pickling is a process of preserving or extending the shelf life of food by storing it in a solution of salt, vinegar, or brine.
Pickling involves submerging food in a solution of salt, vinegar, or brine to preserve it.
Common examples of pickled foods include cucumbers (pickles), onions, and cabbage.
Pickling can also enhance the flavor of food by infusing it with spices and herbs.
The acidity of the pickling solution help...
Tip 1 : Must go for interviews questions present online for topics you have mentioned.
Tip 2 : Be updated with the latest technology and have those concepts clear in your mind and do prepare your projects and have a clear picture of it to explain that
Tip 3 : For preparing algorithms do practice them, that is the best way and lastly you can check your knowledge by solving mcqs and quizzes of those topics to have confidence.
Tip 1 : Do not mention anything in your resume that you are not confident about. And prepare your resume well before interview.
Tip 2 : Mention your projects and technical skills and your github link to showcase your project portfolio that will have a great impression
Top trending discussions
I applied via Walk-in and was interviewed before Mar 2021. There were 3 interview rounds.
Aptitude test
Current affairs
posted on 30 Mar 2025
I appeared for an interview in Mar 2025, where I was asked the following questions.
Connection pooling is a technique to manage database connections efficiently, reducing overhead and improving performance.
Connection pooling maintains a pool of active database connections for reuse.
It reduces the overhead of establishing a new connection for each database request.
Example: A web application can reuse connections from the pool instead of opening new ones for each user request.
Connection pools can be con...
Mounting in Docker allows you to share files between the host and containers, enabling data persistence and configuration management.
Mounting can be done using volumes or bind mounts.
Volumes are managed by Docker and are stored in a part of the host filesystem which is not directly accessible.
Example of a volume: `docker run -v my_volume:/data my_image`.
Bind mounts allow you to specify an exact path on the host, e.g., ...
Decorators are a design pattern in Python that allows modifying the behavior of functions or methods at runtime.
A decorator is a function that takes another function and extends its behavior without explicitly modifying it.
Common use cases include logging, access control, and caching.
Example: @staticmethod and @classmethod are built-in decorators in Python.
Custom decorators can be created using nested functions.
Example...
It was basics on java and big data
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
The interviewer asked about javascript basics and DSA questions and some typescript questions
I applied via Approached by Company and was interviewed in Jan 2024. There were 3 interview rounds.
It was mostly on JavaScript
I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.
Cover topics like closures, classes, functions
Call, bind, and apply are methods used to manipulate the value of 'this' in JavaScript functions.
Call: Invokes a function with a specified 'this' value and arguments provided individually.
Example: func.call(thisArg, arg1, arg2)
Bind: Creates a new function that, when called, has a specified 'this' value and arguments provided one by one.
Example: var newFunc = func.bind(thisArg, arg1, arg2)
Apply: Invokes a function with ...
Closures are functions that have access to variables from their containing scope even after the scope has closed.
Closures allow functions to access variables from their outer function even after the outer function has finished executing.
They help in maintaining state in asynchronous operations.
Closures are commonly used in event handlers and callbacks.
I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.
Aptitude test was easy but difficult
based on 23 reviews
Rating in categories
Software Developer
103
salaries
| ₹3 L/yr - ₹11 L/yr |
Associate Software Developer
61
salaries
| ₹4 L/yr - ₹4.5 L/yr |
Software Engineer
22
salaries
| ₹4 L/yr - ₹10 L/yr |
Associate Software Engineer
18
salaries
| ₹3.2 L/yr - ₹5 L/yr |
Web Developer
15
salaries
| ₹2.3 L/yr - ₹8.5 L/yr |
Maxgen Technologies
Value Point Systems
JoulestoWatts Business Solutions
F1 Info Solutions and Services