Skip to content

Bevy Commerce

Founding year
Company Website
Career Website
Technologies Used

Introduction

Bevy Commerce is a software development studio specializing in cutting-edge eCommerce solutions. They build tailored, innovative products that drive sales and elevate the customer experience for industry giants such as Canadian Tire, Alo Yoga, Authentic Brands Group, and Shopify corporate.

Interview Stages

The interview process was based on two stages

  1. Technical Round: Half an hour of quick-fire questions online. For the 1st assessment interview, focus on the node, react and graphQL basics
  2. Coding Round: Based on problem-solving

Coding Round Questions

How does error handling differ in synchronous and asynchronous code in Node.js, and what are the best practices for error handling in asynchronous code?

Write a function that takes an array and a number as an argument. if the number is greater than 0, you must pop the number of elements from the array. if the number is not provided then pop once.

What is event driven programming? How event driven programming works in JavaScript?

Given an array of integers, find the second max of the array

Given an array of integers and a sorting criteria[asc/desc], sort the array based on the sorting criteria in either ascending or descending order