Upload Button Icon Add office photos

VELOTIO Technologies

Compare button icon Compare button icon Compare

Filter interviews by

VELOTIO Technologies Software Engineer Interview Questions, Process, and Tips

Updated 2 Apr 2024

Top VELOTIO Technologies Software Engineer Interview Questions and Answers

  • Q1. Array Subsets A Object is given , flat it with the prefix it's key. Reduce polyfill Compose and pipe Normal Js function(event loop, promise, let const var, prototype) Nor ...read more
  • Q2. What's difference between async await and promise ?
  • Q3. What's does the useCallback and usememo in react ?

VELOTIO Technologies Software Engineer Interview Experiences

5 interviews found

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal

Round 1 - Technical 

(2 Questions)

  • Q1. What's does the useCallback and usememo in react ?
  • Ans. 

    useCallback and useMemo are hooks in React used for performance optimization.

    • useCallback is used to memoize a function and prevent unnecessary re-renders.

    • useMemo is used to memoize a value and prevent unnecessary re-computations.

    • Both hooks are used to optimize performance by reducing unnecessary re-renders and re-computations.

    • useCallback is useful when passing down functions to child components.

    • useMemo is useful when c...

  • Answered by AI
  • Q2. What's difference between async await and promise ?
  • Ans. 

    Async/await is a syntactic sugar over Promises in JavaScript.

    • Async/await makes asynchronous code look and behave like synchronous code.

    • Promises are objects that represent the eventual completion or failure of an asynchronous operation.

    • Async/await is easier to read and write than Promises.

    • Async/await can only be used in functions that are marked as async.

    • Promises can be used anywhere in the code.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for coding fundamentals and development related stuff before interview.

Skills evaluated in this interview

Software Engineer Interview Questions & Answers

user image Rushikesh Dengale

posted on 13 Feb 2024

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

String manipulation and other aptitude questions

Round 2 - One-on-one 

(1 Question)

  • Q1. System Design round

Software Engineer Interview Questions Asked at Other Companies

asked in Qualcomm
Q1. Bridge and torch problem : Four people come to a river in the nig ... read more
asked in Capgemini
Q2. In a dark room,there is a box of 18 white and 5 black gloves. You ... read more
Q3. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q4. Puzzle : 100 people are standing in a circle .each one is allowed ... read more
asked in TCS
Q5. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on current projects. How & why were the frameworks used
  • Q2. Asked basic questions on OS, networking, database
  • Q3. Gave take home assignment of DSA questions. One question was to design LRU cache. Don't remember the other one,
Round 2 - Technical 

(2 Questions)

  • Q1. Difference between concurrency and parallelism
  • Ans. 

    Concurrency is about dealing with multiple tasks at the same time, while parallelism is about executing multiple tasks simultaneously.

    • Concurrency is about managing multiple tasks and switching between them quickly.

    • Parallelism is about actually executing multiple tasks at the same time.

    • Concurrency can be achieved in a single-core processor through task switching.

    • Parallelism requires multiple cores or processors to execu...

  • Answered by AI
  • Q2. How will you sort 1TB of array/data
  • Ans. 

    Use external sorting techniques like merge sort or quick sort to efficiently sort large amounts of data.

    • Divide the 1TB array into smaller chunks that can fit into memory

    • Sort each chunk individually using a fast sorting algorithm like merge sort or quick sort

    • Merge the sorted chunks back together to get the final sorted array

    • Consider using parallel processing or distributed systems for faster sorting

    • Example: Divide the 1...

  • Answered by AI

Skills evaluated in this interview

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

Round 1 - HR 

