SHOPIFY THEME DEVELOPMENT
CERTIFICATION QUESTIONS WITH 100%
CORRECT SOLUTIONS | GUARANTEED
SUCCESS.
Which of the following Liquid objects do not have an associated
handle
Product
Link
Blog
Menu
https://help.shopify.com/en/themes/liquid/objects - correct
answer- Menu is not a default liquid object
Which of the following is required for an alternative layout file?
{{ content_for_footer }}
{{ content_for_layout }}
{% layout 'alternative' %}
{% alternative_ layout %}
{{ get_content }}
,2 | Page
https://www.shopify.com/partners/blog/84342470-the-power-of-
alternate-layout-files-in-shopify-theme-development - correct
answer- {% layout 'alternative' %}
If you wanted to display offsite gateway buttons on your
checkout page, you would need to remove, or comment out,
the additional_checkout_buttons Liquid tag from the cart page.
True
False
https://help.shopify.com/en/themes/customization/cart/add-
more-checkout-buttons-to-cart-page - correct answer- True,
since these buttons show up in both cart and checkout, you
would need to disable this tag in the cart page in order to have
it show in checkout
Multiple filters can be applied to a single output. Filters are
applied in order from:
Left to right
Right to left
You can use parentheses to dictate the order
https://help.shopify.com/en/themes/liquid/filters - correct
answer- Left to right
,3 | Page
What's the maximum size a theme zip file can be?
20 MB
50 MB
100 MB
There is no limit - correct answer- 50 MB
If you are running Yarn, which Slate command will generate a
new Slate project?
yarn create slate-theme my-new-theme
yarn slate create-theme my-new-theme
yarn slate build-theme my-new-theme
yarn create slate-build my-new-theme
https://www.shopify.com/partners/blog/shopify-slate-new-
release - correct answer- yarn create slate-build my-new-theme
To submit a theme to the Shopify Theme Store, you must be
approved as a Shopify Design Expert.
True
, 4 | Page
False - correct answer- True
If a custom SEO description isn't provided for a product, then
the product description will be used as the meta description
instead.
True
False
https://help.shopify.com/en/themes/development/getting-
started/search-engine-optimization - correct answer- True
When creating a link for a label in the settings_schema.json file,
which format is correct?
(link URL)[link text]
(link text)[link URL]
[link text](link URL)
[link URL](link text)
https://help.shopify.com/en/themes/development/theme-
editor/settings-schema - correct answer- [link text](link URL)