Volopay interview experience Real time questions & tips from candidates to crack your interview

Frontend Engineer 2

Volopay
upvote
share-icon
2 rounds | 6 Coding problems

Interview preparation journey

expand-icon
Application story
I applied via LinkedIn. After a few days, the HR contacted me to discuss basic details, and then she scheduled the interview round.
Preparation
Duration: 2 months
Topics: React.js, Next.js, JavaScript, TypeScript, HTML5, CSS3
Tip
Tip

Tip 1: Practice more for machine coding questions.

Application process
Where: Linkedin
Eligibility: Experience > 3, (Salary Package: 18 LPA)
Resume Tip
Resume tip

Tip 1: Make your resume one page.
Tip 2: Highlight impacts through projects.

Interview rounds

01
Round
Medium
Face to Face
Duration45 minutes
Interview date5 Nov 2025
Coding problem4

1. Event Loop

What is the event loop? (Learn)

2. Async Handling

How does JavaScript handle asynchronous tasks?

3. Give me the output of the snippet.

console.log("1);
const p1 = new Promise((res, rej) => res("2"));
console.log(p1)

setTimeout(() => {console.log("3")};
console.log("4");

4. Object Flattening

const input = {
 name: 'Mansi',
 age: 25,
 department: {
   name: 'Customer Experience',
   section: 'Technical',
   branch: {
      name: 'Bangalore',
      timezone: 'IST'
   }
 },
 company: {
  name: 'SAP',
  customers: ['Ford', 'Nestle']
 },
 skills: ['javascript', 'node.js', 'html']
}

const output = {
  name: 'Mansi',
  age: 25,
  department_name: 'Customer Experience',
  department_section: 'Technical',
  department_branch_name: 'Bangalore',
  department_branch_timezone: 'IST’,
  company_name: 'SAP',
  company_customers: ['Ford', 'Nestle'],
  skills: ['javascript', 'node.js', 'html']
}

02
Round
Medium
Face to Face
Duration60 minutes
Interview date7 Nov 2025
Coding problem2

1. UI Creation

A table UI is given, and I have to create it.

2. Pedestrian Signal

A traffic light and a status to indicate whether pedestrians can cross or must stop.

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
4 rounds | 8 problems
Interviewed by Amazon
8518 views
0 comments
0 upvotes
Analytics Consultant
3 rounds | 10 problems
Interviewed by ZS
907 views
0 comments
0 upvotes
company logo
SDE - Intern
1 rounds | 3 problems
Interviewed by Amazon
3319 views
0 comments
0 upvotes
company logo
SDE - 2
4 rounds | 6 problems
Interviewed by Expedia Group
2580 views
0 comments
0 upvotes