Upload Button Icon Add office photos

Filter interviews by

VELOTIO Technologies Associate Software Engineer Interview Questions and Answers

Updated 21 Jun 2023

VELOTIO Technologies Associate Software Engineer Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Hackerearth and was interviewed in May 2023. There were 3 interview rounds.

Round 1 - Assignment 

10 MCQ + 2 DSA based problem( Arrays,Stack)

Round 2 - Technical 

(2 Questions)

  • Q1. Asking about my experience journey (java,springboot),sql questions,1 dsa problem
  • Q2. Matrix based problem
Round 3 - Technical 

(3 Questions)

  • Q1. Asking about my experience in depth.Giving some questions and how to handle this situation .write a full code including java,springboot,mysql, 1 dsa problem
  • Q2. What is springboot,orm,jpa
  • Ans. 

    Spring Boot is a framework for building Java-based enterprise applications. ORM stands for Object-Relational Mapping, used to map objects to database tables. JPA is Java Persistence API, a standard for ORM in Java.

    • Spring Boot is a framework that simplifies the development of Java-based enterprise applications.

    • ORM (Object-Relational Mapping) is a programming technique for converting data between incompatible type system...

  • Answered by AI
  • Q3. Write sql query according to question
  • Ans. 

    SQL query to find the total number of orders placed by each customer

    • Use GROUP BY clause to group orders by customer

    • Use COUNT() function to count the number of orders

    • Join the orders table with the customers table to get customer information

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepared your resume,Goods skills in problem solving

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Campus Placement and was interviewed in Jun 2024. There were 4 interview rounds.

Round 1 - Coding Test 

In the coding test, there were 2 problems based on arrays and hashing (easy to medium level leetcode)

Round 2 - One-on-one 

(2 Questions)

  • Q1. Several OOP questions were asked.... like, Can we have a class inside an interface? Can we have a static constructor? Can we have multiple main methods?
  • Q2. DBMS question: Normalization questions and keys concepts.
Round 3 - One-on-one 

(2 Questions)

  • Q1. DSA question (stack based) You have a stack full of numbers, you have to arrange them in ascending order in the same stack without using any other data structure.
  • Q2. OS and DBMS questions(sharding, semaphores, etc.)
Round 4 - HR 

(1 Question)

  • Q1. Questions based on Consultadd principles.

Interview Preparation Tips

Interview preparation tips for other job seekers - Review data structures and algorithms (DSA) once before the interview, as Consultadd interviews primarily focus on DSA. Additionally, revisit technical subjects such as Operating Systems (OS), Database Management Systems (DBMS), Computer Networks (CN), DSA, Algorithm Design and Analysis (ADA), and Object-Oriented Programming (OOP).
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Jagan Institute of Management Studies (JIMS) and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. A Lot of OOPS and Virtual concept
  • Q2. Basic SQL till joins
  • Q3. Java script medium
  • Q4. C# oops output based

Interview Preparation Tips

Topics to prepare for Indus Valley Partners Associate Software Engineer interview:
  • OOPS
  • C#
  • Javascript
  • SQL
Interview preparation tips for other job seekers - Learn OOPS, Learn DBMS and practice SQL queries a lot and DSA till Linked list
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 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 on logocal reasoning and maths question

Round 3 - Coding Test 

All sql queries and oops concept.

Round 4 - One-on-one 

(2 Questions)

  • Q1. About yourself and about your views on questions.
  • Q2. Oops concept and .net basics

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more on sql queries and .net and be yourself
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at Shri Ram Murti Smarak College of Engineering and Technology, Bareilly and was interviewed before Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Oops, DS, Sql programming
  • Q2. Use of zip file
  • Ans. 

    A zip file is a compressed file format used to store multiple files and folders together.

    • Zip files are commonly used for reducing file size and organizing multiple files into a single archive.

    • They can be created, extracted, and manipulated using various software tools.

    • Examples of software that can work with zip files include WinZip, 7-Zip, and built-in tools like Windows Explorer.

    • Zip files can be password protected for...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Coding Test 

