Travclan Technology India
10+ Velocity Technology Solutions Interview Questions and Answers
Q1. Minimum Cost to Destination
You are given an NxM matrix consisting of '0's and '1's. A '1' signifies that the cell is accessible, whereas a '0' indicates that the cell is blocked. Your task is to compute the mi...read more
Find the minimum cost to reach a destination in a matrix with specified rules.
Use Breadth First Search (BFS) algorithm to explore all possible paths from the starting point to the destination.
Keep track of the cost incurred at each cell and update it as you move through the matrix.
Return the minimum cost to reach the destination or -1 if it is unreachable.
Consider edge cases such as when the starting point is the destination or when the destination is blocked.
Q2. Maximum of All Subarrays of Size k
Given an array of 'N' non-negative integers and an integer 'K', your task is to find the maximum elements for each subarray of size 'K'.
Input:
The first line contains an inte...read more
Find the maximum elements for each subarray of size 'K' in a given array of non-negative integers.
Iterate through the array and maintain a deque to store the indices of elements in decreasing order.
Pop elements from the deque if they are out of the current window of size 'K'.
The front of the deque will always have the index of the maximum element for the current window.
Q3. Sum Between Zeroes Problem Statement
Given a singly linked list containing a series of integers separated by the integer '0', modify the list by merging nodes between two '0's into a single node. This merged no...read more
Given a singly linked list with integers separated by '0', merge nodes between '0's into a single node with sum of included nodes.
Traverse the linked list and keep track of sum between zeroes
Merge nodes between zeroes by updating the sum in the merged node
Update the linked list by removing the nodes between zeroes
Handle edge cases like list starting and ending with '0'
Q4. Convert Min Heap to Max Heap Problem Statement
Given an array representation of a min-heap of size 'n', your task is to convert this array into a max-heap.
Input:
The first line of input contains an integer ‘T’...read more
Convert a given array representing a min-heap into a max-heap.
Iterate through the array and swap parent nodes with their children to convert min-heap to max-heap.
Maintain the heap property by comparing parent with its children and swapping if necessary.
Ensure the final array satisfies the max-heap property where parent nodes are greater than their children.
Q5. Snake and Ladder Problem Statement
Given a 'Snake and Ladder' board with N rows and N columns, where positions are numbered from 1 to (N*N) starting from the bottom left, alternating direction each row, find th...read more
Find the minimum number of dice throws required to reach the last cell on a 'Snake and Ladder' board.
Create a graph representation of the board with snakes and ladders as edges.
Use Breadth First Search (BFS) to find the shortest path from the starting cell to the last cell.
Keep track of visited cells and the number of dice throws at each cell.
Handle cases where the last cell is unreachable by returning -1.
Consider the special cases where the last cell is reached through a lad...read more
Q6. If a traveller is not able to board the flight due to our mistake then what will you do..?? Atleast a fair question asked!
I would apologize to the traveller, offer alternative solutions such as rebooking or compensation, and ensure the mistake is rectified to prevent future occurrences.
Apologize sincerely to the traveller for the inconvenience caused
Offer alternative solutions such as rebooking on another flight or providing compensation
Ensure the mistake is rectified promptly to prevent similar incidents in the future
Q7. Rate yourself out of 1 to 10 on different aspects given by him, in lightning speed.
I rate myself 8 on analytical skills, 7 on communication, 9 on attention to detail, and 6 on teamwork.
Analytical skills - 8: I am proficient in analyzing financial data and making strategic recommendations.
Communication - 7: I can effectively communicate complex financial information to clients and team members.
Attention to detail - 9: I am meticulous in reviewing financial documents and ensuring accuracy.
Teamwork - 6: While I work well in a team, I prefer independent tasks t...read more
Q8. If X is in north of Y and Y is in south of Q, and Q is in east of Dharambir. Than where is dharambir from X..???? Seriously..??
Dharambir is to the west of X.
X is to the south of Q
Q is to the east of Dharambir
Therefore, Dharambir is to the west of X
Q9. Tell me the square root from 11 to 15..?? How is that relevant for job role..?? Are you hiring for a maths teacher.??
The square roots of numbers from 11 to 15 are approximately 3.3166, 3.4641, 3.6056, 3.7417, and 3.8729.
Knowing the square roots of numbers can be useful in financial calculations, risk assessment, and data analysis in the role of a Relationship Manager.
Understanding mathematical concepts can help in problem-solving and decision-making in various situations.
For example, calculating the square root of a number may be relevant when analyzing investment returns or assessing loan ...read more
Q10. Fixed Assets of the given company
Fixed assets are long-term tangible assets that are used in the production of income for a company.
Fixed assets include property, plant, and equipment (PP&E) such as buildings, machinery, and vehicles.
They are recorded on the balance sheet at their original cost less accumulated depreciation.
Fixed assets are not intended for sale and are expected to provide benefits for more than one year.
Examples of fixed assets include land, buildings, vehicles, furniture, and equipment.
Fix...read more
Q11. Difference between Abstract and Interface class in Java
Abstract class can have both abstract and non-abstract methods, while Interface class can only have abstract methods.
Abstract class can have constructors, member variables, and methods with implementation.
Interface class can only have abstract methods and constants.
A class can implement multiple interfaces but can only extend one abstract class.
Example: Abstract class - Animal with abstract method 'eat', Interface class - Flyable with method 'fly'.
Q12. What is working capital how will you calculate
Working capital is the difference between current assets and current liabilities, used to measure a company's liquidity.
Working capital = Current Assets - Current Liabilities
Current assets include cash, accounts receivable, and inventory
Current liabilities include accounts payable and short-term debt
Positive working capital indicates a company can meet its short-term obligations
Negative working capital may indicate financial trouble
Q13. Difference between Intent and Intent filter
Intent is used to communicate between components within an application or between different applications, while Intent filter is used to declare the capabilities of a component.
Intent is used to start activities, services, and broadcast receivers, while Intent filter is used to specify the types of intents that a component can respond to.
Intent is explicit or implicit, while Intent filter is used to filter the intents based on action, data, category, and other attributes.
Exam...read more
Q14. What does Travclan do?
Travclan is a fintech platform that provides automated solutions for managing finances and payments for travel agencies.
Provides automated solutions for managing finances and payments
Specifically tailored for travel agencies
Helps streamline financial processes and improve efficiency
Top HR Questions asked in Velocity Technology Solutions
Interview Process at Velocity Technology Solutions
Top Interview Questions from Similar Companies
Reviews
Interviews
Salaries
Users/Month