diff --git a/docs/bevycommerce.md b/docs/bevycommerce.md
new file mode 100644
index 0000000..2fff0f1
--- /dev/null
+++ b/docs/bevycommerce.md
@@ -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
+
+
+
+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.
+
+
+
+
+
+
+How is JavaScript even Driven working?
+
+
+
+
+
+
+Find the Second max of the array
+
+
+
+
+
+
+Based on an input sort an array in ascending or descending order
+
+
+
+
+
+
+
+
+