From 6e0c8734e1cf5878f7c264e6f117562e7577ca65 Mon Sep 17 00:00:00 2001 From: Zhou Yuhang <54398705+xquisite0@users.noreply.github.com> Date: Mon, 23 Jun 2025 16:57:14 +0800 Subject: [PATCH] [feih] companies/shopify: add GFE user experiences (#513) Co-authored-by: Yangshun Tay --- .../shopify-front-end-interview-questions.md | 28 +++++++++++++++++++ website/sidebars.js | 1 + 2 files changed, 29 insertions(+) create mode 100644 contents/companies/shopify-front-end-interview-questions.md diff --git a/contents/companies/shopify-front-end-interview-questions.md b/contents/companies/shopify-front-end-interview-questions.md new file mode 100644 index 000000000..f34eca483 --- /dev/null +++ b/contents/companies/shopify-front-end-interview-questions.md @@ -0,0 +1,28 @@ +--- +title: Shopify Front End Interview Questions +sidebar_label: Shopify interview questions +--- + +## Insider tips from the GreatFrontEnd community + +These tips were shared by [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook) users who have completed interviews with Shopify. + +**3rd Mar 2025**: + +> Any current or ex-Shopify employees here? I just got offered a Senior Software Engineer position (thanks GreatFrontEnd for the system design help!) + +**3rd Feb 2025**: + +> I was asked the Roomba problem for Shopify's pair programming interview. Pretty common, you should be able to find it in a thread here + +**25th Jul 2024**: + +> i had to create a roomba app where it would move on a 10x10 grid. the roomba icon could respond onClick to movements as well as turn when it hit the end of the arrays (using css transform). refs and responsive design were also tested here + +**13th Feb 2024**: + +> Just wanted to say, I used your site for 1 month to prep for my interviews at Shopify, and I got the job! Staff level engineer. +> +> Just saying thank you and honestly, no complaints. Loved the site, loved the system design questions. Everything was very, very useful. + +For more insider tips, visit [GreatFrontEnd](https://www.greatfrontend.com/?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook)! diff --git a/website/sidebars.js b/website/sidebars.js index 29c712511..3924b4554 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -56,6 +56,7 @@ module.exports = { 'companies/linkedin-front-end-interview-questions', 'companies/lyft-front-end-interview-questions', 'companies/twitter-front-end-interview-questions', + 'companies/shopify-front-end-interview-questions', 'companies/pinterest-front-end-interview-questions', 'companies/reddit-front-end-interview-questions', 'companies/salesforce-front-end-interview-questions',