(3 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Share details of your previous job.
  • Q3. What are your salary expectations?
Round 2 - Technical 

(1 Question)

  • Q1. 2 Sum Problem (leetcode easy) Binary search question give a sorted array return the index we can place the given element in the array. Core Javascript question (refer Akshay Saini series) Core React Questi...
Round 3 - One-on-one 

(1 Question)

  • Q1. Array Subsets A Object is given , flat it with the prefix it's key. Reduce polyfill Compose and pipe Normal Js function(event loop, promise, let const var, prototype) Noraml React question.
  • Ans. 

    The interview question covers topics like array subsets, reduce polyfill, compose and pipe, normal JS functions, and normal React questions.

    • For array subsets, use the Array.prototype.filter() method to filter out the elements that don't meet the subset criteria.

    • Reduce polyfill can be implemented using a for loop or recursion to iterate over the array and accumulate the result.

    • Compose and pipe are higher-order functions...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your fundaments well and have basic knowledge is helpful

Skills evaluated in this interview

VELOTIO Technologies interview questions for designations

 Senior Software Engineer

 (2)

 Software Testing Engineer

 (2)

 Associate Software Engineer

 (1)

 QA Engineer

 (1)

 Devops Engineer

 (1)

 Softwaretest Engineer

 (1)

 Senior Data Engineer

 (1)

 Senior Devops Engineer

 (1)

I applied via Recruitment Consultant and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. The First Technical round lasted for about 1hrs questions were mainly asked on core Java and Spring Boot and some basic system design questions were also asked like how can we implement pagination and basi...
  • Q2. The Second technical round lasted around 1.5 hrs questions were asked on core Java, Spring boot, previous work experience, and 2 DSA questions 1. Do not remember (leetcode Easy/Medium) 2. Implement HashMap...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare questions throughly based on your tech stack and basic API design question along with leetcode Easy/Medium questions.

Interview questions from similar companies

I applied via LinkedIn and was interviewed before Nov 2021. There were 3 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 

There are basic aptitude questions for freshers level

Round 3 - Technical 

(2 Questions)

  • Q1. Oops concepts, basics of sql
  • Q2. Basics of programming language

Interview Preparation Tips

Interview preparation tips for other job seekers - Go through basics interview questions for freshers level
Round 1 - Group Discussion 

Nothing

Round 2 - Technical 

(1 Question)

  • Q1. Python Sql Linux CLI
Round 3 - One-on-one 

(1 Question)

  • Q1. General discussions on learning

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and answerything you will clear
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Walk-in and was interviewed before Mar 2022. There were 3 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 - Technical 

(2 Questions)

  • Q1. Testing process and java code
  • Q2. Python machine learning questions
Round 3 - Coding Test 

Java and python test was there

Interview Preparation Tips

Interview preparation tips for other job seekers - no tips to freshers prepare for interview machine learning
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Approached by Company and was interviewed before Dec 2023. There were 4 interview rounds.

Round 1 - Coding Test 

2 sum program from Geeks for Geeks

Round 2 - Technical 

(3 Questions)

  • Q1. Ruby basics Eigen class Callbacks
  • Q2. Lazy and Eagar loading N+1 problem
  • Ans. 

    Lazy loading delays loading of related data until it is specifically requested, while eager loading loads all related data upfront. N+1 problem occurs when lazy loading results in multiple additional queries being made.

    • Lazy loading is used to improve performance by only loading related data when needed

    • Eager loading loads all related data upfront to reduce the number of queries made

    • N+1 problem occurs in lazy loading whe...

  • Answered by AI
  • Q3. Puzzles
Round 3 - Technical 

(2 Questions)

  • Q1. AWS basics with CI/CD
  • Q2. Deployment to AWS
Round 4 - HR 

(1 Question)

  • Q1. Basic introduction and salary discussion

Interview Preparation Tips

Interview preparation tips for other job seekers - Good Company
Good Apraisals
Okay Work-life balance
Good learning

No major benefits

I appeared for an interview before Sep 2020.

Round 1 - Coding Test 

(2 Questions)

Round duration - 70 Minutes
Round difficulty - Hard

  • Q1. 

    Candies Distribution Problem Statement

    Prateek is a kindergarten teacher with a mission to distribute candies to students based on their performance. Each student must get at least one candy, and if two s...

  • Ans. 

    The task is to distribute candies to students based on their performance while minimizing the total candies distributed.

    • Create an array to store the minimum candies required for each student.

    • Iterate through the students' ratings array to determine the minimum candies needed based on the adjacent ratings.

    • Consider both left-to-right and right-to-left passes to ensure fair distribution.

    • Keep track of the total candies dist

  • Answered by AI
  • Q2. 

    Merge Sort Problem Statement

    You are given a sequence of numbers, ARR. Your task is to return a sorted sequence of ARR in non-descending order using the Merge Sort algorithm.

    Explanation:

    The Merge Sort...

  • Ans. 

    Implement Merge Sort algorithm to sort a sequence of numbers in non-descending order.

    • Use Divide and Conquer approach to recursively divide the input array into two halves.

    • Merge the sorted halves to produce a completely sorted array.

    • Ensure the implementation handles the constraints specified in the problem statement.

    • Example: For input [3, 1, 4, 1, 5], the output should be [1, 1, 3, 4, 5].

  • Answered by AI

Interview Preparation Tips

Eligibility criteria8CGPAThink Future Technologies interview preparation:Topics to prepare for the interview - Data Structures, Pointers, OOPS, System Design, Algorithms, Dynamic Programming, apti , programming language , SETime required to prepare for the interview - 1 MonthInterview preparation tips for other job seekers

Tip 1 : Practice Atleast 250 Questions
Tip 2 : Do atleast 2 projects

Application resume tips for other job seekers

Tip 1 : Do not put false things on resume.
Tip 2 : Have some projects on resume.

Final outcome of the interviewRejected

Skills evaluated in this interview

VELOTIO Technologies Interview FAQs

How many rounds are there in VELOTIO Technologies Software Engineer interview?
VELOTIO Technologies interview process usually has 2-3 rounds. The most common rounds in the VELOTIO Technologies interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for VELOTIO Technologies 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 Python, Machine Learning, Product Engineering, Javascript and Troubleshooting.
What are the top questions asked in VELOTIO Technologies Software Engineer interview?

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

  1. Array Subsets A Object is given , flat it with the prefix it's key. Reduce poly...read more
  2. What's difference between async await and promis...read more
  3. What's does the useCallback and usememo in reac...read more

Tell us how to improve this page.

VELOTIO Technologies Software Engineer Interview Process

based on 4 interviews

1 Interview rounds

  • Technical Round
View more
VELOTIO Technologies Software Engineer Salary
based on 61 salaries
₹6.6 L/yr - ₹20.5 L/yr
95% more than the average Software Engineer Salary in India
View more details

VELOTIO Technologies Software Engineer Reviews and Ratings

based on 13 reviews

4.5/5

Rating in categories

4.3

Skill development

4.5

Work-life balance

4.5

Salary

4.4

Job security

4.4

Company culture

4.3

Promotions

4.2

Work satisfaction

Explore 13 Reviews and Ratings
Software Engineer (Data Engineer)

Pune

1-3 Yrs

Not Disclosed

Software Engineer

Pune

2-6 Yrs

Not Disclosed

Software Engineer (React.js)

Pune

2-6 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
77 salaries
unlock blur

₹13.8 L/yr - ₹40 L/yr

Software Engineer
61 salaries
unlock blur

₹6.6 L/yr - ₹20.5 L/yr

QA Engineer
21 salaries
unlock blur

₹7 L/yr - ₹16.4 L/yr

Software Developer
16 salaries
unlock blur

₹5.2 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

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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