Upload Button Icon Add office photos

Velocis Systems

Compare button icon Compare button icon Compare

Filter interviews by

Velocis Systems Software Developer Interview Questions and Answers

Updated 11 Dec 2024

Velocis Systems Software Developer Interview Experiences

4 interviews found

Software Developer Interview Questions & Answers

user image speeg accademy

posted on 11 Dec 2024

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. What is the method to sum the values of a dictionary?
  • Ans. 

    Use a loop to iterate through the dictionary and add up the values.

    • Iterate through the dictionary using a loop

    • Access each value and add it to a running total

    • Return the total sum

  • Answered by AI
  • Q2. Python basic questions
  • Q3. About scheduling
Round 2 - Aptitude Test 

Some general questions

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Approached by Company and was interviewed in Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Find the frequency of the given String

Round 2 - One-on-one 

(4 Questions)

  • Q1. Design patterns
  • Q2. Runnable and Callable
  • Q3. Union and Union All
  • Q4. String and String buffer

Software Developer Interview Questions Asked at Other Companies

asked in Amazon
Q1. Maximum Subarray Sum Problem Statement Given an array of integers ... read more
asked in Amazon
Q2. Minimum Number of Platforms Needed Problem Statement You are give ... read more
asked in Rakuten
Q3. Merge Two Sorted Arrays Problem Statement Given two sorted intege ... read more
asked in Nagarro
Q4. Crazy Numbers Pattern Challenge Ninja enjoys arranging numbers in ... read more
asked in PhonePe
Q5. Form a Triangle Problem Statement You are given an array of integ ... read more
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
2-4 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed before Jul 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Aptitude Test 

Aptitude test, common math's , reigning

Round 3 - Coding Test 

Coding c#, programs like piramide,

Round 4 - HR 

(2 Questions)

  • Q1. Salary discussion and project discussion
  • Q2. What about project work.

