Skip to content

Commit

Permalink
Merge pull request #36 from Shakib-ewu/patch-1
Browse files Browse the repository at this point in the history
bevycommerce.md
  • Loading branch information
TamimEhsan authored Nov 20, 2024
2 parents d1f4f4b + 12a917f commit d299ff1
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/bevycommerce.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Bevy Commerce

## Introduction
Bevy Commerce is a software development studio specializing in cutting-edge eCommerce solutions. We 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

<details>
<summary>
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?
</summary>
<hr>
</details>

<details>
<summary>
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.
</summary>
<hr>
</details>

<details>
<summary>
How is JavaScript even Driven working?
</summary>
<hr>
</details>

<details>
<summary>
Find the Second max of the array
</summary>
<hr>
</details>

<details>
<summary>
Based on an input sort an array in ascending or descending order
</summary>
<hr>
</details>






0 comments on commit d299ff1

Please sign in to comment.