Velocity Software Pvt. Ltd. interview experience Real time questions & tips from candidates to crack your interview

Software Developer

Velocity Software Pvt. Ltd.
upvote
share-icon
3 rounds | 3 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 2 months
Topics: Data Structures, Any 1 or 2 Programming Languages, Frontend Development, Communication Skills, Database language
Tip
Tip

Tip 1 : Don't try to cover everything, go with one or two skills to master it and have some general knowledge about others.
Tip 2 : Do a project along with everything you learn. Practical exposure is what organizations demand.
Tip 3 : Do not ignore soft skills at all. Many underestimate the magic of soft skills in getting selected over others.

Application process
Where: Campus
Eligibility: CS/IT Freshers with B.Tech with min 65% marks in 10/12/B.Tech. Good in any one DB (MSSQL/MySQL/Oracle)
Resume Tip
Resume tip

Tip 1 : Resume should not be more than 1 or 2 pages. All information should be provided in the form of bullets and numbered in a precise manner and not just in long paragraphs with detailing for every aspect.
Tip 2 : The resume should be easily readable with formal fonts and design, and should not contain false information.

Interview rounds

01
Round
Easy
Online Coding Interview
Duration60 minutes
Interview date5 Feb 2021
Coding problem1

It was an online one-hour test having 2 sections i.e. Aptitude & Technical.
The test was having 20 questions in each section, means total 40 questions.

1. Bubble Sort

Easy
10m average time
90% success
0/40
Asked in companies
HCL TechnologiesSAP LabsHCL Technologies

Bubble Sort is one of the sorting algorithms that works by repeatedly swapping the adjacent elements of the array if they are not in sorted order.

You are given an unsorted array consisting of N non-negative integers. Your task is to sort the array in non-decreasing order using the Bubble Sort algorithm.

For Example:
Bubble Sort implementation for the given array:  {6,2,8,4,10} is shown below :-

Alt test

Problem approach

This was a pretty simple question as the bubble sort logic is quite easily identifiable.
Maximum ques of MCQs were of this type.
I selected the first code snippet as Bubble sort's code.

Try solving now
02
Round
Medium
Assignment
Duration90 minutes
Interview date10 Feb 2021
Coding problem1

There was a total of 4 questions. 2 were coding questions, 1 was to find the output question and 1 was a database (SQL) related question. I only remember 1 coding question.

1. Candles Height

Moderate
25m average time
75% success
0/80
Asked in company
Urban Company (UrbanClap)

Ninja is solving questions on an array in which he has given an integer ‘N’, representing the number of candles numbered through 1 to ‘N’. Initially, the height of all the candles is 0. There are ‘Q’ queries given to Ninja. In each query, Ninja has two integers, ‘L’, and ‘R’, and Ninja should increase the height for each candle by 1 from ‘L’ to ‘R’ both inclusive. Ninja can only perform ‘Q’ - 1 queries out of ‘Q’ given queries. Find the maximum count of candles having height ‘K’ after performing ‘Q’ - 1 queries.

For example:
Let ‘N’ be: 2
Let queries be: [[1, 2], [1, 1]]
Let ‘K’ be: 1
Initial heights: [0, 0]
Removing query 1 and increasing heights in the range [1, 1] gives: [1, 0]. The number of candles having a height of 1 is 1.
Removing query 2 and increasing heights in the range [1, 2] gives: [1, 1]. The number of candles having a height of 1 is 2.
Hence, the answer is 2.
Try solving now
03
Round
Easy
HR Round
Duration30 minutes
Interview date18 Feb 2021
Coding problem1

This is an HR Round consisting of questions related to personal experiences, strengths, management skills, and corporate knowledge.

1. Basic HR Questions

Questions regarding strengths, weaknesses, and personal and creative skills, including some questions related to the company and how you can be an asset to the company are discussed in this round.

Problem approach

Tip 1 : Be confident and true to your every answer.
Tip 2 : Denials of certain things are acceptable enough up to some level.
Tip 3 : Assure yourself to be positive in thinking and be comfortable communicating and not shy.

Here's your problem of the day

Solving this problem will increase your chance to get selected in this company

Skill covered: Programming

What is recursion?

Choose another skill to practice
Similar interview experiences
company logo
SDE - 1
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3320 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes
Companies with similar interview experiences
company logo
Software Developer
5 rounds | 14 problems
Interviewed by Microsoft
3931 views
1 comments
0 upvotes
company logo
Software Developer
6 rounds | 12 problems
Interviewed by SAP Labs
2806 views
0 comments
0 upvotes
company logo
Software Developer
3 rounds | 3 problems
Interviewed by Amazon
1134 views
0 comments
0 upvotes