Velocix Solutions Limited interview experience Real time questions & tips from candidates to crack your interview

Trainee Software Engineer

Velocix Solutions Limited
upvote
share-icon
3 rounds | 5 Coding problems

Interview preparation journey

expand-icon
Preparation
Duration: 1 month
Topics: CS fundamentals, aptitude,Pointers, OOPS, System Design
Tip
Tip

Tip 1 : Be polite with everyone
Tip 2 : Be punctual at your interview. It is mandatory to be on time at a job interview
Tip 3 : Be prepared for your interview.

Application process
Where: Campus
Eligibility: Above 7 CGPA, No Pending BLs.
Resume Tip
Resume tip

Tip 1 : Use simple words and action verbs.
Tip 2 : Make Your Contact Info Prominent - You don’t need to include your address on your resume anymore, but you do need to make sure to include a phone number and professional email address as well as other places the hiring manager can find you on the web, like your LinkedIn profile and Twitter handle.

Interview rounds

01
Round
Medium
Online Coding Interview
Duration120 mins
Interview date4 Nov 2021
Coding problem1

1. Minimum swaps to sort Array

Easy
10m average time
90% success
0/40
Asked in companies
SalesforceAmazonVelocix Solutions Limited

Given an array 'arr' of size 'N', find the minimum number of swaps required to be made between any two elements to sort the array in ascending order. The array does not contain duplicates i.e all the elements of the array are distinct.

Example :

Let the given array be [1,5,4,3,2]  we swap index 1 with 4 i.e. 5 -> 2 and 2 with 3 i.e. 4 -> 3 to form the sorted array {1, 2, 3, 4, 5}.
Try solving now
02
Round
Medium
Video Call
Duration70 minutes
Interview date12 Nov 2021
Coding problem2

The Interviewer asked me few Questions in this round and it lasted for 60-70 minutes. The questions are related to CS fundamentals

1. Operating System Questions

Difference between Mutex and Semaphores

2. DBMS based question

Insertion and update queries for SQL.
Meaning of Virtual and friend keyword.

03
Round
Medium
Video Call
Duration45 minutes
Interview date25 Nov 2021
Coding problem2

The Interviewer asked me 1 Coding Questions and few questions related to C++ basics in this round and it lasted for 40-50 minutes.

1. Check If One String Is A Rotation Of Another String

Moderate
15m average time
85% success
0/80
Asked in companies
AmazonAmerican ExpressSAP Labs

You are given two Strings 'P' and 'Q' of equal length.


Your task is to return 1 if String 'P' can be converted into String 'Q' by cyclically rotating it to the right any number of times ( Possibly Zero ), else return 0.


A cyclic rotation to the right on String 'A' consists of taking String 'A' and moving the rightmost character to the leftmost position. For example, if 'A' = "pqrst", then it will be "tpqrs" after one cyclic rotation on 'A'.


For example:
Consider the two strings 'P' = "abfyg" and 'Q' = "gabfy" 

If we cyclically rotate String 'P' to the right once. The resulting string P becomes "gabfy" which is equal to String 'Q'. 

Therefore it is possible to convert String 'P' to String 'Q'.
Problem approach

Example like string1=”lohel” and string2 =”hello” so by rotating string1 by 2 places we get string1 equal to string2 and we can return True in that case.

Try solving now

2. OOPS based Questions

Difference between Macro and inline functions.
What is Smart pointer?
What is the difference between const char * and char *const

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
3 rounds | 7 problems
Interviewed by OYO
4657 views
0 comments
0 upvotes
company logo
SDE - Intern
2 rounds | 3 problems
Interviewed by Amazon
960 views
0 comments
0 upvotes
company logo
SDE - 1
2 rounds | 5 problems
Interviewed by Meesho
6450 views
0 comments
0 upvotes
company logo
SDE - 1
3 rounds | 9 problems
Interviewed by Salesforce
3452 views
0 comments
0 upvotes