Upload Button Icon Add office photos

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
asked in TCS
Q3. Find the Duplicate Number Problem Statement Given an integer arra ... read more
Q4. Tell me something about yourself. Define encapsulation. What is i ... read more
asked in Paytm
Q5. Puzzle : 100 people are standing in a circle .each one is allowed ... 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

Software Engineer Interview Questions & Answers

user image Yatin Kathuria

posted on 17 Mar 2022

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

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

I applied via Indeed and was interviewed in Sep 2024. There were 4 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basics of Python
  • Q2. Basics of Django
Round 2 - Technical 

(2 Questions)

  • Q1. Python concepts knowledge check
  • Q2. Django architecture and projects discussion
Round 3 - Behavioral 

(1 Question)

  • Q1. General communication about the role and previous experience
Round 4 - HR 

(1 Question)

  • Q1. Package negotiation and culture check
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Given the react machine coding example
Round 2 - Behavioral 

(1 Question)

  • Q1. Explain about your projects
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding Rount
DSA Round + Puzzle
SQL + Project Discussion
JS

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Coding Test 

Dsa problems dp and tress problem

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Projects and intership

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn DSA
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(3 Questions)

  • Q1. Given an array Reverse array
  • Ans. 

    Reverse array of strings

    • Iterate through the array and swap elements from start to end

    • Use two pointers, one at the beginning and one at the end, and swap elements until they meet

  • Answered by AI
  • Q2. Giaven a string Reverse string
  • Ans. 

    Reverse a given string

    • Use built-in functions like reverse() or loop through the string in reverse order

    • Create a new string and append characters from the original string in reverse order

    • Convert the string to an array of characters, reverse the array, and then join it back into a string

  • Answered by AI
  • Q3. Given array find sum of all elements
  • Ans. 

    Calculate sum of all elements in a given array of strings

    • Iterate through the array and convert each element to integer before adding to sum

    • Handle edge cases like empty array or non-numeric elements

    • Return the final sum after iterating through all elements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare DSA well

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 HR.
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, Product Engineering, Javascript, LMS and Machine Learning.
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
94% 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 (DE)

Pune

2-5 Yrs

Not Disclosed

Software Engineer (Data Platform)

Pune

3-8 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
66 salaries
unlock blur

₹14.5 L/yr - ₹30 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 - ₹19.5 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.6
Compare

Wipro

3.7
Compare

HCLTech

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