I applied via Naukri.com and was interviewed in Oct 2017. There were 4 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Questions were asked related to the project I have to develop there. Some questions are related to working of previous application published on play store by me. .
  • Q2. Have you work on google maps.apis and notifications?
  • Ans. 

    Yes, I have worked on Google Maps APIs and notifications.

    • I have experience integrating Google Maps APIs into web and mobile applications.

    • I have used the Google Maps JavaScript API to display maps, markers, and directions.

    • I have also worked with the Google Maps Geocoding API to convert addresses into geographic coordinates.

    • Regarding notifications, I have implemented push notifications using Firebase Cloud Messaging (FCM...

  • Answered by AI
  • Q3. Some questions are from android working it's SDK and database used in it.

Interview Preparation Tips

Round: Resume Shortlist
Experience: The skills you mentioned matters a lot. It should fullfill the criteria required.Another one number of live projects you have done.

General Tips: Prepare well and be confident. If they assign any tough task to judge your confidence and mentally never deny but assure them you can do it and right person for project.
Skills: Database, Java Programming, Android Development, Communication, Presentation Skills
Duration: <1 week

Skills evaluated in this interview

Velocis Systems interview questions for designations

 Senior Software Developer

 (2)

 Java Software Developer

 (1)

 Software Engineer

 (3)

 Application Developer

 (1)

 Java Developer

 (1)

 ETL Developer Lead

 (1)

 Network Engineer

 (11)

 Network Engineer L1

 (2)

Interview questions from similar companies

Interview experience
2
Poor
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Online zoom coding test will be there - 4 questions - 2 about output of code & 2 about technical questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Polymorphism and explain about virtual polymorphism
  • Ans. 

    Polymorphism is the ability of a single function or method to operate on different types of data.

    • Polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Virtual polymorphism is achieved through virtual functions in C++.

    • Virtual functions allow a function in a base class to be overridden in a derived class.

    • Example: Animal class with virtual function 'makeSound' overridden in Dog a

  • Answered by AI
  • Q2. Write code for virtual polymorphism and explain
  • Ans. 

    Virtual polymorphism allows objects of different classes to be treated as objects of a common superclass.

    • Create a base class with virtual functions

    • Create derived classes that override the virtual functions

    • Use pointers or references of the base class to call the overridden functions

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. About yourself should explain
  • Q2. Reason for job change
  • Q3. Salary negotiations and location

Interview Preparation Tips

Interview preparation tips for other job seekers - I have interviewed for c++ developer role in incedo company - please make sure you are completely aware of every functions and keywords relate to c++ concepts.

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Round 2 - Technical 

(2 Questions)

  • Q1. Looker developer
  • Q2. Sql server
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Hackearth online coding test for 1 hour

Round 2 - Technical 

(2 Questions)

  • Q1. Dsa question and output questions
  • Q2. Find k largest element in an array
  • Ans. 

    Use sorting or heap data structure to find k largest elements in an array of strings.

    • Sort the array in descending order and return the first k elements.

    • Use a max heap data structure to efficiently find the k largest elements.

    • Examples: ['apple', 'banana', 'orange', 'kiwi'], k=2 -> ['orange', 'kiwi']

  • Answered by AI
Round 3 - Technical 

(2 Questions)

  • Q1. Remove duplicates from array
  • Ans. 

    Remove duplicates from array of strings

    • Create a Set to store unique strings

    • Iterate through the array and add each string to the Set

    • Convert the Set back to an array to get the unique strings

  • Answered by AI
  • Q2. Output related questions on student class object

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare dsa well

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Coding round is related to DSA

Round 2 - Technical 

(2 Questions)

  • Q1. Java related questions
  • Q2. Explain about your project
Round 3 - HR 

(2 Questions)

  • Q1. Salary negotiation
  • Q2. Why you want to join us?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Group Discussion 

Technology advantage or not

Round 2 - Aptitude Test 

All aptitude topics,logical reasoning

Round 3 - Technical 

(2 Questions)

  • Q1. Oops,2 coding questions
  • Q2. Palindrome,even number
Round 4 - HR 

(2 Questions)

  • Q1. What do you know
  • Q2. Do you have any questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Similar to tcs,infosys pattern
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. REST API for User CRUD
  • Ans. 

    Design a RESTful API for CRUD operations on user resources.

    • Use HTTP methods like GET, POST, PUT, DELETE for CRUD operations

    • Create endpoints like /users for listing all users, /users/{id} for specific user

    • Use status codes like 200 for success, 404 for not found, 400 for bad request

    • Implement authentication and authorization mechanisms for security

    • Include request and response body formats like JSON or XML

  • Answered by AI
  • Q2. Two Sum Leetcode problem
  • Q3. Basic questions based on the candidate technical skills
Round 2 - Technical 

(2 Questions)

  • Q1. Basics to Intermediate level of questions based on the skills mentioned in the resume
  • Q2. Projects related discussions
Round 3 - Document Verification 

(1 Question)

  • Q1. I was informed to upload the supporting documents. ( They rejected me after this eventhough all my documents are genuine )

Interview Preparation Tips

Interview preparation tips for other job seekers - The interviewer's are friendly. Be prepared as per your resume.

Skills evaluated in this interview

Velocis Systems Interview FAQs

How many rounds are there in Velocis Systems Software Developer interview?
Velocis Systems interview process usually has 2-3 rounds. The most common rounds in the Velocis Systems interview process are Coding Test, Aptitude Test and HR.
How to prepare for Velocis Systems Software Developer interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Velocis Systems. The most common topics and skills that interviewers at Velocis Systems expect are Customer Experience, Software Development, Technical Documentation, Apache and Core Java.
What are the top questions asked in Velocis Systems Software Developer interview?

Some of the top questions asked at the Velocis Systems Software Developer interview -

  1. Have you work on google maps.apis and notificatio...read more
  2. What is the method to sum the values of a dictiona...read more
  3. Questions were asked related to the project I have to develop there. Some quest...read more

Tell us how to improve this page.

Velocis Systems Software Developer Interview Process

based on 3 interviews

Interview experience

3.3
  
Average
View more
Velocis Systems Software Developer Salary
based on 254 salaries
₹2.5 L/yr - ₹10 L/yr
25% less than the average Software Developer Salary in India
View more details

Velocis Systems Software Developer Reviews and Ratings

based on 47 reviews

3.9/5

Rating in categories

3.4

Skill development

4.3

Work-life balance

3.6

Salary

3.8

Job security

3.4

Company culture

3.3

Promotions

3.5

Work satisfaction

Explore 47 Reviews and Ratings
Network Engineer
324 salaries
unlock blur

₹1.8 L/yr - ₹8.2 L/yr

Software Developer
254 salaries
unlock blur

₹2.5 L/yr - ₹10 L/yr

Senior Software Developer
226 salaries
unlock blur

₹3.6 L/yr - ₹15 L/yr

Senior Software Engineer
152 salaries
unlock blur

₹4.3 L/yr - ₹17 L/yr

Software Engineer
143 salaries
unlock blur

₹2.5 L/yr - ₹12 L/yr

Explore more salaries
Compare Velocis Systems with

TCS

3.7
Compare

Wipro

3.7
Compare

Infosys

3.6
Compare

HCLTech

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview