-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #36 from Shakib-ewu/patch-1
bevycommerce.md
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
||
|
||
|
||
|
||
|
||
|