Shopify Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
Identify Pirate Themes Using Similarity Score Algorithm
Scenario Engineering wants an automated way to spot custom themes that are probably just pirate themes in disguise. Question Write Python that takes t...
Infer and justify non-trivial sequence patterns
Pattern Recognition: Next Terms and Missing Value Identify the rule governing each sequence or row and compute the missing value(s). Justify each answ...
Implement an interactive CLI class with tests
Design and implement a command-line interactive application as a single class using OOP principles. The program should support commands: add <key> <va...
Identify Pirate-Themed Custom Themes Using Jaccard Similarity
Scenario Engineering receives two lists and must identify custom themes that look like Pirate themes. Question a) Write a Python function that compute...
Calculate Jaccard Similarity Score for Two String Lists
Scenario During pair programming, the interviewer asks you to compare two lists of merchant tags and quantify their similarity. Question Implement a P...
Implement Cosine Similarity Function for String Vectors
Scenario Technical phone screen in Python; assess ability to implement similarity metric. Question Implement a Python function that computes the cosin...