All the questions are related to Java Concepts.

Round 2 - Technical 

(3 Questions)

  • Q1. They do the technical interview according to the person.
  • Q2. Not to worry too much. Just some OOPs concepts.
  • Q3. If you are knowledgable, it'll be a rapid fire but fun.

Interview Preparation Tips

Interview preparation tips for other job seekers - don't go for it. This is not a company, it's like a factory. They will over exploit you. And there is too much nepotism.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via campus placement at Acropolis Institute of Technology and Research, Bhopal and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

2 coding questions medium to hard level

Round 2 - Technical 

(3 Questions)

  • Q1. Doubly Linkeded List
  • Q2. How to find if the Singly Linked List is cyclic or not in optimal way
  • Ans. 

    Use Floyd's cycle detection algorithm to find if a Singly Linked List is cyclic or not.

    • Use two pointers, slow and fast, where slow moves one step at a time and fast moves two steps at a time.

    • If there is a cycle, the two pointers will eventually meet at some point.

    • If the fast pointer reaches the end of the list (null), then there is no cycle.

  • Answered by AI
  • Q3. DBMS Normalisation

Interview Preparation Tips

Interview preparation tips for other job seekers - Theoretical as well as practical knowledge can help to crack interview

Skills evaluated in this interview

I applied via LinkedIn and was interviewed in Apr 2022. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions based on Objects and Classes Basic Questions related to DSA Projects discussions- Your Roles and Tasks Scenario based Questions Few Reasoning Questions
Round 3 - Technical 

(1 Question)

  • Q1. Questions related to Trees and Graphs nested SQL Queries Scenario Based Questions Projects Logics for the coding given
Round 4 - HR 

(1 Question)

  • Q1. Just basic HR Questions Reallocation

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident in basics
Have a good grasp over DSA and Fundamentals
Try to be confident and fluent while answering
Stay positive
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic MCQ technical questions

Round 2 - Coding Test 

Easy level string and array and math questions

I applied via LinkedIn and was interviewed before Sep 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Easy to medium level

Round 2 - Coding Test 

Decent one somewhat medium level

Round 3 - Technical 

(1 Question)

  • Q1. Asked oops concepts and basics
Round 4 - HR 

(1 Question)

  • Q1. Normal hr questions and puzzles

Interview Preparation Tips

Interview preparation tips for other job seekers - Quiet a good company to apply for and be confident in interview rounds

VELOTIO Technologies Interview FAQs

How many rounds are there in VELOTIO Technologies Associate Software Engineer interview?
VELOTIO Technologies interview process usually has 4 rounds. The most common rounds in the VELOTIO Technologies interview process are Technical, Resume Shortlist and Assignment.
How to prepare for VELOTIO Technologies Associate Software Engineer 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 VELOTIO Technologies. The most common topics and skills that interviewers at VELOTIO Technologies expect are Algorithms and Data Structures.
What are the top questions asked in VELOTIO Technologies Associate Software Engineer interview?

Some of the top questions asked at the VELOTIO Technologies Associate Software Engineer interview -

  1. write sql query according to quest...read more
  2. what is springboot,orm,...read more
  3. Matrix based prob...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 VELOTIO Technologies interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.
VELOTIO Technologies Associate Software Engineer Salary
based on 16 salaries
₹5.2 L/yr - ₹10 L/yr
34% more than the average Associate Software Engineer Salary in India
View more details
Senior Software Engineer
63 salaries
unlock blur

₹15 L/yr - ₹30 L/yr

Software Engineer
61 salaries
unlock blur

₹6.6 L/yr - ₹20.5 L/yr

QA Engineer
19 salaries
unlock blur

₹7 L/yr - ₹19.8 L/yr

Software Developer
16 salaries
unlock blur

₹5.3 L/yr - ₹20 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹5.2 L/yr - ₹10 L/yr

Explore more salaries
Compare VELOTIO Technologies with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview